CMS diff: TomEE Maven Plugin

2012-12-26 Thread Gerhard Petracek
Clone URL (Committers only): https://cms.apache.org/redirect?new=gpetracek;action=diff;uri=http://openejb.apache.org/tomee-mp-getting-started.mdtext Index: trunk/content/tomee-mp-getting-started.mdtext === ---

Re: svn commit: r1417653 - in /openejb/trunk/openejb/maven: ./ tomee-webapp-archetype/ tomee-webapp-archetype/src/ tomee-webapp-archetype/src/main/ tomee-webapp-archetype/src/main/resources/ tomee-web

2012-12-26 Thread Romain Manni-Bucau
I wonder about some basic arquillian tests but dont know if it should be embedded/remote/both Le 26 déc. 2012 18:59, stratwine tovishwan...@gmail.com a écrit : Hi, Had pushed such a crud application.. a book catalog application with a jsf front end. (cdi bean + ejb + openjpa-maven-plugin )

ServiceConstructionException Web Service unit testing is not working in OpenEJB 4.0.

2012-12-26 Thread vnjaldawar
Web Service client exists in the workspace. Written a unit test to call Web Service using client code. Below error is thrown. RuleImporterProcess is an interface but the error ask to implement method in it. [junit] Caused by: com.link.exception.SystemException: [exception of type

Re: ServiceConstructionException Web Service unit testing is not working in OpenEJB 4.0.

2012-12-26 Thread vnjaldawar
Yes I did tried on 4.5.1. version of OpenEJB. But here it is giving classloader exception for org/xml/sax classes. I have included all jars from openEJB_4.5.1/lib in ant task fileset dir=${openejb.path} include name=**/*.jar/ /fileset [junit] Caused by: java.lang.LinkageError: loader