On Sep 17, 2009, at 12:13 PM, Patrick Clark wrote:

Hi,

I am having a problem running the HelloEjbService example.  I have
attached the error below.  The other examples seem to work just fine,
including the HelloService. Can anyone pinpoint what I have done wrong?

Here is my environment:
- Tomcat 6.0.20
- Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM)
64-Bit Server VM (build 14.2-b01, mixed mode)
- Ubuntu 9.04 (64 bit)
- OpenEJB 3.1.1


Sep 17, 2009 12:45:39 PM org.apache.cxf.phase.PhaseInterceptorChain
doIntercept
[...]
Caused by: java.io.IOException: mark/reset not supported
        at java.io.InputStream.reset(InputStream.java:334)
        at
org .apache .openejb .server.cxf.ejb.EjbInterceptor.reserialize(EjbInterceptor.java:186)
        at
org .apache .openejb.server.cxf.ejb.EjbInterceptor.intercept(EjbInterceptor.java: 117)
        ... 34 more


Seems like the code in question was part of this change:

 https://issues.apache.org/jira/browse/OPENEJB-1001

Jean-Louis, do you have any idea what is going on with that chunk of code?

-David

Reply via email to