[jboss-user] [Persistence] - Re: Urgent: Problem of set the jboss datasource with name

2009-12-10 Thread SARA1232007
Thank jaikiran for the reponse. I have no problem to set the datasource with name java:jdbc/juddiDB. But java:comp/env/jdbc/juddiDB is what I need. Could you give me some advice for this? Thanks. Sara View the original post :

[jboss-user] [Persistence] - Urgent: Problem of set the jboss datasource with name

2009-12-09 Thread SARA1232007
Hi, I tried to deploy juddi onto jboss-4.0.5.GA. I have modified and declared datasource with name comp/env/jdbc/juddiDB on jboss. And I get the information as following when the jboss server starting: | 17:11:25,150 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb |

[jboss-user] [Persistence] - Urgent: Problem of set the jboss datasource with name

2009-12-09 Thread SARA1232007
Hi, I tried to deploy juddi onto jboss-4.0.5.GA. I have modified and declared datasource with name comp/env/jdbc/juddiDB on jboss. And I get the information as following when the jboss server starting: | 17:11:25,150 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb |

[jboss-user] [JBossWS] - Urgent:ask for jar file

2009-07-20 Thread SARA1232007
Hi, Does anyone knows what is the name of jar file have the org.jboss.example.ws.client.ExampleService_PortType class and org.jboss.example.ws.client.ExampleService_Service_Impl class included? And, which software is the jar file included? Thanks. Sara View the original post :

[jboss-user] [JBossWS] - Eorros of creating WS client stub class

2009-05-22 Thread SARA1232007
Hi, I'm using jboss-4.2.2.GA and jbossws-native-3.0.5.GA. I create the WS client using jbossws. But when I run WS client, I get the excpetions when I invoke the creation of WS client stub class. The exceptions are as following: Exception in thread main java.lang.IllegalStateException: Failed

[jboss-user] [Management, JMX/JBoss] - About parameters of MBeanServer's invoke() operation

2009-05-15 Thread SARA1232007
Hi, Could anyone tell me how to fill the signature parameter of MBeanServer's invoke() operation? For example of a mbean ZMBean's operation (suppose the ObjectName is ZMBean.OBJECT_NAME) as following: Boolean foo(Integer i); The statement of invocation foo() by MBeanServer's invoke()

[jboss-user] [Management, JMX/JBoss] - search for a jboss jar file

2009-05-13 Thread SARA1232007
Hi, Does anyone knows which jboss jar file contains package org.jboss.system.server ? Thanks. Sara View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230717#4230717 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230717

[jboss-user] [Management, JMX/JBoss] - local interface to find MBeanServer

2009-04-01 Thread SARA1232007
Hi, I need a web application which need to find MBeanServer in the same JVM where the JBOSS AS resides. Then I want to access mbeans resides in the MBeanServer. Is there a local interface to find MBeanServer located in the same JVM? Thanks a lot. Sara View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: How to get web service performance statistic information

2009-03-31 Thread SARA1232007
PS, the web service is implemented by java servlet View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=406#406 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=406 ___

[jboss-user] [Management, JMX/JBoss] - How export jboss server management function to web service

2009-03-31 Thread SARA1232007
Hi, Is it possible to export jboss server management function to web service?and How? Any advice is appreciated. Thanks. Sara View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=409#409 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - How to access ServiceController MBean by an another mbean

2009-03-30 Thread SARA1232007
Hi, I want to develop a mbean to stop, start web service in web container by access ServiceController mbean. Can anyone tell me what is the name and operations supported by the ServiceController mbean? Thanks. Sara View the original post :

[jboss-user] [Management, JMX/JBoss] - How to get web service performance statistic information by

2009-03-30 Thread SARA1232007
Hi, I want to use a mbean to get web service performance statistic information such as invocation count, max invocation time, etc. Is there a mbean provided by JBoss responsible for this? If so, can anyone tell how to access this mbean? If not, can anyone give me some advice to realize this?

[jboss-user] [Management, JMX/JBoss] - How to manage a web service by a management web servce

2009-03-30 Thread SARA1232007
Hi, I need to manage the web service deployed on JBoss using some management web service providing functions such as start, stop web service, provide performance statistics of the managed web service. My plan is to realize the management function using a mbean to access to the standard mbeam

[jboss-user] [Management, JMX/JBoss] - Re: How to get web service performance statistic information

2009-03-30 Thread SARA1232007
hi peter, Thank you for your quick response. The web service is form of war file which generated by a tool and deploy in server directly with out modifing any config file. I guess the web service is POJO-based. In this case, how to get web service performance statistic information by mbean?

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Urgent: Problems of running web service war on JBoss

2009-03-16 Thread SARA1232007
Hi, I just get to know that this web service program does not use any SOAP stack but just build on but axiom with the library provided by itself. I've tried to delete some SOAP related jars but it cause exceptions when the JBoss server starting. I decompile the javax.servlet.http.servlet and

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Urgent: Problems of running web service war on JBoss

2009-03-13 Thread SARA1232007
I correct what I've said. This web service war is developed for tomcat and it is successfully deployed and runned on tomact. Since tomcat need an additional SOAP protocol stack which included in the web service war I mentioned above, I guess the problem is that the SOAP protocol stack provided

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Urgent: Problems of running web service war on JBoss

2009-03-12 Thread SARA1232007
Hi, I have deployed the web service war on JBoss successfully. But I get the ServletException of non-HTTP request or response thrown by server after the client invoke an operation. The information on server is as following: |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Urgent: Problems of running web service war on JBoss

2009-03-12 Thread SARA1232007
This web service war is an example of apache muse platform. So I guess there might be no problem of the code. What might be confliction with JBoss. Can anyone give me some indication? Urgently need help. Thanks. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Urgent: Problem of deploy a war on JBoss 5.0

2009-03-01 Thread SARA1232007
Hi jaikiran, It is solved as your advice. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214046#4214046 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214046 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Does anyone deploy apache muse on JBoss successfully?

2009-03-01 Thread SARA1232007
Hi jaikiran, It is the same issue in my other post. It is solved as your advice. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214047#4214047 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214047

[jboss-user] [Installation, Configuration DEPLOYMENT] - Urgent: Problem of deploy a war on JBoss 5.0

2009-02-26 Thread SARA1232007
Hi, I have deployed a web service war on a newly unzipped JBoss 5.0's default directory. After I run JBoss, I get the error message of Failed to create a new SAX parser for parsing context.xml. Hope someone could give me some advice. Thanks. sara Detail is as following:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Does anyone deploy apache muse on JBoss successfully?

2009-02-26 Thread SARA1232007
Hi, Does anyone deploy apache muse on JBoss successfully? I have deployed example simple war built using build.xml (provided in the project) on a newly unzipped JBoss 5.0's default directory. After I run JBoss, I get the error message of Failed to create a new SAX parser for parsing