[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: VFS Memory Deserialization
alesj
do-not-reply at jboss.com
Tue Aug 12 11:56:41 EDT 2008
"kabir.khan at jboss.com" wrote : Is the problem you are seeing that it tries to pass in the whole URL? If possible try breaking it up?
|
This fails when I try to (de)serialize VirtualFile created in InMemoryClassesDeployer,
- http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/classloader/InMemoryClassesDeployer.java
which is part of classpath.
For (de)serialization I use the before mentioned mechanism:
- http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/vfs/VirtualFileSerializator.java
Used here:
- http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/AbstractVFSDeploymentContext.java
On deserialization of that classpath in-memory VirtualFile, I get that exception.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170114#4170114
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170114
More information about the jboss-dev-forums
mailing list