[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread mwr0707
As an example, this modified version of webservices.xml validates without error: | http://java.sun.com/xml/ns/j2ee"; xmlns:impl='urn:com.acme' | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee file:/C:/jboss-4.0.5.GA/d

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread mwr0707
Looking at the JBoss installation, I see that copies of all of these schemas reside in the JBoss docs/schema directory. Is there a preference I should be setting to cause Eclipse to validate against local copies of the schemas? Regards View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread mwr0707
Thanks Ole, Do you also see the issue where the generated jaxrpc-mapping.xml and webservices.xml fail validation? This is appears to be a result of being unable to locate j2ee_1_4.xsd. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982642#3982642 R

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-02 Thread omatzura
Thanks for your feedback Mark.. this looks like a bug in the plugin.. will be fixed in next beta.. I'll let you know.. regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982592#3982592 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-11-01 Thread mwr0707
Hi Ole, After a reboot, the missing config file issue went away. Go figure... But the "The system cannot find the path specified." error remained. I finally realized that wstools.bat expects the JAVA_HOME environment variable to be set. I guess we should ask the wstools team to include the na

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
That is correct. Strange indeed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982226#3982226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982226 ___ jboss-user mailing li

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Here's the log window output: Running JBossWS wstools for [DemoProject] | directory: C:\Documents and Settings\mrosenth\workspace2\DemoProject | command: cmd.exe /C C:\jboss-4.0.5.GA\bin\wstools.bat -cp build/classes -config C:\DOCUME~1\mrosenth\LOCALS~1\Temp\wstools-config25073.xml -dest C:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
thanks! and there is no C:\DOCUME~1\mrosenth\LOCALS~1\Temp\wstools-config25073.xml file in the filesystem? strange indeed.. this is just created using the standard File.createTempFile( "wstools-config", ".xml" ); hmm... /Ole View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok.. can you show the output in the log window when running wstools? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982214#3982214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982214 __

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
I did a search and it does not seem to have been generated at all. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982208#3982208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982208 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok.. where did it get generated instead? (did it get generated at all?) regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982183#3982183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982183 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Thanks again Ole, I tried this again on another machine, and this time, the wstools-configx.xml file did not get created in Local Settings\Temp. The wstools error this time was: "The system cannot find the path specified." for obvious reasons. Regards, -Mark View the original post : http

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Hi Ole, Sorry... When I said that I was able to test with it, I meant using an RMI client. Still no luck with wstools. Thanks, -Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982133#3982133 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok Mark, I think this is a bug in the handling of th ejb-jar.xml file.. I'll get back to you when I have some more info (and a fix hopefully.. ).. thanks for your feedback so far! regards, /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982143#3982143

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Ole, I note the element fomr ejb-jar.xml references 'PowerSession', the concrete implementation of the abstract 'PowerBean' class. I added my business methods to 'PowerBean', not 'PowerSession'. The EAR produced by JBossIDE deployed and I was able to test with it. I extracted the interface

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Ole, Here is my deployment descriptor path from the 'Basic' tab of the 'Publish as WebService' dialog. C:\Documents and Settings\Mark\workspace2\DemoProject\ejbModule\META-INF\ejb-jar.xml Thanks! -Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982069#

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
Hi, ok.. does this mean that it is working now or should I continue my bug-hunt? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982096#3982096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982096 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
And here is the content of ejb-jar.xml | | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"; version="2.1"> | | |DemoProject | |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok thanks.. What path have you set to your ejb-jar.xml file in the deploy tabs' "Deployment Descriptor" field? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982038#3982038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Some additional information: There are validation errors in the generated jaxrpc-mapping.xml and webservices.xml files. Their default namespace url references xsds that contain errors: "http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"; and "http://www.ibm.com/webservices/xsd/j2ee_ja

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Hello Ole, Here is the content of wstools-config3273.xml: | http://www.jboss.org/jbossws-tools";> | | | | | | | Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982006#3982006 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
Hi! hmm.. I'm not sure what this error actually means.. (ie why it failed..), could you please check the contents of the generated wstools config (C:\DOCUME~1\Mark\LOCALS~1\Temp\wstools-config3273.xml) if there are some strange path entries? regards, /Ole View the original post : http://ww

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-30 Thread mwr0707
Hello Ole, After extracting the interface, I got farther, but this is the result now: Running JBossWS wstools for [DemoProject] | directory: C:\Documents and Settings\Mark\workspace2\DemoProject | command: cmd.exe /C C:\jboss-4.0.5.GA\bin\wstools.bat -cp build/classes -config C:\DOCUME~1\Mark

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-29 Thread omatzura
Hi! You need to extract the methods you want to expose from your EJB into a seperate interface that extends Remote, ie if you have a "doIt" method in your EJB, refactor it into an interface ("Refactor/Extract Interface"), then make sure that the interface extends Remote and the interfaces metho

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-29 Thread mwr0707
Hello Ole, I have the same environment as described above. I have created and tested a stateless session bean. I want to add a service endpoint to this session bean. I did the following: 1. Enable JBossWS nature 2. Right click on the SessionBean and choose: JBossWS->Publish as Web Service. 3.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-25 Thread omatzura
Hi Kalvin, it's a bug in the plugin I believe.. please check thegenerated webservices.xml file and remove the leading ":" in the wsdl-port element.. this is fixed in the nightly builds.. hope this helps! regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?mod