[jboss-user] [JBoss Tools Users] - Re: Error when deploying JBossESB SmooksAction to server

2009-12-09 Thread dennyxu
Did you get the smooks-graphics-ext.xsd can not be located error from server console or from project deployment ui? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269920#4269920 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: HelloWorld Tutorial Does Not Work

2009-10-16 Thread dennyxu
The jbossall-client.jar should be contained in the helloworld_testclient project classpath if you get the project Java Build Path configured correctly, when you import the examples , you might get some compiling errors about not found two main libraries, one is esb library and another is Server

[jboss-user] [JBoss Web Services Users] - Re: Can not generate java bean from a wsdl

2009-09-16 Thread dennyxu
Just found the issue should be related to the jira https://jira.jboss.org/jira/browse/JBWS-2687, it says that you guys will provide a nocompile option in command line, which version of SOA-P / EAP will contain this fix? View the original post :

[jboss-user] [JBoss Web Services Users] - Can not generate java bean from a wsdl

2009-09-15 Thread dennyxu
Hi I get this error when I try to create a top down web service from a valid wsdl using jbossws jax-ws tools: Error: Could not import. (use --verbose to see full traces) Error: WsImport invocation failed. Try the verbose switch for more information anybody know what's the problem ? Thanks

[jboss-user] [JBoss Tools (users)] - Re: Cannot build bottom up web service in eclipse using JBos

2008-11-12 Thread dennyxu
Hi Billy I create a JIRA for this issue:https://jira.jboss.org/jira/browse/JBIDE-3173, not sure if it is the same case of yours, we appreciate any comment on the JIRA. once the issue is fixed(I think it will be fixed soon), you can get it from nightly build, any questions are welcome. View

[jboss-user] [JBoss Tools (users)] - Re: Cannot build bottom up web service in eclipse using JBos

2008-11-12 Thread dennyxu
If you could attach some screenshots about how you create the web service, that would be great , it's very important feedback to us :) About the package way, unfortunately WTP does not provide a way to package to a war, but there is also a workaround, after generate codes, just delete the

[jboss-user] [JBoss Tools (users)] - Re: Cannot build bottom up web service in eclipse using JBos

2008-11-11 Thread dennyxu
I just reproduce it and almost know how you operate it. it seems to be a bug, there is workaround, please make sure the class which is used to generate wsdl is in the *Service Project*. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188416#4188416 Reply to

[jboss-user] [JBoss Tools (users)] - Re: Do I really need Eclipse-WTP for JBossWS WebServices? Or

2008-11-11 Thread dennyxu
So far, the predefined web service runtime in WTP are Axis and Axis2, they only generate JAX-RPC Web service, JBoss Tools 3.x Web Service support is based on WTP Web Service framework and has JBossWS as a new web service runtime in WTP, it support to generate JAX-WS Web Service code rather

[jboss-user] [JBoss Tools (users)] - JBossWS support in jboss tools

2008-07-22 Thread dennyxu
JBoss tools has a new functionality to support JBossWS now, the function is based on the WTP web service creation wizard, defined a new web service runtime within WTP web service framework. There are two main steps to create a web service. Create Web project: fistly, you should create a new

[jboss-user] [JBoss Tools (users)] - Re: JBossWS-Tools?

2008-07-21 Thread dennyxu
JavaEE perspective is good for it. At first, you should create a Dynamic Web project, and then create web service base on the project, so WTP Web and Web Service(New Project Dynamic Web project and New other Web Service) are invoked in the beginning, you can change the web service runtime