On Feb 16, 2007, at 4:44 AM, Rakesh Midha wrote:
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.
Strange. I don't see anything that would have unfixed my hack...
Hmm. Maybe it needs to be excluded in a different module/config.
Where are you hitting this error? Maybe corba enablement (or another
change is hitting the same basic issue...).
Anybody else seeing this?
--kevan