[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-14 Thread [EMAIL PROTECTED]
Open issues for jbossws
http://jira.jboss.org/jira/browse/JBWS

anonymous wrote : 
  | Has anyone been successful using the old ws4ee stack working with EJB3 and 
JBoss 4.0.4? 
  | 

EJB3 endpoints are not supported by jboss-ws4ee.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-09 Thread patrick_ibg
Hi,

I have a few questions regarding EJB3 and webservices...

1) From what I understand JBossWS supports annotation-based declaration to 
expose webservice methods, and this works with JBOSS HEAD. As far as 
backporting to JBoss 4.0.4, is issue 
http://jira.jboss.com/jira/browse/JBAS-2776 the only holdup?

2) Has anyone been successful using the old ws4ee stack working with EJB3 and 
JBoss 4.0.4?


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-08 Thread necrosus
I assume your  answer was a yes then.

I am back to running JBoss4.0.4RC with Java 1.4 and EJB 2.1. I have this 
working correctly. I do have one small issue which i would be grateful for any 
suggestions about. I know this issue is not just a JBoss issue. Basically with 
the new stack, I have found that my Axis java client works fine but my Axis C++ 
client does not. 


The Axis java client sends this request

  | soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' 
xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  |  soapenv:Header/
  |  soapenv:Body
  |   sendCommand 
xmlns='http://com.fbbt.matador.communication.interfaces/types'
  |VCommandMessage_1 xmlns=''
  | destinationIddatabase/destinationId
  | destinationType xsi:nil='true'/
  | messageType001/messageType
  | sourceId xsi:nil='true'/
  | sourceType xsi:nil='true'/
  | command xsi:nil='true'/
  | seatAddress192.168.0.57_kris/seatAddress
  | usernamefbbt/username
  | alertId xsi:nil='true'/
  | attribute xsi:nil='true'/
  | auditDate xsi:nil='true'/
  | deviceId xsi:nil='true'/
  | exitMode xsi:nil='true'/
  | holdRelease xsi:nil='true'/
  | operatorNotes xsi:nil='true'/
  | passworddsfdsfsdf/password
  | pathId xsi:nil='true'/
  | pathSequence xsi:nil='true'/
  | portId xsi:nil='true'/
  | portType xsi:nil='true'/
  | positionIndicator xsi:nil='true'/
  | serviceId xsi:nil='true'/
  | timestamp xsi:nil='true'/
  | usernameViewing xsi:nil='true'/
  |/VCommandMessage_1
  |   /sendCommand
  |  /soapenv:Body
  | /soapenv:Envelope
  | 

The Axis C++ client sends this



  | SOAP-ENV:Envelope 
xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' 
xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  |  SOAP-ENV:Header/
  |  SOAP-ENV:Body
  |   ns1:sendCommand 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types'
  | 
  |VCommandMessage_1
  | ns1:destinationId 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types'database/ns1:destinationId
  | 
  | ns1:destinationType 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:messageType 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types'001/ns1:messageType
  | 
  | ns1:sourceId 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:sourceType 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:command 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:seatAddress 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types'kris_IBC-JBOSS_192.168.0.30_24070/ns1:seatAddress
  | 
  | ns1:username 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types'fbbt/ns1:username
  | 
  | ns1:alertId 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:attribute 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:auditDate 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:deviceId 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:exitMode 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:holdRelease 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:operatorNotes 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:password 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types'sdfsdfdsf/ns1:password
  | 
  | ns1:pathId 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:pathSequence 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:portId 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:portType 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:positionIndicator 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:serviceId 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:timestamp 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  | ns1:usernameViewing 
xmlns:ns1='http://com.fbbt.matador.communication.interfaces/types' 
xsi:nil='true'/
  | 
  |/VCommandMessage_1
  | 
  |   /ns1:sendCommand
  |  /SOAP-ENV:Body
  | /SOAP-ENV:Envelope
  | 


The relevant jaxrpc mapping is like this


  | 

[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-06 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-680

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-06 Thread necrosus
[EMAIL PROTECTED] wrote : http://jira.jboss.com/jira/browse/JBWS-680

Thanx for quick response :)

So does this mean that at the moment it is not possible to run jbossws with 
ejb3.0 in JBoss4.0.4RC?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBoss4.04RC.. new stack

2006-02-06 Thread [EMAIL PROTECTED]
You are welcome to fix

http://jira.jboss.com/jira/browse/JBAS-2776

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user