[jboss-user] [EJB 3.0] - Re: Persistence unit dependency failure on deploy

jc7442 do-not-reply at jboss.com
Fri Aug 11 15:53:57 EDT 2006


I've got nearly the same thing except that I declare my jar as java not as ejb in the application.xml.

<module>
  |     <java>services-1.0-SNAPSHOT.jar</java>
  |   </module>
  |   <module>
  |     <java>entities-1.0-SNAPSHOT.jar</java>
  |   </module>
  |   <module>
  |     <java>to-1.0-SNAPSHOT.jar</java>
  |   </module>

In my case it orks fine.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964690#3964690

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964690



More information about the jboss-user mailing list