[
https://jira.jboss.org/jira/browse/JBIDE-3666?page=com.atlassian.jira.plu...
]
Anton Klimkovich commented on JBIDE-3666:
-----------------------------------------
I folowed your steps and here the results of work: Example projects results.txt
Now I have no problems with org/jboss/soa/esb/util/FileUtil.
Only projects where need to parse date have failed.
The problem was in my locale. (Locale Ru)
To format a date for the current Locale, use one of the static factory methods:
myString = DateFormat.getDateInstance().format(myDate);
Probably but not neseccary need to update these projects and make them more universal.
And ofcource need to add a readme file to help to configure the project.
So projects works on both servers: jboss-esb-server4.4GA and jbossAS from soa-p.4.3GA
Transform_CSV2XML , Transform_XML2XML_simple,
Transform_XML2XML_date_manipulation culdn't be run
-------------------------------------------------------------------------------------------------
Key: JBIDE-3666
URL:
https://jira.jboss.org/jira/browse/JBIDE-3666
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.0.0.CR2
Reporter: Anton Klimkovich
Assignee: Feng Qian
Fix For: 3.0.0.GA
Attachments: ImportProjectResults.PNG, workspacePreferences_ESBRuntimes.PNG,
workspacePreferences_ServerRuntimes.PNG
EXECUTE: New -> Other -> Eaxmple Projects -> ESB ->
EXECUTE: Select transform_CSV2XML and transform_XML2XML and
Transform_XML2XML_date_manipulation projects and press Finsh
EXECUTE: Add ESB libraries from jbossesb-4.4.GA / jbossesb-server-4.4.GA /
jboss-soa-p.4.3.0
EXECUTE: Deploy projects to the server
ASSERT: Projects deployed successfully
EXECUTE: Run SendJMSMessage.java
FAILURE: Exception in console: Exception in thread "main"
java.lang.NoClassDefFoundError: org/jboss/soa/esb/util/FileUtil
:(
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira