[jira] Created: (TUSCANY-1362) Incorrect operation of code that checks whether schema is loaded before going out on the net to retrieve it.

2007-06-20 Thread Simon Laws (JIRA)
://issues.apache.org/jira/browse/TUSCANY-1362 Project: Tuscany Issue Type: Bug Components: C++ SDO Affects Versions: Java-SDO-M2 Environment: All Reporter: Simon Laws Priority: Minor There is code in SDOSchemeSAX2Parse.cpp that decideds

[jira] Updated: (TUSCANY-1311) Bring JMS extension into line with the 0.90 SPIs

2007-06-20 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1311: Fix Version/s: (was: Java-SDO-beta1) Java-SCA-0.90 Bring JMS extension

[jira] Resolved: (TUSCANY-1311) Bring JMS extension into line with the 0.90 SPIs

2007-06-20 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1311. - Resolution: Fixed As per previous comment the JMS binding runs on the 0.90 SPI

[jira] Commented: (TUSCANY-1379) Admin:Core start/stop/query admin services

2007-07-02 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509538 ] Simon Laws commented on TUSCANY-1379: - As part of the distributed runtime there is an implementation of a node

[jira] Created: (TUSCANY-1415) Missing readmes and further tidying for samples and demos

2007-07-08 Thread Simon Laws (JIRA)
Components: Java SCA Samples Affects Versions: Java-SCA-0.91 Reporter: Simon Laws Priority: Minor - Diagram required for sample/chat-webapp - README and diagrams required for sample/feed-aggregator - demos/bigbank-account could do with an ant based run file to match

[jira] Closed: (TUSCANY-353) The helloword sidefile (with no annotations) test I created does not read the default value from the side files

2007-07-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws closed TUSCANY-353. -- Resolution: Fixed no relevant now The helloword sidefile (with no annotations) test I created does

[jira] Resolved: (TUSCANY-1310) Port the feed aggregator sample from SCA Native to SCA Java

2007-07-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1310. - Resolution: Fixed AlertAggregator now checked in under sca/demos Port the feed aggregator

[jira] Created: (TUSCANY-1472) Rationalize remove() interface of ScopeContainer

2007-07-21 Thread Simon Laws (JIRA)
SCA Core Runtime Reporter: Simon Laws Priority: Minor The ScopeContainer interface currently contains a method remove() which doesn't take a contextId. This is at odds with the other methods of this interface which do take an Id. There is currently a single reference

[jira] Commented: (TUSCANY-1377) Conversational PM- HTTP Session persistence

2007-07-23 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514622 ] Simon Laws commented on TUSCANY-1377: - Some work has been going on in the area over the last few days. Many

[jira] Created: (TUSCANY-1481) TuscanyServlet looks for servlets using path info and not the whole path

2007-07-25 Thread Simon Laws (JIRA)
Issue Type: Bug Components: Java SCA Web App Integration Affects Versions: Java-SCA-Next Environment: All Reporter: Simon Laws In the TuscanyServlet service method there is code to find a registerest servlet String path = ((HttpServletRequest)req

[jira] Commented: (TUSCANY-1497) Add full support for service references (which can be passed accross binding protocols)

2007-08-06 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517892 ] Simon Laws commented on TUSCANY-1497: - As pointed out be Sebastien's last comment the conversation id

[jira] Created: (TUSCANY-1511) Conversational - spec funnies and other improvements

2007-08-07 Thread Simon Laws (JIRA)
Components: Java SCA Core Runtime Environment: All Reporter: Simon Laws We closed http://issues.apache.org/jira/browse/TUSCANY-1377 when we got to the stage where conversation support was basically back up and running. There are still some outstanding issues recorded against

[jira] Assigned: (TUSCANY-1512) SCA Binding - Combine local and remote implementations and extend to support ws protocol

2007-08-07 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1512: --- Assignee: Simon Laws SCA Binding - Combine local and remote implementations and extend

[jira] Created: (TUSCANY-1512) SCA Binding - Combine local and remote implementations and extend to support ws protocol

2007-08-07 Thread Simon Laws (JIRA)
Project: Tuscany Issue Type: Improvement Components: Java SCA Core Runtime Environment: all Reporter: Simon Laws From this thread ( http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg21186.html) implement - binding-sca, the SCA binding model

[jira] Commented: (TUSCANY-1512) SCA Binding - Combine local and remote implementations and extend to support ws protocol

2007-08-08 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518395 ] Simon Laws commented on TUSCANY-1512: - Following the first step (reorganizing the existing sca binding code

[jira] Created: (TUSCANY-1526) Trying to wire a non-wireable binding should fal gracefully

2007-08-10 Thread Simon Laws (JIRA)
Components: Java SCA Core Runtime Environment: All Reporter: Simon Laws Priority: Minor If I do something like component name=CalculatorServiceComponent implementation.java class=calculator.CalculatorServiceImpl/ reference name=addService

[jira] Created: (TUSCANY-1534) Refactor wireable binding support to make it applicable to all bindings

2007-08-14 Thread Simon Laws (JIRA)
Type: Improvement Components: Java SCA Core Runtime Environment: All Reporter: Simon Laws Extracted from the now closed https://issues.apache.org/jira/browse/TUSCANY-1526 There is consensus that all bindings are potentially wireable and that the current

[jira] Closed: (TUSCANY-1526) Trying to wire a non-wireable binding should fal gracefully

2007-08-14 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws closed TUSCANY-1526. --- Resolution: Fixed Opened as an explicit JIRA to apply wireable support to all bindings https

[jira] Assigned: (TUSCANY-1570) ANT build of calcualator-webapp sample fails.. either remove it or fix it

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1570: --- Assignee: Simon Laws ANT build of calcualator-webapp sample fails.. either remove

[jira] Resolved: (TUSCANY-1570) ANT build of calcualator-webapp sample fails.. either remove it or fix it

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1570. - Resolution: Fixed Created new build.xml file Should be ok now ANT build of calcualator

[jira] Created: (TUSCANY-1596) mortgage-creditcheck/loanapproval tidying

2007-08-24 Thread Simon Laws (JIRA)
Reporter: Simon Laws Need READMEs A new client for loanapproval that exercises the remote version of creditcheck ant scripts -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Created: (TUSCANY-1608) Rationalize sample and demo ant build and run scripts

2007-08-24 Thread Simon Laws (JIRA)
Versions: Java-SCA-Next Reporter: Simon Laws The ant build scripts used in the samples are taking a lot of maintenance each time we release. Here are some things that we need to look at fix web app packaging (not just restricted to ant builds but currently we are relying on the ant build

[jira] Updated: (TUSCANY-1608) Rationalize sample and demo ant build and run scripts

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1608: Component/s: Java SCA Samples Rationalize sample and demo ant build and run scripts

[jira] Updated: (TUSCANY-1595) helloworld-ws-service-webapp - README needs content

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1595: Fix Version/s: Java-SCA-0.99 helloworld-ws-service-webapp - README needs content

[jira] Updated: (TUSCANY-1596) mortgage-creditcheck/loanapproval tidying

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1596: Fix Version/s: Java-SCA-0.99 mortgage-creditcheck/loanapproval tidying

[jira] Updated: (TUSCANY-1594) helloworld-ws-sdo-webapp - no README

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1594: Fix Version/s: Java-SCA-0.99 helloworld-ws-sdo-webapp - no README

[jira] Assigned: (TUSCANY-1602) README instructions for calculator-distributed sample don't work

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1602: --- Assignee: Simon Laws README instructions for calculator-distributed sample don't work

[jira] Resolved: (TUSCANY-1602) README instructions for calculator-distributed sample don't work

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1602. - Resolution: Fixed the build.xml file was taking account running without building first

[jira] Commented: (TUSCANY-1608) Rationalize sample and demo ant build and run scripts

2007-08-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522663 ] Simon Laws commented on TUSCANY-1608: - Can we make use of mvn ant or at least derive out scripts from

[jira] Created: (TUSCANY-1625) Calculator-distributed - nodes not ending when enter pressed

2007-08-28 Thread Simon Laws (JIRA)
Components: Java SCA Problem Determination, Java SCA Samples Affects Versions: Java-SCA-0.99 Environment: Windows XP - SP2 IBM JDK5 Reporter: Simon Laws Priority: Minor Fix For: Java-SCA-1.0 nodeB and nodeC start as services in the calculator

[jira] Commented: (TUSCANY-1617) calculator-webapp-ws README has errors

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523188 ] Simon Laws commented on TUSCANY-1617: - Url is also wrong http://localhost:8085/sample-calculator

[jira] Updated: (TUSCANY-1594) helloworld-ws-sdo-webapp - no README

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1594: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0 The sample still fails

[jira] Updated: (TUSCANY-1595) helloworld-ws-service-webapp - README needs content

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1595: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0 The sample still fails

[jira] Updated: (TUSCANY-1604) osgi-supplychain sample doesn't have an ant script

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1604: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0 Also the readme

[jira] Created: (TUSCANY-1626) Samples missing diagrams

2007-08-28 Thread Simon Laws (JIRA)
Environment: All Reporter: Simon Laws Priority: Minor Fix For: Java-SCA-1.0 Add diagrams giving overview of sample application to: calculator-webapp-ws chat-webapp feed-aggregator helloworld-ws-sdo-webapp helloworld-ws-service helloworld-ws-service

[jira] Closed: (TUSCANY-1625) Calculator-distributed - nodes not ending when enter pressed

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws closed TUSCANY-1625. --- Resolution: Duplicate Duplicate of 1616 Calculator-distributed - nodes not ending when enter

[jira] Updated: (TUSCANY-1276) Support SCDL schema validation

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1276: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0 Support SCDL schema

[jira] Updated: (TUSCANY-1617) calculator-webapp-ws README has errors

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1617: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0 calculator-webapp-ws

[jira] Assigned: (TUSCANY-1590) Conversation ID's are not unique with multiple references in same component

2007-08-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1590: --- Assignee: Simon Laws Conversation ID's are not unique with multiple references in same

[jira] Created: (TUSCANY-1627) alert aggregator demo feeds don't work (may be a wider problem with the way feed url's are managed in host-webapp environment)

2007-08-28 Thread Simon Laws (JIRA)
URL: https://issues.apache.org/jira/browse/TUSCANY-1627 Project: Tuscany Issue Type: Bug Affects Versions: Java-SCA-0.99 Reporter: Simon Laws Fix For: Java-SCA-1.0 Using the URL http://localhost:8080/demo-alert-aggregator/services

[jira] Resolved: (TUSCANY-1590) Conversation ID's are not unique with multiple references in same component

2007-08-29 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1590. - Resolution: Fixed The conversational scope container now allows component instances

[jira] Created: (TUSCANY-1637) Rationalize the SCA Domain implementations

2007-08-30 Thread Simon Laws (JIRA)
Runtime, Java SCA Embedded Runtime Affects Versions: Java-SCA-0.99 Reporter: Simon Laws Fix For: Java-SCA-1.0 We now have a number of domain implementations in Tuscany Java SCA including - The SCADomain interface - DefaultSCADomain - EmbeddedSCADomain

[jira] Commented: (TUSCANY-1511) Conversational - spec funnies and other improvements

2007-09-03 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524456 ] Simon Laws commented on TUSCANY-1511: - A mail list thread clarifying point 1is here (http://www.mail

[jira] Created: (TUSCANY-1653) Method signatures with no parameters are not represented properly as wrapped opoerations with auto generated WSDL

2007-09-03 Thread Simon Laws (JIRA)
://issues.apache.org/jira/browse/TUSCANY-1653 Project: Tuscany Issue Type: Bug Components: Java SCA Axis Binding Extension Affects Versions: Java-SCA-0.99 Environment: All Reporter: Simon Laws Fix For: Java-SCA-1.0 The Axis2

[jira] Commented: (TUSCANY-1653) Method signatures with no parameters are not represented properly as wrapped opoerations with auto generated WSDL

2007-09-04 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524736 ] Simon Laws commented on TUSCANY-1653: - I have a fix for this but it's based on pretending the outgoing call

[jira] Assigned: (TUSCANY-1660) @Conversational + @Scope(REQUEST) Failed on java.lang.ClassCastException: java.lang.String incompatible with java.lang.Thread

2007-09-04 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1660: --- Assignee: Simon Laws @Conversational + @Scope(REQUEST) Failed

[jira] Commented: (TUSCANY-1670) ServiceReference.getConversationID always returns null

2007-09-06 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525324 ] Simon Laws commented on TUSCANY-1670: - Probably duplicate of (http://issues.apache.org/jira/browse/TUSCANY

[jira] Assigned: (TUSCANY-1637) Rationalize the SCA Domain implementations

2007-09-07 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1637: --- Assignee: Simon Laws Rationalize the SCA Domain implementations

[jira] Commented: (TUSCANY-1653) Method signatures with no parameters are not represented properly as wrapped opoerations with auto generated WSDL

2007-09-07 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525835 ] Simon Laws commented on TUSCANY-1653: - I have now checked in the fix suggested in the mail. The fix only

[jira] Commented: (TUSCANY-1511) Conversational - spec funnies and other improvements

2007-09-09 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525994 ] Simon Laws commented on TUSCANY-1511: - Another associated issue has come to light. I.e. the resetting

[jira] Commented: (TUSCANY-1684) Web Service binding incompatibility when referencing a WebService hosted on JBoss

2007-09-11 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526627 ] Simon Laws commented on TUSCANY-1684: - The incompatibility of the namespaces, i.e. the extra xsd on the end

[jira] Commented: (TUSCANY-1687) Callable References iTest are failing

2007-09-14 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527372 ] Simon Laws commented on TUSCANY-1687: - Sorry folks, I notice there were two composite files that I neglected

[jira] Resolved: (TUSCANY-1623) mortgage-loanapproval README has errors

2007-09-15 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1623. - Resolution: Fixed Added to the sca-java-1.0 branch (r575995) Added to the trunk (r575997

[jira] Created: (TUSCANY-1737) Remove samples\helloworld-ws-service-webapp

2007-09-18 Thread Simon Laws (JIRA)
Reporter: Simon Laws Assignee: Simon Laws Fix For: Java-SCA-1.0 Sample no longer needed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Resolved: (TUSCANY-1737) Remove samples\helloworld-ws-service-webapp

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1737. - Resolution: Fixed done r576762 Remove samples\helloworld-ws-service-webapp

[jira] Commented: (TUSCANY-1728) Binary Distribution RC1b: domain-webapp sample does not have readme..

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528294 ] Simon Laws commented on TUSCANY-1728: - removed r576762 Binary Distribution RC1b: domain-webapp sample does

[jira] Resolved: (TUSCANY-1733) Webapp build.xml files have outdated list of dependencies

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1733. - Resolution: Fixed Done. Wars will be larger than they absolutely need to be as I found

[jira] Updated: (TUSCANY-1743) calculator-webapp sample doesn run

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1743: Affects Version/s: (was: Java-SDO-1.0) Java-SCA-1.0 calculator

[jira] Created: (TUSCANY-1743) calculator-webapp sample doesn run

2007-09-18 Thread Simon Laws (JIRA)
Reporter: Simon Laws Priority: Blocker Fix For: Java-SCA-1.0 The war includes in the build.xml need regenerating to include all required jars -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Created: (TUSCANY-1744) chat-webapp sample builds and runs but doesn't show chat

2007-09-18 Thread Simon Laws (JIRA)
Versions: Java-SCA-1.0 Environment: all Reporter: Simon Laws Priority: Blocker Fix For: Java-SCA-1.0 The sample build, installs and you get the web page up but when you enter text you don't see it appear in the text box on the same screen or in the text box

[jira] Resolved: (TUSCANY-1743) calculator-webapp sample doesn run

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1743. - Resolution: Fixed The build.xml file was packaging the wrong version of stax into the war

[jira] Assigned: (TUSCANY-1743) calculator-webapp sample doesn run

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1743: --- Assignee: Simon Laws calculator-webapp sample doesn run

[jira] Assigned: (TUSCANY-1744) chat-webapp sample builds and runs but doesn't show chat

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1744: --- Assignee: Simon Laws chat-webapp sample builds and runs but doesn't show chat

[jira] Resolved: (TUSCANY-1744) chat-webapp sample builds and runs but doesn't show chat

2007-09-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1744. - Resolution: Fixed Added missing dwr libraries chat-webapp sample builds and runs but doesn't

[jira] Created: (TUSCANY-1762) Intermittent failure of sample/implementation-composite build

2007-09-19 Thread Simon Laws (JIRA)
Components: Java SCA Core Runtime Affects Versions: Java-SCA-1.0 Environment: All Reporter: Simon Laws Fix For: Java-SCA-1.0 Sometimes I see --- Running composite.CompositeTestCase Tests run: 1, Failures: 0

[jira] Reopened: (TUSCANY-1752) quote-xquery sample fails with exception in RC2

2007-09-19 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reopened TUSCANY-1752: - Assignee: (was: Raymond Feng) Still see a similar failure in RC3a [java

[jira] Created: (TUSCANY-1766) Target shipped in helloworld-bpel sample in SCA 1.0 RC3a

2007-09-19 Thread Simon Laws (JIRA)
Versions: Java-SCA-1.0 Reporter: Simon Laws Priority: Minor Fix For: Java-SCA-Next The target dir is shipped in the helloworld-bpel sample -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Commented: (TUSCANY-1752) quote-xquery sample fails with exception in RC2

2007-09-19 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528906 ] Simon Laws commented on TUSCANY-1752: - I should add that it does work from mvn quote-xquery sample fails

[jira] Commented: (TUSCANY-1637) Rationalize the SCA Domain implementations

2007-09-20 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529116 ] Simon Laws commented on TUSCANY-1637: - The interface changes didn't make it into 1.0. The distributed support

[jira] Created: (TUSCANY-1777) Implement distributed domain support in webapps

2007-09-20 Thread Simon Laws (JIRA)
-SCA-1.0 Environment: All Reporter: Simon Laws Fix For: Java-SCA-Next host-webapp currently uses the standalone domain implementation. Covert it to use the distributed version. Note. in binding-sca-axis2 there is a test to find out it Tuscany is running in a web

[jira] Created: (TUSCANY-1778) Creation of new msg structure to handle faults from web service calls

2007-09-20 Thread Simon Laws (JIRA)
Type: Improvement Components: Java SCA Axis Binding Extension Affects Versions: Java-SCA-1.0 Reporter: Simon Laws Priority: Minor Fix For: Java-SCA-Next If Axis2 returns a fault it sets the fault into the contents of the original message

[jira] Created: (TUSCANY-1779) Determining the contribution location (confusion over relative location URLs)

2007-09-20 Thread Simon Laws (JIRA)
Issue Type: Bug Components: Java SCA Core Runtime Affects Versions: Java-SCA-1.0 Environment: All Reporter: Simon Laws Fix For: Java-SCA-Next SCADomain, in both of its guises, allows the details of which contribution to load to be specified

[jira] Commented: (TUSCANY-1784) Picture on SCA Java Web page is confusing

2007-09-21 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529393 ] Simon Laws commented on TUSCANY-1784: - For some reason the web site is not showing the same diagram

[jira] Commented: (TUSCANY-1789) Is binding-jms available?

2007-09-24 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529814 ] Simon Laws commented on TUSCANY-1789: - The JMS implementation included in the Tuscany subversion trunk (http

[jira] Commented: (TUSCANY-1806) Support for SOAP over JMS in Axis binding

2007-09-25 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530130 ] Simon Laws commented on TUSCANY-1806: - Hi Dinesh Thanks for the patch. I've just applied it to my local repo

[jira] Commented: (TUSCANY-1806) Support for SOAP over JMS in Axis binding

2007-09-25 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530131 ] Simon Laws commented on TUSCANY-1806: - Is this just cause by Axis2 now that we have a JMS transport receiver

[jira] Resolved: (TUSCANY-1806) Support for SOAP over JMS in Axis binding

2007-09-27 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1806. - Resolution: Fixed Fix Version/s: Java-SCA-1.1 Nice one Dinesh. The build runs for me

[jira] Created: (TUSCANY-1821) WSDL Memory optimization changes cause fault in ?wsdl test case

2007-10-01 Thread Simon Laws (JIRA)
Affects Versions: Java-SCA-Next Environment: All Reporter: Simon Laws Priority: Minor Fix For: Java-SCA-Next \binding-ws-axis2\src\test\java\org\apache\tuscany\sca\binding\ws\axis2\itests\QuestionMarkWSDLTestCase.java gives rise

[jira] Commented: (TUSCANY-1821) WSDL Memory optimization changes cause fault in ?wsdl test case

2007-10-01 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531449 ] Simon Laws commented on TUSCANY-1821: - I've reverted a bit of the memory optimization fix (see

[jira] Created: (TUSCANY-1822) Create policy intents to control binding-ws transport as alternative to URI

2007-10-01 Thread Simon Laws (JIRA)
Issue Type: New Feature Components: Java SCA Axis Binding Extension Affects Versions: Java-SCA-Next Environment: All Reporter: Simon Laws Priority: Minor Create policy intents and associated policy sets to control the transport that binding-ws

[jira] Created: (TUSCANY-1824) Add xmlbeans and json databindin itests

2007-10-01 Thread Simon Laws (JIRA)
Tests Affects Versions: Java-SCA-Next Reporter: Simon Laws Priority: Minor Fix For: Java-SCA-Next Add xmlbean and json flavours of the databinding itests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Assigned: (TUSCANY-1825) SCA Java User Guide: Building The Calculator Sample In Java code snippet missing @Reference annontation

2007-10-01 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1825: --- Assignee: Simon Laws SCA Java User Guide: Building The Calculator Sample In Java code

[jira] Resolved: (TUSCANY-1825) SCA Java User Guide: Building The Calculator Sample In Java code snippet missing @Reference annontation

2007-10-01 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1825. - Resolution: Fixed Thank you Bruce. Have just been in and fixed that. Simon SCA Java User

[jira] Assigned: (TUSCANY-1834) JMS Binding does not conform to the specification when selecting the opeartion to invoke

2007-10-05 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1834: --- Assignee: Simon Laws JMS Binding does not conform to the specification when selecting

[jira] Resolved: (TUSCANY-1834) JMS Binding does not conform to the specification when selecting the opeartion to invoke

2007-10-05 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1834. - Resolution: Fixed Thank you Mark. Just applied the patches. As you will see the JMS binding

[jira] Assigned: (TUSCANY-1836) JMS Binding does not conform to the specification when creating JMS queues

2007-10-09 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1836: --- Assignee: Simon Laws JMS Binding does not conform to the specification when creating JMS

[jira] Resolved: (TUSCANY-1836) JMS Binding does not conform to the specification when creating JMS queues

2007-10-09 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1836. - Resolution: Fixed Thanks for the patch Mark. I've just applied it. JMS Binding does

[jira] Assigned: (TUSCANY-1854) ConversationID is not set correctly when using Conversational with WS

2007-10-17 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1854: --- Assignee: Simon Laws ConversationID is not set correctly when using Conversational

[jira] Assigned: (TUSCANY-1855) Possible incorrect comparison in SCADomainImpl in the domain-impl project

2007-10-17 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1855: --- Assignee: Simon Laws Possible incorrect comparison in SCADomainImpl in the domain-impl

[jira] Commented: (TUSCANY-1855) Possible incorrect comparison in SCADomainImpl in the domain-impl project

2007-10-17 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535539 ] Simon Laws commented on TUSCANY-1855: - Thanks Mark. Am just putting some more changes into domain-impl to make

[jira] Created: (TUSCANY-1857) Create an itest to test conversations over web services

2007-10-18 Thread Simon Laws (JIRA)
: Simon Laws Assignee: Simon Laws TUSCANY-1854 reports errors running conversations over the web services binding. Create an itest to run the bank of coversational itests over the web services binding -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Updated: (TUSCANY-1857) Create an itest to test conversations over web services

2007-10-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-1857: Fix Version/s: Java-SCA-Next Affects Version/s: Java-SCA-1.0 Create an itest to test

[jira] Commented: (TUSCANY-1857) Create an itest to test conversations over web services

2007-10-18 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535929 ] Simon Laws commented on TUSCANY-1857: - I've duplicated the conversation itest as a new itest (conversations-ws

[jira] Assigned: (TUSCANY-1858) Sample calculator-distributed README document outlines file structure that does not reflect what actually exists

2007-10-19 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1858: --- Assignee: Simon Laws Sample calculator-distributed README document outlines file

[jira] Resolved: (TUSCANY-1858) Sample calculator-distributed README document outlines file structure that does not reflect what actually exists

2007-10-19 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1858. - Resolution: Fixed Good spot Jason. Have removed the references from the README

[jira] Created: (TUSCANY-1881) Remote bidings attached to non-remotable services not reported as a warning in some cases

2007-10-30 Thread Simon Laws (JIRA)
Project: Tuscany Issue Type: Bug Components: Java SCA Assembly Model, Java SCA Problem Determination Affects Versions: Java-SCA-1.0 Environment: All Reporter: Simon Laws Assignee: Simon Laws I seem to remember in the past that adding

[jira] Assigned: (TUSCANY-1804) @OneWay repeted invocations doesn't work in web service binding

2007-11-01 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1804: --- Assignee: Simon Laws @OneWay repeted invocations doesn't work in web service binding

[jira] Assigned: (TUSCANY-1863) Distributed Workpool Sample over Distributed SCA Bindings

2007-11-01 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-1863: --- Assignee: Simon Laws Distributed Workpool Sample over Distributed SCA Bindings

[jira] Created: (TUSCANY-1892) WSDL Generation doesn't generate operations that return excpetions

2007-11-05 Thread Simon Laws (JIRA)
Components: Java SCA Core Runtime Affects Versions: Java-SCA-1.0 Environment: All Reporter: Simon Laws Operation on a Java interface are not faithfully represented in generated WSDL when binding.ws is used. There is an example of such and interface in itest

[jira] Created: (TUSCANY-1896) Add ASL header to SVG files

2007-11-07 Thread Simon Laws (JIRA)
Add ASL header to SVG files --- Key: TUSCANY-1896 URL: https://issues.apache.org/jira/browse/TUSCANY-1896 Project: Tuscany Issue Type: Improvement Affects Versions: Java-SCA-1.0 Reporter: Simon Laws

<    11   12   13   14   15   16   17   18   19   >