[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBoss with spaces in the directory name

mstruk do-not-reply at jboss.com
Sat Aug 30 05:39:50 EDT 2008


The spaces issue looks fixed now. 

I'm still seeing some other propertyeditors test failures when building jboss-common-core:


  | -------------------------------------------------------------------------------
  | Test set: org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase
  | -------------------------------------------------------------------------------
  | Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.49 sec <<< FAILURE!
  | testJBossEditors(org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase)  Time elapsed: 0.318 sec  <<< ERROR!
  | org.jboss.util.NestedRuntimeException: Unparseable date: "Tue Jan  4 23:38:21 PST 2005"; - nested throwable: (java.text.ParseException: Unparseable date: "Tue Jan  4 23:38:21 PST 2005")
  | 	at org.jboss.util.propertyeditor.DateEditor.setAsText(DateEditor.java:147)
  | 	at org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase.doTests(PropertyEditorsUnitTestCase.java:456)
  | 	at org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase.testJBossEditors(PropertyEditorsUnitTestCase.java:356)
  | ...
  | ...
  | 
  | Caused by: java.text.ParseException: Unparseable date: "Tue Jan  4 23:38:21 PST 2005"
  | 	at java.text.DateFormat.parse(DateFormat.java:337)
  | 	at org.jboss.util.propertyeditor.DateEditor.setAsText(DateEditor.java:131)
  | 	... 25 more
  | 
  | testDateEditor(org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase)  Time elapsed: 0.02 sec  <<< ERROR!
  | java.text.ParseException: Unparseable date: "Fri, 25 Jun 1971 00:30:00 +0200"
  | 	at java.text.DateFormat.parse(DateFormat.java:337)
  | 	at org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase.testDateEditor(PropertyEditorsUnitTestCase.java:373)
  | 
  | 


These look like having to do with default locale expectations.

- marko

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

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



More information about the jboss-dev-forums mailing list