[JBoss-user] [EJB/JBoss] - Re: Service (SAR file) that relies on an EJB...

2004-11-25 Thread pique
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-user] [EJB/JBoss] - Re: Service (SAR file) that relies on an EJB...

2004-11-25 Thread pique
| 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

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Bean seems to change its id in cache?

2004-09-29 Thread pique
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

[JBoss-user] [EJB/JBoss] - Re: ABSTRACT_SCHEMA problem with ejb-ql

2004-08-20 Thread pique
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

[JBoss-user] [EJB/JBoss] - Re: ABSTRACT_SCHEMA problem with ejb-ql

2004-08-20 Thread pique
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.

[JBoss-user] [EJB/JBoss] - Re: XDoclet not generating Local interface

2004-08-03 Thread pique
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