That is in violation of the java type model and cannot be done trivally. If you setup a call by value stack between the web and ejb tier, an alternate object could be used for serialization using:
| Object writeReplace() throws ObjectStreamException; | Object readResolve() throws ObjectStreamException; | but this is going to be difficult to maintain and would make your ejbs only usable by your web tier. Generally what you asking for makes little sense so rethink why you want this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832140#3832140 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832140 ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
