Hello Kevan
I think you said that this error is fixed after you committed the changes in
trunk. I am working on trunk I checkout yesterday (rev 507910). and with my
bad luck I am facing the same exception even now.
Removing
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>container</artifactId>
<version>${version}</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
from server-3.0-incubation-SNAPSHOT.pom solves the problem.
Am I missing something here.
Thanks
Rakesh
On 2/5/07, Hernan Cunico <[EMAIL PROTECTED]> wrote:
Thanks a bunch Kevan for this workaround, I finally get to build now !
Cheers!
Hernan
Kevan Miller wrote:
> I've committed a change to trunk which should avoid this build failure.
>
> The change is really a work-around. The problem seems to be an xmlbeans
> bug. The work-around is to exclude the OpenEJB container. This avoids
> the container pom error and compilation failures.
>
> Hernan reported that he was now able to build without hacking the pom in
> his repo.
>
> --kevan
>