Jarek, if you can send me the app I can take a look.
-David
On Jan 19, 2007, at 9:48 AM, Jarek Gawor wrote:
Dain,
This is just a simple EJB that tires to use JAXB or StAX API. It is
not exposed (or deployed) as a web service.
Jarek
On 1/19/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
Please take a look at the "M2 Status - branch on Wednesday" thread.
It contains a list of what works and what doesn't. The webservices
integration doesn't work yet.
-dain
On Jan 19, 2007, at 9:34 AM, Jarek Gawor wrote:
> I get the following error after the openejb update:
>
> Deployer operation failed: org.apache.openejb.OpenEJBException:
> Cannot Load jar
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\geronimo-deployer34093.tmpdir
> \jaxb-ejb-2.0-SN
> APSHOT.jar. The number of beans deployed (0) does not match the
> number of beans
> actually in the jar (1). Please redeploy this jar.
>
> I see this error after updating the openejb-jar.xml
> (http://www.openejb.org/openejb-jar/1.1) and ejb-jar.xml
> (http://java.sun.com/xml/ns/javaee) descriptors with right
namespaces.
>
> I'm running the testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb
> tests.
>
> The ejbs are very simple and do not use any annotations.
>
> Jarek