OMG.. For some reason, I thought that was David Jencks who asked that and was explaining to him where the itests-core gets built :-)
Sorry, Blevins. I was talking to Jencks about this on the other thread. Anyways, so you are looking at this pom snippet from the "undeploy-module" id. OK the itests-core.jar becomes a car due to the type of the moduleId set in it's own openejb-jar.xml http://svn.apache.org/viewvc/incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/openejb-jar.xml?revision=485602&view=markup Cheers Prasad On 12/11/06, David Blevins <[EMAIL PROTECTED]> wrote:
On Dec 11, 2006, at 1:28 PM, Prasad Kashyap wrote: > The openejb-itests-core is created in the openejb itself. Not the jar file, the car file, where is that created? The est- ejbcontainer/pom.xml has a dep on it. -David > http://svn.apache.org/viewvc/incubator/openejb/branches/v2_2/ > openejb2/itests/ > > The top level pom in openejb has the <geronimoVersion> property set to > 1.2-SNAPSHOT. > > So the itests-core's pom and plans all use this property during > resource filtering and thus have a dependency on it. > > 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 >> > >> >> >
