Re: Apache TomEE 1.6.0-SNAPSHOT - web-fragment.xml UnmarshallException

2013-10-09 Thread jieryn
Thanks, I gave apache-tomee-1.6.0-20131009.041119-200-plus.tar.gz a try, but am now taking other errors: INFO [localhost-startStop-1] org.apache.openejb.config.ConfigurationFactory.configureApplication Configuring enterprise application: /srv/apache-tomee-plus-1.6.0-SNAPSHOT/webapps/ROOT SEVERE

Re: Apache TomEE 1.6.0-SNAPSHOT - web-fragment.xml UnmarshallException

2013-10-09 Thread Romain Manni-Bucau
Hi this is link to the config of wink javax.ws.rs.Application context param value maybe *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*

Re: Apache TomEE 1.6.0-SNAPSHOT - web-fragment.xml UnmarshallException

2013-10-09 Thread jieryn
Sorry? This means I need to have a context-param defined for javax.ws.rs.Application? I haven't done that before, TomEE used to just auto-discover my javax.ws.rs.core.Application instance. On Wed, Oct 9, 2013 at 11:42 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi this is link to the

Re: Apache TomEE 1.6.0-SNAPSHOT - web-fragment.xml UnmarshallException

2013-10-09 Thread jieryn
Ah, not deliberately. I am using Apache Wink for RestClient, until we support Java EE 7 / JAX-RS 2.0 *cough,cough* :-) And that wink-client had a dependency on wink-common which included lots of core internal stuff. After having removed it, the application starts! Also, I would report that this

Apache TomEE 1.6.0-SNAPSHOT - web-fragment.xml UnmarshallException

2013-10-08 Thread jieryn
I'm using Apache TomEE 1.6.0-SNAPSHOT from October 8th. I have seen these errors for a while now, but am not able to reproduce it in a sample project. I have a lot of WEB-INF/lib/blah.jar files which contain META-INF/web-fragment.xml files which configure the system modularly. At start up, I see

Re: Apache TomEE 1.6.0-SNAPSHOT - web-fragment.xml UnmarshallException

2013-10-08 Thread Romain Manni-Bucau
Hi it doesn't reproduce creating a project with a dependency of the same kind (jar) with a web-fragment? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn:

Re: Apache TomEE 1.6.0-SNAPSHOT - web-fragment.xml UnmarshallException

2013-10-08 Thread jieryn
Right, I have this: https://github.com/jieryn/web-fragment-example But it works, much to my surprise and sadness. Would it be useful if the mergeWeb would print out the web-fragment.xml it is processing if there is an error? I think this will be more useful as more people take increasing