[jboss-user] [JBoss Web Services Users] - Re: Problem of polymorphism of JBoss WebService

2009-11-16 Thread richard.opa...@jboss.com
"xiangyingbing" wrote : Dear JBoss developers, | please give me an simple example about polymorphism webservice. | Thanks!!! I DO need it. Download native source distro. I found these tests there: | [/home/opalka][/home/opalka/svn/jbossws/framework/trunk/testsuite]>grep -r XmlSeeAlso * |

[jboss-user] [JBoss Web Services Users] - Re: JAXB - elements unmarshalled to other parent

2009-11-16 Thread richard.opa...@jboss.com
Hi Ondra, we're using Sun JAXB implementation. Please forward your question to their user forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265850#4265850 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265850 _

[jboss-user] [JBoss Web Services Users] - Re: Where is JBossWS Native 3.2.1 ?

2009-11-02 Thread richard.opa...@jboss.com
Wait few hours, please. We're migrating to new web site and we have some configuration issues ATM :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263609#4263609 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263609 _

[jboss-user] [JBoss Web Services Users] - Re: WSDL generated incorrectly?

2009-11-02 Thread richard.opa...@jboss.com
Did you specify @WebService(wsdlLocation) on your endpoint implementation to refer to an existing WSDL file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263442#4263442 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Web Services Users] - Re: How to use jbossws-native

2009-11-02 Thread richard.opa...@jboss.com
As you can see here, the latest JBossWS release that supports AS 4.2.x series is JBossWS Native 3.1.1.GA. Just download it and follow installation instructions that are part of the distribution ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263440#4263440

[jboss-user] [JBoss Web Services Users] - Re: Server was unable to process request. ---> Object refere

2009-11-02 Thread richard.opa...@jboss.com
Are you able to reproduce your problem with JBossAS 5.1.0.GA and JBossWS-Native-3.2.0.GA? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263439#4263439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263439

[jboss-user] [JBoss Web Services Users] - Re: cus tom fault mapping with jax-rpcàƒÃƒÂ‚¢ÃÂÂ

2009-11-02 Thread richard.opa...@jboss.com
Sorry, we don't provide user forum support for JAX-RCP and AS 4.2.x anymore. Consider RH subscriptions for support of old/legacy systems or wait if some of our users won't respond your questions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263438#4263438

[jboss-user] [JBoss Web Services Users] - Re: no access to wsdl

2009-10-26 Thread richard.opa...@jboss.com
IMHO it will be related to JBWS-2699. Please upgrade to JBossAS 5x series and upgrade to JBossWS 3.2.0 (or JBossWS 3.2.1 comming out these days) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262147#4262147 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss Web Services Users] - Re: jbossws - DOM vs SAX

2009-10-21 Thread richard.opa...@jboss.com
JBossWS doesn't provide input stream hooks where you could check message size. Maybe tomcat can do it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261596#4261596 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261596

[jboss-user] [JBoss Web Services Users] - Re: XOM fails in production but works in dev

2009-10-17 Thread richard.opa...@jboss.com
Sorry we don't support AS 4.2.x series on user forum any more. If your company can't switch to JBossAS 5.x series then consider our EAP subscriptions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260908#4260908 Reply to the post : http://www.jboss.org/ind

[jboss-user] [JBoss Web Services Users] - Re: jbossws - DOM vs SAX

2009-10-17 Thread richard.opa...@jboss.com
"urandom" wrote : Can I configure jboss-ws to using sax parser? No "urandom" wrote : If not why dom was chosen. There are many reasons: * we're leveraging Sun tools which are using DOM * SAX parser have schema validation limitations/issues * architecture decision (either DOM or SAX, but not both

[jboss-user] [JBoss Web Services Users] - Re: [METRO] com.sun.xml.ws.api.pipe.TubelineAssemblerFactory

2009-10-13 Thread richard.opa...@jboss.com
Then you should face no problems IMHO. You just need to put your classes on the classpath and enable your implementation how is it specified in JAX-WS RI documentation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260002#4260002 Reply to the post : http://

[jboss-user] [JBoss Web Services Users] - Re: [METRO] com.sun.xml.ws.api.pipe.TubelineAssemblerFactory

2009-10-12 Thread richard.opa...@jboss.com
There's JBossWSContainer inner class in RuntimeModelDeploymentAspect in Metro stack integration layer. Its content is like this. You should provide particular if statement to include your SPI extensions. (after you'll make it work, you can post patch to JBossWS and we'll include it to our integr

[jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in handler chain.

2009-10-08 Thread richard.opa...@jboss.com
You have to trust me ;) The only documentation is our source code :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259341#4259341 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259341 __

[jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in handler chain.

2009-10-05 Thread richard.opa...@jboss.com
"cnstntn" wrote : | Does it mean that i can not use ThreadLocal from Handler to pass variables to Service Implementation Bean? | You shouldn't use threadlocals in handlers on client side, because executor threads can be different (you can customize executors on service proxy BTW). "cnstntn"

[jboss-user] [JBoss Web Services Users] - Re: JBoss 3.2.0 native stack won't start

2009-09-20 Thread richard.opa...@jboss.com
Hi Neil, this was fixed in trunk. See JBWS-2759 for available workarounds. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256077#4256077 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256077

[jboss-user] [JBoss Web Services Users] - Re: JBoss 5.1.0 GA Webservice Stack question

2009-09-15 Thread richard.opa...@jboss.com
Only one SOAP stack can be used in one JBoss instance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255440#4255440 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255440 ___

[jboss-user] [JBoss Web Services Users] - Re: running 'ant tests' with 3.2.0.GA fails

2009-09-05 Thread richard.opa...@jboss.com
It looks like a test issue, so you can ignore this failure ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253751#4253751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253751 _

[jboss-user] [JBoss Web Services Users] - Re: vfs problems with jboss web service

2009-09-05 Thread richard.opa...@jboss.com
According to the stack trace you provided it won't be web services issue. Try to post your problem to faces forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253750#4253750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Web Services Users] - Re: proxy server tunneling https connection to backend jboss

2009-08-26 Thread richard.opa...@jboss.com
And do you use static WSDLs or it is generated for you on demand? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251959#4251959 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251959 _

[jboss-user] [JBoss Web Services Users] - Re: proxy server tunneling https connection to backend jboss

2009-08-26 Thread richard.opa...@jboss.com
Is your endpoint EJB or POJO? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251958#4251958 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251958 ___ jboss-user mailing list j

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread richard.opa...@jboss.com
See our samples and docs to see how to use WS-Eventing properly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250629#4250629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250629 _

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread richard.opa...@jboss.com
You're looking for eventing_200408.xsd, you should find it in jbossws-native-core.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250614#4250614 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250614

[jboss-user] [JBossWS] - Re: String being escaped

2009-08-03 Thread richard.opa...@jboss.com
If there's CDATA section, then there's no need to escape characters. If you don't like current begavior, provide simple test case, patch and we'll incorporate it to our product ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247491#4247491 Reply to the post

[jboss-user] [JBossWS] - Re: String being escaped

2009-07-30 Thread richard.opa...@jboss.com
AFAIK this is feature. You should receive the same string on client side when you send XML fragment as string from server. Similarly you should receive the same XML fragment string on server side when it was sent from client. IOW serialization shouldn't affect you at all when you use just JAXWS

[jboss-user] [JBossWS] - Re: upgrading JBoss 4.2.3 to jbossws native 3.1.1, now 'Cann

2009-07-29 Thread richard.opa...@jboss.com
"spinder" wrote : When starting up jbossws.sar now, I'm getting the following error message. Anyone have any idea what could be causing it? | Hi, I see from the stack trace you're using custom DA org.rhq.enterprise.server.util.EJB3SafeEndpointInvokerDeploymentAspect.create(EJB3SafeEndpoin

[jboss-user] [JBossWS] - Re: jbossws-cxf on jboss 4.2.0

2009-07-26 Thread richard.opa...@jboss.com
"DGuralnik" wrote : Is it possible to make jbossws-cxf work on jboss 4.2.0? No, JBossWS-CXF can run on JBossAS 4.2.2 and above, see our matrix. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246091#4246091 Reply to the post : http://www.jboss.org/index.html?m

[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: WSDL metadata is missi

2009-07-24 Thread richard.opa...@jboss.com
"ashutoshdeora" wrote : | i want to know about the class path which u have mentioned in your 1st reply | You have to reference jbossws jars in your client classpath only. You also need to set -Djava.endorsed.dirs=$JBOSS_HOME/lib/endorsed in your client classpath (IDE or shell script) View

[jboss-user] [JBossWS] - Re: Inspecting Web application

2009-07-24 Thread richard.opa...@jboss.com
"sasanplus" wrote : | is there a way through JBossWS API? | This sounds really hacky, don't it? OK, you can use JBossWS SPI (see our code base), but as it's not J2EE standard it is possible it will change in the future. In other words if you're going to use proprietary API, remember that your

[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: WSDL metadata is missi

2009-07-24 Thread richard.opa...@jboss.com
"ashutoshdeora" wrote : i am posting the web.xml here | please tell what to change in this | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245783#4245783 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245783 ___

[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: WSDL metadata is missi

2009-07-24 Thread richard.opa...@jboss.com
"ashutoshdeora" wrote : | i have to use AS 4.2.3 | so what JBossWS-Native version i should use for this | See this matrix. "ashutoshdeora" wrote : | my web service should be STATEFUL | i cannot use stateless WEBSERVICE | The JBossWS webservices have been always stateful. But the

[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: WSDL metadata is missi

2009-07-21 Thread richard.opa...@jboss.com
Hi, I see two issues here. First JBossWS-Native-3.1.2 is supported on AS 5.x series and above only. The second issue I see is you're using wrong classpath. I see sun libraries in the stack trace. Please ensure you're using AS 5.x version and correct JBossWS-Native classpath in your IDE. Vi

[jboss-user] [Beginners Corner] - Re: Beginners problem with ((StubExt)port).setSecurityConfig

2009-07-21 Thread richard.opa...@jboss.com
Hi, I bet you're using wrong classpath. Aren't you using IDE to run the JAX-WS sample? Please check your classpath and ensure you're using JBossWS-Native libraries to run the JAX-WS samples. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244821#4244821 R

[jboss-user] [JBossWS] - Re: JAXWS on JBoss 4.2.2

2009-07-21 Thread richard.opa...@jboss.com
Hi, JBossWS community version doesn't support JBoss 4.x series and below anymore. I highly recommend you to switch to JBossAS 5.1.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244817#4244817 Reply to the post : http://www.jboss.org/index.html?module=b

[jboss-user] [JBossWS] - Re: NotImplementedException

2009-07-21 Thread richard.opa...@jboss.com
Hi, from the stack trace I see you're mixing Sun webservices and JBossWS-Native libraries. This is your problem. If you want to use Metro in JBoss, then install JBossWS-Metro integration properly to the JBoss AS and refer to the libraries installed by the ant deploy-XYZ target only. Richard

[jboss-user] [JBossWS] - Re: JBOSS-5.1.0.GA web service client doesn't work ( runtime

2009-06-25 Thread richard.opa...@jboss.com
"rangalo" wrote : | wsrunclient.sh -cp "lib/*:dist/hello-client.jar:jboss-generated/*" com.hardik.mejb.JAXWSClient | | http://localhost:8080/hello-ws-hello-ws/HelloBean?WSDL | | lib/*: is invalid. This will be the reason of your problems. View the original post : http://www.jboss.o

[jboss-user] [Microcontainer] - Re: Deployers Ordering

2009-06-25 Thread richard.opa...@jboss.com
In order to fix it the following is necessary to be done: * deployer stages have to be comparable * deployers have to be sorted on deployers chain retrieval (i.e. in method protected synchronized List getDeployersList(String stageName)) * sorting agorithm have to take stages, inputs, outputs

[jboss-user] [Microcontainer] - Re: Deployers Ordering

2009-06-25 Thread richard.opa...@jboss.com
Example of use case that shold fail but won't: Deployer1: - stage: PRE_REAL - inputs: output1 Deployer2: - stage: REAL - outputs: output1 PRE_REAL is before REAL. Current domino sorting algorithm will not detect it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [Microcontainer] - Re: Deployers Ordering

2009-06-25 Thread richard.opa...@jboss.com
"richard.opa...@jboss.com" wrote : | * sorting agorithm have to take stages, inputs, outputs and relative order into account | And deployers name comparison as last ordering decision ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[jboss-user] [Microcontainer] - Re: Deployers Ordering

2009-06-25 Thread richard.opa...@jboss.com
Current deployers sorting is broken because: - it doesn't take stages into account - it doesn't validate inputs - it sorts deployers on insert, but should sort them after deployers chain initialization - two deployers are not comparable in general View the original post : http://www.jboss.o

[jboss-user] [Microcontainer] - Re: Deployers Ordering

2009-06-25 Thread richard.opa...@jboss.com
"alesj" wrote : "alesj" wrote : | | Then the name comparison kicks in - as the last resort on how to order. | This is fundamentally wrong IMHO. | Current deployers ordering algorithm is broken. | You can't implement deployers ordering by just comparing two deployers. | Two deployers ar

[jboss-user] [Microcontainer] - Re: Deployers Ordering

2009-06-24 Thread richard.opa...@jboss.com
Cross reference: JBDEPLOY-201 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239758#4239758 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239758 ___ jboss-user mailing list j

[jboss-user] [Microcontainer] - Re: Deployers Ordering

2009-06-24 Thread richard.opa...@jboss.com
And I'd expect the following test to pass: --- public void testWebServicesDeployersOrder() throws Exception { DeployerClient main = createMainDeployer(); TestFlowDeployer deployer1 = new TestFlowDeployer("FakeDeployer"); deployer1.setOutputs("WebServicesMetaData", "WebServ

[jboss-user] [Microcontainer] - Deployers Ordering

2009-06-24 Thread richard.opa...@jboss.com
I have some troubles with deployers ordering if multiple deployers provide many inputs. So I'm trying to understand how deployers ordering works internally. I'd expect the following test to fail: --- // copy paste from DeployerFlowUnitTestCase public void testTransitionOrdering() throws Except

[jboss-user] [JBossWS] - Re: Simple webservice : only one instance for all users

2009-06-24 Thread richard.opa...@jboss.com
"newman79" wrote : | Does anyone know | how can I correctly prevent instanciation of my endpoint class at each request and keep the same since start deplyment to undeployment ? Upgrade to JBossWS 3.1.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239647

[jboss-user] [JBossWS] - Re: JAXWS handlers

2009-06-10 Thread richard.opa...@jboss.com
What JBossWS version are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236889#4236889 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236889 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: WebServiceContext injection. Was it fixed or not?

2009-06-10 Thread richard.opa...@jboss.com
This is fixed since JBossWS 3.1.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236888#4236888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236888 ___ jboss-user mailing li

[jboss-user] [JBossWS] - Re: publish https endpoints for non-secure service behind ss

2009-06-07 Thread richard.opa...@jboss.com
JBoss EAP is not supported via user forums. Consider using our professional services. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235885#4235885 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235885

[jboss-user] [JBossWS] - Re: Installing and Configuing jbossws for JBOSS App server -

2009-06-07 Thread richard.opa...@jboss.com
Hi, how did you install JBossWS? Using our provided deploy-jbossXYZ ant targets? What JBossWS version did you use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235884#4235884 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

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

2009-06-07 Thread richard.opa...@jboss.com
No, see Supported Target Containers Matrix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235883#4235883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235883 ___ jboss-user m

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

2009-05-27 Thread richard.opa...@jboss.com
Aha, already see your problem. Note that JBossWS-Metro 3.1.1 cannot run on AS 5.1.0.GA, see Supported Target Containers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233784#4233784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

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

2009-05-27 Thread richard.opa...@jboss.com
Here are the files locations: $JBOSS_HOME/common/lib/jbossws-spi.jar $JBOSS_HOME/client/jbossws-spi.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233779#4233779 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42337

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

2009-05-27 Thread richard.opa...@jboss.com
Please all jbossws-spi.jar if they contain org/jboss/wsf/spi/metadata/injection/ReferenceResolver If not, please copy/paste META-INF/MANIFEST.MF here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233778#4233778 Reply to the post : http://www.jboss.org/inde

[jboss-user] [JBossWS] - Re: jbossws-3.x.x with jboss-4.0.5

2009-05-19 Thread richard.opa...@jboss.com
No, see Supported Target Containers Matrix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231862#4231862 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231862 ___ jboss-user m

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-05-06 Thread richard.opa...@jboss.com
The feature is implemented and will be available in next JBossWS/JBossAS release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229022#4229022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229022

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-04-28 Thread richard.opa...@jboss.com
"japase" wrote : | This example is based on an example from Sun (I can supply a complete example application that shows the problem). | Could you provide the test case? It would speed up the fixing process ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-04-28 Thread richard.opa...@jboss.com
Cross reference: JBWS-2634 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227144#4227144 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227144 ___ jboss-user mailing list jbos

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-04-28 Thread richard.opa...@jboss.com
"japase" wrote : EJB injection should work not only in servlets, but also in web services, but it doesn't in JBoss 5.1.x. Which J2EE JCP specification defines this requirement? I can't find it :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227132#4227132 R

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-04-28 Thread richard.opa...@jboss.com
The fix will be available since JBossAS 5.1.0.GA release, see JBWS-2074 for more info. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227124#4227124 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227124 ___

[jboss-user] [JBossWS] - Re: how to use jaxws offline

2009-04-08 Thread richard.opa...@jboss.com
The fix will be available in next JBossWS 3.1.1 release (end of this month). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224308#4224308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224308 __

[jboss-user] [JBossWS] - Re: how to use jaxws offline

2009-04-07 Thread richard.opa...@jboss.com
Cross reference: JBWS-2598 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224239#4224239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224239 ___ jboss-user mailing list jbos

[jboss-user] [JBossWS] - Re: how to use jaxws offline

2009-04-07 Thread richard.opa...@jboss.com
Did you update your IDE environment to reference JBossWS 3.1.0 jar files? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224065#4224065 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224065 _

[jboss-user] [JBossWS] - Re: how to use jaxws offline

2009-04-07 Thread richard.opa...@jboss.com
Upgrade to the latest JBossWS Native 3.1.0 (the bug is fixed there). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223993#4223993 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223993 __

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-26 Thread richard.opa...@jboss.com
Download JBossWS source distribution. There are many tests and samples about WS-Addressing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221169#4221169 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221169 ___

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread richard.opa...@jboss.com
Finally success ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220931#4220931 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220931 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBossWS] - Re: Problem with Deploy and undeploy JBossWS-native-3.0.3.GA

2009-03-25 Thread richard.opa...@jboss.com
This is by design, see related JBWS-1982 issue that introduced this behaviour. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220928#4220928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220928 ___

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-25 Thread richard.opa...@jboss.com
And when you leave jboss.bind.address=localhost? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220892#4220892 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220892 ___ jboss-

[jboss-user] [JBossWS] - Re: Help with authMethod and security after JBoss501 upgrade

2009-03-25 Thread richard.opa...@jboss.com
| authMethod = "NONE" // this is wrong | Correct and accepted values are only: "BASIC" and "CLIENT_CERT" | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220851#4220851 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-24 Thread richard.opa...@jboss.com
Sorry, but I can't reproduce your problem :( I executed the following command: $JBOSS_HOME/bin>./wsconsume.sh -k -v a.wsdl | tee test.log and all passes without problems. Here's my test.log output: parsing WSDL... generating code... org/jboss/jbossws/ws_extensions/wsaddressing/HelloWorld.java

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-24 Thread richard.opa...@jboss.com
How does your WSDL looks like? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220807#4220807 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220807 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Using Threads inside Web Services

2009-03-24 Thread richard.opa...@jboss.com
Hi, in general users shouldn't use threads in webservice endpoints. This rule applies to both EJB and POJO based endpoints. Regarding your question about web service initialization/destroy process, the issue you're talking about will be fixed since next i.e. JBossWS 3.1.1.GA release. See

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-24 Thread richard.opa...@jboss.com
First of all always use up2date JBossWS version (3.1.0.GA currently) Your problem can be caused by the fact that you are running the client code from your IDE and you're using different SOAP stack and not JBossWS as you think. To verify my claim use JBOSS_HOME/bin/wsrunclient to run your client

[jboss-user] [JBossWS] - Re: JBossWS 3.0.3 memory leak

2009-03-23 Thread richard.opa...@jboss.com
And AS 5.0.1 GA + JBossWS 3.1.0? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220132#4220132 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220132 ___ jboss-user mailing lis

[jboss-user] [JBossWS] - Re: Custom RequestHandlerFactoryImpl

2009-03-20 Thread richard.opa...@jboss.com
Content of file: jboss-5.0.1.GA-clean/server/default/deployers/jbossws.deployer/jbossws-native-core.jar!/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory See our SPI documentation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219864#4219

[jboss-user] [JBossWS] - Re: NullPointerException with jbossws 2.0.1

2009-03-17 Thread richard.opa...@jboss.com
The documentation fix mentioned in JBWS-1800 doesn't work on AS 5.x series. Related issue is: JBAS-6185. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218643#4218643 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42186

[jboss-user] [JBossWS] - Re: WebServiceContext injection. Was it fixed or not?

2009-03-12 Thread richard.opa...@jboss.com
"jnorris10" wrote : "thomas.dies...@jboss.com" wrote : Why does this restriction exist? | According to javax.annotation.Resource javadoc you can use private qualifier as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217288#4217288 Reply to the post

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

2009-03-04 Thread richard.opa...@jboss.com
Read Records Management Framework documentation above, please. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214792#4214792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214792

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

2009-03-02 Thread richard.opa...@jboss.com
Another option you have is to use WS-Addressing in your web services and use MessageID correlation identifier to identify which response belongs to which request. Then you could identify related messages using your log4j integration work you already did ;) View the original post : http://www.j

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

2009-03-02 Thread richard.opa...@jboss.com
"mobaxkrs" wrote : Next issue we are facing is there is no link between the request and response. | Is there any means to identify the response for particular request? | I'd suggest to use our Records Management Framework. View the original post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBossWS] - Re: Upgrade AS 4.2.3 WS to 3.0.5

2009-03-02 Thread richard.opa...@jboss.com
"chuaky" wrote : jbossws-native-client.jar file is pretty small (~5k), as compared to it predecessor jbossws-client.jar (~1.6M) There were huge JBossWS project structure refactorings in JBossWS 3.x series View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214368#4

[jboss-user] [JBossWS] - Re: Upgrade AS 4.2.3 WS to 3.0.5

2009-03-02 Thread richard.opa...@jboss.com
Our distribution jars don't download other jars from internet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214366#4214366 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214366

[jboss-user] [JBossWS] - Re: Trying to specify SOAP 1.2 in EJB.

2009-03-02 Thread richard.opa...@jboss.com
Which JBossWS version are you using? Yesterday we released JBossWS 3.1.0 downloadable here. Can you reproduce your problem with JBossWS 3.1.0 too? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214365#4214365 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBossWS] - Re: Help with authMethod and security after JBoss501 upgrade

2009-03-02 Thread richard.opa...@jboss.com
Could you provide the simple test case that reproduces the problem? It will speed up the bugfix process ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214188#4214188 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=421

[jboss-user] [JBossWS] - Re: Help with authMethod and security after JBoss501 upgrade

2009-03-02 Thread richard.opa...@jboss.com
Forum link is sufficient ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214181#4214181 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214181 ___ jboss-user mailing list jbo

[jboss-user] [JBossWS] - Re: Help with authMethod and security after JBoss501 upgrade

2009-03-02 Thread richard.opa...@jboss.com
Follow up: JBWS-2565 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214176#4214176 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214176 ___ jboss-user mailing list jboss-user

[jboss-user] [JBossWS] - Re: Upgrade AS 4.2.3 WS to 3.0.5

2009-03-02 Thread richard.opa...@jboss.com
"chuaky" wrote : What is the new jars files after 3.0.2 that are equivalent to the old jbossws-client.jar? jbossws-native-client.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214175#4214175 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [JBossWS] - Re: jbossws-metro-3.0.5.GA Installer Bug

2009-02-16 Thread richard.opa...@jboss.com
Try 'ant deploy-jboss424' command instead View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210580#4210580 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210580 ___ jboss-user ma

[jboss-user] [JBossWS] - Re: Redeploy Endpoint already registered

2009-02-10 Thread richard.opa...@jboss.com
This should be fixed with latest JBossWS 3.0.5 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208446#4208446 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208446 ___

[jboss-user] [JBossWS] - Re: Native versus Metro

2009-02-10 Thread richard.opa...@jboss.com
No, there's no up2date version of the aforementioned document. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208438#4208438 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208438

[jboss-user] [JBossWS] - Re: Only JBoss AS support ?

2009-02-10 Thread richard.opa...@jboss.com
It's tested and supported only on JBossAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208436#4208436 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208436 ___ jboss-user ma

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

2009-02-10 Thread richard.opa...@jboss.com
It's JBossWeb (Tomcat) server configuration file you're looking for. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208435#4208435 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208435 __

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

2009-01-27 Thread richard.opa...@jboss.com
"mikaeljl" wrote : Shared or not, the pojo endpoints need to be released sometime. | Is it a known problem that the enpoints are not released until the war is redeployed? | It's a bug. "mikaeljl" wrote : | Also note my concern about: | @Resource | javax.xml.ws.WebServiceContext wsCtx;

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

2009-01-27 Thread richard.opa...@jboss.com
Cross reference issue JBWS-2486. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204904#4204904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204904 ___ jboss-user mailing lis

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

2009-01-27 Thread richard.opa...@jboss.com
"mikaeljl" wrote : | Afaik the postConstruct and predestroy annotations have not been supported on a pojo webservice before, when was this support added? | Since JBossWS 3.0.5 release. "mikaeljl" wrote : | Anyway, I can see that the constructor and the postCreate method is called once fo

[jboss-user] [JBossWS] - Re: SWA-Ref schema location unavailable

2009-01-21 Thread richard.opa...@jboss.com
This have been fixed. You need to upgrade to JBossWS 3.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203512#4203512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203512

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

2009-01-13 Thread richard.opa...@jboss.com
"sstaible" wrote : Hi, | Any help or explanation of this behaviour is highly appreciated. | I suggest you to call Node.normalize() method before calling XML digital signature API. You can't rely on the precondition SOAP message will be unmodified (regarding the whitespaces) on other side. V

[jboss-user] [JBossWS] - Re: Class Cast Exception under Endpoint.publish()

2009-01-12 Thread richard.opa...@jboss.com
"adinn" wrote : So, although this feature would be nice to have don't prioritise it before other important customer-driven features on my account. Don't worry, we'll start working on it once it will be available in TCK5 test suite again ;) View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBossWS] - Re: Class Cast Exception under Endpoint.publish()

2009-01-12 Thread richard.opa...@jboss.com
"adinn" wrote : Well, ok, I actually saw that Alessio told you to do it on the assumption that eventually the TCK tests will be reinstated. Yes, this was the reason of reopening it. (We were discussing this issue on IRC with Alessio) "adinn" wrote : However, I noticed that the JaxWS spec doesn't

[jboss-user] [JBossWS] - Re: Class Cast Exception under Endpoint.publish()

2009-01-12 Thread richard.opa...@jboss.com
Thanks for your valuable feedback Andrew. I reopened the aforementioned issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201005#4201005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201005 ___

[jboss-user] [JBossWS] - Re: Class Cast Exception under Endpoint.publish()

2009-01-12 Thread richard.opa...@jboss.com
Endpoint.publish() isn't supported on AS 5.x, see (JBWS-1967) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200966#4200966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200966 _

  1   2   >