Re: Can't run windows executable or service

2012-05-04 Thread Fernando Lozano
Hi, Maybe... but tomee comes with tomee.exe and not tomcat7.exe. Are those supposed to be the same? The stackoverflow thread states that Tomcat 6 comes with only 32-bits service executables. But tomee is Tomcat 7, and it comes with thee executables: one for x86, other for amd64 and the third

Re: No HandleDelegate registered with the OpenEJB system

2012-05-04 Thread Romain Manni-Bucau
i'll fix it but that's not an issue, just a badly managed log. - Romain 2012/5/4 José Luis Cetina > When i deploy(http://localhost:8080/manager) my war file (basic JSF > example > single xhtml file without MangedBeans) i get this error TomEE Log but my > app apparently works ok, but i dont kno

Re: Can't run windows executable or service

2012-05-04 Thread Aldrin Leal
Does it look similar to this? http://stackoverflow.com/questions/211446/how-to-run-tomcat-6-on-winxp-64-bit -- -- Aldrin Leal, / http://meadiciona.com/aldrinleal On Fri, May 4, 2012 at 7:14 PM, Fernando Lozano wrote: > Hi there, > > I installed Tomee+ 1.0 on a Windows 2008R2 Standard SP1 mac

Can't run windows executable or service

2012-05-04 Thread Fernando Lozano
Hi there, I installed Tomee+ 1.0 on a Windows 2008R2 Standard SP1 machine (64-bits). It complains that all tomee executables (be the amd64 or the x86 one) are not compatible with this windows edition, as if I was trying to run a 64-bits exe on a 32-bit OS: Installing the service 'TomEE' ...

No HandleDelegate registered with the OpenEJB system

2012-05-04 Thread José Luis Cetina
When i deploy(http://localhost:8080/manager) my war file (basic JSF example single xhtml file without MangedBeans) i get this error TomEE Log but my app apparently works ok, but i dont know why this messages. Im using TomEE 1.0.0 the important messages are: Grave: Error in safeBind method javax.

Re: EJB injection issue

2012-05-04 Thread Romain Manni-Bucau
Hi, a workaround can be to use EJB as rest services (think to remove transactions if you dont need them for performances reasons) well that's said it should work so please check you don't have conflicting libraries (compare your WEB-INF/lib to tomee/lib) if you manage to reproduce it (let's say

EJB injection issue

2012-05-04 Thread stx_g
Hi All, I’m developing an application that use EJB and JAX-RS. Using Maven, I package the application in a war archive and deploy it to TomEE+. Sometimes it works very well but sometimes some EJBs are not injected inside rest web service. In catalina.out log I found : -

Re: Problem installing TomEE drop-in war

2012-05-04 Thread stx_g
Ok, it works! Thanks a lot, Romain. - Stefano Romain Manni-Bucau wrote > > Hi, > > >- add the following listener in server.xml: >org.apache.tomee.loader.OpenEJBListener >- add the javaagent to catalina.sh: > JAVA_OPTS=""-javaagent:$CATALINA_HOME/ >$JAVA_OPTS" (the javaaage

Re: Bug: endorsed JAXB is broken

2012-05-04 Thread Bjorn Danielsson
Thanks Romain! I can confirm that my webapp now works with this night's snapshot. -- Björn Danielsson Cuspy Code AB Romain Manni-Bucau wrote: > should be fine on trunk now > > - Romain > > > 2012/5/3 Bjorn Danielsson > >> Aha, so the class signature works. I use the String signature: >> >> J

Re: Problem installing TomEE drop-in war

2012-05-04 Thread Romain Manni-Bucau
Hi, - add the following listener in server.xml: org.apache.tomee.loader.OpenEJBListener - add the javaagent to catalina.sh: JAVA_OPTS=""-javaagent:$CATALINA_HOME/ $JAVA_OPTS" (the javaaagent is in the lib dir of the webapp) - remove annotations-api.jar and el-api.jar from tomcat li

Re: Problem deploying REST Examples on Eclipse

2012-05-04 Thread kalgik
The Eclipse embedded browser had a lot of problems. I receive exceptions if I used it. I was relied on it too much. The paths are working properly from outside browsers (IE, FireFox, Chrome). kalgik -- View this message in context: http://openejb.979440.n4.nabble.com/Problem-deploying-REST-Exam

Problem installing TomEE drop-in war

2012-05-04 Thread stx_g
Hi All, I have a Linux Box (Ubuntu 11.10) with Tomcat 7.0.21 and I need to install TomEE Plus on it. I found some instructions here http://openejb.apache.org/tomcat.html but ... it seems it doesn’t work. The installer have problems with permissions and problems to find the lib directory.