Re: [JBoss-user] [JBoss.NET & SOAP] - get rid of jboss-net/service and just have url have my given

2004-06-18 Thread Bruce Scharlau
acxsjones wrote: I am using jboss-net for webservices. I would like to make the url simple and not contain jboss-net or service. I can map service in the web.xml to a prefix of my own. But how do I tell JBoss to not require jboss-net in the url. Thanks View the original post : http://www.jboss

Re: [JBoss-user] [JBoss.NET & SOAP] - JBossNET: method with argument

2004-02-06 Thread Giovanni Formenti
o work... maybe i need to put some JAR to the "default.net/lib" directoy. Any idea about the missing JARs? Gio > -Messaggio originale- > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] conto di Bruce > Scharlau > Inviato: venerdi 6 febbraio 2004 10.48 > A: [E

Re: [JBoss-user] [JBoss.NET & SOAP] - JBossNET: method with argument

2004-02-06 Thread Bruce Scharlau
formenti wrote: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820343#3820343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820343 Hallo! I write a session bean exposed as a web service with JBoss.NET and XDoclet...

Re: [JBoss-user] jboss.net: How can I modify the service name displayed in WSDL?

2004-01-30 Thread Jason Essington
Yeah, but it's the service name in the generated wsdl that's giving Rob grief. It's probably something burried in axis somewhere. I am not sure off the top of my head where to look for that. -jason On Jan 23, 2004, at 10:51 AM, Marek Lange wrote: Rob Moore wrote: I am using the jboss.net xdoc

RE: [JBoss-user] jboss.net: SOAP Attachments anyone?

2004-01-28 Thread Alastair Rodgers
It sounds like the 'apachesoap:DataHandler' might not be mapped correctly. I achieve this using the following in the Axis WSDD file: http://www.blah.com/myservice";> http://www.blah.com/myservice"/> http://schemas.xmlsoap.org/soap/encoding/"/> Note how the ns1:DataH

Re: [JBoss-user] jboss.net: How can I modify the service name displayed in WSDL?

2004-01-27 Thread Marek Lange
Rob Moore wrote: I am using the jboss.net xdoclet task and have not been able to figure out how to modify the value that the jboss.net/axis services display for the service name of my session bean. Because it is a local bean, the service has 'Local' appended to the name session bean name automa

Re: [JBoss-user] jboss.net: How can I modify the service name displayed in WSDL?

2004-01-26 Thread Jason Essington
Rob The @jboss-net.web-service tag has a parameter "urn" which can be used to set the service name something like: * @jboss-net.web-service * urn="MySessionService" * expose-all="true" -jason On Jan 23, 2004, at 8:35 AM, Rob Moore wrote: I am using the jboss.net xdoclet task and hav

RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-28 Thread Marco.Mistroni
; From: ext Jung , Dr. Christoph [mailto:[EMAIL PROTECTED] > Sent: 28 August, 2003 18:06 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] JBoss.net questions/ SAAJ > > > Marco, > > at least in head, saaj.jar should be part of the > jboss-net.sar. So it should

RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-28 Thread Jung , Dr. Christoph
Branch_4_0 or through BrowseCVS/Attic) which depends on it to my knowledge. CGJ > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Dienstag, 26. August 2003 21:32 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] JBoss.net questions/ SA

RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-26 Thread Marco.Mistroni
Dear Dr Jung, no i am not using JBoss.net/axis, or, well, i am not doing a RPC-style webservice, since the nature of my message exchange is that a 'structure' needs to be exchanged between the two clients. so, i have opted to use saaj api, and unfortunately only examples that i found about

RE: [JBoss-user] JBoss.net questions

2003-08-17 Thread Marco.Mistroni
Hi, yep! find the part in the code that was connecting to tcpmon port. thanx a lot! regards marco > -Original Message- > From: ext Neal Sanche [mailto:[EMAIL PROTECTED] > Sent: 17 August, 2003 17:01 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBos

Re: [JBoss-user] JBoss.net questions

2003-08-17 Thread Neal Sanche
Well, if you've generated your testClient with the port you've set aside for TCPmon, then that would be the reason you can only connect when it's running. Look for URLs inside the code that point to the incorrect port, replace those with the port that JBoss is running on (8080) and you'll get i

Re: [JBoss-user] Jboss.net how to start

2003-08-14 Thread Felipe Oliveira
http://www.nsdev.org/jboss/stories/jboss-net.html http://drs.yahoo.com/S=2766679/K=jboss.net/v=2/SID=e/l=WS1/R=3/H=0/*-http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-netGuide.shtml [EMAIL PROTECTED] wrote: hi all, are there any free tutorial/examples on how to start

Re: [JBoss-user] JBoss.NET can't find serializer

2003-03-27 Thread Nathan Hoover
I am in fact at this very moment working through the purchasing process of my company to obtain the 'excellent support of the JBoss group'. I expect to conclude that by the end of the day, meanwhile thanks for all your help. I'm definitely willing to contribute code and/or documentation to the p

RE: RE: [JBoss-user] JBoss.NET and Axis SOAP Monitor

2003-03-18 Thread Karim Romero
Hi, With the information of Dr Jung and putting the generated classes ( SoapMonitorApplet*.class) in jboss/server//deploy/jboss-net.sar/jboss-net.war, I had success starting Soap Monitor at: http://localhost:8080/jboss-net/SOAPMonitor luck __ D

RE: [JBoss-user] JBoss.NET and Axis SOAP Monitor

2003-03-17 Thread Kevin Conner
> How can I use Axis SOAP Monitor with JBoss? Axis site says it > should be > in http://localhost:/axis/SOAPMonitor, but there is nothing. > > And does anyone know what is wrong with jboss.org site? It > seems to be > down.. You have to set it up yourself. You need to add a servlet mapping i

RE: [JBoss-user] Jboss.net via https?

2003-02-27 Thread John Fawcett
Of Neal Sanche Sent: Thursday, February 27, 2003 10:07 AM To: [EMAIL PROTECTED]; John Fawcett Subject: Re: [JBoss-user] Jboss.net via https? On Wednesday 26 February 2003 03:25 pm, John Fawcett wrote: > Hi, > > Is it possible to call webservices over https? I've looked through the >

Re: [JBoss-user] Jboss.net via https?

2003-02-27 Thread Neal Sanche
On Wednesday 26 February 2003 03:25 pm, John Fawcett wrote: > Hi, > > Is it possible to call webservices over https? I've looked through > the Jboss book, and I think I am missing the method in all the > (very interesting) detail... I would think all you'd have to do is configure Jetty within JBos

RE: [JBoss-user] JBoss.net and holders?

2003-02-27 Thread Kevin Conner
> For one, if you have structured types that you send around > (most likely > bean-like), then you have > to register particular de/serializers for them in the > web-service.xml (see > the jboss.net testsuite which should contain an > xdoclet-enabled "HelloData" > JavaBean in the hello chapter t

RE: [JBoss-user] jboss.net wsdl error

2003-02-12 Thread Joe Hung
. Februar 2003 19:11 An: '[EMAIL PROTECTED]' Betreff: RE: [JBoss-user] jboss.net wsdl error hmm...we're not on xdoclet 1.2 now. Do you have the version for xdoclet 1.1.2? thanks, -joe ---Original Message- From: Jung , Dr. Christoph [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Feb

RE: [JBoss-user] jboss.net wsdl error

2003-02-12 Thread Joe Hung
EMAIL PROTECTED]' Betreff: RE: [JBoss-user] jboss.net wsdl error hmm...we're not on xdoclet 1.2 now. Do you have the version for xdoclet 1.1.2? thanks, -joe ---Original Message- From: Jung , Dr. Christoph [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:06 AM To: &#

RE: [JBoss-user] jboss.net wsdl error

2003-02-11 Thread Joe Hung
e a bug. I will backport the stuff ASAP and maybe put that jar under downloads. CGJ -Ursprüngliche Nachricht- Von: John Fawcett [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. Februar 2003 23:45 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] jboss.net wsdl error I would suspect that we are

RE: [JBoss-user] jboss.net wsdl error

2003-02-10 Thread Joe Hung
-joe -Original Message- From: John Fawcett [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 2:45 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jboss.net wsdl error I would suspect that we are either missing something or there is a bug in the class-level tag. Dr. Jung are you awa

RE: [JBoss-user] jboss.net wsdl error

2003-02-10 Thread John Fawcett
, February 10, 2003 5:17 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] jboss.net wsdl error Someone pointed out that I should use per-method tag @jboss-net:web-method instead of a class level tag @jboss-net:web-service expose-all="true" That solved the problem. T

RE: [JBoss-user] jboss.net wsdl error

2003-02-10 Thread Joe Hung
et it. Will try to have a look today. CGJ -Ursprüngliche Nachricht- Von: Joe Hung [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 7. Februar 2003 18:52 An: '[EMAIL PROTECTED]' Betreff: RE: [JBoss-user] jboss.net wsdl error did you get it? I sent the ear file to you directly (not

RE: [JBoss-user] jboss.net wsdl error

2003-02-07 Thread Joe Hung
error If you can send me the .wsr/.ear, I could try to debug the error. CGJ -Ursprüngliche Nachricht- Von: Joe Hung [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 5. Februar 2003 18:41 An: '[EMAIL PROTECTED]' Betreff: RE: [JBoss-user] jboss.net wsdl error I am assuming EJ

RE: [JBoss-user] jboss.net error messages

2003-02-05 Thread Joe Hung
I am using the jboss.net xdoclet module and I think those s are generated from the module. I basically copy-n-paste the doclet tags from samples/Hello and created my own HelloBean. As long as it is benign it's ok with me. It would be nice to fix the warning though. cheers, -joe -Original M

RE: [JBoss-user] jboss.net wsdl error

2003-02-05 Thread Joe Hung
I am assuming EJB provider because I have an EJB and are trying to expose the interface through JBoss.net (using .wsr and xdoclet generated descriptor) I noticed the admin url works in this case. http://[hostname]/jboss-net/services/Administration?wsdl I was trying to find out the difference but

RE: [JBoss-user] jboss.net wsr deployment on JBoss3.2RC1

2003-02-05 Thread Joe Hung
am using jboss.net xdoclet module to generate descriptors. I found that it does not like view="both". (view="local" works). -Original Message- From: Jung , Dr. Christoph [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 12:43 AM To: '[EMAIL PROTECTED]' Subject: AW: [JBoss-user]

RE: [JBoss-user] jboss.net xdoclet generation of web-service.xml

2003-01-15 Thread John Fawcett
There is a bug in the generation of web-service.xml for view-type=both. I submitted a patch a little while back, but I am not sure if Dr. Jung decided to commit it or not. The same patch included a change to put the fully qualified classname in the home and localhome tags, which I believe raised so

Re: [JBoss-user] jboss.net xdoclet generation of web-service.xml

2003-01-15 Thread Bruce Scharlau
At 11:29 15/01/2003 +, you wrote: Hi, I have a problem generating the web-service.xml using the xdoclet+xjavadoc jar files from sourceforge. The process correctly generates all interfaces and deployment descriptor except for the web-service.xml file. I've included the entries from both th

Re: [JBoss-user] jboss.net tutorial updates

2002-11-01 Thread Derek Lin
Bruce, Thanks for the tutorial. I am not sure if it's too much to ask--but would it be possible if you zip the tutorial up and provide a download link to the zip? However, if you don't like my suggestion, please just ignore my message. Thanks, -- Derek - Original Message - From: "Bruce

Re: [JBoss-user] JBoss.net - how to deploy web services

2002-09-10 Thread Greg Turner
Hmm. Using JBoss 3.0.1, I tried deploying an ear file with just a wsr and I tried deploying just the wsr, and in both cases I do get error message in log file. Are you sure you got no errors? [EMAIL PROTECTED] wrote: > I am trying to understand the different deployment options for web services

Re: [JBoss-user] JBoss.net installation/configuration help!!!

2002-07-30 Thread David Jencks
Starting jboss like bin/run.sh -c all uses the configuration including jboss.net. There are some tests of jboss.net functionality in the testsuite, other than that I don't know much about it. david jencks On 2002.07.30 10:46:22 -0400 "Akbar, Wasif" wrote: > I am little new to JBoss and to J2

RE: [JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread Matt Munz
Conrad, I'm not sure, but I have had some success creating .wsr's with web-service.xml files that are identical to apache axis WSDD files. description: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.h tml#PublishingServices example: http://cvs.apache.org/viewcvs

RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError

2002-07-18 Thread Matt Munz
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Munz Sent: Thursday, July 18, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError CGJ, some more news but no solutions... > Once you go

RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError

2002-07-18 Thread Matt Munz
]] Gesendet: Mittwoch, 17. Juli 2002 20:48 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError Hi all, Perhaps this is a classloading issue after all. I added the following sys out's to the UnifiedClassLoader to see what's going on

RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError

2002-07-17 Thread Matt Munz
bject: AW: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError Matt, Thanks for YOUR patience with jboss.net ... Good luck. CGJ -Ursprüngliche Nachricht- Von: Matt Munz [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. Juli 2002 19:32 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] JBoss

RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError

2002-07-16 Thread Matt Munz
that attracts you? You are warmly welcome in each case. CGJ -Ursprüngliche Nachricht- Von: Matt Munz [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. Juli 2002 15:05 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError CGJ, > I will see whet

Re: [JBoss-user] Jboss.net

2002-07-16 Thread Bruce Scharlau
At 03:41 PM 7/16/2002 +, you wrote: >>Conrad, >>what where you trying to do? The JBoss-3.0.1.RC1 already has the >>jboss.net.sar in it, ie it works with Jetty, and should run out of the >>box as it were. Or were you trying to get this RC version to work with >>Tomcat? If you were trying to

Re: [JBoss-user] Jboss.net

2002-07-16 Thread conrad
> Conrad, > > what where you trying to do? The JBoss-3.0.1.RC1 already has the > jboss.net.sar in it, ie it works with Jetty, and should run out of the > box as it were. Or were you trying to get this RC version to work with > Tomcat? If you were trying to get it to work with Tomcat, then it

RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError

2002-07-16 Thread Matt Munz
CGJ, > I will see whether the prob still appears with the axis beta3 when > integrating with jboss.net Sounds great. On the Todo list, I see this as task #58106, scheduled for completion on 7-15 (yesterday). Any estimate on when this will actually be done? Is this a one-person task, or is t

Re: [JBoss-user] Jboss.net

2002-07-16 Thread Bruce Scharlau
At 05:26 PM 7/15/2002 +, you wrote: >Hi everyone > >Is it possible to run jboss.net plugin with JBoss 3.0.1RC1? >I walked through intructions on http://www.csd.abdn.ac.uk/~bscharla/soap.html >and I get such error: > >17:09:46,227 ERROR [MainDeployer] could not start deployment: >file:/opt/jbo

Re: [JBoss-user] jboss.net

2002-07-10 Thread Scott M Stark
jboss-net.sar is in the server/all/deploy configuration. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Jung , Dr. Christoph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 1:

Re: [JBoss-user] jboss.net

2002-07-10 Thread Bruce Scharlau
At 09:16 AM 7/10/2002 +0200, you wrote: >I have to build and to install jboss.net on jboss, using Windows 2000Nt >pro. Viewing the instructions on jboss site, I do not understand where I >have tu put the folder "jboss.net" and where the folder "build" stays. >Can you help me? >thank >Roberto Podes

Re: [JBoss-user] JBoss.net installation/deployment using xdoclet

2002-06-11 Thread Thomas Phan
TED]> To: <[EMAIL PROTECTED]>; "Thomas Phan" <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 9:03 PM Subject: Re: [JBoss-user] JBoss.net installation/deployment using xdoclet > At 01:46 AM 6/11/2002, Thomas Phan wrote: > >Now, I got the server deployed. Does xdocl

Re: [JBoss-user] JBoss.net installation/deployment using xdoclet

2002-06-11 Thread Frederick N. Brier
At 01:46 AM 6/11/2002, Thomas Phan wrote: >Now, I got the server deployed. Does xdoclet possible to generate the WSDL >file as well. I'm going to write a C# client. Do I need to do, java My apologies, but I haven't worked with the java2wsdl feature yet, and so don't have an answer, perhaps someo

Re: [JBoss-user] JBoss.net: AXIS engine could not find a targetservice to invoke

2002-06-11 Thread Marius Kotsbak
If you use SOAP, you might need to manually update the wsdl-file to fill the soapaction-fields with the same action as specified elsewhere in the file (name of your methods). On Tue, 2002-06-11 at 11:33, Thomas Phan wrote: > Hi, > > Thanks Frederick, and boostcom.no for your answers to my previo

Re: [JBoss-user] JBoss.net installation/deployment using xdoclet

2002-06-10 Thread Thomas Phan
hashCode, getSerializer, and getDeserializer, in my serializable JavaBean (i.e. the xdoclet generated data bean; created by the tag) Thanks - Original Message - From: "Frederick N. Brier" <[EMAIL PROTECTED]> To: "Thomas Phan" <[EMAIL PROTECTED]> Sent: Tuesday

Re: [JBoss-user] JBoss.net installation/deployment using xdoclet

2002-06-10 Thread marius
On Tue, Jun 11, 2002 at 03:06:43AM +0800, Thomas Phan wrote: > Hi, > > I installed JBoss 3 final (Jetty), but doesn't find that JBoss.net is > installed in the binary package. Unlike JBoss 3 RC 3, I get error 404 back > from http://localhost:8080/axis/servlet/AxisServlet now. How may I set it to

Re: [JBoss-user] JBoss.net installation/deployment using xdoclet

2002-06-10 Thread Frederick N. Brier
My apologies. These comments are in reference to the 3.1Alpha in CVS. Not the 3.0 Final. I wasn't aware that this code was in there. The Hello example is still in a bit of flux, which is why its not called by the parent build file. If you don't see the jboss.net MBean using the port 8082 i