[jboss-user] [EJB 3.0] - Re: EJB3 Entity Bean, POJO, without annotations

2009-03-12 Thread jaikiran
If i understand correctly, you want to avoid including jar files which include the javax.* classes in your classpath. Isn't it? anonymous wrote : What is (if any) the standard practice for such a case? (POJO Inheritance, XML descriptions, etc...) ? Its possible to use a orm.xml file to map th

[jboss-user] [EJB 3.0] - Re: EJB3 Entity Bean, POJO, without annotations

2009-03-12 Thread hanyshafik
The webservice client should be generated from the wsdl file. The artifacts generated from the tool won't have any jpa annotation, so it wont be depended on any jpa packages. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217353#4217353 Reply to the post :