[jboss-dev-forums] [Design of EJB 3.0] - Re: EJBTHREE-1423 Test case for @RemoteBinding
ALRubinger
do-not-reply at jboss.com
Wed Jul 9 11:25:52 EDT 2008
Except where only required by a single EJB3 Module, we've put the dependencies into EJB3 Build POM's "dependencyManagement" section, where the version and scope may be inherited by sub-modules. You'll still need to put the groupId and artifactId into "Proxy", but the version will be set by EJB3 Build.
One caveat: Ensure EJB3 Proxy has a parent of the correct EJB3 Build SNAPSHOT that you've changed.
In general, we'd like to keep the versions closely aligned with those used by the AS Component Matrix (repos/jbossas/trunk/component-matrix/pom.xml) such that we compile/test against same versions used in the AS runtime, but we currently have no shared contract. This was an issue of some debate awhile back:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=131748
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163330#4163330
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163330
More information about the jboss-dev-forums
mailing list