Re: Upgrading to struts 2.0.11.2 breaks all xml validators

2008-07-03 Thread Musachy Barroso
Can you post the full stacktrace, or attach it to a Jira ticket?

musachy

On Thu, Jul 3, 2008 at 2:50 PM, Struts Two [EMAIL PROTECTED] wrote:
 Hello All:
 I have upgraded my struts 2.0.11.1 to struts 2.0.11.2. None of my xml 
 validators run and they all break. I have downgraded to 2.0.11.1 and they all 
 work again. I think there must be a bug with xwork-2.0.5.jar. The first few 
 lines of stack trace are as follows:
 at java.lang.J9VMInternals.initialize(J9VMInternals.java:216)
  at 
 com.opensymphony.xwork2.validator.ValidatorFileParser.addValidatorConfigs(ValidatorFileParser.java:192)
  at 
 com.opensymphony.xwork2.validator.ValidatorFileParser.parseActionValidatorConfigs(ValidatorFileParser.java:72)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.loadFile(AnnotationActionValidatorManager.java:361)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildAliasValidatorConfigs(AnnotationActionValidatorManager.java:244)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildValidatorConfigs(AnnotationActionValidatorManager.java:343)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.getValidators(AnnotationActionValidatorManager.java:69)
 I have repeated the upgrade several times to make sure, it is indeed the 
 upgrade that causes the issue.



  __
 Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
 favourite sites. Download it now at
 http://ca.toolbar.yahoo.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Hey you! Would you help me to carry the stone? Pink Floyd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upgrading to struts 2.0.11.2 breaks all xml validators

2008-07-03 Thread Struts Two
I have opened a JIRA ticket for this issue.

- Original Message 
From: Musachy Barroso [EMAIL PROTECTED]
To: Struts Users Mailing List user@struts.apache.org
Sent: Thursday, July 3, 2008 3:23:25 PM
Subject: Re: Upgrading to struts 2.0.11.2 breaks all xml validators

Can you post the full stacktrace, or attach it to a Jira ticket?

musachy

On Thu, Jul 3, 2008 at 2:50 PM, Struts Two [EMAIL PROTECTED] wrote:
 Hello All:
 I have upgraded my struts 2.0.11.1 to struts 2.0.11.2. None of my xml 
 validators run and they all break. I have downgraded to 2.0.11.1 and they all 
 work again. I think there must be a bug with xwork-2.0.5.jar. The first few 
 lines of stack trace are as follows:
 at java.lang.J9VMInternals.initialize(J9VMInternals.java:216)
  at 
com.opensymphony.xwork2.validator.ValidatorFileParser.addValidatorConfigs(ValidatorFileParser..java:192)
  at 
com.opensymphony.xwork2.validator.ValidatorFileParser.parseActionValidatorConfigs(ValidatorFileParser.java:72)
  at 
com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.loadFile(AnnotationActionValidatorManager.java:361)
  at 
com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildAliasValidatorConfigs(AnnotationActionValidatorManager.java:244)
  at 
com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildValidatorConfigs(AnnotationActionValidatorManager.java:343)
  at 
com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.getValidators(AnnotationActionValidatorManager.java:69)
 I have repeated the upgrade several times to make sure, it is indeed the 
 upgrade that causes the issue.



      __
 Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
 favourite sites. Download it now at
 http://ca.toolbar.yahoo.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Hey you! Would you help me to carry the stone? Pink Floyd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  __
Connect with friends from any web browser - no download required. Try the new 
Yahoo! Canada Messenger for the Web BETA at 
http://ca.messenger.yahoo.com/webmessengerpromo.php


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upgrading to struts 2.0.11.2 breaks all xml validators

2008-07-03 Thread Musachy Barroso
Looks like another case of the classloader returning weird URIs:

Caused by: java.lang.IllegalArgumentException: URI scheme is not file
   at java.io.File.init(File.java:364)

musachy

On Thu, Jul 3, 2008 at 3:44 PM, Struts Two [EMAIL PROTECTED] wrote:
 I have opened a JIRA ticket for this issue.

 - Original Message 
 From: Musachy Barroso [EMAIL PROTECTED]
 To: Struts Users Mailing List user@struts.apache.org
 Sent: Thursday, July 3, 2008 3:23:25 PM
 Subject: Re: Upgrading to struts 2.0.11.2 breaks all xml validators

 Can you post the full stacktrace, or attach it to a Jira ticket?

 musachy

 On Thu, Jul 3, 2008 at 2:50 PM, Struts Two [EMAIL PROTECTED] wrote:
 Hello All:
 I have upgraded my struts 2.0.11.1 to struts 2.0.11.2. None of my xml 
 validators run and they all break. I have downgraded to 2.0.11.1 and they 
 all work again. I think there must be a bug with xwork-2.0.5.jar. The first 
 few lines of stack trace are as follows:
 at java.lang.J9VMInternals.initialize(J9VMInternals.java:216)
  at 
 com.opensymphony.xwork2.validator.ValidatorFileParser.addValidatorConfigs(ValidatorFileParser..java:192)
  at 
 com.opensymphony.xwork2.validator.ValidatorFileParser.parseActionValidatorConfigs(ValidatorFileParser.java:72)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.loadFile(AnnotationActionValidatorManager.java:361)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildAliasValidatorConfigs(AnnotationActionValidatorManager.java:244)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildValidatorConfigs(AnnotationActionValidatorManager.java:343)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.getValidators(AnnotationActionValidatorManager.java:69)
 I have repeated the upgrade several times to make sure, it is indeed the 
 upgrade that causes the issue.



  __
 Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
 favourite sites. Download it now at
 http://ca.toolbar.yahoo.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 --
 Hey you! Would you help me to carry the stone? Pink Floyd

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


  __
 Connect with friends from any web browser - no download required. Try the new 
 Yahoo! Canada Messenger for the Web BETA at 
 http://ca.messenger.yahoo.com/webmessengerpromo.php


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Hey you! Would you help me to carry the stone? Pink Floyd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upgrading to struts 2.0.11.2 breaks all xml validators

2008-07-03 Thread Musachy Barroso
It looks a lot like: https://issues.apache.org/struts/browse/WW-2633

musachy

On Thu, Jul 3, 2008 at 3:52 PM, Musachy Barroso [EMAIL PROTECTED] wrote:
 Looks like another case of the classloader returning weird URIs:

 Caused by: java.lang.IllegalArgumentException: URI scheme is not file
   at java.io.File.init(File.java:364)

 musachy

 On Thu, Jul 3, 2008 at 3:44 PM, Struts Two [EMAIL PROTECTED] wrote:
 I have opened a JIRA ticket for this issue.

 - Original Message 
 From: Musachy Barroso [EMAIL PROTECTED]
 To: Struts Users Mailing List user@struts.apache.org
 Sent: Thursday, July 3, 2008 3:23:25 PM
 Subject: Re: Upgrading to struts 2.0.11.2 breaks all xml validators

 Can you post the full stacktrace, or attach it to a Jira ticket?

 musachy

 On Thu, Jul 3, 2008 at 2:50 PM, Struts Two [EMAIL PROTECTED] wrote:
 Hello All:
 I have upgraded my struts 2.0.11.1 to struts 2.0.11.2. None of my xml 
 validators run and they all break. I have downgraded to 2.0.11.1 and they 
 all work again. I think there must be a bug with xwork-2.0.5.jar. The first 
 few lines of stack trace are as follows:
 at java.lang.J9VMInternals.initialize(J9VMInternals.java:216)
  at 
 com.opensymphony.xwork2.validator.ValidatorFileParser.addValidatorConfigs(ValidatorFileParser..java:192)
  at 
 com.opensymphony.xwork2.validator.ValidatorFileParser.parseActionValidatorConfigs(ValidatorFileParser.java:72)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.loadFile(AnnotationActionValidatorManager.java:361)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildAliasValidatorConfigs(AnnotationActionValidatorManager.java:244)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.buildValidatorConfigs(AnnotationActionValidatorManager.java:343)
  at 
 com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.getValidators(AnnotationActionValidatorManager.java:69)
 I have repeated the upgrade several times to make sure, it is indeed the 
 upgrade that causes the issue.



  __
 Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
 favourite sites. Download it now at
 http://ca.toolbar.yahoo.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 --
 Hey you! Would you help me to carry the stone? Pink Floyd

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


  __
 Connect with friends from any web browser - no download required. Try the 
 new Yahoo! Canada Messenger for the Web BETA at 
 http://ca.messenger.yahoo.com/webmessengerpromo.php


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 --
 Hey you! Would you help me to carry the stone? Pink Floyd




-- 
Hey you! Would you help me to carry the stone? Pink Floyd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upgrading to struts 2.0.11.2 breaks all xml validators

2008-07-03 Thread Struts Two
It looks like it. I opened sometime ago JIRA WW-2382 with similar classloader 
issues but that was for struts 2.1.2 and the fix is going to be included in 
2.1.3.
- Original Message 
From: Musachy Barroso [EMAIL PROTECTED]
To: Struts Users Mailing List user@struts.apache.org
Sent: Thursday, July 3, 2008 3:52:31 PM
Subject: Re: Upgrading to struts 2.0.11..2 breaks all xml validators

Looks like another case of the classloader returning weird URIs:

Caused by: java.lang.IllegalArgumentException: URI scheme is not file
      at java.io.File.init(File.java:364)

musachy


  __
Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo! 
Canada Messenger at http://ca.beta.messenger.yahoo.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]