[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-18 Thread tdiesler
You need to use the the unix diff and patch utilities. If you are running 
windows, use cygwin as your command shell. It contains these utils.

1) checkout the latest Branch_4_0
   
cvs co -r Branch_4_0 jboss-4.0

2) make a copy of it

3) make your changes to the webservices/samples

4) run the samples test suite

5) use diff to create the patch file 

6) now check your patch by applying it to your clean copy

7) run the samples test suite on the patched version

8) submit the patch file to sourceforge

It's only hard the first time ;-)

good luck

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=382#382

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=382


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: OperationDesc for METHOD not synchronized to a method of

2004-11-18 Thread tdiesler
You can enable debugging on org.apache.axis. The log file should give you 
enough information to figure out why your SEI could not get synchronised to the 
WSDL.

Also have a look at data/wsdl/[your deployment.wsdd] to see if it contains the 
expected operation signatures

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=383#383

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=383


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Trouble deploying ejb web service

2004-11-17 Thread tdiesler
That is a legacy invoker proxy binding, which was removed in jboss-4.0.0RC2. 
You seem to use an old standardjboss.xml or a some custom container 
configuration in jboss.xml


  | Index: standardjboss.xml
  | ===
  | RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjboss.xml,v
  | retrieving revision 1.82
  | retrieving revision 1.83
  | diff -r1.82 -r1.83
  | 10c10
  |  !-- $Id: standardjboss.xml,v 1.82 2004/07/21 16:33:37 loubyansky Exp $ 
--
  | ---
  |  !-- $Id: standardjboss.xml,v 1.83 2004/07/30 17:40:28 tdiesler Exp $ --
  | 246,251d245
  |  invoker-proxy-binding
  |namesession-webservice-invoker/name
  |invoker-mbean/
  |
proxy-factoryorg.jboss.net.ws4ee.server.EJBProxyFactoryImpl/proxy-factory
  |proxy-factory-config/
  |  /invoker-proxy-binding
  | 543,544d536
  |!-- the next invoker is for additional ws transports and will be 
ignored when jb.net is not installed --
  |
invoker-proxy-binding-namesession-webservice-invoker/invoker-proxy-binding-name
  | 575,576d566
  |!-- the next invoker is for additional ws transports and will be 
ignored when jb.net is not installed --
  |
invoker-proxy-binding-namesession-webservice-invoker/invoker-proxy-binding-name
  | 609,610d598
  |!-- the next invoker is for additional ws transports and will be 
ignored when jb.net is not installed --
  |
invoker-proxy-binding-namesession-webservice-invoker/invoker-proxy-binding-name
  | 653,654d640
  |!-- the next invoker is for additional ws transports and will be 
ignored when jb.net is not installed --
  |
invoker-proxy-binding-namesession-webservice-invoker/invoker-proxy-binding-name
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855480#3855480

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855480


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-17 Thread tdiesler
You could create a patch for jboss-4.0/webservice/samples then we can have it 
publically available in jboss-4.0.1

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855483#3855483

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855483


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Principal = null

2004-11-17 Thread tdiesler
Even if the EJB is declared as unchecked JBossSX still requires a valid 
principal. Most login modules support the 'unauthenticatedIdentity' option.


  | application-policy name=JBossWS
  |   authentication
  | login-module 
code=org.jboss.security.auth.spi.UsersRolesLoginModule
  |   flag=required
  |   module-option 
name=unauthenticatedIdentityanonymous/module-option
  | /login-module
  |   /authentication
  | /application-policy
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855484#3855484

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855484


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Too many stack traces when user exception thrown

2004-11-17 Thread tdiesler
Try running with the latest 

   cvs co -r Branch_4_0 jboss-4.0

That is the codebase that will go into jboss-4.0.1 fairly soon


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855485#3855485

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855485


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Too many stack traces when user exception thrown

2004-11-17 Thread tdiesler
Also, if you are familiar with the testsuite you could provide a doc/lit copy 
of the ExceptionTestCase.

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855486#3855486

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855486


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Admin GUI for JBossWS now Available!!

2004-11-15 Thread tdiesler
Hi Mike,

from what I read at http://demo.wsabi.org WSABI has little to do with J2EE 
compatible web services provided by JBossWS. You seem to target the Axis 
project instead.

Good luck with your effort

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855205#3855205

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855205


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Admin GUI for JBossWS now Available!!

2004-11-15 Thread tdiesler
The code for the next generation JBossWS is in 
jboss-head/webservice/src/main/org/jboss/ws

There is a public JIRA project that should more or less show the current status 
and TODOs 

   http://tck1.jboss.com/jira/secure/BrowseProject.jspa?id=10050

and there are a few roadmap docs in jboss-head/webservice/docs

Soon there will be a JBossWS project home page. 

Cheers

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855233#3855233

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855233


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WebService porting JBoss 3.2 to 4.0

2004-11-15 Thread tdiesler
The service endpoint interface (SEI) is NOT the SLSB's remote interface. The 
SEI needs to extend Remote and all methods must throw RemoteException.

Why Bootkit.war? An EJB endpoint is deployed as jar.

Have a look at http://www.jboss.org/wiki/Wiki.jsp?page=WSServerEJB

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855243#3855243

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855243


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Where is the Wiki section

2004-11-15 Thread tdiesler
If you are familiar with CVS, check out jboss-4.0 Branch_4_0. 

cd testsuite
ant
ant tests-webservice

You will see a test case for custom exceptions.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855288#3855288

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855288


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-13 Thread tdiesler
Jason, 

A good proof would be to refactor the webservice/samples to use XDoclet. Do you 
want to have a go?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855078#3855078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855078


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Trouble deploying ejb web service

2004-11-12 Thread tdiesler
What jboss version are you using?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855053#3855053

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855053


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
There is supposed to be some support for J2EE-1.4 (i.e. EJB-2.1, webservices, 
etc ...) in the current XDoclet version. I've not tried it. Maybe somebody 
wants to write a wiki about it.

In future, JBossWS will support JSR-181 Web Service MetaData. We won't be doing 
XDoclet for WS4EE.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854784#3854784

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854784


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: In which jar is the

2004-11-11 Thread tdiesler
This is not part of the jboss distribution, org.apache.axis.soap.* is and can 
be found in jboss-ws4ee.jar 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854785#3854785

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854785


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS performance issue

2004-11-11 Thread tdiesler
This is an interesting benchmark. Can you provide a test deployment?
Axis always parses the message and records the SAX events, in parallel it 
builds up an in memory representations of the SAAJ object graph. For your kind 
of data this is less than ideal, your data proof this point.

The new JBossWS project will specifically address lazy parsing of messages. The 
prototype will hopefully be available for JBossWorld.

Do you have JWSDP deployed in JBoss? If yes, do you want to write a wiki about 
it?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854786#3854786

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854786


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS performance issue

2004-11-11 Thread tdiesler
The JBossWS wiki says:

anonymous wrote : 
  | The JBossWS implementation currently builds on Apache Axis as the 
underlying web service framework. This dependency is going to be replaced by 
JBoss' own soap stack. See the JBossWS JIRA project for the current status and 
TODOs. 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854837#3854837

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854837


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Sun's jwsdp-1_4 SDK and JBoss...

2004-11-11 Thread tdiesler
AFAIK, no one has done it yet. You're welcome to write a wiki.
The JWSDP artefacts would have to be generated and packaged offline.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854839#3854839

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854839


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
If this is all there is today, I don't see an advantage over using wscompile.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854842#3854842

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854842


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
Point one is not valid. How do you generated the wsdl?

Does XDoclet support the WS4EE client programming model, if not all you get is 
service-endpoint-interface in ejb-jar.xml.

Does XDoclet support multiple port components, handlers in webservices.xml?

What can JBossIDE do for you?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854849#3854849

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854849


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
Perhaps your colleague wants join me in the JSR-181 Web Service MetaData 
efford. Bill has written an annotation compiler that makes it possible to use 
annotations with jdk-1.4

In future there is little point to anything else but annotated source code / 
annotated wsdl.

See the JBossWS JIRA project for roadmap and TODOs

http://tck1.jboss.com/jira/secure/BrowseProject.jspa?id=10050 

There are also some word docs in CVS

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854876#3854876

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854876


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Document/Literal web service not

2004-11-11 Thread tdiesler
This usually occurs when you use more than one parameter in your endpoint 
message. 

With doc/lit there is no wrapping RPC element. The entire message is defined by 
a single XMLSchema complex type.

JBossWS currently does not support unwrapped doc style parameters in web 
service endpoints.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854902#3854902

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854902


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Context Root for EJB Endpoints

2004-11-10 Thread tdiesler
Applied to Branch_4_0, thanks Jason


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854580#3854580

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854580


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: config webservice URL

2004-11-10 Thread tdiesler
Supported in jboss-4.0.1

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854581#3854581

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854581


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: setting timeouts in clients

2004-11-10 Thread tdiesler
Hopefully, within the next few days

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854582#3854582

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854582


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: custom provider in jboss 4.0

2004-11-10 Thread tdiesler
Prematurely ending the request in a handler before it reaches the ultimate 
receiver is probably not a good idea, and even if it works a terrible hack. Out 
of interest, have you tried?


I externalized the invoker providers, like this

  |   mbean code=org.jboss.webservice.AxisService
  | name=jboss.ws4ee:service=AxisService
  | dependsjboss:service=WebService/depends
  | attribute name=WebServiceHost${jboss.bind.address}/attribute
  | attribute name=WebServiceSecurePort8443/attribute
  | attribute name=WebServicePort8080/attribute
  | attribute name=ValidateWsdlRequestfalse/attribute
  | attribute 
name=InvokerProviderEJBorg.jboss.webservice.server.InvokerProviderEJB/attribute
  | attribute 
name=InvokerProviderJSEorg.jboss.webservice.server.InvokerProviderJSE/attribute
  |   /mbean
  | 

Available in jboss-4.0.1, within the next few days.
Does this help?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854585#3854585

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854585


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: setting timeouts in clients

2004-11-09 Thread tdiesler
Supported in jboss-4.0.1


  |   Context iniCtx = getInitialContext();
  |   Service service = 
(Service)iniCtx.lookup(java:comp/env/service/HelloWsService);
  |   HelloWs port = (HelloWs)service.getPort(HelloWs.class);
  | 
  |   Stub stub = (org.jboss.webservice.client.Stub)port;
  | 
  |   stub.setTimeout(new Integer(100));
  |   assertEquals(new Integer(100), stub.getTimeout());
  | 
  |   stub._setProperty(Stub.CLIENT_TIMEOUT_PROPERTY, new Integer(200));
  |   assertEquals(new Integer(200), 
stub._getProperty(Stub.CLIENT_TIMEOUT_PROPERTY));
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854411#3854411

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854411


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Is JBossWS WS-I Compliance?

2004-11-08 Thread tdiesler
JBossWS is J2EE-1.4 compliant, which requires BasicProfile-1.0 compliancy

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854247#3854247

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854247


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: DII client complains about serializer

2004-11-07 Thread tdiesler
UR welcome

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854206#3854206

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854206


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: 4.0.0 deployment failed on 4.0.1 with runtimeException

2004-11-07 Thread tdiesler
This exception would occur when QName is not Comparable. What deliverable are 
you using? Where is QName being loaded from?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854205#3854205

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854205


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WebService Address

2004-11-06 Thread tdiesler
The wsdl for the server side deployment may contain a dummy service location, that 
JBossWS will adjust during deployment.

The wsdl for the client side deployment must contain the correct service location. 
i.e. the client must be told where to connect to.

You can override the location where the client obtains the wsdl from, like this

  |   service-ref
  | service-ref-nameservice/HelloService/service-ref-name
  | 
wsdl-overridehttp://yourhost:8080/ws4ee-admindevel/HelloService?wsdl/wsdl-override
  |   /service-ref
  | 

Also the javax.xml.rpc.Stub interface contains a property with wich you can set the 
target endpoint address

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854158#3854158

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854158


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Deploying Web Service with Modular WSDL

2004-11-06 Thread tdiesler
I created an issue for this
http://sourceforge.net/tracker/index.php?func=detailaid=1061379group_id=22866atid=376685

Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854159#3854159

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854159


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Mapping problems with wscompile generated wsdl+mapping f

2004-11-06 Thread tdiesler
A proper package mapping looks like this

  |   package-mapping
  | package-typecom.underworld.crimeportal/package-type
  | namespaceURIhttp://com.underworld.crimeportal/ws4ee/namespaceURI
  |   /package-mapping
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854162#3854162

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854162


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: DII client complains about serializer

2004-11-06 Thread tdiesler
Can you show us the stack trace?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854163#3854163

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854163


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JbossWS with WS-Security implementation XWS

2004-11-06 Thread tdiesler
Currently, there no support for any of the advanced WS specs in JBossWS. See the 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS for a list of other specs that we 
consider as well.

You're right, you could create a WS4EE compatible server/client side handler pair to 
implement security functionality.

go ahead, you have my support.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854157#3854157

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854157


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: setting timeouts in clients

2004-11-06 Thread tdiesler
I create a SF issue
http://sourceforge.net/tracker/index.php?func=detailaid=1061386group_id=22866atid=376685

A probable workaround is to use DII on the client side and case to the axis call impl.


  |call = service.createCall(...);
  |((org.apache.axis.client.Call)call).setTimeout(...);
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854166#3854166

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854166


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: PLEASE HELP!!!!! problem with array types defined in wsd

2004-11-06 Thread tdiesler
You should stick to literal encoding when using WS4EE. SOAP encoding violates the 
BasicProfile-1.0

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854168#3854168

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854168


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: custom provider in jboss 4.0

2004-11-06 Thread tdiesler
Can you connect to your WebLogic EJB from a JBoss EJB? Then you could create a gateway 
SLSB in JBoss that receives the client requests and routs them to WebLogic.

Or am I missing the point?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854169#3854169

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854169


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JSE deployment: NoSuchMethodException

2004-11-06 Thread tdiesler
Regarding the multiple init-params, can you provide a simple war deployment that 
isolates the issue?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854170#3854170

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854170


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: custom provider in jboss 4.0

2004-11-02 Thread tdiesler
The Axis notion of custom providers would render a WS deployment J2EE incompatible, so 
we cannot support it in JBossWS. What is your use case?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853619#3853619

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853619


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: JBOSS + PHP + SOAP + EJB

2004-10-29 Thread tdiesler
In this forum we discuss development issues with the jboss WS implementation(s) 

Goto the JBossWS wiki
http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS and decide whether you want to use 
J2EE compliant Web Services or not.

If you still need help goto the respective user forums. If you need guarantied + 
qualified responses you can become a jboss customer and have access to our support 
portal.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853241#3853241

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853241


---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Problem deploying WS from samples.zip

2004-10-28 Thread tdiesler
Sorry, I meant


  |   category name=org.apache.axis
  | priority value=DEBUG/
  |   /category
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853077#3853077

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853077


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Problem deploying WS from samples.zip

2004-10-28 Thread tdiesler
Show me the message that your client sends to JBossWS. For that set


  |   category name=org.apache.axis
  | priority value=axis/
  |   /category
  | 
 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853076#3853076

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853076


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Problem deploying WS from samples.zip

2004-10-28 Thread tdiesler
The message the sample client sends is


  | soapenv:Envelope ...
  |  soapenv:Body
  |   ns1:echoCustomerArr xmlns:ns1=http://org.jboss.webservice/complexbean/types;
  |customerArray
  | customerAddressMiddleWare Avenue 1/customerAddress
  | customerIDcuid_1/customerID
  | customerNameJBoss Inc./customerName
  |/customerArray
  |customerArray
  | customerAddressSomeOther Street 11/customerAddress
  | customerIDcuid_2/customerID
  | customerNameMicrosoft Corp./customerName
  |/customerArray
  |   /ns1:echoCustomerArr
  |  /soapenv:Body
  | /soapenv:Envelope
  | 


  | test:
  | [mkdir] Created dir: 
D:\projects\jboss-branch\jboss-4.0.x\webservice\output-samples\reports
  | [junit] Running org.jboss.webservice.complexbean.ComplexBeanTestCase
  | [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.922 sec
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853078#3853078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853078


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Problem deploying web service on Jboss 4.0.0

2004-10-28 Thread tdiesler
jboss must always (not just after restart) replace the servlet-class element, 
because tomcat will not accept a pojo there. 

Is it true, that the start element is missing? It should be 


  | servlet-class 
org.jboss.webservice.server.ServiceEndpointServletJSE/servlet-class 
  | 

Is there a stacktrace at startup time?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853098#3853098

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853098


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Difference between JBoss.NET and JBossWS

2004-10-26 Thread tdiesler
Do you have time to read the wiki ;-)

http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET

The binaries for JBoss.Net are distributed under ${jboss.home}/docs/examples/jboss.net 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852723#3852723

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852723


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS dysfunctional? Can't get DocumentLiteral with Co

2004-10-26 Thread tdiesler
Is there a type mapping missing? Have a look at the generated wsdd in 
${jboss.server.data.dir}/wsdl

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852725#3852725

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852725


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Switching communication direction

2004-10-26 Thread tdiesler
A JBossWS client can only ever initiate the request/response pair.  However, its easy 
to setup two jboss instances to do what you want, both acting as WS client and server. 
Remember, jboss can be very leight weight (microkernal + deployed services).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852726#3852726

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852726


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: DII client complains about serializer

2004-10-26 Thread tdiesler
The JAXRPC DII API is agnostic about ws4ee artifacts like the jaxrpc-mapping.xml.

If you must use DII, try 

  | org.jboss.webservice.client.ServiceFactoryImpl factory = 
(org.jboss.webservice.client.ServiceFactoryImpl)ServiceFactory.newInstance();
  | service.createService(wsdlLocation, mappingLocation, ws4eeMetaData, serviceName, 
portName)
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852727#3852727

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852727


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS dysfunctional? Can't get DocumentLiteral with Co

2004-10-26 Thread tdiesler
You should not use the axis tools with ws4ee, use JWSDP-1.4 wscompile instead. It 
generates the ws4ee specific jaxrpc-mapping.xml file, which Axis' java2wsdl does not.

The mapping file is where the java - wsdl mapping is defined. 

It seems you are not deploying with a valid mapping file. Have you read the JBossWS 
wiki?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852736#3852736

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852736


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-26 Thread tdiesler
 Is document/literal-wrapped supported by J2EE 1.4 or not? 

It is not covered by J2EE spec, JBossWS does not support it.

 In doc/lit style could my SEI methods have more than one arguments?

This is poorly supported in Axis, which JBossWS still uses internally. In jboss-4.0.1 
there will probably be better support for it. Until then, you should use wrapper 
objects for multiple parameters.

The jboss-4.0.1 release is scheduled for next week.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852744#3852744

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852744


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re:

2004-10-26 Thread tdiesler
Thomas, you are in the wrong forum. Here we discuss J2EE copatiple WS with JBossWS.

Try: http://localhost:8080/jboss-net

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852759#3852759

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852759


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBoss web services to work with ASP page

2004-10-25 Thread tdiesler
What are you not sure about? Hvae you read the JBossWS wiki? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852520#3852520

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852520


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: How do I deploy a SOAP Webservice (ServiceManagerClient

2004-10-25 Thread tdiesler
Please read http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS wiki to learn hoe to 
package and deploy J2EE compatiple web services.

What you are refering to is an Axis propriatary deployment process, which cannot be 
used with ws4ee.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852645#3852645

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852645


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Throwing application exception

2004-10-23 Thread tdiesler
In general server side java exceptions do get propagated to the client. This is 
logical, because the client stack may not even have the notion of exceptions in their 
language.

To debug this properly, you should examine the fault message that is generated on the 
server side. It should contain the QName of the custom fault. 

On the client side that fault QName should be mapped to a java exeption. Note, it may 
have a different name and reside in a differnt package then the exception being thrown 
at the server side.

The client code should be able to catch that user exception. See the wiki for an 
example.

Werner, you are right. That change is a terrible hack :)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852426#3852426

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852426


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: How to specify a stateful JSE Web Service

2004-10-23 Thread tdiesler
Axis supports [request|session|application] scope services. What we implement for 
ws4ee and what you observe is request scope. If I understand correctly you would 
expect application scope, right? 

That however has a number of implications WRT concurrency and locking. Either there is 
just a single instance that allows concurrent threads (servlets do that AFAIK), or 
there is a locking mechanism which may cause congestion, or there is a pool of 
instances (like for SLSB endpoints).

I am not at all convinced that the JAXRPC spec implies application scope service 
endpoints. Show me the section in the spec where it talks about concurrency in the 
endpoint.

Out of interest why are you not using a SLSB endpoint if management of resources is a 
concern? What does JSE offer that EJBSE does not have?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852428#3852428

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852428


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JIRA?

2004-10-21 Thread tdiesler
Sorry folks, there is a bit of confusion here. As Scott says, JBossWS is our current 
J2EE-1.4 compatible web service implementation. It uses Axis, which is an 
implementation detail that will be removed. Currently, I am in the process of 
redesigning/rewriting JBossWS. The public JIRA project is about that rewrite of 
JBossWS. The new codebase is in package org.jboss.ws in module webservice and not yet 
included in the jboss distributions.

Help is welcome!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852169#3852169

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852169


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Xdoclet tags for WS in JBoss 4.0.0

2004-10-21 Thread tdiesler
JBoss does not provide XDoclet support for JBossWS. Instead we are going to implement 
JSR-181 Web Service Metadata

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852170#3852170

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852170


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: TypeMapping problem

2004-10-21 Thread tdiesler
Hi ADICKO, 

two issues here. Your WSDL should not use rpc/encoded this is disallowed by the WS-I 
Basic Profile (BP).

The wscomile tool is part of the Sun JWSDP, and therefore will generate a 
jaxrpc-mapping.xml file that works for the classes that wscompile generates. If you 
have complex types like tns:SessionCategories you should check the generated mapping 
and modify it accordingly (i.e. map the types you actually use)

An alternative approach is to use an external ws4ee-deployment.xml file for even more 
control over mapping and serializers, etc. See the wiki.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852172#3852172

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852172


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: j2me webservice client (jsr172) possible?

2004-10-21 Thread tdiesler
Yes, we support doclit, however there are known issues in the Axis layer. Try to 
supply a serializer/deserializer for {http://gfd.de/types}compute in 
ws4ee-deployment.xml if it is not a bean. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852174#3852174

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852174


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Webservices -No Provider type matches QName

2004-10-21 Thread tdiesler
If you are using J2EE-1.4 compliant web services with JBossWS, post here. If you use 
JBoss' Axis support with JBoss.NET post in the JBoss.NET forum.

For Axis issues that are independet of JBossWS, JBoss.NET post at the Axis user list.

cheers

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852176#3852176

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852176


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: How to specify a stateful JSE Web Service

2004-10-21 Thread tdiesler
In addition to the JNDI ENC there is another API that a JSE can use to interact with 
its environment, the javax.xml.rpc.server.ServletEndpointContext. This is an interface 
to the servlet container system itself. It provides the JSE with access to the 
underlying ServletContext, SOAP messages, and other information.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852177#3852177

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852177


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: j2me webservice client (jsr172) possible?

2004-10-21 Thread tdiesler
Have you read the wiki?
http://www.jboss.org/wiki/Wiki.jsp?page=WSTypeMapping

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852186#3852186

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852186


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: How to change the WS-Webcontextname

2004-10-21 Thread tdiesler
no, not yet - sorry

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852192#3852192

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852192


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: How to specify a stateful JSE Web Service

2004-10-21 Thread tdiesler
J2EE-1.4 service endpoints are by definition stateless. There is a notion of session 
in JAXRPC-2.0, which will probably be part of J2EE-1.5

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852235#3852235

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852235


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-19 Thread tdiesler
Denis says:

If you're referring to the WS-I Basic Profile, wrapped style most certainly is allowed 
- wrapped is just a set of conventions for one way of structuring doc/lit based on 
method call definitions.

  - Dennis

Dennis M. Sosnoski
Enterprise Java, XML, and Web Services Support http://www.sosnoski.com Redmond, WA  
425.885.7197


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851882#3851882

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851882


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - SAXException: Element type definitions is not declared.

2004-10-19 Thread tdiesler
Hi Thomas,
   when I run the testcase Java2WSDL20TestCase, I get the following error message.

org.jboss.ws.wsdl.WSDLException: org.xml.sax.SAXException: Element type definitions 
is not declared. @ *unknown*[2,-1]
at
org.jboss.ws.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:80)
at org.jboss.test.ws.tools.JavaToWSDL20TestCase.doWSDLTest(Unknown
Source)
at
org.jboss.test.ws.tools.JavaToWSDL20TestCase.testPrimitiveTypes(Unknown
Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Caused by: org.xml.sax.SAXException: Element type definitions is not declared. @ 
*unknown*[2,-1]
at org.jboss.ws.wsdl.WSDLReader.readWSDL(WSDLReader.java:67)
at
org.jboss.ws.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:75)
... 17 more

Any clues?  Does it work for you?

The wsdl is generated fine.  But the wsdl reader errors out.

Cheers,
Anil


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851883#3851883

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851883


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: SAXException: Element type

2004-10-19 Thread tdiesler
This is a SAX praser issue. The parser cannot validate the document using XMLSchema. 
The most likeliy cause is, that your client code sees the JDK's crimson parser instead 
of xerces.

JBoss uses xerces via the endorsed mechanism, include the following command line 
switch.


  |-Djava.endorsed.dirs=$JBOSS_HOME/lib/endorsed
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851885#3851885

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851885


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBOSS.net

2004-10-19 Thread tdiesler
If you use JBossWS post here, if you use JBoss.NET post there. Do not post the same 
message in both topics. This is spam.

You can do authetication on the message level (as SOAP headers) or on the transport 
level with HTTP

See this tread or the JBossWS wiki for details


  | http://www.jboss.org/index.html?module=bbop=viewtopict=54480
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851927#3851927

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851927


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: 3.2.x and jaxrpc exceptions

2004-10-17 Thread tdiesler
A server exception is transported as a  element with a well defined semantics. In 
theory it sould not contain a cause, stack trace, etc. - not even the java class name, 
since the client may have mapped the fault to a different exception in a different 
package. The fault QName is important.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851656#3851656

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851656


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Trouble setting up ear to be client of web service

2004-10-14 Thread tdiesler
Have you looked at the samples.zip on the wiki? It contains samples for all possible 
combinations of exposing ws4ee endpoints and ws4ee clients.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851383#3851383

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851383


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Authentication for webservices

2004-10-14 Thread tdiesler
Have you tried to access a normal tomcat webapp that uses BASIC authentication from 
C#? Maybe this is not WS specific.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851386#3851386

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851386


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Trouble setting up ear to be client of web service

2004-10-13 Thread tdiesler
Put your service-ref element in web.xml, not in application-client.xml. Use jwsdp's 
wscompile to generate POJOs as your WS parameter and return types.

wsdl2java generates axis stubs that are not portable and may not work with JBossWS. 
Don't use wsdl2java with JBossWS.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851235#3851235

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851235


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: customize in0, in1 in multi-parameter methods using xdoc

2004-10-13 Thread tdiesler
If this is a JBoss.NET question, goto the JBoss.NET forum. 

http://www.jboss.org/index.html?module=bbop=viewforumf=137

JBossWS has no support from XDoclet, we will be using standard annotations.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851233#3851233

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851233


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-10-12 Thread tdiesler
I updated the wiki, do you need more?

http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851070#3851070

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851070


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-10-12 Thread tdiesler
axis-1.1.jar is not ok. JBossWS uses a modified version of axis-1.1 that adds J2EE 
specific functionality to axis, like BasicProfile-1.0 complientcy. The jboss-ws4ee.sar 
contains the axis-ws4ee.jar. That is the only valid axis version to be used with 
JBossWS.

Turn on axis debug level on the client side. Make sure the headers are put in the soap 
message. If not, check if the ClientLoginHandler is executed as part of client side 
axis handler chain.
If you see the headers in the message make sure the ServerLoginHandler is excuted on 
the server side, it should set the principal/credential in the SecurityAssociation.

See webservice/samples/server-sec in jboss-head for a working implementation. The 
sample is not yet ported to the jboss-4.0 branch.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851166#3851166

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851166


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: writing the java-wsdl-mapping

2004-10-12 Thread tdiesler
The wrapped style is outside the scope of J2EE compliant web services (ws4ee). The 
BasicProfile allows rpc/literal and doc/literal.

It seems, that marshalling a org.w3c.dom.Element is also outside the scope of JAXRPC. 
So if Axis can do it, it is propriatary and not probably not interoperable.

I do however understand the need for arbitary XML as a payload of a web service. Any 
good pointers, where this is discussed?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851169#3851169

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851169


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: need war to override Axis jar

2004-10-12 Thread tdiesler
When you want to run on Axis instead of JBossWS you need to undeploy jboss-ws4ee.sar. 
The last time I looked, Axis was holding static references to classloaders, which do 
not play well with the notion of LoaderRepositories and redeployment in general.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851172#3851172

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851172


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Mapping arrays

2004-10-12 Thread tdiesler
Try generating your wsdl/jaxrpc-mapping.xml with JWSDP-1.4 wscompile

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851173#3851173

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851173


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Deploying Webservices form 2 SLSBs

2004-10-12 Thread tdiesler
Please see the 

  
  | port-component
  | port-component-name
  | port-uri
  | auth-method
  | transport-guarantee
  | /port-component
  | 

element in jboss_4_0.dtd, on how to specify the port-uri for a given EJB endpoint. 
webservices.xml can contain more that one webservice-service-description. Having 
more than one EJB endpoint per deployment should not be a problem.

Setting the context root is not (yet) supported for EJB endpoints.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851175#3851175

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851175


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS in 3.2.x?

2004-10-12 Thread tdiesler
Do you have WS related porting issues to JBoss.NET in jboss-4.0? Going from JBoss.NET 
to JBossWS is probably the last step in your migration efford.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851176#3851176

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851176


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-12 Thread tdiesler
The wrapped style is not allowed by the BasicProfile. Try generating your 
wsdl/jaxrpc-mapping.xml with jwsdp-1.4 wscompile.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851178#3851178

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851178


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: need war to override Axis jar

2004-10-12 Thread tdiesler
Correct, when you undeploy JBossWS will no longer have support for deployments J2EE 
compatible web service endpoints and clients.

Also make sure, you remove the jaxrpc related jars from $JBOSS_HOME/client and use the 
JWSDP client jars instead.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851181#3851181

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851181


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: bad path to included schema getting built in WSDLFilePub

2004-10-06 Thread tdiesler
Please create an issue in sourceforge and attach the descriptor files. Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850488#3850488

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850488


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-05 Thread tdiesler
BTW, is your service public? Can you provide a test and file an issue on sourceforge?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850431#3850431

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850431


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-05 Thread tdiesler
I'm seeing the same issue when connecting to www.sforce.com's document/literal 
services. It's prio one of my todos. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850430#3850430

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850430


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Help!!! JBoss and Web Service Develope Pack problem

2004-10-05 Thread tdiesler
You can use LoaderRepository.displayClassInfo from the JMX console to find out where 
your classes get loaded from.

Undeploy JBoss.NET, create a jwsdp archive that contains all the jars jwsdp depends on 
and drop it in deploy.

If you get it working, you may want to write a page on the wiki.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850436#3850436

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850436


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Authentication for webservices

2004-10-04 Thread tdiesler
There is no standard portable way to authenticate against a service endpoint. If fact 
the spec discourages the use of the javax.xml.rpc.security.auth.username property on 
the Call object.

However, securing a SLSB with the standard J2EE role mechanism should be sufficient to 
secure the endpoint. Question is, how does client propagate the pricipal/credential 
information.

If you are using HTTP transport you could setup basic, form based or client 
certificate authentication depending of whether your ws clients support it.

I'll put an example on the WIKI, stay tuned.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850265#3850265

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850265


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-04 Thread tdiesler
what version of jboss?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850289#3850289

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850289


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-04 Thread tdiesler
It seems that the technical reason is, that the number of parameters in the SEI method 
call does not match the number of wsdl operation params.

Take a look at the samples.zip, all samples should work. Are you using 
document/literal instead of rpc/literal?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850324#3850324

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850324


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: How does JBoss 4.0.0 support WS-Security?

2004-10-03 Thread tdiesler
WS-Security is currently not supported in JBossWS. However, we do support 
encryptions/authentication on the HTTP transport layer. It works in the same way as 
securing an ordinary web app.

WS-Security is on the roadmap for JBossWS.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850220#3850220

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850220


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: SOAP error with JBoss 4.0

2004-10-01 Thread tdiesler
Please file a bug on sourceforge and attach the relevant files for me to reproduce 
this issue. Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850121#3850121

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850121


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JNDI-Lookup from web service to LocalHomes throws except

2004-09-28 Thread tdiesler
Can you show me the complete stack trace?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849805#3849805

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849805


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBoss error...

2004-09-23 Thread tdiesler
Have a look at

http://www.jboss.org/wiki/Wiki.jsp?page=StackTrace

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849234#3849234

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849234


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBOSS 4.0 and deploying web service + session

2004-09-23 Thread tdiesler
Does your ejb-link in webservices.xml correspond to ejb-name in ejb-jar.xml?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849237#3849237

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849237


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JbossWS + AOP

2004-09-23 Thread tdiesler
Q: Where do I go from here?
A: Depends where you want to get to.

Alice in Wounderland



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849238#3849238

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849238


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-09-23 Thread tdiesler
Yes there is. I'll write about it shortly. Hava a look at the jboss_4_0.dtd

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849260#3849260

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849260


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBoss error...

2004-09-22 Thread tdiesler
You need to first figure out why the server is not responding. Look at the logs, put 
axis in debug.

Your shutdown error is JNDI related, I don't see a link to web service.

In this forum we discuss J2EE compatible webservice. Are you using JBossWS?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849064#3849064

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849064


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: J2EE calling .NET web service for base64Binary element -

2004-09-22 Thread tdiesler
Please file an issue in sourceforge and provide a test case

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849066#3849066

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849066


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Mapping of types not directly referenced by operations

2004-09-22 Thread tdiesler
So the issue is, that when you have user defined types inside other user defined types 
that are not directly referenced from a WSDL operation they do not get included in the 
axis wsdd, right?

You are saying if the (generated) jaxrpc-mapping.xml contains those sub types we can 
also provide type mappings for them in the wsdd.

AFAIK, the wscompile that comes with the JWSDP-1.4 does not generate 
jaxrpc-mapping.xml. Do you use the one from S1AS?

Yes your patch would be useful. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849092#3849092

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849092


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   >