[JMX] - Re: JNDI lookup for all the mbeans in JBoss
by prashanthkasulabadha
Thanks Peter
I am not sure about this lookup, will it fetch all the mbeans.
I also found jmx/invoker/HttpAdaptor which also gets some MBeans but I am not sure whether both fetch the same MBeans.
It could be better if I can know the list of all the lookup strings available so that I can get maximum number of MBeans info.
Other queries of mine are
1. How to get the connection string from the server
2. How to get the details of all the instances which are running in the JBoss server. (For example I have deployed three wars, a.war,b.war and c.war, I need the information of all the applications(war) like database connection string, application name, driver, connection type etc.. )
It could be very grateful if I can get any inormation for the above queries if not the whole info.
Thanks in advance
Prashanth
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258789#4258789
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258789
15 years, 3 months
[jBPM Users] - Re: jbpm 4.1 - execution not waiting for Task Form inputs
by makarandk502
Hi,
Even in my case, its reaching at "review" task. print statements like "List is[Task(review)]" But in "review" task, we have associated a form which can be viewed in jbpm console. Ideally we should view the form and once we enter "submit" , it should proceed further. Basically it is not waiting for user inputs in taskform
But I am not able to see the form in jbpm console and it is deleting process instance. I am attaching jbpm test case result below.
| 11:00:00,036 FIN | [TaskQueryImpl] select task from org.jbpm.pvm.internal.task.TaskImpl as task where task.assignee = :assignee order by task.priority desc
| 11:00:00,036 FIN | [TaskQueryImpl] setting parameter assignee: peter
| 11:00:00,066 FIN | [DbSessionImpl] deleting history process instance FormDynamic.1
| 11:00:00,087 FIN | [DbSessionImpl] deleting process instance FormDynamic.1
| 11:00:00,097 FIN | [DeleteDeploymentCmd] deleting deployment 1
| 11:00:00,127 FIN | [BaseJbpmTestCase] === ending testTaskAssignee =============================
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258785#4258785
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258785
15 years, 3 months
[JBoss Web Services Users] - Re: how to use catalog files in jbossws?
by smartz
The stacktrace I am getting while creating the service client (SimpleServiceService.getSimpleServiceBinding()) is:
| java.lang.IllegalArgumentException: Cannot resolve imported resource: http://127.0.0.1:9090/SimpleService/Schema
| org.jboss.ws.tools.wsdl.WSDLLocatorImpl.getImportInputSource(WSDLLocatorImpl.java:141)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseSchema(JBossWSDLReaderImpl.java:779)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseSchema(JBossWSDLReaderImpl.java:659)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseTypes(JBossWSDLReaderImpl.java:620)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseDefinitions(JBossWSDLReaderImpl.java:332)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2293)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2257)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2310)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2331)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2363)
| org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:127)
| org.jboss.ws.metadata.umdm.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:295)
| org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:86)
| org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.<init>(ServiceDelegateImpl.java:140)
| org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:64)
| javax.xml.ws.Service.<init>(Service.java:81)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258771#4258771
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258771
15 years, 3 months