Hi,
I've been running my project fine using tomee-maven-plugin and the
1.7.0-snapshot

Today I tried the release source and somethings happening.

I have an ejb running and webclient call.

I get:

java.lang.RuntimeException: java.lang.NullPointerException
        at
org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.createWebClient(JAXRSClientFactoryBean.java:217)
        at org.apache.cxf.jaxrs.client.WebClient.create(WebClient.java:96)
.
.
.
Caused by: java.lang.NullPointerException
        at 
org.apache.cxf.jaxrs.JAXRSServiceImpl.getName(JAXRSServiceImpl.java:101)
        at
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean.createEndpointInfo(AbstractJAXRSFactoryBean.java:149)
        at
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean.createEndpoint(AbstractJAXRSFactoryBean.java:219)
        at
org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.createWebClient(JAXRSClientFactoryBean.java:206)


I can provide full stack and a sample project if its not obvious for you
guys (to me it's not :-) )

br hw



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/TomEE-1-7-0-release-issue-tp4671191.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to