Re: jaxb / sdo question

2008-05-14 Thread Abraham Washington
, May 14, 2008 9:39:21 AM Subject: Re: jaxb / sdo question Hi, It looks like Rampart (WS-Security from Axis2) is mot happy. Can you dump out the SOAP message in XML? Thanks, Raymond -- From: Abraham Washington [EMAIL PROTECTED] Sent: Tuesday, May 13

Re: wsdl reference question

2008-04-30 Thread Abraham Washington
=DivideServiceComponent implementation.java class=calculator.DivideServiceImpl/ /component /composite - Original Message From: Mike Edwards [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, April 30, 2008 4:41:26 AM Subject: Re: wsdl reference question Abraham Washington wrote: hi all, i

Re: noobie wsdl location question

2008-04-29 Thread Abraham Washington
got it working.  i took the calculator example, stripped it down, then built it back up with my implementation.  not sure what was the problem, but that's for another day. thx for helping out! abe - Original Message From: Abraham Washington [EMAIL PROTECTED] To: tuscany-user

wsdl reference question

2008-04-29 Thread Abraham Washington
hi all, i have a service that has a reference to another service.  so, in my impl class there's a setter method for the reference.   when the app is deployed, the wsdl generates the setter method operation, thus making it available to be invoked (not a good thing).  is there a way around this

Re: noobie wsdl location question

2008-04-25 Thread Abraham Washington
sorry...i'm using tuscany version sca-1.1-incubating thx simon/ant for the responses.  if i can just get the wsdl from the war, that would be great. - Original Message From: Abraham Washington [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, April 25, 2008 6:50:14 AM

Re: noobie wsdl location question

2008-04-25 Thread Abraham Washington
move back to jboss... thanks abe - Original Message From: Simon Laws [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, April 25, 2008 8:00:54 AM Subject: Re: noobie wsdl location question On Fri, Apr 25, 2008 at 2:40 PM, Abraham Washington [EMAIL PROTECTED] wrote: sorry

Re: noobie wsdl location question

2008-04-25 Thread Abraham Washington
)...not sure... thx abe - Original Message From: Simon Laws [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, April 25, 2008 12:03:49 PM Subject: Re: noobie wsdl location question On Fri, Apr 25, 2008 at 6:33 PM, Abraham Washington [EMAIL PROTECTED] wrote: hi,  it looks like

noobie wsdl location question

2008-04-24 Thread Abraham Washington
hi all... just a quick noobie question. i have the composite below. the war file deploys fine in tomcat, but I can't figure out where the wsdl location would be for the trial and create trial services. ?xml version=1.0 encoding=UTF-8? composite xmlns=http://www.osoa.org/xmlns/sca/1.0;

Re: jboss deployment

2008-04-23 Thread Abraham Washington
: Abraham Washington [EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 10:37 AM To: tuscany-user@ws.apache.org Subject: Re: jboss deployment i did more debugging and think i narrowed down the problem. using jboss 4.0.5.ga, the error msg is more verbose. below is the stack trace 11:35:11,536

jboss deployment

2008-04-22 Thread Abraham Washington
hi...is there some special config that needs to be done for the samples to be deployed within jboss. i'm getting the error below... 14:14:53,930 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 14:14:58,079 INFO [TomcatDeployer] deploy,

Re: sdo/das question

2008-04-21 Thread Abraham Washington
] To: tuscany-user@ws.apache.org Sent: Monday, April 21, 2008 8:36:31 AM Subject: Re: sdo/das question Looks like you have the columns with mixed cases, could you please try having them all in uppercase, as defined in the DB structure. On Mon, Apr 21, 2008 at 5:49 AM, Abraham Washington [EMAIL PROTECTED

transaction question

2008-04-21 Thread Abraham Washington
how does sca/das handle transactions working together ? if i have 2 das instances, connecting to 2 different databases, and both das instances are within a single component/service operation, is this considered a single transaction ?...if someone can point me to some documentation as well,