[jboss-user] [JBossWS] - Tutorial web service with eclipse

2009-04-30 Thread abdujaparov
Hi, I am new in JBoss5 and in ws could someone suggest me a tutorial to create a web service with eclipse on jboss5? Thanks, bye bye. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227481#4227481 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - First Web application with hibernate

2009-04-30 Thread abdujaparov
Hi, I studied hobernate and now I would create a simple web application that use hibernate on jboss. If I understand correctly hibernate is already integrated on jboss5 so how should I make my simple war package? Where I can find a simple tutorial? Thanks, bye bye, View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Change DefaultDS

2009-04-27 Thread abdujaparov
Hi, I executed the passages you said but I have a problem with quartz. I read this error many times: | 2009-04-24 16:31:40,171 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) Unable to retrieve orb | javax.management.InstanceNotFoundException: jboss:service=CorbaORB

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Change DefaultDS

2009-04-10 Thread abdujaparov
Hi, I uncompress jboss 5.0.1ga, I inserted in server\deault\deploy mysql-ds.xml I inserted mysql-persistence-service.xml in server\default\deploy\messaging. Then I removed hsqldb-persistence-service.xml from server\default\deploy\messaging and hsqldb-ds.xml from server\deault\deploy. The last

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Change DefaultDS

2009-04-09 Thread abdujaparov
Hi, I inserted this mysql-ds.xml: | ?xml version=1.0 encoding=UTF-8? | | !-- $Id: mysql-ds.xml 41017 2006-02-07 14:26:14Z acoliver $ -- | !-- Datasource config for MySQL using 3.0.9 available from: | http://www.mysql.com/downloads/api-jdbc-stable.html | -- | | datasources |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Change DefaultDS

2009-04-09 Thread abdujaparov
Hi in the boot.log I found: | 21:28:59,954 DEBUG [BeanMetaDataICF] Using bean class:, class org.jboss.beans.metadata.plugins.AbstractBeanMetaData for bean: abstractbeanmetad...@3de3940a{name=managedobjectcreator bean=org.jboss.deployers.spi.deployer.helpers.DefaultManagedObjectCreator

[jboss-user] [Installation, Configuration DEPLOYMENT] - Change DefaultDS

2009-04-08 Thread abdujaparov
Hi, I installed JBoss5 and I have to change the DefaultDS. I put in the server the mysql-ds.xml in server\default\deploy and I removed hsqldb-ds.xml. When I start JBoss I receive these errors: anonymous wrote : | 23:21:19,114 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of

[jboss-user] [JCA/JBoss] - Configuration of data source

2009-04-07 Thread abdujaparov
Hi, I followed this guide http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Installation_And_Getting_Started_Guide/5/html/Using_other_Databases.html#creating_a_jdbc_client to configure datasource in jboss5 but I receive an errore when I try to execute this jsp page: |

[jboss-user] [JBoss AOP] - Invoke a method of the class of the intercepted method

2007-12-09 Thread abdujaparov
Hi, I've written an aspect that intercept a method (for example called a()) of a class (for example called Test). In Test I've defined this: public abstract GoogleTalkBotSbbUsageParameter getDefaultSbbUsageParameterSet(); When I intercept the method b() I want launch this: |

[jboss-user] [Management, JMX/JBoss] - Connect with jconsole and where find simple jmx mbean exampl

2007-11-26 Thread abdujaparov
Hi, I'm trying to connect to jmx of jboss through the jconsole. I've inserte in run.conf the following line: | # | # Specify options to pass to the Java VM. | # | if [ x$JAVA_OPTS = x ]; then |JAVA_OPTS=-server -Xms128m -Xmx128m | fi | | # Enable the jconsole agent locally

[jboss-user] [JBossWS] - Re: Get time of request

2007-11-22 Thread abdujaparov
Hi Alessio, Can I get these datas from the log file? Where is the log file? With jmx can I get the response time of the last request? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107004#4107004 Reply to the post :

[jboss-user] [JBoss AOP] - Re: What jboss aop version for jboss 3.2.8sp1?

2007-11-18 Thread abdujaparov
Hi Kabir, I have to use jboss3.2.8 because I must use mobicents that runs on jboss3.2.8. I've configure jboss and jboss as it's mentioned in the guide but the output is that you can see. What can I do? Thanks, bye bye. View the original post :

[jboss-user] [JBossWS] - Get time of request

2007-11-18 Thread abdujaparov
Hi, how can I obtain the time in that a request to my web service arrives? An how can I obtain the time whrn the response to the request is send? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105848#4105848 Reply to the post :

[jboss-user] [JBoss AOP] - Re: What jboss aop version for jboss 3.2.8sp1?

2007-11-14 Thread abdujaparov
Hi Kabir, I've installed jbossaop 1.3.6, now jboss starts, I've deployed the injboss example but when I run it there are not the message of the interceptor, I read only: | 13:15:33,356 INFO [STDOUT] ExampleValue empty Constructor | 13:15:33,356 INFO [STDOUT]

[jboss-user] [JBoss AOP] - What jboss aop version for jboss 3.2.8sp1?

2007-11-13 Thread abdujaparov
Hi, I've installed jboss aop 1.5.6 on jboss3.2.8sp1 but when I start jboss there are errors and jboss doesn't start. I've tryed with jboss aop 1.5.4sp1 but I receive the same errors. I need jboss aop on jboss3.2.8sp1, what is the version that work on jboss3.2.8sp1? Here it follows errors when I

[jboss-user] [JBossWS] - Information about deployed service

2007-11-12 Thread abdujaparov
Hi, I've deployed a service on jbossws 2.0.1, with the library jbossws-spi-1.0.0.GA.jar I succed to find information about the starting time of the service the number of request and other statistics. Now I would find information about the service like the encryption or authorization, Does it

[jboss-user] [JBossWS] - Re: Web Service client side

2007-11-02 Thread abdujaparov
Hi I've tryed to write this client but it doesn't work: | import javax.xml.namespace.QName; | import javax.xml.rpc.Call; | import javax.xml.rpc.ParameterMode; | import javax.xml.rpc.Service; | import javax.xml.rpc.ServiceException; | import javax.xml.rpc.ServiceFactory; | import

[jboss-user] [JBossWS] - Web Service client side

2007-10-31 Thread abdujaparov
Hi, I'd like making a web service client that invokes a web service deployed in jbossws. For this client web service I must not use the stub classes generated with wsconsume, where can I get a tutorial? Where can I find a client example created without the stub classes? Thanks, bye bye. View

[jboss-user] [JBossWS] - Re: Web Service client side

2007-10-31 Thread abdujaparov
Hi, I've searched but I don't uderstand much. I have the service name, the operation name and parameters of the operation and I want invoke the operation. I've found this code of an axis dynamic client, I've created it but when I meke the call to web service I receive this error: | Exception

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-29 Thread abdujaparov
Thanks Alessio, the last question how can I get the statistics of each operation of the web service? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099738#4099738 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problems with installation and deployment of jboss aop

2007-10-29 Thread abdujaparov
Hi I'm been trying for a week to run a web service with jboss aop on jboss, but I've a lot of problem. 1)I've followed the installation guide of jboss 1.5.6 on jboss4.2.1 for jdk5.0. I've copied the directory C:\jboss-aop_1.5.6.GA\jboss-40-install\jboss-aop-jdk50.deployer in the directory

[jboss-user] [JBoss AOP] - JBoss AOP and JBoss please Help me! It's ugent!

2007-10-28 Thread abdujaparov
Hi I'm been trying for a week to run a web service with jboss aop on jboss, but I've a lot of problem. 1)I've followed the installation guide of jboss 1.5.6 on jboss4.2.1 for jdk5.0. I've copied the directory C:\jboss-aop_1.5.6.GA\jboss-40-install\jboss-aop-jdk50.deployer in the directory

[jboss-user] [Beginners Corner] - Re: Error with AspectManager when start Jboss

2007-10-26 Thread abdujaparov
Please Help me, I neee to resolve this problem because with this I cannot go on. Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099126#4099126 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099126

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2007-10-26 Thread abdujaparov
Hi Kabir, I've noticed that when I start jboss it give me this error: | .. | .. | .. | 10:18:08,967 WARN [ServiceController] Problem creating service jboss.aop:service=AspectManager | java.lang.NullPointerException | at

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-25 Thread abdujaparov
Hi Alesso,thanks, now it works! Another question is it possible to get the statistics of each operation of each endpoint? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4098724#4098724 Reply to the post :

[jboss-user] [Beginners Corner] - Error with AspectManager when start Jboss

2007-10-25 Thread abdujaparov
Hi, I've a problem with AspectManager when I start Jboss. When I start jboss I receive this error messages: | .. | .. | .. | 10:18:08,967 WARN [ServiceController] Problem creating service jboss.aop:service=AspectManager | java.lang.NullPointerException | at

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2007-10-24 Thread abdujaparov
Hi kabir, I've compilated the exmpale injboss but I don't understand how adapt the example for apply jboss aop to the web service developed for jbossws, please help me, I need a hand from you. Thanks, bye bye. View the original post :

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2007-10-24 Thread abdujaparov
Hi Kabir, I've created ServiceAOP.zip file and reanmed it to ServiceAOP.aop. The aop file contains 2 directory: META-INF that contains the file: jboss-aop.xml: ?xml version=1.0 encoding=UTF-8 standalone=yes? | aop | aspect class=service.ServiceAOPAspect scope=PER_VM/ | bind

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-24 Thread abdujaparov
Hi Alessio, Let's see if I understand: Could I write a web service method like this? | @WebMethod | public java.util.Date getStartDate(){ | // get SPI provider and endpoint registry | SPIProvider spiProvider = SPIProviderResolver.getInstance() |

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2007-10-24 Thread abdujaparov
Ok then, I've created the war file that contains the web services and it's composed in this way: An empty directory META-INF; A directory WEB-INF with this web.xml: | web-app version=2.5 xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

[jboss-user] [JBossWS] - Re: AOP with web service

2007-10-23 Thread abdujaparov
Hi, I've modified my war file in this way: In META-INF directory there is the file: jboss-aop.xml, this file is only in this place; In WEB-INF: directory WEB-INF: -file web.xml; +directory classes: +directory xml: -XMLJDomWriterStat.class -XMLSaxReaderStat.class +directory services:

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2007-10-23 Thread abdujaparov
Hi, I've modified my war file in this way: In META-INF directory there is the file: jboss-aop.xml, this file is only in this place; In WEB-INF: directory WEB-INF: -file web.xml; +directory classes: +directory xml: -XMLJDomWriterStat.class -XMLSaxReaderStat.class +directory services:

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-23 Thread abdujaparov
Hi Oskar! What are the jar files of that classes and what are the packages? What do I obtain with that classes? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097895#4097895 Reply to the post :

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-23 Thread abdujaparov
Hi Oskar, with this classes what do I obtain? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097910#4097910 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097910

[jboss-user] [Management, JMX/JBoss] - Get statistics

2007-10-23 Thread abdujaparov
Hi! I'm trying to get the statistics that jbossws generates for the web service deployed. I don't have an idea about how to do this. I've asked in the forum of jbossws and the only thing that users have telled me is to use jmx, but how? I've reade something about jmx from the sun site but I

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2007-10-23 Thread abdujaparov
Does someone know how can I applay an advice to a web service jbossws? I have the file: jboss-aop.xml ServiceAOPAspect.class in the package service The file web.xml ServiceAOP.class in the package service XMLReader.class in the package xml XMLWriter.class in the package xml I know how I can

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2007-10-23 Thread abdujaparov
Hi kabir, what are the classes that I can package in a aop file? The only file ServiceAOPAspect and the file xml? I've read the html with the example injboss but I don't understand how adapt that example with my war file that contains the web service. Where must I put the aop package? Must I

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-22 Thread abdujaparov
Hi Alessio, I've read what you have highlited but I don't understand a lot. Does a tutorial/guide exist? If yes, where can I find it? With that informations I remain at the beginning point. Thanks, bye bye. View the original post :

[jboss-user] [JBossWS] - AOP with web service

2007-10-22 Thread abdujaparov
Hi I heve developed a web service for jbossws and I would apply an aspect to the methods of this web service. I have written the aspect code and the xml file for jbossaop and I have installed jboss aop on jboss4.2.1 following the jboss aop instruction (I've copied this directory

[jboss-user] [JBoss AOP] - Jboss AOP with web services upon jboss

2007-10-22 Thread abdujaparov
Hi I heve developed a web service for jbossws and I would apply an aspect to the methods of this web service. I have written the aspect code and the xml file for jbossaop and I have installed jboss aop on jboss4.2.1 following the jboss aop instruction (I've copied this directory

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-22 Thread abdujaparov
Hi! I begin to study jmx, I hope to understand something, the code posted by oskar permits to take the list of web service deployed on jboss? A question, has jbossws statistics about each operation (ex: number of request of operation echo(String) of service Pippo) of the service or only the

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-20 Thread abdujaparov
Hi excuse me if I'm answering only now however. In my client package there are the classes genereted with WSDL2Java (an axis tool), these classes are the stub that I use to invoke the service. Now I have a problem, if I try to use wsconsume in the following way: wsconsume.bat -k

[jboss-user] [JBossWS] - Deployed service statistics

2007-10-20 Thread abdujaparov
Hi, I've deployed some services on jbossws, when I view the list of deployed services there are the statistics of every service such as number of request, respons time etc etc, how can I get these statistics? Have jboss some apis? If yes, where can I find these apis? Thanks. Bye bye. View the

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-19 Thread abdujaparov
Hi everybody, I developed my client class with axis, with wsdl2java I have produced the stubs classes for the client. For the client you can use every solution. The tools as wsprovide or wsconsume give me the same error of zeeshan and I don't know how can resolve it. The client code is the

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread abdujaparov
Hi I have read that guide but I haven't understood much. First I had to write the class that implements the service but then I don't know what I have to do. In that page there's this file xml: | web-app ... | servlet | servlet-nameTestService/servlet-name |

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread abdujaparov
Mmm, I must create a zip file with the class file that describes the web service like this: | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class Test | { |@WebMethod |public String echo(String input) |{ |

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread abdujaparov
Thank you! I deployed my web service. I have generated the web service wsdl, does it means that the web service work correctly? Another question, I must write a web service that read/write an xml file, what is the current path of the war package? Thanks again! Bye Bye. View the original post

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread abdujaparov
Thanks you jtestori, the service works! I've written a client with the stubs genereted by axis from the wsdl was generated by jboss and everything work! If I go to the list of deployed services I find my service, in this screenview I have some statistics about the service, how can I get this

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread abdujaparov
Hi zeeshan.javeed, this is my code: | package sum; | | import javax.jws.WebMethod; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | | | | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class Sum { | | @WebMethod |

[jboss-user] [JBossWS] - I don't succeded installing jbossws2.0.1 please help me I ne

2007-10-13 Thread abdujaparov
Hi all, I have been trying for 3 days to install jbossws with jboss42. Before I had jdk6 now I have the jdk5, I have downloaded the jbossws 2.0.1 native and I have followed the instruction but I have this error and I don't know how risolving. The errore is the following: | | BUILD FAILED

[jboss-user] [JBossWS] - Re: I don't succeded installing jbossws2.0.1 please help me

2007-10-13 Thread abdujaparov
I have resolved the problem, in the path of jboss42 it lacks a \, in fact I wrote C:\jboss-4.2.1.GA instead C:\\jboss-4.2.1.GA, writing C:\\jboss-4.2.1.GA all works. Thanks to all and excuse me. Bye bye. View the original post :

[jboss-user] [JBossWS] - Problems with installation of jbossws2.0.1 on jboss4.2.1, he

2007-10-12 Thread abdujaparov
Hi, In the last 2 day I tried to install jbossws2.0.1 on jboss4.2.1 but I have some problems. In the installation guide it said I must copy the ant.properties.examples into ant.properties, but there isn't the first file. I have only set the path of jboss4.2.1 in ant.properties and then I've

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-10-11 Thread abdujaparov
Hi, I've downloaded jbossws-2.0.1 and I've tryed to install it on jboss4.2.1, but I have problems. The installation guide say that I must copy ant.properties.examples to ant.properties but in the root of jbossws there's not a file named ant.properties.examples, these are the file I have in