JBOSS crashing trying to run calculator Example.

2009-01-08 Thread Sacauskis, Mike
I'm trying to run the sample-calculator-ws-webapp example with JBOSS. I drop in the war file and Tuscany seems to be crashing on me. Below is the stack trace. I'm run Tuscany 1.3.2 with JBoss 4.4GA. I haven't modified anything. I'm running on Windows XP. 16:21:09,379 INFO

Policy Framework

2009-02-27 Thread Sacauskis, Mike
Are there any examples on using the Tuscany policy framework? Something for a newbie to grasp? Mike Sacauskis Senior Software Engineer General Dynamics Information Technology 8989 Rio San Diego Dr. Suite 330 San Diego, CA 92108 619.542.0240 x154 mike.sacaus...@gdit.com

Examples Using Definitions.xml file

2009-03-02 Thread Sacauskis, Mike
Are there any examples that demonstrate how to use the definitions.xml file to define policies? Mike Sacauskis

Contents of Definitions.xml

2009-03-02 Thread Sacauskis, Mike
I playing with the definitions.xml in the calculator-ws-secure-webapp sample. On of the policy sets is: !-- WS Security POLICY SETS -- sca:policySet name=calc:wsAuthenticationPolicy provides=sca:authentication appliesTo=sca:service/sca:binding.ws

RE: Contents of Definitions.xml

2009-03-03 Thread Sacauskis, Mike
module is a good example on how to create your own policies (e.g providing intents, provide processors for the policySets, etc) On Mon, Mar 2, 2009 at 4:56 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: I playing with the definitions.xml in the calculator-ws-secure-webapp sample

RE: Policy Framework

2009-03-03 Thread Sacauskis, Mike
, 2009 at 3:16 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: The example doesn't build.  What do I need to do to get it to build? How are you trying to build ? Any particular error so we can try to be of better help ? -- Luciano Resende Apache Tuscany, Apache PhotArk http

RE: Contents of Definitions.xml

2009-03-03 Thread Sacauskis, Mike
://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/modules/policy-logging/ On Tue, Mar 3, 2009 at 8:22 AM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: Where do I find the policy logging module? -Original Message- From: Luciano Resende [mailto:luckbr1...@gmail.com] Sent: Monday, March

RE: Contents of Definitions.xml

2009-03-03 Thread Sacauskis, Mike
/tuscany/branches/sca-java-1.x/modules/policy-logging/src/main/java/org/apache/tuscany/sca/policy/logging/jdk/JDKLoggingPolicyProcessor.java On Tue, Mar 3, 2009 at 9:25 AM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: All that example shows is the definition of an intent. -Original Message

RE: Contents of Definitions.xml

2009-03-03 Thread Sacauskis, Mike
/apache/tuscany/sca/policy/logging/LoggingPolicyDefinitionsProvider.java [3] https://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/modules/policy-logging/src/main/java/org/apache/tuscany/sca/policy/logging/jdk/JDKLoggingPolicyProcessor.java On Tue, Mar 3, 2009 at 9:25 AM, Sacauskis, Mike

Stack trace running calculator-ws-secure-webapp in eclipse

2009-03-05 Thread Sacauskis, Mike
I'm getting a stack trace when I'm trying to run the calculator-ws-secure-webapp with the eclipse plugin. My Launch program is: package calculator; import calculator.CalculatorService; import org.apache.tuscany.sca.host.embedded.SCADomain; public class Launch { public

RE: Policy Framework and Eclipse Plugin

2009-03-05 Thread Sacauskis, Mike
Plugin On Thu, Mar 5, 2009 at 2:41 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: Does the policy framework work when running in the eclipse plug-in. Yes, it should... what is the plugin version you are using and do you see the logging policy jar in the tuscany library that is provided

RE: XMLSchema validation problem in: null, line: 5, column: 3

2009-03-06 Thread Sacauskis, Mike
, Mar 6, 2009 at 12:59 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: Anybody have any idea what causes this? Mar 6, 2009 12:54:52 PM org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader$1 error WARNING: XMLSchema validation problem in: null, line: 5, column: 3 cvc

RE: XMLSchema validation problem in: null, line: 5, column: 3

2009-03-06 Thread Sacauskis, Mike
, that would help me reproduce the problems easily. On Fri, Mar 6, 2009 at 2:16 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: I'm not sure they are show stoppers.  Especially the one below.  I'm able to run through completion, but the logging doesn't occur (as I mentioned in an earlier post

RE: XMLSchema validation problem in: null, line: 5, column: 3

2009-03-06 Thread Sacauskis, Mike
, please feel free to use it. On Fri, Mar 6, 2009 at 2:24 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: Is there any particular category in the Jira I should put it under. -Original Message- From: Luciano Resende [mailto:luckbr1...@gmail.com] Sent: Friday, March 06, 2009 2:22 PM

RE: stack trace: PolicyValidation exception

2009-03-06 Thread Sacauskis, Mike
, Sacauskis, Mike mike.sacaus...@gdit.com wrote: definitions xmlns=http://www.osoa.org/xmlns/sca/1.0; targetNamespace=http://gdit.com/; xmlns:sca=http://www.osoa.org/xmlns/sca/1.0;     xmlns:gdit=http://gdit.com/;     !-- Policy Intents Defined by the SCA Runtime

tuscany-sca-1.2.1-incubating-src

2009-03-10 Thread Sacauskis, Mike
I'm trying to build tuscany-sca-1.2.1-incubating-src but I am getting test case failures: ?xml version=1.0 encoding=UTF-8 ? testsuite failures=0 time=1.906 errors=1 skipped=0 tests=1 name=org.apache.tuscany.sca.binding.ws.axis2.itests.policy.configparams .WSSecurityIntegrityTestCase

RE: tuscany-sca-1.2.1-incubating-src

2009-03-10 Thread Sacauskis, Mike
[mailto:simonsl...@googlemail.com] Sent: Tuesday, March 10, 2009 9:24 AM To: user@tuscany.apache.org Subject: Re: tuscany-sca-1.2.1-incubating-src On Tue, Mar 10, 2009 at 4:09 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: I'm trying to build tuscany-sca-1.2.1-incubating-src but I am getting

RE: tuscany-sca-1.2.1-incubating-src

2009-03-10 Thread Sacauskis, Mike
.itests.policy.wspolicy.WSSecurityIntegrityTestCase.xml. -Original Message- From: Simon Laws [mailto:simonsl...@googlemail.com] Sent: Tuesday, March 10, 2009 10:25 AM To: user@tuscany.apache.org Subject: Re: tuscany-sca-1.2.1-incubating-src On Tue, Mar 10, 2009 at 4:50 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote

RE: tuscany-sca-1.2.1-incubating-src

2009-03-11 Thread Sacauskis, Mike
@tuscany.apache.org Subject: Re: tuscany-sca-1.2.1-incubating-src On Tue, Mar 10, 2009 at 5:37 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: I got the updated key but it still gives me unit test failures.  The failures occur when running test for TEST-org.apache.tuscany.sca.binding.ws.axis2

Tuscany Eclipse Plugin.

2009-09-03 Thread Sacauskis, Mike
I'm looking for the eclipse plugin for Tuscany to work with Galileo. The thread http://www.mail-archive.com/user@tuscany.apache.org/msg01368.html does not contain up to date links. I've tried this site but I get and error:

RE: Tuscany Eclipse Plugin.

2009-09-03 Thread Sacauskis, Mike
It tells me that it needs to launch the old installer but then I get an error: Error retrieving feature.xml.[error in opening zip file]. -Original Message- From: Luciano Resende [mailto:luckbr1...@gmail.com] Sent: Thursday, September 03, 2009 11:04 AM To: user@tuscany.apache.org

Policy error

2009-09-04 Thread Sacauskis, Mike
I'm creating my own policy and I'm getting the following error when I deploy my service: SEVERE: PolicyValidation exception when processing implementation of component CalculatorServiceComponent due to Policy Intent '{http://tuscany.apache.org/xmlns/sca/1.0}foobar' is not defined in this

RE: Policy error

2009-09-08 Thread Sacauskis, Mike
I have defined the foobar intent in the definitions file: ?xml version=1.0 encoding=ASCII? definitions xmlns=http://www.osoa.org/xmlns/sca/1.0; targetNamespace=http://tuscany.apache.org/xmlns/sca/1.0; xmlns:sca=http://www.osoa.org/xmlns/sca/1.0;

Eclipse Plugin for Tuscany 1.5

2009-09-08 Thread Sacauskis, Mike
Is there an eclipse plugin that works with Tuscany 1.5? Mike Sacauskis