Re: Need a way to configure org.apache.activemq.SERIALIZABLE_PACKAGES property in client

2017-06-29 Thread neelam
Thanks for the replies. I added a System property and it worked. As wild card entry is not the correct way to, I will be adding only the required packages. Regards Neelam -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-a-way-to-configure-org-apache-activemq-SERIALI

Re: Need a way to configure org.apache.activemq.SERIALIZABLE_PACKAGES property in client

2017-06-28 Thread neelam
It's there in the classpath. Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-a-way-to-configure-org-apache-activemq-SERIALIZABLE-PACKAGES-property-in-client-tp4727985p4728048.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need a way to configure org.apache.activemq.SERIALIZABLE_PACKAGES property in client

2017-06-28 Thread Tim Bain
Oh, one other thing: be sure you understand that by using the wildcard setting, you're intentionally opening a significant vulnerability in your system, probably just because you don't want to do a half an hour of work now and a little additional maintenance down the line. You (and your organizatio

Re: Need a way to configure org.apache.activemq.SERIALIZABLE_PACKAGES property in client

2017-06-28 Thread Tim Bain
How are you constructing your clients, if not via the ConnectionFactory? (Clearly you're not actually doing JNLP *instead of* using a ConnectionFactory, as they're unrelated technologies that can't be swapped for one another, so it would help to know what you're actually using instead.) I'd recomm

Re: Need a way to configure org.apache.activemq.SERIALIZABLE_PACKAGES property in client

2017-06-28 Thread jkorab
Hi, >From reading that rode, it looks as though your consumer does not have the GenericUIEvent on its classpath. Can you confirm? Jakub On Wed, Jun 28, 2017 at 8:06 AM, neelam [via ActiveMQ] < ml+s2283324n4727985...@n4.nabble.com> wrote: > Hi, > > I have recently upgraded activemq to 5.14.5 fro