Re: Upgrade from 4.5.2 to 4.6.0.1 issue

2014-05-13 Thread david Cossé
I did it but it doesn't solve the problem. Thanks Le 12/05/2014 17:16, Romain Manni-Bucau a écrit : try adding a META-INF/scan.xml with scan packages packagecom.base.of.my.business/package /packages /scan Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/

Re: Upgrade from 4.5.2 to 4.6.0.1 issue

2014-05-13 Thread Romain Manni-Bucau
are you sure you don't have openejb-core scan.xml in your uber jar? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-13 9:46 GMT+02:00 david Cossé co...@codelutin.com:

Re: Upgrade from 4.5.2 to 4.6.0.1 issue

2014-05-13 Thread david Cossé
Yes it is. Lima is a stand alone application and use OpenEJb in an embedded mode. If you wish you can have a look to the lima project from our forge: http://www.chorem.org/projects/lima/repository/show/tags/lima-0.7.2 On this release there was not the scan.xml file but I tried to add it and it

Problem with OpenWebbeans when Iterating over javax.enterprise.inject.InstanceT

2014-05-13 Thread Markus F. Frisch
I get a DefinitionException when trying to iterate over an instance of org.apache.webbeans.inject.instance.InstanceImpl in the current snapshot of TomEE+ (i.e. in own 1.2.4). What I am trying to do is: 88 @Stateless public class JobOperator { @Inject private

Re: Problem with OpenWebbeans when Iterating over javax.enterprise.inject.InstanceT

2014-05-13 Thread Romain Manni-Bucau
Hi this is an openwebbeans bug, you can open an issue Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-13 16:19 GMT+02:00 Markus F. Frisch markus.fri...@nobiscum.de:

Re: Upgrade from 4.5.2 to 4.6.0.1 issue

2014-05-13 Thread Romain Manni-Bucau
Hi seems there isn't business jar in lima-swing.jar (not sure I built the project as expected then). If so nothing if found to deploy. If you want to force it ensure you have under META-INF an ejb-jar.xml or a beans.xml for instance. Testing on trunk and seems it deploys further but fails cause

RE: Problem with OpenWebbeans when Iterating over javax.enterprise.inject.InstanceT

2014-05-13 Thread Xavier Dury
I think it's this bug: https://issues.apache.org/jira/browse/OWB-888 From: rmannibu...@gmail.com Date: Tue, 13 May 2014 16:40:41 +0200 Subject: Re: Problem with OpenWebbeans when Iterating over javax.enterprise.inject.InstanceT To: users@tomee.apache.org Hi this is an openwebbeans

Re: Problem with OpenWebbeans when Iterating over javax.enterprise.inject.InstanceT

2014-05-13 Thread Romain Manni-Bucau
not exactly, basically difference is instance#get (fixed in 888) and instance#iterator (to fix) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-13 16:47 GMT+02:00

Re: Failure like OPENEJB-2063 bug, but with jax-Ws service

2014-05-13 Thread romych
Thanks for 1.6.0.2 update. Replacing CXF in it to version 2.6.14, totally fix this bug. -- View this message in context: http://openejb.979440.n4.nabble.com/Failure-like-OPENEJB-2063-bug-but-with-jax-Ws-service-tp4667209p4669290.html Sent from the OpenEJB User mailing list archive at

Re: Java Application Servers are Dead

2014-05-13 Thread David Blevins
There's little in that presentation which anyone would disagree with. None of it, however, means Java EE is dead or any similar statement. I've said many of the same things in my TomEE presentations as evidence on why TomEE is a app server that thinks differently. We've always had the

Re: Upgrade from 4.5.2 to 4.6.0.1 issue

2014-05-13 Thread Romain Manni-Bucau
Hi, can you give us some details (maybe irc freenode #openejb would be easier)? How business jar is added? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-13 17:47

ApplicationComposer and secured WebService

2014-05-13 Thread Xavier Dury
Hi, I am using ApplicationComposer to test an EJB exposed as a WebService. My service is secured with @RolesAllowed and I would like to use BASIC authentication or disable security for the test. As I don't know how to disable security, I tried to activate BASIC authentication (with

Re: Upgrade from 4.5.2 to 4.6.0.1 issue

2014-05-13 Thread Eric Chatellier
Le 13/05/2014 16:35, Romain Manni-Bucau a écrit : Hi seems there isn't business jar in lima-swing.jar (not sure I built the project as expected then). If so nothing if found to deploy. If you want to force it ensure you have under META-INF an ejb-jar.xml or a beans.xml for instance. Testing

Re: basic ejb lookup question...

2014-05-13 Thread hwaastad
Hi, and thanks for answering. I've been testing a lot but I've not been able to make it work. Just to make sure, do you mean: @EJB(mappedName = jndi:ext://myInitialContext/Bean implementation)? br hw -- View this message in context:

Re: basic ejb lookup question...

2014-05-13 Thread Romain Manni-Bucau
Remote bean name, ejb-name no link with java itself if you dont name your ejb as the implementation Le 14 mai 2014 05:35, hwaastad he...@waastad.org a écrit : Hi, and thanks for answering. I've been testing a lot but I've not been able to make it work. Just to make sure, do you mean:

Re: ApplicationComposer and secured WebService

2014-05-13 Thread Romain Manni-Bucau
Hi Did you try authMethod = BASIC? I have a doubt on the service but should be either cxf or httpejbd (so httpejbd.authMethod = BASIC) Le 14 mai 2014 03:32, Xavier Dury kal...@hotmail.com a écrit : Hi, I am using ApplicationComposer to test an EJB exposed as a WebService. My service is