[jboss-dev-forums] [Design of POJO Server] - Re: Serialization, NoSuchMethodException in ProfileServiceUn
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Dec 18 00:17:46 EST 2007
Still seeing a marshalling problem:
| Caused by: java.lang.NoSuchMethodException: class org.jboss.resource.connectionmanager.JBossManagedConnectionPool.access$000 - [class org.jboss.resource.connectionmanager.JBossManagedConnectionPool]
| at org.jboss.reflect.plugins.introspection.ReflectionUtils.findExactMethod(ReflectionUtils.java:240)
| at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.readObject(ReflectMethodInfoImpl.java:129)
| at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
| ... 157 more
|
We are returning too much information, the org.jboss.resource.connectionmanager.JBossManagedConnectionPool should not be seen by the client. Am I the only one seeing these marshalling errors?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113635#4113635
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113635
More information about the jboss-dev-forums
mailing list