My maven thirdparty build is not finding ejb3.client.ClientLauncher when building the
testsuite.
anonymous wrote :
|
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-Maven-Thirdparty/trunk/testsuite/src/main/org/jboss/test/ee5client/unit/AppClientUnitTestCase.java:28:
package org.jboss.ejb3.client does not exist
| [javac] import org.jboss.ejb3.client.ClientLauncher;
| [javac] ^
| [javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-Maven-Thirdparty/trunk/testsuite/src/main/org/jboss/test/ee5client/unit/SimpleResourceEarUnitTestCase.java:31:
package org.jboss.ejb3.client does not exist
| [javac] import org.jboss.ejb3.client.ClientLauncher;
| [javac] ^
| [javac]
|
It looks like this class was moved from the ejb3 project into the app server. Am I just
using an ejb3 snapshot that is too new?
Any help on this appreciated :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138561#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...