[jboss-user] [JCA/JBoss] - Lookup datasource from another Resource Archive (RAR) applic

2008-07-11 Thread lyc1
Hello, I have an application package into a RAR. I'm trying to lookup a local datasource, by I can't : objet not bound. It succeeds if I configure the datasource with false to enable remote access altough my rar application and datasource are deployed together in the same JBoss. Why ? Does RAR

[jboss-user] [Javassist user questions] - Proxy serialization, ok but what about inner Objects ?

2008-01-25 Thread lyc1
Hello, I working with proxies build with ProxyFactory method. How to us it is describe in javadoc. When I want to serialize/deserialize it, everything seems to be ok except that only proxy instance is serialized, not inner objects. Eg. Object "A" contains an instance of "B" After serializatio