[jboss-jira] [JBoss JIRA] (AS7-3184) Subdeployments not shown in JBoss console
Richard Opalka (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Jan 4 07:30:09 EST 2012
[ https://issues.jboss.org/browse/AS7-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653747#comment-12653747 ]
Richard Opalka commented on AS7-3184:
-------------------------------------
Take an ear that user provided, hot deploy it and have a look to the console.
There's no information about subdeployments and about webservice endpoints.
All the relevant info is available from the CLI.
{code}
[standalone at localhost:9999 /] cd deployment
[standalone at localhost:9999 deployment] ls -al
ZooEar-0.0.1-SNAPSHOT.ear
[standalone at localhost:9999 deployment] cd ZooEar-0.0.1-SNAPSHOT.ear
[standalone at localhost:9999 deployment=ZooEar-0.0.1-SNAPSHOT.ear] ls -al
subdeployment
subsystem
content=[{"path" => "deployments/ZooEar-0.0.1-SNAPSHOT.ear","relative-to" => "jboss.server.base.dir","archive" => true}]
enabled=true
name=ZooEar-0.0.1-SNAPSHOT.ear
persistent=false
runtime-name=ZooEar-0.0.1-SNAPSHOT.ear
status=OK
[standalone at localhost:9999 deployment=ZooEar-0.0.1-SNAPSHOT.ear] cd sub
subdeployment subsystem
[standalone at localhost:9999 deployment=ZooEar-0.0.1-SNAPSHOT.ear] cd subdeployment=
[standalone at localhost:9999 subdeployment] ls -al
ZooEjb-0.0.1-SNAPSHOT.jar ZooWar-0.0.1-SNAPSHOT.war
[standalone at localhost:9999 subdeployment] :read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"content" => [{
"path" => "deployments/ZooEar-0.0.1-SNAPSHOT.ear",
"relative-to" => "jboss.server.base.dir",
"archive" => true
}],
"enabled" => true,
"name" => "ZooEar-0.0.1-SNAPSHOT.ear",
"persistent" => false,
"runtime-name" => "ZooEar-0.0.1-SNAPSHOT.ear",
"subsystem" => undefined,
"subdeployment" => {
"ZooEjb-0.0.1-SNAPSHOT.jar" => {"subsystem" => {"ejb3" => {
"entity-bean" => undefined,
"message-driven-bean" => undefined,
"singleton-bean" => undefined,
"stateful-session-bean" => undefined,
"stateless-session-bean" => {"calculator" => {"security-domain" => undefined}}
}}},
"ZooWar-0.0.1-SNAPSHOT.war" => {"subsystem" => {
"web" => {
"context-root" => "/ZooWar",
"virtual-host" => "default-host",
"servlet" => {
"za.co.test.ws.CalculatorImpl" => {
"servlet-class" => "org.jboss.wsf.spi.deployment.WSFServlet",
"servlet-name" => "za.co.test.ws.CalculatorImpl"
},
"CalculatorActionServlet" => {
"servlet-class" => "za.co.test.CalculatorActionServlet",
"servlet-name" => "CalculatorActionServlet"
}
}
},
"webservices" => {"endpoint" => {"ZooWar%3Aza.co.test.ws.CalculatorImpl" => {
"class" => "za.co.test.ws.CalculatorImpl",
"context" => "ZooWar",
"name" => "za.co.test.ws.CalculatorImpl",
"type" => "JAXWS_JSE",
"wsdl-url" => "http://localhost:8080/ZooWar/Calculator?wsdl"
}}}
}}
}
}
}
{code}
> Subdeployments not shown in JBoss console
> -----------------------------------------
>
> Key: AS7-3184
> URL: https://issues.jboss.org/browse/AS7-3184
> Project: Application Server 7
> Issue Type: Bug
> Components: Console
> Affects Versions: 7.1.0.CR1
> Reporter: Richard Opalka
> Assignee: Heiko Braun
> Priority: Critical
> Fix For: 7.1.0.Final
>
>
> When there are subdeployments in ear these are not shown in JBoss administation console.
> For example there's missing web subdeployment with webservice endpoints listing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list