[JBoss JIRA] Created: (JBAS-9080) special characters in node names
by Alexey Loubyansky (JIRA)
special characters in node names
--------------------------------
Key: JBAS-9080
URL: https://issues.jboss.org/browse/JBAS-9080
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 7.0.0.Beta1
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 7.0.0.Beta2
Currently there is a problem with ':' and '/' in node names
[localhost:9999 /] cd /subsystem=datasources
[localhost:9999 /subsystem=datasources] :read-resource
{
"outcome" => "success",
"result" => {
"data-source" => {"java:/H2DS" => undefined},
"xa-data-source" => undefined,
"jdbc-driver" => {"com.h2database.h2" => undefined}
},
"compensating-operation" => undefined
}
[localhost:9999 /subsystem=datasources] cd ./data-source=java:/H2DS
'/h2ds' is not a valid operation name.
[localhost:9999 /subsystem=datasources/data-source=java]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBAS-9050) File system deployment on Windows appears to be buggy
by jaikiran pai (JIRA)
File system deployment on Windows appears to be buggy
-----------------------------------------------------
Key: JBAS-9050
URL: https://issues.jboss.org/browse/JBAS-9050
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 7.0.0.Beta1
Environment: Windows OS
Reporter: jaikiran pai
>From the referenced forum thread:
{quote}
1) Create a "dodeploy" file.
2) Start AS
Nothing happens. I notice that my dodeploy file name is misspelled. The WAR name is a little long and complicated, so that's not surprising. But I'm annoyed at the fact that I had to type it and now I have to fix it.
1) Fix the file name
2) Start AS
Nothing happens except that I get this warning:
09:08:26,174 WARN [org.jboss.as.deployment] (pool-6-thread-1) Deployment of 'C:\jboss-7.0.0.Beta1\standalone\deployments\mojarra2.0-notbundled.war.dodeploy' requested, but the deployment is not present
But I know the deployment is there! Maybe I should touch the dodeploy. I can't do that from Explorer so I have to open a command prompt. There is no "touch" command on Windows, but luckily I have Cygwin in my path for just such occasions. Woops! I can't touch what isn't there. My dodeploy file is gone!! Where did it go?
Let's take the README a more literally. Instead of creating a dodeploy file and starting the server, let's try starting the server and actually issuing the touch command from the command prompt.
1) Start AS
2) cd to standalone/deployments
3) touch my-long-funky-war-name.war.dodeploy
It finally deploys!!
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months