[jboss-user] [JBoss Web Services Users] - Re: JBossWS is Java EE 5 compliant?

2009-12-01 Thread alessio.sold...@jboss.com
JBossWS provides the webservice features of JBossAS, which in turn is Java EE 5 
compliant. So as long as you use the specs included in Java EE (jaxws for 
instance) you should not be concerned about portability.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268292
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2009-11-11 Thread alessio.sold...@jboss.com
I've scanned the patch, thanks. I've just one concern, ie. whether it's a bit 
too aggressive rewriting a file://foo-bar address with one using http 
protocol, as theoretically that might refer to a jms binding.
So you might want to enhance the patch a bit scanning the model, getting the 
binding corresponding to the address being analysed and verifying the 
soap:binding in use before rewriting file to http(s).
Btw, besides fixing this which is good in anycase, did you try providing an 
address without procotol (simply replace-me for instance) in your wsdl as a 
workaround?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4264983
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: Consuming Web Services when WSDL access / UDDI discovery

2009-10-28 Thread alessio.sold...@jboss.com
You can store the wsdl locally and point that copy instead of the remote one.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262598
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: wsconsume generate client from a wsdl with basic authent

2009-10-07 Thread alessio.sold...@jboss.com
That's probably because the tool would need to access other imported resources 
(xsd/wsdl) which are protected too. A workaround is to download the wsdl and 
the referenced resources, modify the links and consume the local version.
You basically need the same as the fix for 
https://jira.jboss.org/jira/browse/WISE-134, which will probably be included 
when dealing with
https://jira.jboss.org/jira/browse/JBWS-2725

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259148
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: avoid lazy-initialization exceptions

2009-09-29 Thread alessio.sold...@jboss.com
You can provide your own JAXBContextFactory, take a look at 
org.jboss.ws.core.jaxws.CustomizableJAXBContextFactory for instance. This way 
you can setup the property you need in the context at creation.

Then make sure your context factory is loaded by the JBossWS ServiceLoader 
(basically you might want to either set your factory through a System property 
or add a org.jboss.ws.core.jaxws.JAXBContextFactory file in META-INF/services 
somewhere in the classpath).

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257711
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: avoid lazy-initialization exceptions

2009-09-29 Thread alessio.sold...@jboss.com
INteresting link to better follow this topic: 
http://blogs.sun.com/searls/entry/jaxb_custom_accessor_for_marshalling

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257712
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: Intermittent failures in multithreaded test

2009-09-28 Thread alessio.sold...@jboss.com
That's really good to know Andrew, thanks for the tests.
The GA version of 3.2.1 is coming around the end of October, btw.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257411
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: @Resource injection for jaxws handler support in AS 4.2.

2009-09-23 Thread alessio.sold...@jboss.com
Hi Daniel,
I'm sorry, the latest JBossWS version supporting AS 4.2.3.GA is JBossWS 3.1.1.
http://www.jboss.org/community/wiki/JBossWS-SupportedTargetContainers


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256623
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2009-09-23 Thread alessio.sold...@jboss.com
Depends on when the fix for that is ported to EAP branch. If you're allowed to, 
verify there's a JBPAPP jira issue for porting that immediately as soon as it's 
done upstream, otherwise create it.
If you're not allowed to just let me know.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256625
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: JbossWs SSL endpoint: enabled how to test?

2009-09-23 Thread alessio.sold...@jboss.com
Hi,
take a look at 
http://www.jboss.org/community/wiki/JBossWS-UserGuide#Address_rewrite.
Besides that, you can force the endpoint address to use in the client, casting 
the port to BindingProvider and then setting it there.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256631
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: Intermittent failures in multithreaded test

2009-09-23 Thread alessio.sold...@jboss.com
Hi Andrew,
any chance you can try with trunk or a SNAPSHOT/Beta1 of 3.2.1 I can produce 
for you? Asking as a lot has changed in the mean time...

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256656
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Re: Intermittent failures in multithreaded test

2009-09-23 Thread alessio.sold...@jboss.com
JBossWS-Native 3.2.1.Beta1 is in the repo now. Can you try with that please? 
Thanks!

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256703
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - JBossWS 3.2.0.GA released

2009-08-28 Thread alessio.sold...@jboss.com
I'm happy to announce the release of JBossWS-Native 3.2.0 GA.

For a list of the new features, improvements and bug fixes, please refer the 
release notes available here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.2.0.GA.txt

The supported target containers for this release are JBoss 5.0.0.GA, JBoss 
5.0.1.GA and JBoss 5.1.0.GA.

The binaries, including the samples can be obtained here:
http://labs.jboss.com/jbossws/downloads/

Installation instructions can be found here:
http://www.jboss.org/community/wiki/JBossWS

To get started please have a look at the Quick Start and User Guide:
http://www.jboss.org/community/wiki/JBossWS-QuickStart
http://www.jboss.org/community/wiki/JBossWS-UserGuide

Many thanks to the team and contributors making this release possible.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252285
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Endpoint registration

2009-08-19 Thread alessio.sold...@jboss.com
Have a look at the eardeployment sample in the jbossws testsuite, it does what 
you're trying to do.

The forum is still active, but you might not get a lot of replies in this 
period of the year ;-)

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250354
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: portable JAXWS deployment example/steps? bottom up...

2009-08-13 Thread alessio.sold...@jboss.com
Running wsprovide offline and including the generated classes as well as the 
wsdl contract in the deployed archive (be sure it's correctly referenced in the 
@WebService) might save some time as less processing is required to perform the 
deployment.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249354
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Getting ClassCast Exception in case of malformed webserv

2009-07-31 Thread alessio.sold...@jboss.com
Scheduled for 3.2.1.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247159
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Newlines/spaces in SOAPMessage

2009-07-15 Thread alessio.sold...@jboss.com
This reminds me of something related to CR/LF when dealing with signatures.
Where do you get the soap elements content from? are you reading them from file?


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243822
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Using SUN's SAAJ implementation

2009-07-15 Thread alessio.sold...@jboss.com
See my reply on the other thread you opened on this.
Besides that, you can't use Sun's SAAJ implementation directly on JBoss AS with 
JBossWS-Native.
If you really want to get rid of jbossws-native-saaj anyway, you can try 
JBossWS-CXF and/or JBossWS-Metro.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243824
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: sending Soap message with timeout

2009-07-15 Thread alessio.sold...@jboss.com
The point here is SAAJ does not define an API for setting the timeout directly 
using the SOAPConnection. So you need to use some kind of proprietary stuff.
Forget about Axis, you can't use it with JBossWS. Take a look at the 
JBossWS-Native (I assume that's what you're using) 
org.jboss.ws.core.client.HTTPRemotingConnection that is used under the hood by 
org.jboss.ws.core.soap.SOAPConnectionImpl (which in turn is the JBossWS-Native 
impl of SOAPConnection).
HTTPRemotingConnection basically receives and endpoint object which can be an 
instance of EndpointInfo. That can contain a properties map including 
org.jboss.ws.timeout property. Setting that, you should be able to basically 
achieve what you get setting the same prop in the request context when 
performing a call through a ws port.


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243831
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss WS Pojos endpoint authentication

2009-07-15 Thread alessio.sold...@jboss.com
https://jira.jboss.org/jira/browse/JBWS-2697

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243835
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossAS 5.1.0.GA 3.1.2.GA META-INF

2009-07-15 Thread alessio.sold...@jboss.com
As a reference, I'd suggest you to take a look at the jbossws wsse sample 
artifacts that are built for AS5 in jbossws testsuite. Basically AS 5 is strict 
to standards regarding where to load resources from.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243843
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: DOM API on SOAPElementImpl causes NotImplementedExceptio

2009-07-15 Thread alessio.sold...@jboss.com
get/setTextContent has recently been implemented in NodeImpl. Something else is 
simply not implemented yet. Feel free to create a jira issue for this and link 
that here (btw this is an easy chance for contributing adding a small patch ;-) 
).

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243847
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WebService Client with MTOM

2009-07-15 Thread alessio.sold...@jboss.com
Despite having a basic implementation of WS-Policy, JBossWS-Native does not 
support policies for setting MTOM. This means you need to manually set mtom on 
client side (please refer to the documentation) or switch to JBossWS-CXF / 
JBossWS-Metro.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243849
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot uniquely indentify oper

2009-07-15 Thread alessio.sold...@jboss.com
Sure, lots of people use JBossWS as client of Microsoft ws endpoints.
This said, there might be something weird with the wsdl. Can you try posting it?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243851
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: missing ant.properties.examples

2009-07-15 Thread alessio.sold...@jboss.com
Btw there's been a timeframe in the past where the ant.properties.example was 
missing (you had a custom ant.properties instead). This has already been fixed 
anyway.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243852
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-15 Thread alessio.sold...@jboss.com
Thanks Peter for spreading the right directions on this topic.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Using JBossWS-CXF for EJB3.0 Webservice endpoints

2009-06-29 Thread alessio.sold...@jboss.com
There are many testscases showing usage of ejb3 webservice endpoints in the 
jbossws testsuite, just take a look.
JSR109 is actually not supported with CXF, but that's most probably not an 
issue for you, as you'd use jaxws for the ejb3 endpoints.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240748
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: C# fat client using Windows Integrated Authentication ov

2009-06-16 Thread alessio.sold...@jboss.com
http://www.jboss.org/community/wiki/JBossWS-Authentication

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237836
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: does jbossws-metro tests works on JBAS 5.x ?

2009-06-15 Thread alessio.sold...@jboss.com
Sure, 100% tests passing with all the supported target containers is a 
requirement for release.

I suspect you're suffering from a installation issue. Did you properly 
installed jbossws-metro using the ant deploy-jboss5xx target? Also double-check 
you don't have jbossws-native jars in the endorsed lib dir.


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237719
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain java type mappin

2009-05-28 Thread alessio.sold...@jboss.com
This thread and its contents are years old; please move to JAX-WS and follow 
the user guide.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233888
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS Metro 3.1.1 on AS 5.1.0 Startup errors?

2009-05-28 Thread alessio.sold...@jboss.com
If you want to run the Metro stack on AS 5.1.0.GA, either compile JBossWS-Metro 
3.2.0-SNAPSHOT from sources or please wait for the 3.2.0.GA release.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233889
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: NotSerializableException: org.jboss.ws.core.soap.SOAPFau

2009-05-28 Thread alessio.sold...@jboss.com
Hi lafr,
first of all thanks for posting this. Is the exception stacktrace you posted 
here complete? It's not clear to me when that serialization actually happen.
Knowing a bit more about the ws client might help understanding your specific 
issue.
Also knowing what else you changed in the sources to solve the serialization 
issue would help.
thanks

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233895
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Eorros of creating WS client stub class

2009-05-28 Thread alessio.sold...@jboss.com
Basically, you need to check your classpath: 
http://www.jboss.org/index.html?module=bbop=viewtopict=136698

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233899
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS client not sending Basic Authentication

2009-05-28 Thread alessio.sold...@jboss.com
Which version of JBossWS are you using? Given the current lib configuration, 
you're using the different jax-ws implementation when switching from JDK 1.5 to 
1.6 (more specifically you use the Sun's one with JDK6 as you don't have 
jbossws specific jars in endorsed dir).
Perhaps you might want to try with more recent jbossws version?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233901
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Memory leak with ProviderSource webservice implementat

2009-05-28 Thread alessio.sold...@jboss.com
Yes please, and link it to this thread. Thanks a lot for the analysis.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233897
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Implementing WS-Security Usename Token Profile Authentic

2009-05-18 Thread alessio.sold...@jboss.com
The Username Token Profile is about setting username/pwd through SOAP Headers. 
Specify the property auth type to prevent the username from being used in the 
HTTP header:
((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_AUTH_TYPE, 
StubExt.PROPERTY_AUTH_TYPE_WSSE);

SAML tokens not supported yet.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231540
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Recomended way to build server and client with maven?

2009-05-18 Thread alessio.sold...@jboss.com
wsconsume is currently called in the jbossws-framework build to generate 
classes for a couple of tests. Take a look at the sources.
Besides that, I've filled this: https://jira.jboss.org/jira/browse/JBWS-2650

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231542
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: secure hello world exemple

2009-05-18 Thread alessio.sold...@jboss.com
Take a look at the src distribution; there're both tests using ws-security and 
basic http auth.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231543
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: MTOM enabled WS using SSB throws OOME

2009-05-18 Thread alessio.sold...@jboss.com
Please fill in a JIRA for this. Also trying with jbossws-cxf would be 
interesting.
Afaik the MTOM spec is about optmizing what goes to the wire, but generally 
speaking I agree on what you say regarding the way attachment are handled by 
the stack.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231548
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Global client handler chain

2009-05-18 Thread alessio.sold...@jboss.com
Take a look at the JAX-WS spec regarding programmatically setting handlers on 
client side.
Besides that, there's standand-jaxws-client-config-xml that can be used (as 
well as any custom configuration file similar to that) to configure handlers on 
client side.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231549
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-Security EJB / Spring WS

2009-05-18 Thread alessio.sold...@jboss.com
Evaluate using JBossWS-CXF or JBossWS-Metro which support WS-SecurityPolicy. 
That's currently the standard way of configuring and using WS-Security.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231552
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: dynamic proxy client fails

2009-05-18 Thread alessio.sold...@jboss.com
The need for setting the endorsed dir is already mentione din the doc, perhaps 
we should clarify this better when talking about client side, thanks.

Btw the Sun's exception should generally a pointer to the fact the Sun's jaxws 
impl is being used instead of the native one.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231553
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: [ERROR] Invalid header

2009-05-18 Thread alessio.sold...@jboss.com
Please try directly using the Sun's tools. The exception you get comes from the 
Sun's impl (the jbossws-native jaxws tooling is basically wrapper of the Sun's 
one). If you still get the exception, please fill it directly to Sun. Othere 
wise post here again and create the jira on the JBWS project JIRA. Thanks.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231554
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Getting ClassCast Exception in case of malformed webserv

2009-05-18 Thread alessio.sold...@jboss.com
The validation you turn on is a schema validation. Catching exception regarding 
bad xml is something different. This said, please fill in a jira about this, we 
might evaluate removing the ignoreParseErrors=true flag.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231557
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - JBossWS 3.1.2 (Native) released

2009-05-08 Thread alessio.sold...@jboss.com
I'm happy to announce the release of JBossWS-Native 3.1.2 GA.

For a list of the new features, improvements and bug fixes, please refer the 
release notes available here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.1.2.GA.txt

The supported target containers for this release are JBoss 5.0.0.GA and JBoss 
5.0.1.GA. 

The binaries, including the samples can be obtained here:
http://labs.jboss.com/jbossws/downloads/

Installation instructions can be found here:
http://jbossws.jboss.org/mediawiki/index.php/Main_Page

To get started please have a look at the Quick Start and User Guide:
http://jbossws.jboss.org/mediawiki/index.php/Quick_Start
http://jbossws.jboss.org/mediawiki/index.php/JAX-WS_User_Guide

Many thanks to the team and contributors making this release possible.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229774
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Tutorial web service with eclipse

2009-05-02 Thread alessio.sold...@jboss.com
This might be useful too: 
http://www.jboss.org/community/wiki/JBossWS-SetupYourIDE

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227730
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WSConsume does not support JAX-WS 2.1 with JBossWS 3.0.5

2009-04-29 Thread alessio.sold...@jboss.com
I'd need to double check what was available in AS 4.2.2, I think the -t 2.1 
option was later disabled because the implementation of JAX-WS 2.1 was not 
complete yet.
For sure you can use the 2.1 target starting from JBossWS Native 3.1.0.GA as 
the JAX-WS 2.1 has been completed there.
Otherwise (if you cant move to AS 4.2.3 which is the oldest target container 
supported by JBossWS 3.1.0) try with JBossWS-Metro 3.0.5, which already had 
full JAX-WS 2.1 impl.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227423
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - Re: Retrieve all metadata from a deployment unit.

2009-04-27 Thread alessio.sold...@jboss.com
Thanks Ales; btw I see you moved jboss AS Branch_5_x to using the 2.0.6.GA 
deployers, can we do the same for AS trunk?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226710
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: doubts about the JBOSSWS

2009-04-08 Thread alessio.sold...@jboss.com
Hi,
I'm not sure to get what you mean exactly, anyway the documentation you should 
refer to for WS-Security is the following:

http://jbossws.jboss.org/mediawiki/index.php?title=JAX-WS_User_Guide#WS-Security
http://jbossws.jboss.org/mediawiki/index.php?title=WS-Security_options

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4224401
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: No Content-type in the header

2009-03-27 Thread alessio.sold...@jboss.com
Do you have the jbossws-native libraries in you JBOSS_HOME/lib/endorsed as 
you're using JDK 6?
Asking because the error message you get is most probably from Metro, 
suggesting on client side you're actually using it instead of JBossWS Native 
libraries.
Please double check the endorsed lib and provide the full stacktrace of the 
exception you get.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221649
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: java.lang.LinkageError: loader constraint violation:(In

2009-03-27 Thread alessio.sold...@jboss.com
This is classloading issue; I'd say try looking for libraries providing 
javax/xml/namespace/QName

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221650
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Issue with no parameter WS methods

2009-03-27 Thread alessio.sold...@jboss.com
Can you post here the SEI sources?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221651
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Missing jar file /java class com.sun.tools.internal.xjc

2009-03-27 Thread alessio.sold...@jboss.com
What webservice stack are you using? It seems to me you're trying to deploy CXF 
as is on JBoss AS... look at the JBossWS-CXF integration if that's the case.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221652
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Problem with inheritance - JbossWS

2009-03-27 Thread alessio.sold...@jboss.com
Try looking at the testcase in package org.jboss.test.ws.jaxws.jbws1702 , it's 
about inheritance.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221656
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Generating WSDL from request/response

2009-03-27 Thread alessio.sold...@jboss.com
You need the schema, soap request/response are not enough to generate the wsdl.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221661
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Specify WS-Security Handler using JEE standards

2009-03-27 Thread alessio.sold...@jboss.com
vdurbha wrote : But the server side endpoint still does not work if I use 
@HandlerChain annotation instead of @EndpointConfig to set the security 
handler. After digging into the source code of JBossWS and the log files for a 
few hours, I understood that for the WS-Security handler to work correctly, it 
has to be configured as a POST Handler type. When I used @HandlerChain 
annotation, it is configured as ENDPOINT Handler type. I was not able to find 
anyway to specify the type of handler in a standard way.
You're right, you can't configure POST handlers using the standard descriptor.
This is a limitation of the native stack; in the case of ws-addresing 
configuration you can use the standard @Addressing annotation, but there's no 
similar standard annotation for ws-security. Do you have multiple handlers? 
Never tried, but I though ws-addresing native impl could work even with 
ENDPOINT handlers if they're in the right position in the chain and there 
aren't other handlers in POST (decryption needs to happen first, encryption 
needs to happen last)

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221662
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: SOAP not working with Jboss 5

2009-03-27 Thread alessio.sold...@jboss.com
If you can see the wsdl from the console and can call the service for instance 
with SoapUI, this is definitely a .NET issue. Please provide a java exception 
you get on server side if any.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221664
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Trying to use jboss.xml instead of @WebContext

2009-03-17 Thread alessio.sold...@jboss.com
Please read my last comments on JBWS-1309 issue on Jira. This should work since 
August 2008, on AS 5 or later only. I've added 2 testcases showing that:
http://fisheye.jboss.org/changelog/JBossWS/?cs=9612
http://fisheye.jboss.org/changelog/JBossWS/?cs=9609

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4218686
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WebServices logging

2009-03-05 Thread alessio.sold...@jboss.com
The documentation clearly says the Record Management is available starting from 
version 2.0.3. Which version of JBossWS are you using? The version that comes 
with JBoss 4.2.2.GA is 2.0.1.SP2, thus if you did not change anything about 
that, you would simply need to upgrade to a more recent version. In that case, 
take a look at the supported target containers matrix : 
http://jbossws.jboss.org/mediawiki/index.php?title=Supported_Target_Containers

This said, for a simple use of the Record Management with Native stack you 
don't need to do anything special besides going to the JMX console and activate 
the recording flag in the already installed LogRecorder instance for you 
endpoint. No implementation required, no changes to the endpoint config 
required (assuming you're using one of the provided endpoint configuration). 
The LogRecorder will simply log every message going through your endpoint into 
your server.log.
Further customization and usescases are explained in the documentation, I'm 
sure you'll understand everything easily once you have that stuff (i.e. you 
using a jbossws version that has that). Also consider taking a look at the 
testcases in the sources, package org.jboss.test.ws.management.recording.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215153
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - JBossWS 3.1.0 released

2009-03-03 Thread alessio.sold...@jboss.com
I'm happy to announce the release of JBossWS 3.1.0 GA which includes Native, 
CXF and Metro integration.

For a list of the new features, improvements and bug fixes, please refer the 
release notes available here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.1.0.GA.txt

The supported target containers for this release are JBoss 4.2.3.GA, JBoss 
5.0.0.GA and JBoss 5.0.1.GA.

The binaries, including the samples can be obtained here:
http://labs.jboss.com/jbossws/downloads/

Installation instructions can be found here:
http://jbossws.jboss.org/mediawiki/index.php/Main_Page

To get started please have a look at the Quick Start and User Guide:
http://jbossws.jboss.org/mediawiki/index.php/Quick_Start
http://jbossws.jboss.org/mediawiki/index.php/JAX-WS_User_Guide

If you don't know it already, you'll be surprised how easy it is to do Web 
Services.

Many thanks to the team and contributors making this release possible.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214415
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Performance problem with Jbossws client

2009-02-10 Thread alessio.sold...@jboss.com
Profiling would probably help in understanding what's happing there. When wsdl 
contracts with huge type models are involved, the port creation can be quite 
time consuming because a lot of classes are created. Perhaps you could evaluate 
re-using the port instance once it has been created.
In case you're seeing different performance between the first invocation and 
following ones, instead, please refer to 
http://jbossws.jboss.org/mediawiki/index.php?title=Tuning.
Finally, regarding the library comparison, I'd say also try using recent 
version of jbossws (from the libs names I'd say you're using old ones).

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208416
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: ant tests errors: NoClassDefFoundError: org/jboss/wsf/te

2009-02-10 Thread alessio.sold...@jboss.com
https://jira.jboss.org/jira/browse/JBWS-2524

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208459
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WebServices logging

2009-02-10 Thread alessio.sold...@jboss.com
http://jbossws.jboss.org/mediawiki/index.php?title=Log4J

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208465
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: mysterious vanishing Service21

2009-02-10 Thread alessio.sold...@jboss.com
This has been fixed, branch5x now has JBossWS 3.1.0.CR2 including those 
deprecated classes. Thanks for pointing this out.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208471
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Webservice deployment error: Endpoint already registered

2009-02-10 Thread alessio.sold...@jboss.com
http://www.jboss.org/index.html?module=bbop=viewtopicp=4208446#4208446

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208472
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Should @EJB work in Pojo's deployed as a WebService?

2009-02-10 Thread alessio.sold...@jboss.com
This most probably falls under this issue: 
https://jira.jboss.org/jira/browse/JBWS-2074

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208493
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WeFault and throws declaration

2009-02-10 Thread alessio.sold...@jboss.com
That's in JAXWS 2.1 spec, section 3.7. Btw the upcoming 3.1.0 jbossws version 
will also  treat RuntimeException the same way because of the spec conformance 
requirement.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208499
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: What could cause a null Endpoint?

2009-02-10 Thread alessio.sold...@jboss.com
Hi, could you please show us the structure of your deployment (iow, where is 
the referenced bean actually declared). I'd like to add a testcase like this to 
the jbossws-cxf testsuite, to try reproducing your issue.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208544
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS JAX-WS question using stateful

2009-02-10 Thread alessio.sold...@jboss.com
@javax.xml.ws.soap.Addressing will be supported starting from JBossWS-Native 
3.1.0.GA, that's scheduled for the end of February 2009.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208550
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Webservice Timeout

2009-02-10 Thread alessio.sold...@jboss.com
Yes, you need to configure the transaction timeout on the server as you did. 
Consider that value is in seconds, thus 30 might be really too much. 
Perhaps you can better estimate the maximum tx length you might expect and set 
that value accordingly.
Also consider taking a look at the transaction project forum for this kind of 
issues.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208613
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Time to elect your best contributor

2009-01-19 Thread alessio.sold...@jboss.com
As you probably see in the jboss.org homepage, the JBoss Community Leadership 
Awards votes have started.

Here is the list of people I've proposed as they actively contributed to 
JBossWS (and related projects):

* Peter Johnson for his forum activity in the issue/Jira category.
* Stefano Maestri in New Feature category, for his past works on issues and 
the innovating efforts in JBossESB and JBoss Wise [1] which are related to and 
use JBossWS.

It is time to show your love for contributors and sorry if you are not part of 
this list.

Voting will end on January 30th 2009 and winners will be announced at the JBoss 
Virtual Experience [2], a web-based JBoss technology conference which will be 
held February 11th 2009. There is no charge for admission, but please advance 
register [3] if you'd like to attend.

[1]http://www.jboss.org/wise/
[2]http://www.jboss.com/virtualexperience
[3]http://www-2.virtualevents365.com/jboss_experience/register.php

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202821
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: XML signatures as WS payload?

2009-01-14 Thread alessio.sold...@jboss.com
Is there a reason why you're not using the WS-Security implementation provided 
by jbossws (which of course offers signing functionalities) ?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201606
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss WS 3.0.5 SFSB as a web service

2009-01-14 Thread alessio.sold...@jboss.com
taral wrote : i tried with jboss ws metro 3.2.2.
  | after installation it was giving me error jaxb-xjc.jar is alredy registered.
  | can any body comment pl?
  | 

Btw this will be solved, but it's actually not a blocking issue, it doesn't 
hurt. https://jira.jboss.org/jira/browse/JBWS-2385

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201607
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Recomended way to build server and client with maven?

2009-01-14 Thread alessio.sold...@jboss.com
sverker wrote : 
  | * Use the wsconsume ant task with maven-antrun-plugin. Should work fine but 
is not a very elegant solution.
  | 

I'd saying this is the way to go giving what we have now.

In general, also consider including the jbossws native artifact instead of the 
framework one, to be sure you don't miss anything.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201615
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Problems with EJB3 and JBossWS

2009-01-14 Thread alessio.sold...@jboss.com
To better understand, could you please post the exception you're getting please?
Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201616
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: javax.xml.ws.soap.SOAPFaultException: Read timed out - D

2009-01-14 Thread alessio.sold...@jboss.com
Since you're using EAP I'd say you get in touch with support so that they can 
better help you with your configuration. Perhaps this is not a WS issue and the 
max number of allowed connection has to be configured.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201619
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Exceptions thrown to the client without logging

2009-01-14 Thread alessio.sold...@jboss.com
No, sorry, you need to configure the logging in jboss-log4j.xml.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201623
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: wise SOAP client

2009-01-14 Thread alessio.sold...@jboss.com
Which version of Wise are you using? did you try with the latest one? Could you 
please provide further information on your environment and more logs?
Moreover, please post  this on the Wise user forum.
Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201624
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Mustunderstand problem

2009-01-14 Thread alessio.sold...@jboss.com
This could be the same as your issue: 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073638#4073638

If not, please provide the full stacktrace you get.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201626
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Glassfish interopepability. Invoking ws-security service

2009-01-14 Thread alessio.sold...@jboss.com
JBossWS-Native does not support WS-Security Policy, so you're right, you need 
to use JBossWS-Metro in your case.

This said, considering the error you get, your current installation is broken, 
as the Metro stack seems to be looking for Native classes 
(org.jboss.ws.core.jaxws.spi.ProviderImpl).
I'd suggest reinstalling jbossws-metro (and double-checking the result because 
of this issue with JBoss 4.2.3 only  
https://jira.jboss.org/jira/browse/JBWS-2377).

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201631
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-Secure Conversation status?

2009-01-14 Thread alessio.sold...@jboss.com
Yes, you need to use JBossWS-Metro, JBossWS native doesn't support that (and 
there're currently no plans of supporting it)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201633
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-Security Username Token Password Digest

2009-01-14 Thread alessio.sold...@jboss.com
How are you setting the security domain to be used?
Moreover, please note the username digestPassword=true useNonce=true 
useCreated=true/  is to be set on client side (even if this is not the 
reason of your issue).

Finally, as I suggestion, I'd say take a look at the 
org.jboss.test.ws.jaxws.jbws1988 testcases, they run on all the supported 
target container, including JBoss 4.2.x.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201637
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2009-01-13 Thread alessio.sold...@jboss.com
Yes, that has just been implemented on trunk and we'll included in the next 
release. Getting the sources from svn, giving it a try and providing feedback 
now could be usefu if you have some spare time. Thanks!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4201601
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Problems accessing SSL webservice

2009-01-09 Thread alessio.sold...@jboss.com
First of all take a look at this if you didn't already:
http://jbossws.jboss.org/mediawiki/index.php?title=Secure_transport

Then look at the following testcase:
org.jboss.test.ws.interop.nov2007.wsse.UsernameTokenHTTPSTestCase

This said, you can specify the target endpoint address using something like:
((BindingProvider)port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
 targetEndpoint);

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4200612
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2009-01-07 Thread alessio.sold...@jboss.com
OK, I've patched the sources to log that exception (which btw you should have 
got in the soap fault anyway). This will be available in JBossWS 3.0.6.
Did you find the reason of your issue in the mean time?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4200103
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: setProperty must be overridden by all subclasses of SOAP

2008-12-28 Thread alessio.sold...@jboss.com
Yes, the reason for this exception is most probably jdk6 being used with jboss 
5 for jdk1.5.
Look at the release notes: 
http://sourceforge.net/project/shownotes.php?release_id=645033group_id=22866

anonymous wrote : 
  | Compatibility Issues
  | JBossAS 5.0.0.GA can be compiled with both Java5  Java6. The Java5 
compiled binary is our primary/recommended binary 
  | distribution. It has undergone rigorous testing and can run under both a 
Java 5 and a Java 6 runtime. When running 
  | under Java 6 you need to manually copy the following libraries from the 
JBOSS_HOME/client directory to the 
  | JBOSS_HOME/lib/endorsed directory, so that the JAX-WS 2.0 apis supported by 
JBossWS are used:
  | 
  | * jbossws-native-saaj.jar
  | * jbossws-native-jaxrpc.jar
  | * jbossws-native-jaxws.jar
  | * jbossws-native-jaxws-ext.jar
  | 
  | The other option is to download the jdk6 distribution 
(jboss-5.0.0.GA-jdk6.zip) in which case no configuration 
  | changes are required.
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4198338
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: jboss.xml wsdl-override works with one JBoss version, bu

2008-12-28 Thread alessio.sold...@jboss.com
Perhaps this is related to https://jira.jboss.org/jira/browse/JBWS-1309

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4198342
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS Atomic Transactions in JAX WS JBoss implemmentation

2008-12-28 Thread alessio.sold...@jboss.com
This is provided through JBossTS http://www.jboss.org/jbosstm/

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4198341
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBoss WS 3.0.5 SFSB as a web service

2008-12-28 Thread alessio.sold...@jboss.com
Right now statefull session beans cannot be exposed as webservice with 
jbossws-native. You can nevertheless obtain a statefull endpoint through 
ws-addressing, take a look at the tests and samples.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4198339
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS-Eventing and subscription expiration time

2008-12-28 Thread alessio.sold...@jboss.com
https://jira.jboss.org/jira/browse/JBWS-2439

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4198349
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Enabling HTTP Basic Authentication for EJB3 web service

2008-12-28 Thread alessio.sold...@jboss.com
https://jira.jboss.org/jira/browse/JBWS-1309

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4198343
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - JBossWS 3.0.5 Released

2008-12-19 Thread alessio.sold...@jboss.com
I'm happy to announce the release of JBossWS 3.0.5 GA which includes Native, 
Metro and Apache CXF integration.

For a list of the new features, improvements and bug fixes, please refer the 
release notes available here:
http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.0.5.GA.txt

The supported target containers for this release are JBoss 4.2.2.GA, JBoss 
4.2.3.GA and JBoss 5.0.0.GA.

The binaries, including the samples can be obtained here:
http://labs.jboss.com/jbossws/downloads/

Installation instructions can be found here:
http://jbossws.jboss.org/mediawiki/index.php/Main_Page

To get started please have a look at the Quick Start and User Guide:
http://jbossws.jboss.org/mediawiki/index.php/Quick_Start
http://jbossws.jboss.org/mediawiki/index.php/JAX-WS_User_Guide

If you don't know it already, you'll be surprised how easy it is to do Web 
Services.

Many thanks to the team and contributors making this release possible.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197698
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user