Hi, I was wondering is there a way I can JOIN multiple EJBs on a particular
field using EJB-QL and/or JBoss-QL without manually setting up the
relationships ?
Ie, something that mimicks,
Select p.FName, s.Name, d.districtID
FROM Person p INNER JOIN School s ON p.schoolID = s.schoolID INNER
The older JBoss versions do not have this particular file. So anyone who
encounters this problem use JBoss 3.2.5 or newer.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880044#3880044
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Hello.
If I add jbosscmp-jdbc.xml to the package and deploy I get a
NullPointerException when I call the create() of the ejb's LocalHome.
However if I do not include the jbosscmp-jdbc.xml in the package I can create
the Entity Bean and call its various methods without error, however the Entity