[JBoss-user] [JBoss Eclipse IDE (users)] - xdoclet and BMP @ejb.persistence ignored ?

2006-05-17 Thread infodavid
Hello, I'll generate a BMP class using xdoclet in eclipse but the generated class doesn't override the 'getX' and 'setX' methods, so the BMP is never marked as 'dirty'. I have write the xdoclet tag '@ejb.persistence' before each 'setX' end 'getX' methods, what is the trouble ? (eclipse 3.1.2,

[JBoss-user] [EJB/JBoss] - ejb not bound using jboss-ide

2006-01-06 Thread infodavid
I use the last JBoss release. I have this exception when trying to bound the local home of an entity using the utilities class generated by jboss-ide (CityUtil.getLocalHome()) : javax.ejb.CreateException: ejb not bound In the home local interface, there is : ... | public static final String

[JBoss-user] [EJB/JBoss] - Remote acces on an Entity

2005-11-14 Thread infodavid
I use a client to connect to JBoss 4.0.3SP1 using sun jdk 1.5. I retrieve a stateless bean and it's ok (stateless is a jboss proxy) but when I try to create an entity using this bean manager, a ClassNotFoundException is thrown because the returned object is not a proxy, it's the entity bean cl

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Examples with EJB3

2005-09-16 Thread infodavid
Hello, Is there some examples using JSP and servlets with EJB3 ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895116#3895116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895116 --