RE: Strange XSD error after WAR deploying

2004-08-11 Thread Bordet, Simone
Hi, That is really weird. Do any of your files contain the text jsp-configType? No. Just a guess, but maybe this is something that the file at http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd is pulling in? Does it work if you remove the xsi:schemaLocation attribute? The XSD at

RE: Strange XSD error after WAR deploying

2004-08-12 Thread Bordet, Simone
Hi, Wait, I fixed that one, and Kristian verified it. Simone are you running the M1 binary or cvs head? The fix is only in cvs head. Running M1 binary. Upgrading now, will report if works fine. Thanks ! Simon

RE: Strange XSD error after WAR deploying

2004-08-12 Thread Bordet, Simone
Hi, Wait, I fixed that one, and Kristian verified it. Simone are you running the M1 binary or cvs head? The fix is only in cvs head. Running M1 binary. Upgrading now, will report if works fine. Now works fine, after dodging some firewall issue with Maven. Still I cannot compile

RE: Compilation Error

2004-08-24 Thread Bordet, Simone
Hi, see below message from Alan. Simon -Original Message- From: Alan D. Cabrera [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 13:16 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Build problem with latest Codeline This is a known issue with the Axis module.

IBiblio Jars

2004-08-25 Thread Bordet, Simone
Hi I have been asked to update the jars in IBiblio by some MX4J user. If I remember well, they were setup there for the Geronimo build, so I'd like to ask how do I update/add jars there ? Thanks, Simon

RE: Remove reliance on JMX and javax.management.ObjectName

2004-11-20 Thread Bordet, Simone
Guys, you made your points very clear to me. Thanks ! Simon

RE: mx4j 3.0.1 upgrade [svn commit: r155800]

2005-03-02 Thread Bordet, Simone
Hi, Quick qustion: Should now we always, use the mx4j artifactId and specifically never use mx4j-jmx? Is there a difference between these two archives or are they just pseudonyms? mx4j.jar contains JSR 3 specification classes (javax.management.*) and implementation classes (mx4j.*).

RE: RMI classloading

2005-03-18 Thread Bordet, Simone
Hi, Hi, I would like to know if it would be helpful to have a RMI class server. Currently, I see two potential usage: * deployment: currently, we need to be carefull about the exceptions nested within DeploymentException otherwise we will get a ClassNotFoundException. As a matter