International characters in groupId/artifactId names
----------------------------------------------------

                 Key: GERONIMO-6021
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6021
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: Kevan Miller


Running with the java property '-Dfile.encoding=UTF8' looks like it's possible 
to support bean names with international characters. However, if you specify a 
moduleId with international characters, you can run into problems like:

{quote}
2011-05-25 20:16:35,195 INFO  [DirectoryHotDeployer] Undeploying test.jar
2011-05-25 20:16:35,304 ERROR [DirectoryHotDeployer] Unable to undeploy
org.apache.geronimo.common.DeploymentException: com.foo.test/Geológico/1.0/car 
does not appear to be a the name of a module available on the selected server. 
Perhaps it has already been stopped or undeployed?  If you're trying to specify 
a TargetModuleID, use the syntax TargetName|ModuleName instead. If you're not 
sure what's running, try the list-modules command.
                at 
org.apache.geronimo.deployment.plugin.ConfigIDExtractor.identifyTargetModuleIDs(ConfigIDExtractor.java:205)
                at 
org.apache.geronimo.deployment.hot.DirectoryHotDeployer.fileRemoved(DirectoryHotDeployer.java:372)
                at 
org.apache.geronimo.deployment.hot.DirectoryMonitor.scanDirectory(DirectoryMonitor.java:409)
                at 
org.apache.geronimo.deployment.hot.DirectoryMonitor.run(DirectoryMonitor.java:289)
                at java.lang.Thread.run(Thread.java:619)
{quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to