No exception until attempt to use ActiveMQ on 2 separate tomee instances

2015-08-05 Thread Howard W. Smith, Jr.
When I had 1 or 2 web applications on 1 tomee instance (and default tomee ActiveMQ configuration), app1 - has MDBs, using ActiveMQ JMS - JAX RS (web) client to execute REST service on app2 app2 - has MDBs, using ActiveMQ JMS - REST service running, uses MDBs to execute business logic This works

Re: No exception until attempt to use ActiveMQ on 2 separate tomee instances

2015-08-05 Thread Howard W. Smith, Jr.
Below, is what is in my tomee.xml for tomee 2nd instance, On Wed, Aug 5, 2015 at 5:37 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: For tomee 2nd instance, I changed server shutdown port, connector port, and add the following to tomee.xml: !-- Internal ActiveMQ Broker

Re: No exception until attempt to use ActiveMQ on 2 separate tomee instances

2015-08-05 Thread Romain Manni-Bucau
Surely cause not serialized Le 5 août 2015 14:40, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Below, is what is in my tomee.xml for tomee 2nd instance, On Wed, Aug 5, 2015 at 5:37 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: For tomee 2nd instance, I changed server

Re: No exception until attempt to use ActiveMQ on 2 separate tomee instances

2015-08-05 Thread Howard W. Smith, Jr.
Okay, I just recognized that after searching internet, but I still wonder why the code below works when I have one tomee (activemq) instance. Prior to today, GoogleCalendarEvent did not need to implement Serializable. public void updateGoogleCalendar(ListGoogleCalendarEvent eventsToAdd)

Re: No exception until attempt to use ActiveMQ on 2 separate tomee instances

2015-08-05 Thread Romain Manni-Bucau
Local transport can skip serialization in some cases Le 5 août 2015 15:57, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Okay, I just recognized that after searching internet, but I still wonder why the code below works when I have one tomee (activemq) instance. Prior to today,

Re: No exception until attempt to use ActiveMQ on 2 separate tomee instances

2015-08-05 Thread Howard W. Smith, Jr.
Interesting, okay. On Wed, Aug 5, 2015 at 6:58 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Local transport can skip serialization in some cases Le 5 août 2015 15:57, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Okay, I just recognized that after searching internet, but I