[jboss-user] [EJB 3.0] - Re: EJB3-embed jars in Maven repo?

mazz@jboss.com do-not-reply at jboss.com
Thu Sep 28 11:48:34 EDT 2006


The problem here is that "hibernate-all.jar" (this is the actual jar that ships with the embeddable EJB3 alpha9 distro) includes "some" version of hibernate (not sure which) along with javax.persistence classes.

Same with thirdparty jar, although its more complicated because it has a whole bunch of stuff inside it (antlr, trove, oswego-concurrent, javassist, dom4j and many, many others) all of unknown versions.

I have not been able to find any documentation as to what are the actual dependencies (product and version numbers) for the embedded EJB3 stuff (other than those jars which are shipped with the product - hibernate-all.jar, jboss-ejb3-all.jar, thirdparty-all.jar).

Since these libs ship with the EJB3 distribution I'm assuming these are the jars that people are using to satisfy the EJB3 dependencies (that is to say, they are not grabbing a hibernate3 jar from the hibernate site, not going to Apache for the commons jars, etc. etc.).

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

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



More information about the jboss-user mailing list