Hi,
I've been banging my head today with a strange kind of error.
I have quite a large multimodule project which in the end produces an ear
with several skinny wars.
Lets say I version all my modules 6.6.6
i clean out .m2 repository and build the project, do a mvn tomee:run in the
ear module and it works fine.
Then I reversion all my modules to 6.6.6-SNAPSHOT and clean out the .m2
respository and build again.
this time, when I do a mvn tomee:run I observes several
javax.naming.NameAlreadyBoundException: ParsedName{path=EntityFacade,
component=EntityFacade}
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:148)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:158)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:158)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:164)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:164)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:164)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:164)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:164)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:164)
at org.apache.openejb.core.ivm.naming.NameNode.bind(NameNode.java:164)
I really do not know what happens....
It seems that the app works fine, though....
TomEE version(plus) and tomee-maven-plugin both 1.6.0
br hw
--
View this message in context:
http://openejb.979440.n4.nabble.com/Strange-EAR-issue-and-versioning-tp4668251.html
Sent from the OpenEJB User mailing list archive at Nabble.com.