hi all,
I would like to ask, is JBoss working in IBM JDK 1.4?
I have developed my application under Sun JDK 1.4.2 and deployed it into AIX 
machine which is using IBM JDK 1.4. 

Initially, I hit a problem when trying to assgin object into session
request.getSession().setAttribute(myKey,myObject); 

The exception returned was : java.lang.IllegalArgumentException: setAttribute: 
Non-serializable attribute. 
I solve this problem by making my object serializable, but this is not required 
with Sun JDK. Will this cause any problem in future?

Please advice...thanks.


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

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


-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to