Re: Basic EJB sample not working if I don't start package name with "org"

2018-05-24 Thread sudhakarvm
Thanks a lot. It helped me, otherwise I was planning to stick to just tomcat. Thanks Sudhakar -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: Basic EJB sample not working if I don't start package name with "org"

2018-05-24 Thread Romain Manni-Bucau
This pattern is supported until you hit exclusions as always. Openejb.classloader.forced-load can allow you to work it around but normally it is not needed. Le jeu. 24 mai 2018 19:22, sudhakarvm a écrit : > It will be com.{company name} I am sorry I can't disclose company name. > Can't > I use

Re: Basic EJB sample not working if I don't start package name with "org"

2018-05-24 Thread sudhakarvm
It will be com.{company name} I am sorry I can't disclose company name. Can't I use any name. Thanks Sudhakar -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: Basic EJB sample not working if I don't start package name with "org"

2018-05-24 Thread Romain Manni-Bucau
We only filtrr known packages like com.sun, whats yours? Le jeu. 24 mai 2018 18:53, sudhakarvm a écrit : > You mean deleting from work folder and deleting from webapps. Yes I have > done > it. I think it is something to do with class scanning. > > > > -- > Sent from: > http://tomee-openejb.9794

Re: Basic EJB sample not working if I don't start package name with "org"

2018-05-24 Thread sudhakarvm
You mean deleting from work folder and deleting from webapps. Yes I have done it. I think it is something to do with class scanning. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: Basic EJB sample not working if I don't start package name with "org"

2018-05-24 Thread Matthew Broadhead
did you clean your tomee? On 24/05/18 18:24, Sudhakar Vankamamidi wrote: Hi, I am trying EJB basic sample given here http://openejb.apache.org/hello-world.html only difference is I have changed EJB package structure to not to start with "org". Now after deployment tomEE is not recognizing th

Basic EJB sample not working if I don't start package name with "org"

2018-05-24 Thread Sudhakar Vankamamidi
Hi, I am trying EJB basic sample given here http://openejb.apache.org/hello-world.html only difference is I have changed EJB package structure to not to start with "org". Now after deployment tomEE is not recognizing the class as EJB and I don't see following log 03-Oct-2017 15:56:51.945 INFO [C