[jboss-user] [JBoss Web Services] - Re: CDI Bean invocation in EJB-Webservice

2012-11-19 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: CDI Bean invocation in EJB-Webservice"

To view the discussion, visit: https://community.jboss.org/message/777149#777149

--
>From issue description it is a CDI integration issue.
Ask this question on AS7 development forum:

 https://community.jboss.org/community/jbossas7?view=all 
https://community.jboss.org/en/jbossas7?view=all
--

Reply to this message by going to Community
[https://community.jboss.org/message/777149#777149]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Migrating JBoss AS 5.1 webservice to AS 7.1 failed - IllegalStateException

2012-09-24 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Migrating JBoss AS 5.1 webservice to AS 7.1 failed - IllegalStateException"

To view the discussion, visit: https://community.jboss.org/message/761091#761091

--
Isn't your method marked final? This might be your problem.
--

Reply to this message by going to Community
[https://community.jboss.org/message/761091#761091]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Change @Webservice Endpoint on JbossAS 7.1

2012-08-27 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Change @Webservice Endpoint on JbossAS 7.1"

To view the discussion, visit: https://community.jboss.org/message/756104#756104

--
Hi Aurelien,

   you can use jboss-webservices.xml for context root & request path 
customizations.
See the following documentation on how to migrate:

 https://community.jboss.org/docs/DOC-17428 
https://community.jboss.org/wiki/JBossWS4MigrationGuide

In order to customize your context root
from 'myApp-ejb' to 'myApp-myApp-ejb/ see section

jboss-webservices.xml descriptor
--

Reply to this message by going to Community
[https://community.jboss.org/message/756104#756104]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Duplicate WS requests

2012-07-19 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Duplicate WS requests"

To view the discussion, visit: https://community.jboss.org/message/748950#748950

--
Hi Milan, I highly recommend you to migrate either to AS 7.1.x or AS 6.1.x
These AS versions are including thousands of JBoss webservices fixes that most 
probably will solve your issues.
--

Reply to this message by going to Community
[https://community.jboss.org/message/748950#748950]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Duplicate WS requests

2012-07-18 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Duplicate WS requests"

To view the discussion, visit: https://community.jboss.org/message/748644#748644

--
Hi Milan, until you are not using WS-RM this shouldn't be happening. What exact 
version of JBossAS are you using? Can U provide simple test case to reproduce 
the issue?
--

Reply to this message by going to Community
[https://community.jboss.org/message/748644#748644]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Deploying Native to AS 6.1.0

2012-06-29 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Deploying Native to AS 6.1.0"

To view the discussion, visit: https://community.jboss.org/message/745171#745171

--
There's no JBossWS Native release supporting JBossAS 6.1.0,
see  https://community.jboss.org/docs/DOC-13569 
https://community.jboss.org/wiki/JBossWS-SupportedTargetContainers
--

Reply to this message by going to Community
[https://community.jboss.org/message/745171#745171]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Problem: Configuring JBossWS-CXF Interceptors for all endpoints

2012-05-16 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Problem: Configuring JBossWS-CXF Interceptors for all endpoints"

To view the discussion, visit: https://community.jboss.org/message/735825#735825

--
There's support for global JAXWS handlers in AS 7.1.x.
This feature is not available in JBoss AS series 5.x & 6.x.
--

Reply to this message by going to Community
[https://community.jboss.org/message/735825#735825]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: POJO Endpoint causes NPE at JBossWebMetaDataParser.parse

2012-04-17 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: POJO Endpoint causes NPE at JBossWebMetaDataParser.parse"

To view the discussion, visit: https://community.jboss.org/message/730588#730588

--
The fix is available in AS7 upstream
--

Reply to this message by going to Community
[https://community.jboss.org/message/730588#730588]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: POJO Endpoint causes NPE at JBossWebMetaDataParser.parse

2012-04-16 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: POJO Endpoint causes NPE at JBossWebMetaDataParser.parse"

To view the discussion, visit: https://community.jboss.org/message/730188#730188

--
This should be fixed soon.
 https://issues.jboss.org/browse/JBMETA-356 
https://issues.jboss.org/browse/JBMETA-356
--

Reply to this message by going to Community
[https://community.jboss.org/message/730188#730188]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: JBoss not honoring @PermitAll on EJB3 Endpoint

2012-04-15 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: JBoss not honoring @PermitAll on EJB3 Endpoint"

To view the discussion, visit: https://community.jboss.org/message/730170#730170

--
1) There's no way to see generated web.xml ATM
2) The 'EJBWebServiceEndpointServlet Realm' is automagically generated and yes,
 it's created & destroyed along with the application.
--

Reply to this message by going to Community
[https://community.jboss.org/message/730170#730170]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: JBoss not honoring @PermitAll on EJB3 Endpoint

2012-04-13 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: JBoss not honoring @PermitAll on EJB3 Endpoint"

To view the discussion, visit: https://community.jboss.org/message/729781#729781

--
The issue have been rejected. 
See comment on the JIRA.
Useful article can be found here:

 http://java.dzone.com/articles/understanding-web-security 
http://java.dzone.com/articles/understanding-web-security
--

Reply to this message by going to Community
[https://community.jboss.org/message/729781#729781]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: JBoss not honoring @PermitAll on EJB3 Endpoint

2012-04-12 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: JBoss not honoring @PermitAll on EJB3 Endpoint"

To view the discussion, visit: https://community.jboss.org/message/729549#729549

--
Have a look to the followin tests:

jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ws/authentication

The Git repo is:  http://github.com/jbossas/jboss-as 
http://github.com/jbossas/jboss-as
--

Reply to this message by going to Community
[https://community.jboss.org/message/729549#729549]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - JBossWS 4 migration guide

2012-04-11 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] commented on the 
document

"JBossWS 4 migration guide"

To view all comments on this document, visit: 
https://community.jboss.org/docs/DOC-17428#comment-9677

--
You can find jboss-webservices.xml schema in 
$JBOSS_HOME/docs/schema/jbossws-web-services_1_0.xsd.
You cannot configure security domain in jboss-webservices.xml. You have to use 
other descriptor e.g. jboss-ejb3.xml
--

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Expose WS from default context

2012-04-04 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Expose WS from default context"

To view the discussion, visit: https://community.jboss.org/message/728167#728167

--
> Paul Robinson wrote:
> 
> I'll take a look at the JBossWS quickstarts and see what is done there.
As workaround untill JBWS-3479 feature is available in AS7
you have to provide either jboss-web.xml or jboss-webservices.xml
and provide  element there.
--

Reply to this message by going to Community
[https://community.jboss.org/message/728167#728167]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Expose WS from default context

2012-04-04 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Expose WS from default context"

To view the discussion, visit: https://community.jboss.org/message/728165#728165

--
After discussion with Alessio we came with the following feature request that 
might be worth in usecases like yours:

 https://issues.jboss.org/browse/JBWS-3479 
https://issues.jboss.org/browse/JBWS-3479
--

Reply to this message by going to Community
[https://community.jboss.org/message/728165#728165]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Expose WS from default context

2012-04-03 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: Expose WS from default context"

To view the discussion, visit: https://community.jboss.org/message/728152#728152

--
*@WebService* & *@WebServlet* are mutual exclusive annotations.
--

Reply to this message by going to Community
[https://community.jboss.org/message/728152#728152]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: CDI @Inject in a JAX-WS service impl?

2012-02-21 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: CDI @Inject in a JAX-WS service impl?"

To view the discussion, visit: https://community.jboss.org/message/718313#718313

--
Thank you for your feedback Martin, highly appreciated.
It's a feature request (not a bug) and we'll investigate,
if it will be doable or not.
--

Reply to this message by going to Community
[https://community.jboss.org/message/718313#718313]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: CDI @Inject in a JAX-WS service impl?

2012-02-21 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: CDI @Inject in a JAX-WS service impl?"

To view the discussion, visit: https://community.jboss.org/message/718220#718220

--
Hi Paul,

> Paul Robinson wrote:
> So you are saying you think this should work, but it is not supported by 
> JBossWS?
Exactly.


> Paul Robinson wrote:
> It sounds like I should be creating a feature request / bug report for this, 
> in JBossWS?
Yes, please. Ideally with the spec requirements/pointers so we can understand 
how this is exactly supposed to work.
Please note that fix of this issue won't be trivial and might take time  :(  It 
requires non trivial architecture changes/review.

Rio
--

Reply to this message by going to Community
[https://community.jboss.org/message/718220#718220]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: CDI @Inject in a JAX-WS service impl?

2012-02-21 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: CDI @Inject in a JAX-WS service impl?"

To view the discussion, visit: https://community.jboss.org/message/718213#718213

--
> Paul Robinson wrote:
> Are you saying that you don't think it works for JAX-WS endpoints that are 
> implemented as POJOs, or that you don't think it work on POJOs full stop? 
I'm saying it won'g work for JAXWS POJO endoints. It's against our current 
design.

> Paul Robinson wrote:
>  I have it working for POJOs that are neither EJBs or JAX-WS services and 
> also for JAX-WS services that are also EJBs. 
This seems to be generic requirement and probably should work also on JAXWS 
POJOs.

> Paul Robinson wrote:
> But the spec does not mention JAX-WS for any CDI feature, so the behavior of 
> interceptors on a JAX-WS service implemented as a POJO is not specified. 
It should be clarified IMO because it seems it should work also for JAXWS POJOs.
But as I said above, this is against our current design and thus won't work for 
you  :(
--

Reply to this message by going to Community
[https://community.jboss.org/message/718213#718213]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: CDI @Inject in a JAX-WS service impl?

2012-02-21 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: CDI @Inject in a JAX-WS service impl?"

To view the discussion, visit: https://community.jboss.org/message/718200#718200

--
Hi Paul,

   I reviewed your test and I confirm it won't work.
Aren't interceptors intended for EJBs only?

Rio
--

Reply to this message by going to Community
[https://community.jboss.org/message/718200#718200]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: CDI @Inject in a JAX-WS service impl?

2012-02-20 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: CDI @Inject in a JAX-WS service impl?"

To view the discussion, visit: https://community.jboss.org/message/717942#717942

--
> Paul Robinson wrote:
> 
> Off the top of your head, should I be able to use CDI interceptors on 
> @WebMethod annotated methods? I have that working on EJBs exposed as JAX-WS 
> services, but not for plain JAX-WS services deployed in a war. 

It won't work on POJO endpoints AFAIK.
But if you'll provide us sample app (reproducer)
and will give us some pointers in CDI spec
where this is mandatory EE feature,
then it's definitely a bug we need to fix.
--

Reply to this message by going to Community
[https://community.jboss.org/message/717942#717942]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: How to customize context root for EJB endpoints in the new AS7 jboss-ejb3.xml descriptor?

2012-01-30 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: How to customize context root for EJB endpoints in the new AS7 
jboss-ejb3.xml descriptor?"

To view the discussion, visit: https://community.jboss.org/message/649382#649382

--
See

 https://community.jboss.org/docs/DOC-17428 
https://community.jboss.org/wiki/JBossWS4MigrationGuide

section

jboss-webservices.xml descriptor
--

Reply to this message by going to Community
[https://community.jboss.org/message/649382#649382]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: AS 7.1CR1b jboss-webservices.xml

2012-01-23 Thread Richard Opalka
Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: AS 7.1CR1b jboss-webservices.xml"

To view the discussion, visit: https://community.jboss.org/message/648135#648135

--
> 
> I changed the namespace suffix:
> 
> 
> /TestProjectEE
> 
You need to define namespace. See below:

http://www.jboss.com/xml/ns/javaee http://www.jboss.com/xml/ns/javaee";
  xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance 
http://www.w3.org/2001/XMLSchema-instance";
  version="1.0"
  xsi:schemaLocation=" http://www.jboss.com/xml/ns/javaee 
http://www.jboss.com/xml/ns/javaee  
http://www.jboss.org/j2ee/schema/jboss_webservices_1_0.xsd 
http://www.jboss.org/j2ee/schema/jboss_webservices_1_0.xsd";>
   /TestProjectEE
 
--

Reply to this message by going to Community
[https://community.jboss.org/message/648135#648135]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Issue with schema import

2011-12-16 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: Issue with schema import"

To view the discussion, visit: http://community.jboss.org/message/641928#641928

--
Thanks for pointing that out Mr. Werner.
 https://issues.jboss.org/browse/JBWS-3401 
https://issues.jboss.org/browse/JBWS-3401
--

Reply to this message by going to Community
[http://community.jboss.org/message/641928#641928]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Failed to define class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl

2011-11-01 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: Failed to define class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl"

To view the discussion, visit: http://community.jboss.org/message/634417#634417

--
With high probability related to

 https://github.com/jbossas/jboss-as/pull/524 
https://github.com/jbossas/jboss-as/pull/524

that should be going upstream soon.

Rio
--

Reply to this message by going to Community
[http://community.jboss.org/message/634417#634417]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Endpoint already registered

2011-10-17 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: Endpoint already registered"

To view the discussion, visit: http://community.jboss.org/message/632027#632027

--
I highly suggest you to switch to JBoss 6.1.0.GA or JBoss 7.0.2
Should be fixed there
--

Reply to this message by going to Community
[http://community.jboss.org/message/632027#632027]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Re: Cannot inject field annotated with @Resource annotation in JBOSS 6

2011-10-17 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: Cannot inject field annotated with @Resource annotation in JBOSS 6"

To view the discussion, visit: http://community.jboss.org/message/632026#632026

--
EJB3 is responsible for injection on SLSB endpoints.
Anyway, can I see your full stack trace? I'm curious why
jbossws-common InjectionHelper is in the stack trace.
--

Reply to this message by going to Community
[http://community.jboss.org/message/632026#632026]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Rest Service deployment issue on JBossWS-CXF-3.4.0 and JBoss 5.1

2011-09-22 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: Rest Service deployment issue on JBossWS-CXF-3.4.0 and JBoss 5.1"

To view the discussion, visit: http://community.jboss.org/message/627944#627944

--
JBossAS comes with its own REST integration.
It's highly suggested that our users reuse it
instead of using thirdparty solutions  :(
--

Reply to this message by going to Community
[http://community.jboss.org/message/627944#627944]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: JBoss JAX WS Exception (javax.xml.stream.XMLStreamException)

2011-09-08 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: JBoss JAX WS Exception (javax.xml.stream.XMLStreamException)"

To view the discussion, visit: http://community.jboss.org/message/625446#625446

--
Hi,

   this part of stack trace indicates your doing something wrong
---
java.io.IOException
    at com.sun.xml.ws.server.SDDocumentImpl.writeTo(SDDocumentImpl.java:278)
    at 
com.sun.xml.ws.transport.http.HttpAdapter.publishWSDL(HttpAdapter.java:539)
    at 
com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:229)
    at 
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
    at 
com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
    at 
com.sun.xml.ws.transport.http.servlet.WSServlet.doGet(WSServlet.java:82)
---
   It seems you're trying to use Glassfish inside JBoss or you just do 
something wrong.
Good starting point for you might be this documentation:

 https://docs.jboss.org/author/display/JBWS/JBoss+Web+Services+Documentation 
https://docs.jboss.org/author/display/JBWS/JBoss+Web+Services+Documentation

Please consider moving to JBossAS 7.x series as well. JBossAS 6.x series and 
before are obsolete from community PoV.
--

Reply to this message by going to Community
[http://community.jboss.org/message/625446#625446]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: org.jboss.wsf.stack.jbws.EndpointServlet - memory issue

2011-09-07 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: org.jboss.wsf.stack.jbws.EndpointServlet - memory issue"

To view the discussion, visit: http://community.jboss.org/message/625283#625283

--
Hi Bob,

   Both JBossAS 6.x series & JBossAS 7.x series are using different SOAP stack.
We used to have JBoss Native (which you are using via JBossAS 4x), but this
stack was deprecated and we're using Apache CXF SOAP stack instead.
I highly suggest you to switch to up2date JBossAS version.

Richard
--

Reply to this message by going to Community
[http://community.jboss.org/message/625283#625283]

Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: org.jboss.wsf.stack.jbws.EndpointServlet - memory issue

2011-09-06 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: org.jboss.wsf.stack.jbws.EndpointServlet - memory issue"

To view the discussion, visit: http://community.jboss.org/message/625186#625186

--
Either switch to JBossAS 7.0.1 or JBossAS 6.1.0.
--

Reply to this message by going to Community
[http://community.jboss.org/message/625186#625186]

Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: WS context root on AS7

2011-09-05 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: WS context root on AS7"

To view the discussion, visit: http://community.jboss.org/message/624772#624772

--
As a workaround for now just rename spec.jar to spec-spec.jar.
In the future AS7 release we'll provide the context root customization for ejb 
archives.
--

Reply to this message by going to Community
[http://community.jboss.org/message/624772#624772]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: WS context root on AS7

2011-09-02 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: WS context root on AS7"

To view the discussion, visit: http://community.jboss.org/message/624568#624568

--
jboss.xml is not supported on AS7. How does your deployment looks like?
--

Reply to this message by going to Community
[http://community.jboss.org/message/624568#624568]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: jbossws-native: Publish HttpContext via Endpoint API

2011-05-18 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: jbossws-native: Publish HttpContext via Endpoint API"

To view the discussion, visit: http://community.jboss.org/message/605827#605827

--
Comments inlined:

>>> I understand that the feature has been dropped, but from the end-user point 
>>> of view I wouldn't really look at it as a "hack". 
>>> If there is a container available (i.e. JBoss/Tomcat) why should one be 
>>> "forced" to use Netty, Jetty, Glassfish mini-server, etc.?  :) 

Imagine you're at the end of deployment processing chain (in your case servlet 
have been initialized).
When you published endpoint from such servlet using old endpoint publish API 
the JBossWS AS integration implementation
called AS internals and was executing deployment chain once again (with many 
really ugly hacks involved to make it work).

>>> In other words, it means that any JBossWS *javax.xml.ws.Endpoint* 
>>> implementation (native, cxf, metro) is not compatible
>>> (programmatically at least) with JEE container deployment; which (by the 
>>> book) should be performed using the classical WAR packaging 
>>> approach. Correct?

Unfortunately yes. This part of JAX-WS specification is completely broken an 
unclear and many pieces of it NOT PORTABLE!
I'd call it experimental feature of JAX-WS spec.

>>> I was checking CFX "Endpoint" implementation and wondering if, by any 
>>> chance, would be possible to inject the container's HTTP server in the 
>>> endpoint's *JaxWsServerFactoryBean* ? Maybe I am persisting in the "hack" 
>>> here...

Believe me, it wouldn't work  ;) 

>>> Thanks for your support, I will consider your recommendation for switching 
>>> to CFX as well.

You are welcome.

Pedro
--

Reply to this message by going to Community
[http://community.jboss.org/message/605827#605827]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: jbossws-native: Publish HttpContext via Endpoint API

2011-05-17 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: jbossws-native: Publish HttpContext via Endpoint API"

To view the discussion, visit: http://community.jboss.org/message/605659#605659

--
Hi Pedro,

   this feature is no longer supported. It was kinda hack to JBoss AS internals 
 :( 
If you still need to use similar feature, use standard JAXWS endpoint API 
instead.
I also recommend you to use JBossWS CXF instead of JBossWS Native.

Richard
--

Reply to this message by going to Community
[http://community.jboss.org/message/605659#605659]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: JBoss AS 6, JAX-WS service in WAR, no web.xml

2011-04-21 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: JBoss AS 6, JAX-WS service in WAR, no web.xml"

To view the discussion, visit: http://community.jboss.org/message/601317#601317

--
This was not yet implemented. The reason is there's no such test in TCK6 
certification suite.
Anyway I created  https://issues.jboss.org/browse/JBWS-3276 
https://issues.jboss.org/browse/JBWS-3276 which U can start watching.
--

Reply to this message by going to Community
[http://community.jboss.org/message/601317#601317]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: JBoss 5.1 @WebContext custom auth-method failure

2011-04-04 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: JBoss 5.1 @WebContext custom auth-method failure"

To view the discussion, visit: http://community.jboss.org/message/597669#597669

--
Unfortunately JBWS-2762 fix isn't available on JBossAS 5.x series  :( 
Your only options are either use JBossAS 6.0.0 or JBoss EAP 5x.
--

Reply to this message by going to Community
[http://community.jboss.org/message/597669#597669]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: What happened to org.jboss.ws.core.jaxws.handler.GenericSOAPHandler

2011-04-01 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: What happened to org.jboss.ws.core.jaxws.handler.GenericSOAPHandler"

To view the discussion, visit: http://community.jboss.org/message/597081#597081

--
It's still in AS but in different package & jar

org.jboss.wsf.common.handler.GenericSOAPHandler (jbossws-common.jar)

BTW, this is an impl. detail U should really forget about and don't use it  ;)
--

Reply to this message by going to Community
[http://community.jboss.org/message/597081#597081]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Sample Web Service using JbossWS-CFX, JBoss6.0 and Maven

2011-03-04 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/ropalka] created the 
discussion

"Re: Sample Web Service using JbossWS-CFX, JBoss6.0 and Maven"

To view the discussion, visit: http://community.jboss.org/message/591102#591102

--
Hi Praveen,

   there are many examples/tests in our SVN repo, see e.g.  
http://anonsvn.jboss.org/repos/jbossws/shared-testsuite/trunk 
http://anonsvn.jboss.org/repos/jbossws/shared-testsuite/trunk

Cheers,

Rio
--

Reply to this message by going to Community
[http://community.jboss.org/message/591102#591102]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: @MTOM vs @BindingType(value=...?mtom=true)

2010-10-06 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
created the discussion

"Re: @MTOM vs @BindingType(value=...?mtom=true)"

To view the discussion, visit: http://community.jboss.org/message/565073#565073

--
Yes, there is but it wouldn't be portable across different J2EE servers thus 
highly not suggested  ;)
--

Reply to this message by going to Community
[http://community.jboss.org/message/565073#565073]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: @MTOM vs @BindingType(value=...?mtom=true)

2010-09-23 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
created the discussion

"Re: @MTOM vs @BindingType(value=...?mtom=true)"

To view the discussion, visit: http://community.jboss.org/message/563454#563454

--
@BindingType was introduced in JAX-WS 2.0 and represents "old style" of MTOM 
configuration.
@MTOM represents newer style of MTOM configuration introduces in JAX-WS 2.1.
Both are interchangeable.
--

Reply to this message by going to Community
[http://community.jboss.org/message/563454#563454]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - [JBoss 6.0.0M3] Cannot use @EJB on jax-ws handler and webservice port

2010-08-12 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"[JBoss 6.0.0M3] Cannot use @EJB on jax-ws handler and webservice port"

To view the discussion, visit: http://community.jboss.org/message/557075#557075

--
This is becase since AS 600 M3 JBossWS switched stack
from Native to CXF where this functionality is not yet available.
Related issues is  https://jira.jboss.org/browse/JBWS-2596 JBWS-2596 which 
hopefully will be fixed in next AS release.

--

Reply to this message by going to Community
[http://community.jboss.org/message/557075#557075]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - Not able to deploy Jaxws webservices - Incompletely deployed packages

2010-07-20 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Not able to deploy Jaxws webservices - Incompletely deployed packages"

To view the discussion, visit: http://community.jboss.org/message/553460#553460

--
Unfortunately I have no idea how deployers used to work before AS 5x series  :( 

--

Reply to this message by going to Community
[http://community.jboss.org/message/553460#553460]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Possible redeploy issue

2010-07-16 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Possible redeploy issue"

To view the discussion, visit: http://community.jboss.org/message/553014#553014

--
Aha, already see It. Your patch seems hacky but it could work  ;) 
BTW, I closed the issue because we're fixing JBAS issues only upstream.

--

Reply to this message by going to Community
[http://community.jboss.org/message/553014#553014]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Possible redeploy issue

2010-07-16 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Possible redeploy issue"

To view the discussion, visit: http://community.jboss.org/message/553004#553004

--
What "code change I posted" you mean?
I don't see any patch in  https://jira.jboss.org/browse/JBAS-8161 
https://jira.jboss.org/browse/JBAS-8161

--

Reply to this message by going to Community
[http://community.jboss.org/message/553004#553004]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - [JBoss 6.0.0M3] Cannot use @EJB on jax-ws handler and webservice port

2010-07-12 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"[JBoss 6.0.0M3] Cannot use @EJB on jax-ws handler and webservice port"

To view the discussion, visit: http://community.jboss.org/message/552105#552105

--
I'm not able to reproduce your problem  :( 
This is my jar file content:

>jar tf jaxws-jbws2634.ear 
META-INF/
META-INF/MANIFEST.MF
META-INF/application.xml
lib/
lib/jaxws-jbws2634-handler.jar
jaxws-jbws2634.jar
jaxws-jbws2634-ejb3.jar
jaxws-jbws2634-pojo.war

and injection works fine for me  ;) 

Attached is my sample application (sources included).

--

Reply to this message by going to Community
[http://community.jboss.org/message/552105#552105]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Possible redeploy issue

2010-07-12 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Possible redeploy issue"

To view the discussion, visit: http://community.jboss.org/message/552094#552094

--
Thanks for update Daniel, I'm waiting for your results.

--

Reply to this message by going to Community
[http://community.jboss.org/message/552094#552094]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Possible redeploy issue

2010-07-08 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Possible redeploy issue"

To view the discussion, visit: http://community.jboss.org/message/551841#551841

--
Application server integration layer changed completely since AS 5.x.
There were many non trivial refactorings/improvements/fixes in the past.
Can you reproduce this issue on AS 6.x series before creating JIRA?
AS 5.x series are not supported anymore in the community.

--

Reply to this message by going to Community
[http://community.jboss.org/message/551841#551841]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services CXF] - XTS tests broken in AS trunk after switch to CXF stack in 3.3.0

2010-06-09 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"XTS tests broken in AS trunk after switch to CXF stack in 3.3.0"

To view the discussion, visit: http://community.jboss.org/message/546966#546966

--
Is it true Andrew it was tested with cxf 2.2.5?
If yes, could you create a JIRA and provide a
simple test case to reproduce that problem?

--

Reply to this message by going to Community
[http://community.jboss.org/message/546966#546966]

Start a new discussion in JBoss Web Services CXF at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2046]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services CXF] - XTS tests broken in AS trunk after switch to CXF stack in 3.3.0

2010-06-08 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"XTS tests broken in AS trunk after switch to CXF stack in 3.3.0"

To view the discussion, visit: http://community.jboss.org/message/546746#546746

--
> public static String getAction(Extensible ext) {
>     Object o = ext.getExtensionAttribute(JAXWSAConstants.WSAW_ACTION_QNAME);
>     if (o == null) {
>     o = ext.getExtensionAttributes().get(new 
> QName(Names.WSA_NAMESPACE_WSDL_METADATA,
>    
> Names.WSAW_ACTION_NAME));
>     }
>     if (o == null) {
>     o = ext.getExtensionAttributes().get(new 
> QName(Names.WSA_NAMESPACE_WSDL_NAME_OLD,
>    Names.WSAW_ACTION_NAME));
>     }
>     if (o instanceof QName) {
>     return ((QName)o).getLocalPart();
>     }
>     return o.toString(); // <=== fails here
> 
This is known/expected issue. CXF 2.2.8 (currently in use)
doesn't implement JAX-WS 2.2 yet. This should be fixed soon in upcomming CXF 
releases.

--

Reply to this message by going to Community
[http://community.jboss.org/message/546746#546746]

Start a new discussion in JBoss Web Services CXF at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2046]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Endpoint.publish and programmatically deploy web service

2010-06-01 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Endpoint.publish and programmatically deploy web service"

To view the discussion, visit: http://community.jboss.org/message/545593#545593

--
Try JBossAS 6.0.0.M3 and install JBossWS Native 3.3.0.GA on top of it. It 
should works  ;) 

--

Reply to this message by going to Community
[http://community.jboss.org/message/545593#545593]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - WS-Policy, SOAP 1.2 and the Standard client config

2010-05-26 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"WS-Policy, SOAP 1.2 and the Standard client config"

To view the discussion, visit: http://community.jboss.org/message/544822#544822

--
Cross reference issue:  https://jira.jboss.org/browse/JBWS-3040 
https://jira.jboss.org/browse/JBWS-3040

--

Reply to this message by going to Community
[http://community.jboss.org/message/544822#544822]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - @EJB Injection

2010-05-14 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"@EJB Injection"

To view the discussion, visit: http://community.jboss.org/message/543050#543050

--
Please, create new issue here
 https://jira.jboss.org/jira/browse/JBWS https://jira.jboss.org/jira/browse/JBWS
and provide simple test case to reproduce your problem.
I'll have a look  ;) 

--

Reply to this message by going to Community
[http://community.jboss.org/message/543050#543050]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - @EJB Injection

2010-05-14 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"@EJB Injection"

To view the discussion, visit: http://community.jboss.org/message/543027#543027

--
@EJB injection isn't supported for CXF and Metro integrations.
For more info see  https://jira.jboss.org/jira/browse/JBWS-2596 
https://jira.jboss.org/jira/browse/JBWS-2596

--

Reply to this message by going to Community
[http://community.jboss.org/message/543027#543027]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - @EJB Injection

2010-05-13 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"@EJB Injection"

To view the discussion, visit: http://community.jboss.org/message/542812#542812

--
Which JBossWS and JBossAS are you using?

--

Reply to this message by going to Community
[http://community.jboss.org/message/542812#542812]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - CXF jms integration

2010-05-05 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"CXF jms integration"

To view the discussion, visit: http://community.jboss.org/message/541305#541305

--
> Jim Ma wrote:
> 
> Sorry , I may do not explain this problem well . We now create SPI endpoint 
> from ServletMetaData in web.xml . How to distinguish the jms tranport 
> endpoint and create jms endpoint/MD from the user provided jbossws-cxf.xml
You can start separate jbossws-dev forum thread for that. But I'd think about 
it like *How CXF does it?*

> Jim Ma wrote:
> 
> AFAIK, the hornetq deployers create BeanMetaData for queue/topic deployment 
> descriptor
> and KernalDeploymentDeployer will start/stop these BeanMetaData represents 
> queue/topic created by hornetq deployers.
> I understood your suggestion : use deployer input to put the JMS DA after the 
> deployer deployed jms destination.  In AS5 , we should put JMSDA after the 
> last real stage deployer ServiceDeployer . AS6, we put JMSDA after 
> KernalDeploymentDeployer. IOW, we do not rely on AS deployer frameworks' 
> deployment dependency mechinism , we rely on the deployer order to resolve 
> the deployment dependency. If this is acceptable and if you do not see any 
> other problems , I will follow your suggestion (as your pseudocode shows) to 
> rewrite .
I don't see the conflict here with the suggestions I provided you. Deployers 
ordering is working properly these days.
But as discussed on IRC, forget about AS 5 integration. Just go forward with AS 
6  ;) 

--

Reply to this message by going to Community
[http://community.jboss.org/message/541305#541305]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - CXF jms integration

2010-05-05 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"CXF jms integration"

To view the discussion, visit: http://community.jboss.org/message/541304#541304

--
Hi Jim, I just reviewed your SPI and ASIL prototypes and here are my 2 cents:

SPI:

Remove org.jboss.wsf.spi.metadata.endpoints.EndpointsFactory (proprietary DD 
xml JBXB parsing)
Remove org.jboss.wsf.spi.metadata.endpoints.AbstractEndpointsDeployment (to 
don't publish proprietary DD)
I like org.jboss.wsf.spi.metadata.endpoints.jms.JMDDestinationMetaData
I like org.jboss.wsf.spi.metadata.endpoints.jms.JMDDestinationMetaData but 
remove static fields from it  (proprietary DD xml JBXB parsing)
I like org.jboss.wsf.spi.metadata.endpoints.AddressMetaData (but it's name 
should be AbstractAddressMetaData because it's abstract class)
I like org.jboss.wsf.spi.metadata.endpoints.EndpointsMetaData (but remove URL 
related methods & fields)
I like org.jboss.wsf.spi.metadata.endpoints.EndpointMetaData (but here's some 
overlap with org.jboss.wsf.spi.deployment.Endpoint you should investigate/fix)

ASIL:

Remove 
org.jboss.webservices.integration.deployers.WSEndpointsDescriptorParserDeployer 
(proprietary DD xml parsing deployer)
Rewrite org.jboss.webservices.integration.deployers.WSEndpointsRealDeployer
 - it have to be DA
 - I would name it MetaDataBuilderJMS
 - I would place it in package org.jboss.webservices.integration.metadata 
(because it provides JMS metadata)
Update WSDeploymentAspectDeployer to specify proper inputs/outputs according to 
passed DeploymentAspect type (JMS/Servlet)
Provide another DeploymentType (DeploymentType.JAXWS_JMS)
Update 
org.jboss.webservices.integration.deployers.deployment.WSDeploymentBuilder
 - remove hacky code
 - and provide proper DeploymentModelBuilderJAXWS_JMS integration
Implement 
org.jboss.webservices.integration.deployers.deployment.DeploymentModelBuilderJAXWS_JMS
 - so it properly integrates with SPIEndpoint
 - it handles new DeploymentType.JAXWS_JMS

--

Reply to this message by going to Community
[http://community.jboss.org/message/541304#541304]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - CXF jms integration

2010-05-05 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"CXF jms integration"

To view the discussion, visit: http://community.jboss.org/message/541260#541260

--
1)

AFAIK jbossws-cxf.xml is generated only in case there isn't one provided.
The scenario of deploying both JMS and Servlet endpoints in one war
using one jbossws-cxf.xml DD should be supported.
I don't expect any real issues with this scenario.

2) & 3)
> Jim Ma wrote:
> > If you look at my cxf integration work two weeks ago, you can find what I 
> > did except the jbossws-endpoints are mainly follow this suggested 
> > approach.  But after I realized the jms endpoints needs the jms queue/topic 
> > deployment dependencies, I created the BeanMataData and deliever the 
> > KernalDeploymentDeployer to deploy the jms endpoints . At present , we can 
> > not resolve the deployment dependency in the DA.
True, you cannot resolve dependency on JMS deployers in DA code. This can be 
done only in deployers.
But you're able to detect if particular DA is JMS DA or Servlet DA. See my 
suggestion (the pseudocode)
in my previous post how to resolve this issue in our WSDeploymentAspectDeployer 
constructor.
IOW *you shouldn't introduce additional deployers in AS IL*. You should *do 
everything in DAs*
and just *leverage the AS IL integration code*.
   This said I suggest you to delete both BeaMetaData and 
KernalDeploymentDeployer in our SPI
and rewrite your solution to follow my suggestions  ;) 

--

Reply to this message by going to Community
[http://community.jboss.org/message/541260#541260]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - CXF jms integration

2010-05-04 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"CXF jms integration"

To view the discussion, visit: http://community.jboss.org/message/541050#541050

--
Hi Jim,

    let me agree with Alessio. We really don't need to introduce
another DD (jbossws-endpoints.xml namely). There are two reasons for that:
 * XML configuration duplicity (as Alessio properly said users can just provide 
jbossws-cxf.xml with all the configuration)
 * simplicity (our current SPI facade should be enough for you to do the job).

What you're doing (providing jbossws-endpoints.xml) is just creating WS stack 
agnostic configuration.
But our SPI is intended exactly for that purpose.
Providing additional DD is the same thing like our SPI (just different XML-ized 
form of it).

If you will follow my suggestions I wrote few days before you shoudn't face 
"real" problems.

Another thing/issue is our SPI is not perfect (and we know that).
We will improve/rewrite our SPI once we'll be done with all the
highier priority tasks we have these days.

> Jim Ma wrote:
>     I evaluated to make new SPI metadata to extend the current SPI Endpoint.  
> But I did not find benifit from it, as our DeploymentAspects was intended to 
> process the SPI HttpEndpoint. It can not be reused to process JMSEndpoint too.
> 
Let me disagree. This is the way you had to go IMHO  ;) 

We need these abstractions in our SPI:
 * Endpoint
   - ServletEndpoint -> url address
   - JMSEndpoint -> jms address
 * DA
   - ServletDA
   - JMSDA

Our ASIL deployers will accept DA abstraction
and will be able to distinguish between HTTP and JMS.
In deployer, before specifying inputs/outputs,
you should have code like this:

// pseudocode ensuring proper deployers ordering
if (DA instanceof ServletDA) {
  this.addInput(WebMetaData.class);
  ...
} else if (DA instanceof JMSDA) {
  this.addInput(JMSMetaData.class);
  ...
}

Both HTTP and JMS endpoints should use the same deployers flow.
Don't create another deployer flow just for JMS endpoints.
but reuse our current architeture.

--

Reply to this message by going to Community
[http://community.jboss.org/message/541050#541050]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - java.lang.ClassCastException: $Proxy25

2010-04-27 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"java.lang.ClassCastException: $Proxy25"

To view the discussion, visit: http://community.jboss.org/message/539729#539729

--
You have to have the following jars in %JBOSS_HOME%\lib\endorsed:

 * jboss-saaj.jar (or jbossws-native-saaj.jar)
 * jboss-jaxws.jar (or jbossws-native-jaxws.jar)
 * jaxb-api.jar

--

Reply to this message by going to Community
[http://community.jboss.org/message/539729#539729]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - java.lang.ClassCastException: $Proxy25

2010-04-26 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"java.lang.ClassCastException: $Proxy25"

To view the discussion, visit: http://community.jboss.org/message/539542#539542

--
Do you jave -Djava.endorsed.dirs=%JBOSS_HOME%/lib/endorsed in your eclipse 
lunch command?

--

Reply to this message by going to Community
[http://community.jboss.org/message/539542#539542]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - java.lang.ClassCastException: $Proxy25

2010-04-25 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"java.lang.ClassCastException: $Proxy25"

To view the discussion, visit: http://community.jboss.org/message/539425#539425

--
Are you running your tests from IDE?

--

Reply to this message by going to Community
[http://community.jboss.org/message/539425#539425]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - java.lang.ClassCastException: $Proxy25

2010-04-22 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"java.lang.ClassCastException: $Proxy25"

To view the discussion, visit: http://community.jboss.org/message/539118#539118

--
Download JBossWS 3.1.1.GA native source distribution.
You'll find the samples sources there and you can
compare your code with the code in that distro.

--

Reply to this message by going to Community
[http://community.jboss.org/message/539118#539118]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Provider based service

2010-04-21 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Provider based service"

To view the discussion, visit: http://community.jboss.org/message/538890#538890

--
Your code looks ok. What JBossWS version are you using?
Did you try JBossWS 3.2.2.GA?

--

Reply to this message by going to Community
[http://community.jboss.org/message/538890#538890]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - wsconsume generates JAXBelement instead of just String for xs:string

2010-04-21 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"wsconsume generates JAXBelement instead of just String for xs:string"

To view the discussion, visit: http://community.jboss.org/message/53#53

--
This is the question for JAXB project team on java.net because JBossWS is 
reusing Sun tools.

--

Reply to this message by going to Community
[http://community.jboss.org/message/53#53]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - SWA-Ref schema location unavailable

2010-04-19 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"SWA-Ref schema location unavailable"

To view the discussion, visit: http://community.jboss.org/message/538200#538200

--
Delete schemaLocation=" http://ws-i.org/profiles/basic/1.1/swaref.xsd 
http://ws-i.org/profiles/basic/1.1/swaref.xsd"; from import element. This should 
help.

--

Reply to this message by going to Community
[http://community.jboss.org/message/538200#538200]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Jboss Metro - SOAP/JMS Address Not Supported

2010-04-19 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Jboss Metro - SOAP/JMS Address Not Supported"

To view the discussion, visit: http://community.jboss.org/message/538199#538199

--
JMS transport is not supported for Metro integration.

--

Reply to this message by going to Community
[http://community.jboss.org/message/538199#538199]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services CXF] - @PostConstruct behavior question

2010-04-19 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"@PostConstruct behavior question"

To view the discussion, visit: http://community.jboss.org/message/538197#538197

--
When JBWS-3001 will be fixed you will see expected behaviour with CXF stack.

--

Reply to this message by going to Community
[http://community.jboss.org/message/538197#538197]

Start a new discussion in JBoss Web Services CXF at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2046]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [EJB 3.0 Development] - Wrong JNDI context returned from EJB

2010-04-15 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Wrong JNDI context returned from EJB"

To view the discussion, visit: http://community.jboss.org/message/537621#537621

--
I reviewed JSR 250 but didn't find relevant information but I found it in EJB 
3.1 spec.

Copy/paste from *EJB 3.1 spec. - 16.2 Enterprise Bean’s Environment as a JNDI 
Naming Context*

The container must make an enterprise bean’s environment available to any 
interceptor class
and any JAX-WS message handler for the bean as well. The interceptor and web 
service han-
dler classes for an enterprise bean share that bean’s environment.

IOW JBossWS implementation is correct in terms it's trying to access EJB 3 
specific JNDI context.

--

Reply to this message by going to Community
[http://community.jboss.org/message/537621#537621]

Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [EJB 3.0 Development] - Wrong JNDI context returned from EJB

2010-04-14 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Wrong JNDI context returned from EJB"

To view the discussion, visit: http://community.jboss.org/message/537414#537414

--
 ropalka: I was wondering what is happening with  
https://jira.jboss.org/jira/browse/JBAS-7888 
https://jira.jboss.org/jira/browse/JBAS-7888 as we still have regressions with 
WS
 [#JBAS-7888] Investigate EJB3 Injection Integration Issue [Reopened, 
Major, Richard Opalka]
 bgeorges,  https://community.jboss.org/message/535366#535366 
https://community.jboss.org/message/535366#535366
 bgeorges, I'm waiting for Alessios and Carlos opinion on this topic
 ropalka: ok, thank you. carlo: can you have a look
 bgeorges, However IMHO it's not a blocker for M3 release
 I don't know how a Handler is scoped.
 But JSR-250 injection happens from java:comp
 ropalka: that would be good, carlo: wdyt
 JIRA at jira.jboss.org reports that JSR-250 does not exist.  
https://jira.jboss.org/jira/browse/JSR-250 
https://jira.jboss.org/jira/browse/JSR-250
 bgeorges: okay by me
 carlo, bgeorges If JSR 250 injection happens from java:comp only then 
I know how to fix it. I'll remove this handler.
 carlo, bgeorges I'll review also JSR 250 to be 100% sure

--

Reply to this message by going to Community
[http://community.jboss.org/message/537414#537414]

Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [EJB 3.0 Development] - Wrong JNDI context returned from EJB

2010-04-14 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Wrong JNDI context returned from EJB"

To view the discussion, visit: http://community.jboss.org/message/537344#537344

--
Copy/paste from JSR-109, section 6.2.2.2

*The container must carry out any injections (if any) requested by the handler, 
typically via the @Resource
annotation (see section 2.2 of JSR-250 Common Annotations for Java Platform 
specification)*. After all the
injections have been carried out, the container must invoke the method carrying 
a
javax.annotation.PostConstruct annotation.

The question is the scoping. Should this EJB3 associated JAX-WS handler
(part of WS runtime) see environment entries of particular EJB3 bean?

--

Reply to this message by going to Community
[http://community.jboss.org/message/537344#537344]

Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [EJB 3.0 Development] - Wrong JNDI context returned from EJB

2010-04-14 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Wrong JNDI context returned from EJB"

To view the discussion, visit: http://community.jboss.org/message/537341#537341

--
Related issue  https://jira.jboss.org/jira/browse/JBWS-2558 JBWS-2558

--

Reply to this message by going to Community
[http://community.jboss.org/message/537341#537341]

Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [EJB 3.0 Development] - Wrong JNDI context returned from EJB

2010-04-14 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Wrong JNDI context returned from EJB"

To view the discussion, visit: http://community.jboss.org/message/537334#537334

--
The situation is little bit more complicated.
*First of all I need to verify if the following usecase is valid.*

There's a *EJB3Bean* web service bean
with the following DD. It defines *boolean1* env entry.


   
    
  EJB3Bean
  
org.jboss.test.ws.jaxws.ejb3Integration.injection.webservice.EJB3Bean

*  
    boolean1
    java.lang.Boolean
    true
  * 

    
  


There's a handler associated with this EJB3Bean

@WebService
*...@handlerchain(file = "jaxws-handler.xml")
*...@stateless
public class EJB3Bean extends AbstractEndpointImpl
{

   public String echo(String msg)
   {
  return super.echo(msg) + ":EJB3Bean";
   }

}

The content of jaxws-handler.xml is:


  
    
  TestHandler
*  
org.jboss.test.ws.jaxws.ejb3Integration.injection.shared.handlers.TestHandler
*    
  


This TestHandler tries to access both EJB3Bean and it's env-entry

public final class TestHandler extends GenericSOAPHandler {
*   @Resource private Boolean boolean1;
   @EJB private BeanIface bean1;*
   ...
}** 

Using global JNDI I'm able to fix @EJB injection.

*Question for EJB3 team:*
Do you think this JAX-WS handler should see env-entry of EJB3Bean?
That would mean required access to EJB3Bean specific JNDI context (the reason 
why we're using it instead of global JNDI).

I'll double check JAX-WS and EE6 specification for clarification, but would 
like to know your opinion  ;) 

--

Reply to this message by going to Community
[http://community.jboss.org/message/537334#537334]

Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [EJB 3.0 Development] - Wrong JNDI context returned from EJB

2010-04-14 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Wrong JNDI context returned from EJB"

To view the discussion, visit: http://community.jboss.org/message/537314#537314

--
OK, I'll have a look. Thanks Carlo for information.

--

Reply to this message by going to Community
[http://community.jboss.org/message/537314#537314]

Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - CXF jms integration

2010-04-12 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"CXF jms integration"

To view the discussion, visit: http://community.jboss.org/message/536888#536888

--
+IMHO, we do not need to provide the function to trigger the desination 
creation. We always assume that user already have this Queue/Topic deployed 
before webservice jms endpoint deployment or the jms deployment is deployed 
with jms endpoint, like how the  MDB is deployed.+

Yes, you can provide initial test cases without this Queue/Topic abstraction in 
our SPI  ;) 

--

Reply to this message by going to Community
[http://community.jboss.org/message/536888#536888]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - CXF jms integration

2010-04-08 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"CXF jms integration"

To view the discussion, visit: http://community.jboss.org/message/536448#536448

--
Abbreviations:
 * CXF - CXF integration layer
 * ASIL - JBossWS Application Server Integration Layer
 * SPI - JBossWS SPI - the only dependency reused cross different JBossWS 
abstractions
 * DA - JBossWS Deployment Aspect
 * UMDM - JBossWS Universal Meta Data Model
 * JMS MD - AS JMS Meta Data
 * AS API - compilation dependency on AS API classes
 * IAC - in any case

Hi Jim,

   first approach is fundamentally wrong because:
 * it would violate our abstractions
 * it wouldn't reuse existing code/architecture

We cannot introduce *JBossWSCXF*Deployers* because we would introduce *CXF -> 
AS API* dependency. Only allowed dependency
is  http://www.jboss.org/file-access/default/members/jbossws/images/wsf.png CXF 
-> SPI. This is because AS architecture can/will change over time and we want 
to be AS agnostic IAC.

Yes, the solution 2 is little bit more complex one but we should always follow 
the golden programmers rule:
*Either do it properly or don't do it at all (*otherwise our code would become 
unmaintanable in the future*).*
*
*
Here are my suggestions how we should proceed with *approach 2*
(*ensures proper abstractions, dependencies and code/architecture reuse*):
 * extend our UMDM (located in SPI) to provide JMS endpoint abstractions
 * extend our DA framework to distinguish DA aspects intended to create web 
based endpoints and jms based endpoints
 * update our ASIL (concretely WSDeploymentAspectDeployer) to distinguish 
between Web DAs and JMS DAs
 * implement CXF DA that will map jboss-cxf.xml MD to our UMDM (ensures  
http://www.jboss.org/file-access/default/members/jbossws/images/wsf.png CXF -> 
SPI dependency)
 * implement ASIL DA that will create JMS MD from our UMDM (ensures  
http://www.jboss.org/file-access/default/members/jbossws/images/wsf.png ASIL -> 
SPI dependency)
 * implement CXF DA that will register plain JMS endpoints with CXF (ensures  
http://www.jboss.org/file-access/default/members/jbossws/images/wsf.png CXF -> 
SPI dependency)

--

Reply to this message by going to Community
[http://community.jboss.org/message/536448#536448]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - Error on java.lang.IllegalStateException: Cannot build JAXB

2010-04-08 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Error on java.lang.IllegalStateException: Cannot build JAXB"

To view the discussion, visit: http://community.jboss.org/message/536446#536446

--
You're using JAXB incompatible classes.
Double check JAXB documentation
how to proceed and to see what's supported.

--

Reply to this message by going to Community
[http://community.jboss.org/message/536446#536446]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - Recent changes on CXF integration

2010-04-07 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"Recent changes on CXF integration"

To view the discussion, visit: http://community.jboss.org/message/535998#535998

--
Good job Alessio. This was real CXF integration improvement we've been missing.

The performance bottleneck during deployment time isn't so significant
and it can be always solved with using separate worker thread to read
the CXF configuration file asynchronously when it will became an real issue.
I'd say we should remove CxfServletExt lazy load of the bus because this is 
broken
by design.

--

Reply to this message by going to Community
[http://community.jboss.org/message/535998#535998]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0 Development] - Wrong JNDI context returned from EJB

2010-04-02 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
created the discussion

"Wrong JNDI context returned from EJB"

To view the discussion, visit: http://community.jboss.org/message/535366#535366

--
Hi EJB team,

   This is related to issue:  https://jira.jboss.org/jira/browse/JBAS-7888 
https://jira.jboss.org/jira/browse/JBAS-7888

   I'm analyzing this failure:
 http://jbossws.jboss.org:8180/hudson/job/AS-TESTS-AS-6.0.1/113/testReport/ 
http://jbossws.jboss.org:8180/hudson/job/AS-TESTS-AS-6.0.1/113/testReport/

To reproduce the problem, just type:
cd jbossas/trunk/testsuite
./build.sh clean main
./build.sh 
-Dtest=org.jboss.test.ws.jaxws.ejb3Integration.injection.InjectionTestCase 
one-test

I found it started to fail since:
 http://jbossws.jboss.org:8180/hudson/job/AS-6.0.1/109/ 
http://jbossws.jboss.org:8180/hudson/job/AS-6.0.1/109/
I think it might be related to:
 https://jira.jboss.org/jira/browse/JBAS-7854 
https://jira.jboss.org/jira/browse/JBAS-7854

Here are my investigations:

Our archive structure is:
jbossas/trunk/testsuite/output/lib]>jar -tvf jaxws-injection.ear
 0 Fri Apr 02 12:20:46 CEST 2010 META-INF/
   102 Fri Apr 02 12:20:44 CEST 2010 META-INF/MANIFEST.MF
   602 Fri Apr 02 12:20:46 CEST 2010 META-INF/application.xml
  7367 Fri Apr 02 12:20:46 CEST 2010 jaxws-injection-ejb3.jar
  9000 Fri Apr 02 12:20:46 CEST 2010 jaxws-injection-pojo.war
  2323 Fri Apr 02 13:54:46 CEST 2010 jaxws-injection.jar

Relevant JNDI trees are (from JMX console):

java:comp namespace of the component 
jboss.j2ee:ear=jaxws-injection.ear,jar=jaxws-injection.jar,name=BeanImpl,service=EJB3
 :

  +- EJBContext (class: javax.ejb.EJBContext)
  +- TransactionSynchronizationRegistry[link -> 
java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef)
  +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl)
  +- env (class: org.jnp.interfaces.NamingContext)
  +- ORB[link -> java:/JBossCorbaORB] (class: javax.naming.LinkRef)


java:comp namespace of the component 
jboss.j2ee:ear=jaxws-injection.ear,jar=jaxws-injection-ejb3.jar,name=EJB3Bean,service=EJB3
 :

  +- EJBContext (class: javax.ejb.EJBContext)
  +- TransactionSynchronizationRegistry[link -> 
java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef)
  +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl)
  +- env (class: org.jnp.interfaces.NamingContext)
  |   +- 
org.jboss.test.ws.jaxws.ejb3Integration.injection.webservice.AbstractEndpointImpl
 (class: org.jnp.interfaces.NamingContext)
  |   |   +- testBean2[link -> 
jaxws-injection/BeanImpl/local-org.jboss.test.ws.jaxws.ejb3Integration.injection.shared.BeanIface]
 (class: javax.naming.LinkRef)
  |   |   +- bean[link -> 
jaxws-injection/BeanImpl/local-org.jboss.test.ws.jaxws.ejb3Integration.injection.shared.BeanIface]
 (class: javax.naming.LinkRef)
  |   +- boolean1 (class: java.lang.Boolean)
  +- ORB[link -> java:/JBossCorbaORB] (class: javax.naming.LinkRef)

In our JBossWS AS Integration layer we're lookuping the JNDI context as:

public Context getJNDIContext(final Endpoint ep) throws NamingException
{
  final EJBContainer ejb3Container = 
(EJBContainer)getEjb3Container("jboss.j2ee:ear=jaxws-injection.ear,jar=jaxws-injection-ejb3.jar,name=EJB3Bean,service=EJB3");
  return (Context)ejb3Container.getEnc().lookup("java:env/");
}

This call used to return proper JNDI tree associated with
jboss.j2ee:ear=jaxws-injection.ear,jar=jaxws-injection-ejb3.jar,name=EJB3Bean,service=EJB3.
Unfortunately these days in AS trunk it returns the JNDI tree associated with
jboss.j2ee:ear=jaxws-injection.ear,jar=jaxws-injection.jar,name=BeanImpl,service=EJB3

IMHO this is a bug in EJB code base.

--

Reply to this message by going to Community
[http://community.jboss.org/message/535366#535366]

Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services] - How to set HTTP-Headers correctly

2010-03-30 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"How to set HTTP-Headers correctly"

To view the discussion, visit: http://community.jboss.org/message/534804#534804

--
Hi Christian,

   thanks for pointing that out. I created  
https://jira.jboss.org/jira/browse/JBWS-2982 JBWS-2982.

--

Reply to this message by going to Community
[http://community.jboss.org/message/534804#534804]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services CXF] - @PostConstruct behavior question

2010-03-28 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"@PostConstruct behavior question"

To view the discussion, visit: http://community.jboss.org/message/534355#534355

--
What version of JBossWS are you using?
It was fixed on server side since
JBossWS 3.3.1, see  https://jira.jboss.org/jira/browse/JBWS-2486 JBWS-2486

--

Reply to this message by going to Community
[http://community.jboss.org/message/534355#534355]

Start a new discussion in JBoss Web Services CXF at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2046]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Web Services Development] - InjectionMetaDataDeploymentAspect misuse of EJBContainer.getEnc()

2010-03-24 Thread Richard Opalka
Richard Opalka [http://community.jboss.org/people/richard.opalka%40jboss.com] 
replied to the discussion

"InjectionMetaDataDeploymentAspect misuse of EJBContainer.getEnc()"

To view the discussion, visit: http://community.jboss.org/message/533668#533668

--
How to reproduce this issue Carlo?
I'm asking because our night run:
 http://jbossws.jboss.org:8180/hudson/job/NATIVE-CORE-AS-6.0.1-SUN-JDK-6/ 
http://jbossws.jboss.org:8180/hudson/job/NATIVE-CORE-AS-6.0.1-SUN-JDK-6/
didn't pop up it.

--

Reply to this message by going to Community
[http://community.jboss.org/message/533668#533668]

Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: Unable to process deployment descriptor for context and"

2010-03-17 Thread Richard Opalka
User development,

A new message was posted in the thread "Unable to process deployment descriptor 
for context and @Web":

http://community.jboss.org/message/532456#532456

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
EJBs and POJOs cannot use the same web context 
--

To reply to this message visit the message page: 
http://community.jboss.org/message/532456#532456


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: jboss ws webservice stop"

2010-03-17 Thread Richard Opalka
User development,

A new message was posted in the thread "jboss ws webservice stop":

http://community.jboss.org/message/532455#532455

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
There's no API for you to stop Web service endpoints 

--

To reply to this message visit the message page: 
http://community.jboss.org/message/532455#532455


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: How can i make my web service method to return an array of objects"

2010-03-17 Thread Richard Opalka
User development,

A new message was posted in the thread "How can i make my web service method to 
return an array of objects":

http://community.jboss.org/message/532454#532454

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
You cannot return array of java.lang.Objects, this is not supported.
You shouldn't have the problem with concrete types.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/532454#532454


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: ERROR: nor any of its super class is known to this context"

2010-03-17 Thread Richard Opalka
User development,

A new message was posted in the thread "ERROR: nor any of its super class is 
known to this context":

http://community.jboss.org/message/532452#532452

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--

You can pass only JAXB supported types web method parameters.
java.lang.Object cannot be passed as web method parameter.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/532452#532452


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Development] New message: "Re: drools application (project) on the web"

2010-03-17 Thread Richard Opalka
User development,

A new message was posted in the thread "drools application (project) on the 
web":

http://community.jboss.org/message/532451#532451

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
This is wrong place for your question.
Go to http://www.jboss.org/projects/matrix
and search for drools to find mailing list or
chat connection details.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/532451#532451


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: [JBossWS] MTOM client parsing exception"

2010-03-17 Thread Richard Opalka
User development,

A new message was posted in the thread "[JBossWS] MTOM client parsing 
exception":

http://community.jboss.org/message/532450#532450

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
I see from your stack trace you're using JDK WS provider on client side
(+com.sun.xml.internal.ws.encoding.soap.DeserializationException)+
You should use JBossWS native on both client and server side.
Are you executing this test from IDE?
You should set -Djava.endorsed.dirs=$JBOSS_HOME/lib/endorsed
in your IDE or execution script to use JBossWS impl on client side too.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/532450#532450


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: InstantiationException w JBoss 5.1.0GA"

2010-03-11 Thread Richard Opalka
User development,

A new message was posted in the thread "InstantiationException w JBoss 5.1.0GA":

http://community.jboss.org/message/531549#531549

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
The problem is referenced class is interface and not regular Web Service class 
with public constructor
--

To reply to this message visit the message page: 
http://community.jboss.org/message/531549#531549


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: JBoss 5.1.0 + Java6 + ant = 'setProperty must be overridden' error"

2010-03-10 Thread Richard Opalka
User development,

A new message was posted in the thread "JBoss 5.1.0 + Java6 + ant = 
'setProperty must be overridden' error":

http://community.jboss.org/message/531290#531290

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
You forgot to set the following element in  element:




--

To reply to this message visit the message page: 
http://community.jboss.org/message/531290#531290


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0 Development] New message: "javax.naming.NameNotFoundException: JNDI name not bound"

2010-03-09 Thread Richard Opalka
User development,

A new message was posted in the thread "javax.naming.NameNotFoundException: 
JNDI name not bound":

http://community.jboss.org/message/530953#530953

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
Hi folks,
 
   could someone have a look to
https://jira.jboss.org/jira/browse/JBQA-2913
and tell me what's going wrong there?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/530953#530953


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: Occasional exceptions out of SOAPAddressingPropertiesImpl.writeHeaders"

2010-03-02 Thread Richard Opalka
User development,

A new message was posted in the thread "Occasional exceptions out of 
SOAPAddressingPropertiesImpl.writeHeaders":

http://community.jboss.org/message/529290#529290

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
Thanks for pointing out this hot deploy issue Andrew. We will have a look.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/529290#529290


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Development] New message: "Re: Reviewing jbossws installation"

2010-02-23 Thread Richard Opalka
User development,

A new message was posted in the thread "Reviewing jbossws installation":

http://community.jboss.org/message/527916#527916

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
There's TODO in my head for few months already that we really need to review 
our integration with JBossAS.
IOW you're right we really need to review it. Go ahead and create JIRA task for 
that please.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/527916#527916


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: Out of memory occured on servlet.service()"

2010-02-23 Thread Richard Opalka
User development,

A new message was posted in the thread "Out of memory occured on 
servlet.service()":

http://community.jboss.org/message/527819#527819

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
Hi Doochul,
 
   I suggested you to upgrade both JBossAS and JBossWS 
See our http://community.jboss.org/docs/DOC-13569 to see what JBossWS version 
is targeted for which JBossAS.
I don't know if you can run Axis on top of JBossAS 4.0.2 
Let's see what our users will reply.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/527819#527819


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: Issues with JBoss 5.1.0 GA and JBossWS CXF 3.2.2 GA"

2010-02-23 Thread Richard Opalka
User development,

A new message was posted in the thread "Issues with JBoss 5.1.0 GA and JBossWS 
CXF 3.2.2 GA":

http://community.jboss.org/message/527809#527809

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
See: https://jira.jboss.org/jira/browse/JBWS-2759#action_12485549
--

To reply to this message visit the message page: 
http://community.jboss.org/message/527809#527809


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: Initialize WS in deployment descriptor?"

2010-02-23 Thread Richard Opalka
User development,

A new message was posted in the thread "Initialize WS in deployment 
descriptor?":

http://community.jboss.org/message/527805#527805

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
Though the bean specified in servlet-class is not servlet,
users can specify load on startup for such beans.
During the deployment process the webservice bean
is translated to servlet that will handle the requests.
 
*Thus setting load-on-startup is the solution you're looking for.*

--

To reply to this message visit the message page: 
http://community.jboss.org/message/527805#527805


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] New message: "Re: Out of memory occured on servlet.service()"

2010-02-23 Thread Richard Opalka
User development,

A new message was posted in the thread "Out of memory occured on 
servlet.service()":

http://community.jboss.org/message/527800#527800

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
Hi Doochul,
 
   I highly recomend you to upgrade to AS 5.1.0.GA.
There were many performance and memory leak fixes
lately that might be blocking you. The most relevant one is:
https://jira.jboss.org/jira/browse/JBWS-2486

--

To reply to this message visit the message page: 
http://community.jboss.org/message/527800#527800


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Development] New message: "Re: Providing JAX-RPC functionalities with CXF and Metro stacks"

2010-02-17 Thread Richard Opalka
User development,

A new message was posted in the thread "Providing JAX-RPC functionalities with 
CXF and Metro stacks":

http://community.jboss.org/message/526729#526729

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
I have no complains about merging this JAX-RPC prototype upstream
because I can't see different viable solution. I suggest you to
merge before VFS3 is in AS trunk, then it will be harder to debug the problems 
(if any).
On the other hand JBossWS 3.3.0.CR1 is coming (code freeze this Friday?)
 
Onward to merge!

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526729#526729


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Development] New message: "Re: Providing JAX-RPC functionalities with CXF and Metro stacks"

2010-02-16 Thread Richard Opalka
User development,

A new message was posted in the thread "Providing JAX-RPC functionalities with 
CXF and Metro stacks":

http://community.jboss.org/message/526708#526708

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
BTW, I really like the idea of coexisting WebServices stacks in AS 
This is the way to go in the furure IMHO. The particular WebService stack
that will be used can be command line configured (see discussion on 
configurable AS)

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526708#526708


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Development] New message: "Re: Providing JAX-RPC functionalities with CXF and Metro stacks"

2010-02-16 Thread Richard Opalka
User development,

A new message was posted in the thread "Providing JAX-RPC functionalities with 
CXF and Metro stacks":

http://community.jboss.org/message/526707#526707

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
Just few notes/questions here: 
Note1) instead of jbossws.deployer we should have two deployers:
 - jaxrpc.deployer
 - jaxws.deployer

Note2) This is the first initial prototype that will require further
cleanup in the future.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526707#526707


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   >