vote up 0 vote down star

Hello,

perhaps someone can help me - I have EJB project (in Netbeans) which is deployed to Glassfish. I also have a WAR project (not part of EAR containing the previous EJB JAR) which has a dependency on the EJB JAR mentioned. The calls between WAR and EJB are remote EJB calls.

If I use EJB JAR as library in WAR, it seems that Glassfish tries to inject @EJB annotations in the EJB JAR, and I get tons of errors since WAR obviously doesn't know about some internal EJBs used locally by the EJB JAR.

How to solve this problem? If I try to create a separate project (just for remote interfaces), this soon becomes a nightmare since interfaces depend on entity beans and then this "helper" project becomes bloated with all sorts of things.

Any ideas?

Thank you for answers.

flag

50% accept rate
I've created a separate "helper" project with entity beans and ejb interfaces, and everything works find, but, damn, there has to be a simpler way to do this. – bozo Nov 7 at 16:44

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.