Re: @RequestScoped does not exist within current thread

2015-05-13 Thread hwaastad
Hi, got similar things going on in my production environment aswell: javax.enterprise.context.ContextNotActiveException WebBeans context with scope type annotation @SessionScoped does not exist within current thread But it only happens when users are logging out. However, not been able to reprod

Re: @RequestScoped does not exist within current thread

2015-05-13 Thread Romain Manni-Bucau
Hi tempted to say this can be fixed in "under vote" 1.7.2 but this is a blind guess with so few information Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn

@RequestScoped does not exist within current thread

2015-05-13 Thread José Luis Cetina
Hi, im getting this error on my production server. But the webapp works well, this error appear at any moment, but when i'm developing this error never occurs. What can be? Im using tomee 1.7.1 with jdk1.6 and my webapp is an ear app. Here is the log: javax.servlet.ServletException: WebBeans con

Re: How do I suppress namespace in generated XML

2015-05-13 Thread David Goodenough
On Tuesday 12 May 2015 16:03:25 David Goodenough wrote: > I have a legacy servlet which does not expect a namespace > in the XML that gets passed between it and its client. It also > does not generate one. > > In the client if I use CXF WebClient to send the XML it seems to > want to put the name

Re: OpenEJB: FATAL ERROR: Unknown error in Assembler

2015-05-13 Thread Romain Manni-Bucau
Hi can you check your classpath/dependencies? Ensure you use the dependencies of a single version of openejb and that you didnt override GeronimoTransactionManagerFactory configuration in a server-jar.xml ni your classpath. Romain Manni-Bucau @rmannibucau | Blo

OpenEJB: FATAL ERROR: Unknown error in Assembler

2015-05-13 Thread Samuelsson, Johan
Hello, We have have a test util project that uses OpenEJB in test purpose for unit tests of our ejbs. Right now we're upgrading our jboss to EAP 6.3.1 and then we had to change to JNDI lookup on some beans to use the new Java EE 6 JNDI namespaces starting with java:app We had version 3.1.2

Re: Add DataSource dynamically.

2015-05-13 Thread Romain Manni-Bucau
Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2015-05-13 13:14 GMT+02:00 Alex Soto : > Hi I am stil

Re: Add DataSource dynamically.

2015-05-13 Thread Alex Soto
Hi I am still working on this feature but I can't find a test nor a Javadoc that explains each parameter. Let me paste here: public static CommonDataSource create(final String name, final boolean configuredManaged, final C

Re: Installation of TomEE

2015-05-13 Thread psrakesh
Success!!! Guess it was the Program Files Directory Structure. Thanks for your help. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Installation-of-TomEE-tp4674759p4674785.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Installation of TomEE

2015-05-13 Thread Romain Manni-Bucau
Hi that's because you have a space in the path "Program Files", think we fixed it for coming release. If you move tomee to c:\foo\bar it will work Romain Manni-Bucau @rmannibucau | Blog | Github

Re: Installation of TomEE

2015-05-13 Thread psrakesh
This is what I get when I run in Debugger mode: C:\Program Files\Java\apache-tomee-plume-1.7.1\bin>catalina.bat debug Using CATALINA_BASE: "C:\Program Files\Java\apache-tomee-plume-1.7.1" Using CATALINA_HOME: "C:\Program Files\Java\apache-tomee-plume-1.7.1" Using CATALINA_TMPDIR: "C:\Program F