Re: WARNING: WebAppInfo not found.

2013-01-04 Thread avrono
Ok, resolvedThis works CalculatorService service = new CalculatorService();CalculatorWs port = service.getCalculatorPort(); if(port !=null) { System.out.println("Port is not null"); } else { System.out.prin

Re: WARNING: WebAppInfo not found.

2013-01-04 Thread avrono
Hi Romain, The Directory directive solved the WebAppInfo error - thanks ! As for accessing the webservice via injection (annotation) I ran wsimport and it generated my CalculatorService endpoint as follows: /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.1.6 in JDK 6 * Gener

Re: WARNING: WebAppInfo not found.

2013-01-04 Thread Romain Manni-Bucau
probably because the injection type doesn't have all info (@webserviceclient?) that's said i didn't understand your "not in wtpwebapps" answer. apps folder is configured in tomee.xml () Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.c

Re: WARNING: WebAppInfo not found.

2013-01-04 Thread avrono
further to that, I can get the .create working but not via injection @WebServiceRef(wsdlLocation = "http://localhost:8080/Calculator?wsdl";) -- View this message in context: http://openejb.979440.n4.nabble.com/WARNING-WebAppInfo-not-found-tp4660077p4660084.html Sent from the OpenEJB User mail

Re: WARNING: WebAppInfo not found.

2013-01-04 Thread avrono
Interestingly I can run a Junit test as follows : package com.prsx.test; import org.junit.BeforeClass; import org.junit.Test; import javax.ejb.embeddable.EJBContainer; import javax.xml.namespace.QName; import javax.xml.ws.Service; import java.net.URL; import java.util.Properties; import static o

Re: WARNING: WebAppInfo not found.

2013-01-04 Thread avrono
Not found in wtpwebapps folder -- View this message in context: http://openejb.979440.n4.nabble.com/WARNING-WebAppInfo-not-found-tp4660077p4660082.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: WARNING: WebAppInfo not found.

2013-01-04 Thread Romain Manni-Bucau
Hi, webapps folder is for webapp ATM, try to put the jar in /apps Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/1/4 avrono : > Hi, > > I am having a problem deploying

Re: WARNING: WebAppInfo not found -> TomEE Rest 1.5.0 on Ubuntu

2012-10-18 Thread Romain Manni-Bucau
Hi, can you share your environment please? *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau*