Re: Simple MessageBodyWriter Testing with "No message body writer has been found for response class" error.

2012-10-12 Thread andyay
I am not sure it is the right place to ask this question. But I have this (jax-rs) rest service and its custom messageBodyWriter working in TomEE+, and it is not working in Weblogic 12c. Anyone have an idea why and how to get it to work ? Thanks, -- View this message in context: http://openej

RE: richfaces 4.2.2 deploy problem

2012-10-12 Thread geraldolmr
Hi, I have the same problem with richfaces (richfaces-4.2.2.Final). I created a file "exclusions.list" in the "conf" folder inside my tomEE installation with this content: ApacheJMeter XmlSchema- activation- activeio- activemq- aether- antlr- aopalliance- avalon-framework- axis- axis2-

Re: Embedded Bean Deployment Archive does not work

2012-10-12 Thread Romain Manni-Bucau
no issue at all in pax, we just dont scan it because we know we'll find nothing in it so no need to loose IO time scanning it (just a perf optim) BTW on trunk your sample should work out of the box *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rma

Considering using Groovy rather than Java in EJBs

2012-10-12 Thread groovyflow
I'm one of a group of developers who are starting a new Geronimo project, of course using OpenEJB. I've been advocating writing most of our code in Groovy 2.0 (now faster and optionally type safe thanks to the new @CompileStatic option) rather than in Java. Does anyone have experience with a Ja

Re: Embedded Bean Deployment Archive does not work

2012-10-12 Thread Harald Wellmann
I'm not aware of anything in Pax URL that might interfere with Java EE annotation scanning - what exactly is the problem you're trying to avoid? Once we know what it is, we can try removing it from Pax URL. Best regards, Harald 2012/10/12 Romain Manni-Bucau : > hi, > > i updated it yesterday (re

Re: Embedded Bean Deployment Archive does not work

2012-10-12 Thread Romain Manni-Bucau
hi, i updated it yesterday (restricted to pax-url) btw, it is common for such framework to allow to rename libs to sthg else for such a reason *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/*

Re: TomEE on Windows: how to register a native PATH for webapps

2012-10-12 Thread Alex The Rocker
On a more general note, could we have for TomEE the equivalent documentation (and support of documented features) which Tomcat7 has for running as a Windows service: http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html#Installing_services Should I fill a JIRA for this ? Alex On T

Re: Embedded Bean Deployment Archive does not work

2012-10-12 Thread Harald Wellmann
2012/10/12 Romain Manni-Bucau : > > we excluded pax-* jar from scanning since we have some module using it but > with no mandatory scan That is going to bite us again... Which Pax modules are you using and why exactly do you need to exclude them from scanning? If this is really required, the exclu