[JBoss-user] [Installation & Configuration] - Re: JBoss3.2.3 error when using Xalan 2.6 and Sun VM 1.4.2_0

2004-06-16 Thread dgbuss
I had the same problems using the new Xalan jars.
Thanks for posting the solution!

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss3.2.3 error when using Xalan 2.6 and Sun VM 1.4.2_0

2004-03-22 Thread JHallAvnet
Thank you so much wdrai.  It works like a charm.

Info for anyone interested in getting xalan 2.6 to work on jboss 3.2.3:

Copy xalan.jar, xercesImpl.jar, xml-apis.jar to /lib/endorsed, and 
/jre/lib/endorsed.

Specify the -Dboss.server.data.dir=/path/to/server/data system property in your Jboss 
startup script.

Thanks again,

Joe Hall

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss3.2.3 error when using Xalan 2.6 and Sun VM 1.4.2_0

2004-03-22 Thread wdrai
We had exactly the same problem when switching to Xalan 2.6 and I am almost sure that 
this is an issue with Xalan which does not seem to accept null values in template 
parameters (previous versions did).
When the JBoss XSLSubDeployer tries to transform the xxx-ds.xml by providing a null 
value for parameter jboss.server.data.dir, Xalan 2.6 throws an exception.
We have successfully started JBoss by providing a system property 
-Dboss.server.data.dir=/path/to/server/data. Note that there is also a typo error in 
the jboss sources and the property has to be named boss.server.data.dir instead of 
jboss.server.data.dir.


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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss3.2.3 error when using Xalan 2.6 and Sun VM 1.4.2_0

2004-03-22 Thread JHallAvnet
Well, loader-repository causes other problems (ClassCastExceptions on the xml-apis 
when parsing the deployment descriptors).

Is it possible to use a newer version of xalan with JBoss 3.2.3?

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=33184

>From the above link it appears it maybe possible to run a newer version of xalan, but 
>I get another exception (java.lang.NoSuchMethodError: 
>org.apache.xml.utilsXMLChar.isValidQName()).  I think it's because it's loading an 
>old class of xml-apis.jar and the newer xalan requires a new xml-apis.jar.  I've 
>copied newer versions of xml-apis.jar, xalan.jar, xercesImpl.jar, and bsf.jar to 
>server/default/lib.

If anyone could point me to some references on how to use JBoss3.2.x with a newer 
version of xalan it would be much appreciated.

Thanks again,

Joe Hall

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss3.2.3 error when using Xalan 2.6 and Sun VM 1.4.2_0

2004-03-22 Thread JHallAvnet
It turns out this was an issue with the 1.4.2_03 vm... I had the wrong jar in it's 
build.

This is related to other posts here and I found the answer through them.
Sorry for the erroneous post.

The fix from another thread:
anonymous wrote : 
  | Isolate your application's classloaders from the system with  
tag. 
  | 

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user