[jboss-jira] [JBoss JIRA] Created: (JBAS-7914) invalid configurationUrl in hornetq-jboss-beans.xml
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Thu Apr 8 11:25:37 EDT 2010
invalid configurationUrl in hornetq-jboss-beans.xml
---------------------------------------------------
Key: JBAS-7914
URL: https://jira.jboss.org/jira/browse/JBAS-7914
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS (HornetQ)
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: JBossAS-6.0.0.M3
This is how it looks like
<!-- The core configuration -->
<bean name="Configuration" class="org.hornetq.core.config.impl.FileConfiguration">
<property name="configurationUrl">${jboss.server.home.url}${/}deploy${/}hornetq${/}hornetq-configuration.xml</property>
</bean>
and this is the deployment exception
Caused by: java.net.URISyntaxException: Illegal character in path at index 98: file:/C:/Users/avoka/svn.jboss.org/jbossas/trunk/build/target/jboss-6.0
.0-SNAPSHOT/server/default/\deploy\hornetq\hornetq-configuration.xml
at java.net.URI$Parser.fail(URI.java:2809) [:1.6.0_13]
at java.net.URI$Parser.checkChars(URI.java:2982) [:1.6.0_13]
at java.net.URI$Parser.parseHierarchical(URI.java:3066) [:1.6.0_13]
at java.net.URI$Parser.parse(URI.java:3014) [:1.6.0_13]
at java.net.URI.<init>(URI.java:578) [:1.6.0_13]
at org.jboss.vfs.VFSUtils.toURI(VFSUtils.java:328) [jboss-vfs.jar:3.0.0.CR5]
at org.jboss.vfs.protocol.AbstractURLConnection.toURI(AbstractURLConnection.java:90) [jboss-vfs.jar:3.0.0.CR5]
... 68 more
the following connectionUrl is deploying successfully:
<property name="configurationUrl">${jboss.server.home.url}deploy/hornetq/hornetq-configuration.xml</property>
--
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
More information about the jboss-jira
mailing list