My ejb app is now working on z/OS using JBoss 3.x, but I had to go to the IBM 1.4 vm instead of the IBM 1.3.1 vm. This is due to a message I was getting about "class violated loader constraints" during EJB access which seems to be due to an issue in the IBM 1.3.1 vm. This plus doing everything in ascii instead of ebcdic (uploading all config and xml files as binary from windows, and setting the system properties listed in my last post) seems to be the key. The reason is there are alot of 3rd party libraries both in JBoss and that I am using in my app not all of which I am entirely confident will always handle all the character conversions correctly if I don't stick with ascii. I also needed to make sure I deleted the server/default/tmp directory if it originally came from somewhere else.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838249#3838249 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838249 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
