The itests-core.jar now deploys and starts successfully. In a hurry, I had yanked the openejb-jar.xml out but had forgotten to include it during deployment. *duh*
Checked in the latest code changes to test-ejbcontainer. Next problem, it thinks there are no tests ro run ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.openejb.test.ReuseOpenEJBTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 Cheers Prasad On 12/11/06, David Blevins <[EMAIL PROTECTED]> wrote:
On Dec 11, 2006, at 2:55 PM, David Blevins wrote: > > On Dec 11, 2006, at 2:35 PM, Prasad Kashyap wrote: > >> Moved the openejb-jar.xml to test-ejbcontainer. >> >> Here's an error. >> http://rifers.org/paste/show/2718 >> >> Will look at it further tonight > > Maybe I need to yank the exiting ones before it will work. Going > to do that now. Done. You know you might also need a copy of the ejb-jar.xml so the openejb-jar.xml and it are in the same directory. -David > -David > >> Cheers >> Prasad >> >> On 12/11/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: >>> Sure. For now, that seems like a good idea. If you don't mind >>> separating the two, fine by me. >>> >>> Also, the itests-core/pom.xml has this dependency >>> <dependency> >>> <groupId>org.apache.geronimo.modules</groupId> >>> <artifactId>geronimo-security</artifactId> >>> </dependency> >>> >>> Hope this doesn't cause any problems when the versions diverge. >>> >>> Cheers >>> Prasad >>> >>> On 12/11/06, David Blevins <[EMAIL PROTECTED]> wrote: >>> > >>> > On Dec 11, 2006, at 1:28 PM, Prasad Kashyap wrote: >>> > >>> > > So the itests-core's pom and plans all use this property during >>> > > resource filtering and thus have a dependency on it. >>> > >>> > We should likely move the plan file security-plan.xml and openejb- >>> > jar.xml which are essentially hardcoded to a geronimo version into >>> > the test-ejbcontainer directory. >>> > >>> > What do you think? >>> > >>> > -David >>> > >>> > > >>> > > Cheers >>> > > Prasad >>> > > >>> > > On 12/11/06, David Blevins <[EMAIL PROTECTED]> wrote: >>> > >> >>> > >> On Dec 11, 2006, at 11:38 AM, Prasad Kashyap wrote: >>> > >> >>> > >> > On 12/11/06, David Blevins <[EMAIL PROTECTED]> wrote: >>> > >> >> >>> > >> >> On Dec 11, 2006, at 10:44 AM, Prasad Kashyap wrote: >>> > >> >> >>> > >> >> > I'm seeing a different problem. The openejb-itests-core >>> > >> cannot be >>> > >> >> > distributed since it has a dependency on j2ee-corba- >>> yoko/1.2- >>> > >> >> SNAPSHOT. >>> > >> >> >>> > >> >> What is the error you get? >>> > >> > >>> > >> > [INFO] [INFO] Distributing module artifact: C:\Documents and >>> > >> > Settings\Administrator\.m2\repository\org\apache\openejb >>> \openejb- >>> > >> > itests-core\2.2-incubating-SNAPSHOT\openejb-itests-core-2.2- >>> > >> > incubating-SNAPSHOT.jar >>> > >> > with plan null >>> > >> > [WARNING] Deployer operation failed: Unable to create >>> configuration >>> > >> > for deployment >>> > >> > [WARNING] org.apache.geronimo.common.DeploymentException: >>> Unable to >>> > >> > create configuration for deployment >>> > >> > ... >>> > >> > ... >>> > >> > ... >>> > >> > [WARNING] Caused by: >>> > >> > >>> org.apache.geronimo.kernel.repository.MissingDependencyException: >>> > >> > Unable to resolve dependency >>> > >> > org.apache.geronimo.configs/j2ee-corba-yoko/1.2-SNAPSHOT/car >>> > >> >>> > >> I'm a bit confused.. I'm looking in geronimo/server/trunk/ >>> testsuite/ >>> > >> enterprise-testsuite/test-ejbcontainer/pom.xml which has a >>> > >> reference to: >>> > >> >>> > >> <module> >>> > >> <groupId>org.apache.openejb</groupId> >>> > >> <artifactId>openejb-itests-core</artifactId> >>> > >> <version>${openejbVersion}</version> >>> > >> <type>car</type> >>> > >> </module> >>> > >> >>> > >> Where is the car file created? I can't seem to find it. >>> > >> >>> > >> -David >>> > >> >>> > >> > >>> > >> > >>> > >> > Cheers >>> > >> > Prasad >>> > >> > >>> > >> >>> > >> >>> > > >>> > >>> > >>> >> >
