The openejb-itests-core is created in the openejb itself.

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
>


Reply via email to