MissingResourceException because of Subversion versioning directories
---------------------------------------------------------------------
Key: MUSE-251
URL: https://issues.apache.org/jira/browse/MUSE-251
Project: Muse
Issue Type: Bug
Components: Deployment - Axis2
Affects Versions: 2.2.0
Environment: WSDMTooling_0607.zip from
https://w3.opensource.ibm.com/frs/?group_id=1650
Windows XP
Reporter: Axel Tanner
Assignee: Dan Jemiolo
Symptoms: Problems after checkin/out to Subversion.
Description:
- create new Managability Endpoint Project, create capabilites and type
- then generate server code for it, choosing 'J2EE' and 'Axis2': generated code
works fine in deployment to a local Tomcat 6
- check the code into versioning system (subversion), thereby getting all the
.svn directories
- code stops working, resulting on the console during startup in:
INFO: Server startup in 2865 ms
[ERROR] AxisServlet - java.util.MissingResourceException: Can't find resource
for bundle org.apache.axis2.i18n.ProjectResourceBundle, key
spec.FAULT_ACTION_NOT_SUPPORTED_REASON
[ERROR] AxisServlet - java.util.MissingResourceException: Can't find resource
for bundle org.apache.axis2.i18n.ProjectResourceBundle, key
spec.FAULT_ACTION_NOT_SUPPORTED_REASON
[ERROR] AxisServlet - java.util.MissingResourceException: Can't find resource
for bundle org.apache.axis2.i18n.ProjectResourceBundle, key
spec.FAULT_ACTION_NOT_SUPPORTED_REASON
[ERROR] AxisServlet - java.util.MissingResourceException: Can't find resource
for bundle org.apache.axis2.i18n.ProjectResourceBundle, key
spec.FAULT_ACTION_NOT_SUPPORTED_REASON
- after removing all versioning info (i.e. all .svn subdirectories), the code
works again, does not show these problems and starts up normally.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]