Iam able to bind a Serializable object to a name like "abc/ObjectName" in Sun 
Application Server 8.2.

e.g ctx.bind("abc/ObjectName", SerializableObject);

This happens without any problems in Sun application server, Note that abc is 
not a Context in itself, and is *not* bound separately, 


Not able to do the same in Jboss AS 4.0, is says abc not bound. 
To achieve the same in Jboss,i have to create my own implementation of an"abc" 
context , bind it first, and then bind the ObjectName.

Please let me know if there is any other way out.
Thanks
- Ramesh

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888610#3888610

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888610


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to