jboss.j2ee:service=EJB,jndiName=BEANNAME
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856408#3856408
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856408
--
| jboss.j2ee:service=XXX,jndiName=YYY
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856409#3856409
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856409
It looks like a great bug fixed in 3.2.4. - entityContext.getEJBLocalObject().
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849861#3849861
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849861
Version JBoss 3.2.5
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845754#3845754
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845754
---
SF.Net email is sponsored
Is ORDERING so may cause problem?
and error - generated query has starnge "table-name" after from
SELECT t0_aa.id, t0_aa.ordering
FROM TABLE-NAME = "ACCOUNTANAL" t0_aa,
ACCOUNT t1_aa_account
WHERE (t1_aa_account.id = ? AND
t0_aa.account_id=t1_aa_account.
As a first step, include attribute
"extends" and "local-extends"
in tag @ejb.home and @ejb.interface
like this
* @ejb.home
* extends="javax.ejb.EJBHome"
* local-extends=
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843958#3843958
Reply to th