Hello, I have added the file: application-client.xml in the META-INF directory under the test-classes directory.
It holds the content: <?xml version="1.0" encoding="UTF-8"?> <application-client id="PackageDataServicetestClient" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_5.xsd"> <display-name>Package data service test client</display-name> </application-client> It does not work however, the exception is the same. The file is read, because if I add a space in the ID I get an invalid character exception -- View this message in context: http://openejb.979440.n4.nabble.com/OpenEJB-localclient-module-name-tp2238205p2240213.html Sent from the OpenEJB User mailing list archive at Nabble.com.
