-
1. 3729930
larry Jul 12, 2002 12:12 PM (in response to Bruce Scharlau)If the jboss and catalina are in different VM ?
I have evern tested apache-axis in tomcat and i even can not pass all the samples built in axis :(
regards! -
2. 3763764
Lee Francis Jul 12, 2002 12:12 PM (in response to Bruce Scharlau)Mark,
Can you please tell me how you use the @jboss-net:web-service urn="Hello" expose-all="true" tag? I mean, do you have to write something like in your ejbdoclet target?
Also, is it in the current CVS? I can't find the current jboss.net module)
Thanks,
Derek -
3. Re: JBoss.NET Examples
IPOz Jul 14, 2002 11:16 PM (in response to Bruce Scharlau)thank you very much ! i will test it later
Regards! -
4. Re: JBoss.NET Examples
Greg Turner Jul 14, 2002 11:37 PM (in response to Bruce Scharlau)Bruce,
These examples and others that you have put up are a great service to the JBoss community. Thank you very much. I was wondering if you could put up an index page that lists all the various pages that you have done? That would be a big help for keeping track of all your JBoss help. Thanks again. -
5. Re: JBoss.NET Examples
fernandez Jul 15, 2002 6:26 AM (in response to Bruce Scharlau)Just one question for a beginner !
Could you tell me what must I put in my wsr file ?
Entities with META-INF as the jar file -
6. Re: JBoss.NET Examples
Bruce Scharlau Jul 15, 2002 8:01 AM (in response to Bruce Scharlau)Thanks for reminding me! I remembered over the weekend that I meant to put the contents of the wsr, war, jar, and ear files on the page. I'll do that just now.
I've also pulled together the JBoss related pages I've done, ie two JBoss.NET examples, JBoss and Mysql, and the JBoss install guides, with and without JBoss.NET integration. You'll find the links off of: http://www.csd.abdn.ac.uk/~bscharla/JBossTomcatInstall.html
cheers
Bruce -
7. Re: JBoss.NET Examples
Bruce Scharlau Jul 15, 2002 8:44 AM (in response to Bruce Scharlau)Thanks for reminding me! I remembered that I'd left this out over the weekend. I've now included it in the EJB-JSP example page, along with the details of what goes in the other archive files, ie ear, war, jar and wsr. The page is at http://www.csd.abdn.ac.uk/~bscharla/jboss-net-helloWorld-EJB.html
I've also consolidated my JBoss web pages so that there is a link page to tie them together. You'll find it at http://www.csd.abdn.ac.uk/~bscharla/JBossTomcatInstall.html
cheers,
Bruce -
8. Re: JBoss.NET Examples
Mark Lui Jul 30, 2002 3:15 PM (in response to Bruce Scharlau)Is the XDoclet tag that you use in your EJB example
* @jboss-net:web-service urn="Hello"
* expose-all="true"
part of the 1.1.2 version or CVS version of XDoclet, or did you create yourself? I could not find it in any of the XDoclet documentation.
Thanks,
Mark -
9. Re: JBoss.NET Examples
Mark Lui Aug 1, 2002 8:32 PM (in response to Bruce Scharlau)I found the version of XDoclet that supports the jboss-net tag. It is in the JBoss CVS tree under thirdparty/xdoclet/jboss.net.
Mark -
10. Re: JBoss.NET Examples
Bruce Scharlau Aug 5, 2002 5:35 PM (in response to Bruce Scharlau)Lee,
three things.
One, if you built JBoss.NET from the cvs, then it uses the axis-beta1 jar, which doesn't support building the wsdl file on the fly. This will hopefully be in the newer version of JBoss.NET which will come out later in the summer.
Two, your axis service is running fine. the message is correct, ie axis service is running.
Three, the testClient1 example works IF you either (a) start up the tcpmon and point it to watch port 8070, or (b) change the target port of the client from 8070 to 8080. At the moment it is set up to work with tcpmon (which is built into the axis jar), so won't work unless you do one of the two items a, or b above.
As to your class not found problem, I assume the first thing might explain it, if not post your full exception, and see what we can do.
cheers
Bruce -
11. Re: JBoss.NET Examples:
Bruce Scharlau Aug 5, 2002 5:38 PM (in response to Bruce Scharlau)You need to start the full stack of JBoss. Use 'run.bat -c all' to use everything under the 'server/all' section of JBoss. Also, if you're using any of the tomcat versions, then these DO NOT work out of the box. Go to my prebuilt version of jboss-tomcat if you need tomcat.
You'll find it at http://www.csd.abdn.ac.uk/~scharlau/soap.html
cheers
Bruce -
12. Re: JBoss.NET Examples
Lee Francis Aug 6, 2002 10:47 AM (in response to Bruce Scharlau)Bruce,
It worked!! Thanks for the pointers.
Your example is a huge help.
Lee. -
13. Re: JBoss.NET Examples
gong zin Oct 26, 2002 8:11 PM (in response to Bruce Scharlau)Mark,
Can you please tell me how you use the @jboss-net:web-service urn="Hello" expose-all="true" tag? I mean, do you have to write something like in your ejbdoclet target?
Also, is it in the current CVS? I can't find the current jboss.net module)
Thanks,
Derek -
14. Re: JBoss.NET Examples
Sicko Feb 4, 2003 7:00 PM (in response to Bruce Scharlau)Yess, i got problems with this too. I got this:
CVSROOT: anonymous@cvs.jboss.sourceforge.net:/cvsroot/jboss
and then checkout: thirdparty/xdoclet
i get all kinds of jars in xdoclet/lib directory. I presume i copy these new jars into the existing xdoclet/lib directory. When i run the build file again, a webservices.xml should be generated, right? without making any modifications in the build.xml file...
i still get no webservices.xml file. Can someone tell me more about it please?
thnx,
Sicko