I've tried the SNAPSHOT and don't have any "duplicate" issues but now I have
some weird things when my application is reloaded (startup, copy EAR into
apps/, remove EAR from apps/, copy EAR into apps/).

1. I deploy my app and call it for the first time. My remote EJB fetch
something in a database and test if the object is an instance of
org.postgresql.util.PGobject :


2. The first time the app is launched, the test returns TRUE which is what I
expect.

3. I reload my app without restarting Tomee

4. This time the test fails but the debug line print : "myObject.class =
org.postgresql.util.PGobject"


I don't understand what can cause this. I'm not very about classloading and
other stuff like this.
Of course if I restart TomEE everythings works fine.

Do you have any idea?

Thank you




--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/TomEE-1-7-1-Duplicate-App-Deployment-when-autoDeploy-true-tp4673900p4675215.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to