Advertisement
Guest User

JBoss 5.1.0GA + EJB over HTTP

a guest
Jun 9th, 2010
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. 1.
  2. ~ http://docs.jboss.org/jbossas/unified_invoker/UnifiedInvoker_guide.html#d0e63
  3. 2.
  4.  
  5. 3.
  6. Occurs after a client EJB call
  7. 4.
  8.  
  9. 5.
  10. ...
  11. 6.
  12. at org.jboss.remoting.marshal.serializable.SerializableMarshaller.write(SerializableMarshaller.java:106)
  13. 7.
  14. at org.jboss.invocation.unified.marshall.HTTPInvocationMarshaller.write(HTTPInvocationMarshaller.java:111)
  15. 8.
  16. at org.jboss.remoting.marshal.serializable.SerializableMarshaller.write(SerializableMarshaller.java:106)
  17. 9.
  18. at org.jboss.invocation.unified.marshall.HTTPInvocationMarshaller.write(HTTPInvocationMarshaller.java:111)
  19. 10.
  20. at org.jboss.remoting.marshal.serializable.SerializableMarshaller.write(SerializableMarshaller.java:106)
  21. 11.
  22. at org.jboss.invocation.unified.marshall.HTTPInvocationMarshaller.write(HTTPInvocationMarshaller.java:111)
  23. 12.
  24. at org.jboss.remoting.marshal.serializable.SerializableMarshaller.write(SerializableMarshaller.java:106)
  25. 13.
  26. at org.jboss.invocation.unified.marshall.HTTPInvocationMarshaller.write(HTTPInvocationMarshaller.java:111)
  27. 14.
  28. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement