Hi,
i'd like to run the OpenJMS-Server under IBM OS/390
UNIX System Services. Unfortunately there's a problem
during the startup phase of the server. It's not possible
to load any XML configuration file (e.g. "rmi_jms.xml").
I did many tests using the involved libraries: "xerces-
J_1.3.1.jar", "castor-0.9.3.jar" or "castor-0.9.3.19.jar".
So i could retrace the error. The problem occurs if the
xml document is converted from one code page to
another (eg. thru ftp). However, if i use the EBCDIC
format my test application works fine, but unfortunately
not the JMS-Server...
Maybe, there's a internal conversion (during the startup
process) prior to calling the parser ...???
Please see the attached screenshot with the exact error
message.
Many thanks in advance...
Michael Heilmann
Screenshot - error message
Logged In: NO
sorry, i forgot may email adress...
m-heilmann@gmx.de
Logged In: YES
user_id=557161
This appears to be due to castor's use of SAX1 (see
http://www.mail-archive.com/castor-
dev@exolab.org/msg08918.html), so we can't fix this
until castor moves to SAX2.