[jira] Resolved: (TUSCANY-2213) Cannot Serialize and deserailize a CallableReference injected using a @Callback - Is this a valid use case?

2008-05-28 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2213. -- Resolution: Fixed I've updated tuscany-core to add support for Serializing Stateless

[jira] Commented: (TUSCANY-2297) Add support for data Collection interface to the implementation-data-xml

2008-05-14 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596785#action_12596785 ] Mark Combellack commented on TUSCANY-2297: -- What I have done to work around this

[jira] Commented: (TUSCANY-2297) Add support for data Collection interface to the implementation-data-xml

2008-05-14 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596784#action_12596784 ] Mark Combellack commented on TUSCANY-2297: -- Looking into it in more detail, the

[jira] Reopened: (TUSCANY-2297) Add support for data Collection interface to the implementation-data-xml

2008-05-14 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack reopened TUSCANY-2297: -- It appears that applying the patch for this JIRA has broken the implementation-data-xml

[jira] Resolved: (TUSCANY-2225) RuntimeExceptions thrown by @OneWay methods are not logged anywhere

2008-04-17 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2225. -- Resolution: Fixed The exception is now being logged to the JDK Logger. The fix was c

[jira] Commented: (TUSCANY-2069) Missing serialization in DirectedGraph

2008-04-17 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589872#action_12589872 ] Mark Combellack commented on TUSCANY-2069: -- I've added the null check and the un

[jira] Reopened: (TUSCANY-2069) Missing serialization in DirectedGraph

2008-04-17 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack reopened TUSCANY-2069: -- The fix is actually causing a Null PointerException in the Unit Tests for databinding.

[jira] Resolved: (TUSCANY-2228) Setting an Integer Property with a non-number throws NumberFormatException - but for which Property?

2008-04-15 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2228. -- Resolution: Fixed Added unti test for JavaPropertyValueObjectFactory in SVN revision

[jira] Commented: (TUSCANY-2228) Setting an Integer Property with a non-number throws NumberFormatException - but for which Property?

2008-04-15 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589076#action_12589076 ] Mark Combellack commented on TUSCANY-2228: -- I've committed a fix to handle the e

[jira] Commented: (TUSCANY-2228) Setting an Integer Property with a non-number throws NumberFormatException - but for which Property?

2008-04-15 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589075#action_12589075 ] Mark Combellack commented on TUSCANY-2228: -- The cause of this issue is that the

[jira] Created: (TUSCANY-2228) Setting an Integer Property with a non-number throws NumberFormatException - but for which Property?

2008-04-15 Thread Mark Combellack (JIRA)
Setting an Integer Property with a non-number throws NumberFormatException - but for which Property? Key: TUSCANY-2228 URL: https://issues.apache.org/jira/browse/

[jira] Commented: (TUSCANY-2225) RuntimeExceptions thrown by @OneWay methods are not logged anywhere

2008-04-14 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588551#action_12588551 ] Mark Combellack commented on TUSCANY-2225: -- I've updated the code in org.apache

[jira] Commented: (TUSCANY-2225) RuntimeExceptions thrown by @OneWay methods are not logged anywhere

2008-04-14 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588532#action_12588532 ] Mark Combellack commented on TUSCANY-2225: -- The problem actually comes from the

[jira] Created: (TUSCANY-2225) RuntimeExceptions thrown by @OneWay methods are not logged anywhere

2008-04-14 Thread Mark Combellack (JIRA)
RuntimeExceptions thrown by @OneWay methods are not logged anywhere --- Key: TUSCANY-2225 URL: https://issues.apache.org/jira/browse/TUSCANY-2225 Project: Tuscany Issue Type: Bu

[jira] Resolved: (TUSCANY-2216) DefaultContextFactoryExtensionPoint handling of null should be improved

2008-04-10 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2216. -- Resolution: Fixed Added unit test for DefaultContextFactoryExtensionPoint in 646940

[jira] Commented: (TUSCANY-2216) DefaultContextFactoryExtensionPoint handling of null should be improved

2008-04-10 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587765#action_12587765 ] Mark Combellack commented on TUSCANY-2216: -- Updated DefaultContextFactoryExtensi

[jira] Created: (TUSCANY-2216) DefaultContextFactoryExtensionPoint handling of null should be improved

2008-04-10 Thread Mark Combellack (JIRA)
DefaultContextFactoryExtensionPoint handling of null should be improved --- Key: TUSCANY-2216 URL: https://issues.apache.org/jira/browse/TUSCANY-2216 Project: Tuscany Issue

[jira] Commented: (TUSCANY-2213) Cannot Serialize and deserailize a CallableReference injected using a @Callback - Is this a valid use case?

2008-04-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587144#action_12587144 ] Mark Combellack commented on TUSCANY-2213: -- I've added an iTest for testing Seri

[jira] Created: (TUSCANY-2213) Cannot Serialize and deserailize a CallableReference injected using a @Callback - Is this a valid use case?

2008-04-09 Thread Mark Combellack (JIRA)
Cannot Serialize and deserailize a CallableReference injected using a @Callback - Is this a valid use case? --- Key: TUSCANY-2213 URL: https://issues.apache.or

[jira] Updated: (TUSCANY-2190) Apache Tuscany SCA Alert Aggregator Demo fails to build on the Continuum server as it uses port 8080

2008-04-08 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-2190: - Assignee: (was: Mark Combellack) > Apache Tuscany SCA Alert Aggregator Demo fails t

[jira] Resolved: (TUSCANY-2029) Multiple levels of Nested Composite References do not work as they are using the wrong URI in the binding

2008-04-08 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2029. -- Resolution: Fixed Fixed in SVN revision 645827. > Multiple levels of Nested Composit

[jira] Commented: (TUSCANY-2208) ComponentContext.createSelfReference() does not create a ServiceReference to the correct Conversation

2008-04-08 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586723#action_12586723 ] Mark Combellack commented on TUSCANY-2208: -- I've had a look at the code and I ca

[jira] Commented: (TUSCANY-2208) ComponentContext.createSelfReference() does not create a ServiceReference to the correct Conversation

2008-04-08 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586722#action_12586722 ] Mark Combellack commented on TUSCANY-2208: -- I've added two new tests: Validate

[jira] Created: (TUSCANY-2208) ComponentContext.createSelfReference() does not create a ServiceReference to the correct Conversation

2008-04-08 Thread Mark Combellack (JIRA)
ComponentContext.createSelfReference() does not create a ServiceReference to the correct Conversation - Key: TUSCANY-2208 URL: https://issues.apache.org/jira/brows

[jira] Resolved: (TUSCANY-2198) Apache Tuscany SCA OSGi-SCA Integration Tests fail to build on the Continuum build server

2008-04-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2198. -- Resolution: Fixed I've committed a fix that will wait up to 10 seconds for the @OneWa

[jira] Commented: (TUSCANY-2198) Apache Tuscany SCA OSGi-SCA Integration Tests fail to build on the Continuum build server

2008-04-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585475#action_12585475 ] Mark Combellack commented on TUSCANY-2198: -- This error only occurs ocassionally

[jira] Created: (TUSCANY-2198) Apache Tuscany SCA OSGi-SCA Integration Tests fail to build on the Continuum build server

2008-04-04 Thread Mark Combellack (JIRA)
Apache Tuscany SCA OSGi-SCA Integration Tests fail to build on the Continuum build server - Key: TUSCANY-2198 URL: https://issues.apache.org/jira/browse/TUSCANY-2198

[jira] Resolved: (TUSCANY-2194) When a @Remotable interface a duplicate operation, it does not list the class name or method in the exception that is thrown

2008-04-03 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2194. -- Resolution: Fixed I've updated the text for the the OperationOverloadedException to i

[jira] Created: (TUSCANY-2194) When a @Remotable interface a duplicate operation, it does not list the class name or method in the exception that is thrown

2008-04-03 Thread Mark Combellack (JIRA)
When a @Remotable interface a duplicate operation, it does not list the class name or method in the exception that is thrown Key: TUSCANY-2194

[jira] Commented: (TUSCANY-2194) When a @Remotable interface a duplicate operation, it does not list the class name or method in the exception that is thrown

2008-04-03 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585136#action_12585136 ] Mark Combellack commented on TUSCANY-2194: -- The problem is actually in the org.

[jira] Resolved: (TUSCANY-2192) iTest/OneWay has just failed on the Continuum server and has blocked the build on the root

2008-04-03 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2192. -- Resolution: Fixed I've improved the way in which the waiting for the @OnwWay methods

[jira] Commented: (TUSCANY-2192) iTest/OneWay has just failed on the Continuum server and has blocked the build on the root

2008-04-03 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585038#action_12585038 ] Mark Combellack commented on TUSCANY-2192: -- Looking at the code, the key output

[jira] Created: (TUSCANY-2192) iTest/OneWay has just failed on the Continuum server and has blocked the build on the root

2008-04-03 Thread Mark Combellack (JIRA)
iTest/OneWay has just failed on the Continuum server and has blocked the build on the root -- Key: TUSCANY-2192 URL: https://issues.apache.org/jira/browse/TUSCANY-2192

[jira] Commented: (TUSCANY-2190) Apache Tuscany SCA Alert Aggregator Demo fails to build on the Continuum server as it uses port 8080

2008-04-02 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584751#action_12584751 ] Mark Combellack commented on TUSCANY-2190: -- If this change works, it will need t

[jira] Commented: (TUSCANY-2190) Apache Tuscany SCA Alert Aggregator Demo fails to build on the Continuum server as it uses port 8080

2008-04-02 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584750#action_12584750 ] Mark Combellack commented on TUSCANY-2190: -- I've updated the port number to 8085

[jira] Created: (TUSCANY-2190) Apache Tuscany SCA Alert Aggregator Demo fails to build on the Continuum server as it uses port 8080

2008-04-02 Thread Mark Combellack (JIRA)
Apache Tuscany SCA Alert Aggregator Demo fails to build on the Continuum server as it uses port 8080 Key: TUSCANY-2190 URL: https://issues.apache.org/jira/browse/

[jira] Resolved: (TUSCANY-2180) Cannot invoke method on Service that implements multiple @Remotable interfaces with methods of the same name

2008-04-02 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2180. -- Resolution: Fixed Fix and unit test for this issue committed to the root as SVN revis

[jira] Commented: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

2008-04-02 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584538#action_12584538 ] Mark Combellack commented on TUSCANY-2185: -- I've committed fixes for this proble

[jira] Assigned: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

2008-04-02 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack reassigned TUSCANY-2185: Assignee: Mark Combellack > Compile errors in the HelloWorld Web Service JMS and

[jira] Commented: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

2008-04-02 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584473#action_12584473 ] Mark Combellack commented on TUSCANY-2185: -- I think the problem is due to active

[jira] Commented: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

2008-04-02 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584469#action_12584469 ] Mark Combellack commented on TUSCANY-2185: -- I've noticed that the Continuum buil

[jira] Commented: (TUSCANY-2180) Cannot invoke method on Service that implements multiple @Remotable interfaces with methods of the same name

2008-04-01 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584106#action_12584106 ] Mark Combellack commented on TUSCANY-2180: -- I've raised this scenario with the O

[jira] Created: (TUSCANY-2180) Cannot invoke method on Service that implements multiple @Remotable interfaces with methods of the same name

2008-04-01 Thread Mark Combellack (JIRA)
Cannot invoke method on Service that implements multiple @Remotable interfaces with methods of the same name Key: TUSCANY-2180 URL: https://issues.apache.

[jira] Commented: (TUSCANY-2169) Saxon download does not work when you are not using the default Maven local repository directory

2008-03-31 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583607#action_12583607 ] Mark Combellack commented on TUSCANY-2169: -- There are a few problems: * Maven

[jira] Resolved: (TUSCANY-2169) Saxon download does not work when you are not using the default Maven local repository directory

2008-03-31 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2169. -- Resolution: Fixed Fixed in SVN revision 642939 > Saxon download does not work when y

[jira] Created: (TUSCANY-2169) Saxon download does not work when you are not using the default Maven local repository directory

2008-03-31 Thread Mark Combellack (JIRA)
Saxon download does not work when you are not using the default Maven local repository directory Key: TUSCANY-2169 URL: https://issues.apache.org/jira/browse/TUSCANY-

[jira] Created: (TUSCANY-2029) Multiple levels of Nested Composite References do not work as they are using the wrong URI in the binding

2008-02-07 Thread Mark Combellack (JIRA)
Multiple levels of Nested Composite References do not work as they are using the wrong URI in the binding - Key: TUSCANY-2029 URL: https://issues.apache.org/ji

[jira] Resolved: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2027. -- Resolution: Fixed Nested Composite References now work. Marking as fixed. > Problem

[jira] Commented: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565551#action_12565551 ] Mark Combellack commented on TUSCANY-2027: -- SVN commit #618442 fixes the problem

[jira] Commented: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565399#action_12565399 ] Mark Combellack commented on TUSCANY-2027: -- I've managed to find the problem. It

[jira] Assigned: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack reassigned TUSCANY-2027: Assignee: Mark Combellack > Problem using implementation.composite that is anothe

[jira] Commented: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565316#action_12565316 ] Mark Combellack commented on TUSCANY-2027: -- Whilst debugging the code, the probl

[jira] Created: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
Problem using implementation.composite that is another implementation.composite with promoted references Key: TUSCANY-2027 URL: https://issues.apache.org/jira

[jira] Updated: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-2027: - Attachment: recursive2.jar Test case that illustrates the problem > Problem using impl

[jira] Assigned: (TUSCANY-2023) NPE if callback service has multiple interfaces one of which does not have a callback

2008-01-30 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack reassigned TUSCANY-2023: Assignee: Mark Combellack > NPE if callback service has multiple interfaces one o

[jira] Resolved: (TUSCANY-2023) NPE if callback service has multiple interfaces one of which does not have a callback

2008-01-30 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2023. -- Resolution: Fixed Fixed by adding a null check in svn revision 616731 > NPE if callb

[jira] Commented: (TUSCANY-2023) NPE if callback service has multiple interfaces one of which does not have a callback

2008-01-30 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563985#action_12563985 ] Mark Combellack commented on TUSCANY-2023: -- NOTE: I am going to submit a fix for

[jira] Created: (TUSCANY-2023) NPE if callback service has multiple interfaces one of which does not have a callback

2008-01-30 Thread Mark Combellack (JIRA)
NPE if callback service has multiple interfaces one of which does not have a callback - Key: TUSCANY-2023 URL: https://issues.apache.org/jira/browse/TUSCANY-2023 Proj

[jira] Resolved: (TUSCANY-1487) Unable to use different application and runtime class loaders for a contribution

2007-11-14 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-1487. -- Resolution: Invalid I'm going to mark this issue as invalid as it is now very old. Th

[jira] Updated: (TUSCANY-1909) Conversational Component referring to another Conversational Component always uses the same instance

2007-11-13 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1909: - Attachment: ConversationalWireFix_itest.patch ConversationalWire_HACK_DO

[jira] Created: (TUSCANY-1909) Conversational Component referring to another Conversational Component always uses the same instance

2007-11-13 Thread Mark Combellack (JIRA)
Conversational Component referring to another Conversational Component always uses the same instance Key: TUSCANY-1909 URL: https://issues.apache.org/jira/browse/

[jira] Commented: (TUSCANY-1909) Conversational Component referring to another Conversational Component always uses the same instance

2007-11-13 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542207 ] Mark Combellack commented on TUSCANY-1909: -- After some investigation, it appears that the problem is cause

[jira] Commented: (TUSCANY-1909) Conversational Component referring to another Conversational Component always uses the same instance

2007-11-13 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542206 ] Mark Combellack commented on TUSCANY-1909: -- I've created a simple addition to the conversations iTest that

[jira] Commented: (TUSCANY-1883) Tuscany EJB Binding does not work.

2007-10-31 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539161 ] Mark Combellack commented on TUSCANY-1883: -- Raymond, Thanks for applying the main patch. Converting the

[jira] Updated: (TUSCANY-1883) Tuscany EJB Binding does not work.

2007-10-30 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1883: - Attachment: binding-ejb_sample.patch binding-ejb.patch > Tuscany EJB Bi

[jira] Created: (TUSCANY-1883) Tuscany EJB Binding does not work.

2007-10-30 Thread Mark Combellack (JIRA)
Tuscany EJB Binding does not work. -- Key: TUSCANY-1883 URL: https://issues.apache.org/jira/browse/TUSCANY-1883 Project: Tuscany Issue Type: Bug Components: Java SCA EJB Binding Extension Affects

[jira] Updated: (TUSCANY-1860) Tuscany does not support performing call backs using a separate thread to the original invoking thread

2007-10-19 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1860: - Attachment: CallbackInSeparateThreadITest.patch The attached CallbackInSeparateThreadIT

[jira] Commented: (TUSCANY-1860) Tuscany does not support performing call backs using a separate thread to the original invoking thread

2007-10-19 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536234 ] Mark Combellack commented on TUSCANY-1860: -- I believe the ability to perform a callback in a separate thre

[jira] Created: (TUSCANY-1860) Tuscany does not support performing call backs using a separate thread to the original invoking thread

2007-10-19 Thread Mark Combellack (JIRA)
Tuscany does not support performing call backs using a separate thread to the original invoking thread -- Key: TUSCANY-1860 URL: https://issues.apache.org/jira/bro

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

2007-10-19 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-1855. -- Resolution: Fixed Simon Laws has applied this patch as part of SVN check in 581897 h

[jira] Commented: (TUSCANY-1859) Exception when using wires to wire Components

2007-10-19 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536159 ] Mark Combellack commented on TUSCANY-1859: -- This problem is caused by the references not being built corre

[jira] Created: (TUSCANY-1859) Exception when using wires to wire Components

2007-10-19 Thread Mark Combellack (JIRA)
Exception when using wires to wire Components - Key: TUSCANY-1859 URL: https://issues.apache.org/jira/browse/TUSCANY-1859 Project: Tuscany Issue Type: Bug Components: Java SCA Assembly Mo

[jira] Updated: (TUSCANY-1859) Exception when using wires to wire Components

2007-10-19 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1859: - Attachment: WireFix.patch > Exception when using wires to wire Components > ---

[jira] Updated: (TUSCANY-1859) Exception when using wires to wire Components

2007-10-19 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1859: - Attachment: WiresITest.patch WiresITest.patch creates a new wires iTest that wires two

[jira] Updated: (TUSCANY-1856) Add Create Conversation ID Factory Extension Point so code for creating Conversation IDs is not duplicated throughout code base

2007-10-18 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1856: - Attachment: ConversationIDExtensionPoint.patch The attached patch contains: Conversati

[jira] Created: (TUSCANY-1856) Add Create Conversation ID Factory Extension Point so code for creating Conversation IDs is not duplicated throughout code base

2007-10-18 Thread Mark Combellack (JIRA)
Add Create Conversation ID Factory Extension Point so code for creating Conversation IDs is not duplicated throughout code base --- Key: TUSCANY-1856

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

2007-10-17 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1855: - Attachment: DomainImplComparisonFix.patch > Possible incorrect comparison in SCADomainI

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

2007-10-17 Thread Mark Combellack (JIRA)
Possible incorrect comparison in SCADomainImpl in the domain-impl project - Key: TUSCANY-1855 URL: https://issues.apache.org/jira/browse/TUSCANY-1855 Project: Tuscany Is

[jira] Updated: (TUSCANY-1848) Tuscany cannot inject a many value Property into an array

2007-10-13 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1848: - Attachment: PropertyInjectionIntoArray_iTest.patch PropertyInjectionInto

[jira] Commented: (TUSCANY-1848) Tuscany cannot inject a many value Property into an array

2007-10-13 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534572 ] Mark Combellack commented on TUSCANY-1848: -- When a multi-value property is found, the JavaPropertyValueObj

[jira] Created: (TUSCANY-1848) Tuscany cannot inject a many value Property into an array

2007-10-13 Thread Mark Combellack (JIRA)
Tuscany cannot inject a many value Property into an array - Key: TUSCANY-1848 URL: https://issues.apache.org/jira/browse/TUSCANY-1848 Project: Tuscany Issue Type: Bug Componen

[jira] Resolved: (TUSCANY-1336) Tuscany does not support injecting a Callable Reference when using the @Callback annotation

2007-10-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-1336. -- Resolution: Fixed This issue has already been fixed by SVN check in #568331 See ht

[jira] Updated: (TUSCANY-1839) Minor JavaDoc errors and spelling mistakes in Tuscany AbstractProperty class

2007-10-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1839: - Affects Version/s: (was: Java-SDO-1.0) Java-SCA-1.0 > Minor

[jira] Updated: (TUSCANY-1839) Minor JavaDoc errors and spelling mistakes in Tuscany AbstractProperty class

2007-10-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1839: - Attachment: AbstractPropertyJavaDocAndSpellingFixes.patch Patch to correct spelling mis

[jira] Created: (TUSCANY-1839) Minor JavaDoc errors and spelling mistakes in Tuscany AbstractProperty class

2007-10-09 Thread Mark Combellack (JIRA)
Minor JavaDoc errors and spelling mistakes in Tuscany AbstractProperty class Key: TUSCANY-1839 URL: https://issues.apache.org/jira/browse/TUSCANY-1839 Project: Tuscany

[jira] Updated: (TUSCANY-1823) The getProperty() method on ComponentContext does not work

2007-10-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1823: - Patch Info: [Patch Available] > The getProperty() method on ComponentContext does not w

[jira] Updated: (TUSCANY-1823) The getProperty() method on ComponentContext does not work

2007-10-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1823: - Attachment: ComponentContextGetProperty_EnableTest.patch ComponentContex

[jira] Commented: (TUSCANY-1823) The getProperty() method on ComponentContext does not work

2007-10-09 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533362 ] Mark Combellack commented on TUSCANY-1823: -- I've done some more investigation into this problem and I now

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

2007-10-08 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1836: - Attachment: JMSQueueCreateModes_Tests.patch JMSQueueCreateModes.patch T

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

2007-10-08 Thread Mark Combellack (JIRA)
JMS Binding does not conform to the specification when creating JMS queues -- Key: TUSCANY-1836 URL: https://issues.apache.org/jira/browse/TUSCANY-1836 Project: Tuscany

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

2007-10-05 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1834: - Attachment: JMSInvokeOperationTest.patch JMSInvokeOperation.patch The f

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

2007-10-05 Thread Mark Combellack (JIRA)
JMS Binding does not conform to the specification when selecting the opeartion to invoke Key: TUSCANY-1834 URL: https://issues.apache.org/jira/browse/TUSCANY-1834

[jira] Issue Comment Edited: (TUSCANY-1823) The getProperty() method on ComponentContext does not work

2007-10-01 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531466 ] mcombell edited comment on TUSCANY-1823 at 10/1/07 3:56 AM: --- ComponentContextGetP

[jira] Updated: (TUSCANY-1823) The getProperty() method on ComponentContext does not work

2007-10-01 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1823: - Attachment: ComponentContextGetPropertyTest_FAILS.patch ComponentContextGetPropertyTest

[jira] Updated: (TUSCANY-1823) The getProperty() method on ComponentContext does not work

2007-10-01 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1823: - Attachment: ComponentContextGetPropertyComparisonFix.patch ComponentContextGetPropertyC

[jira] Created: (TUSCANY-1823) The getProperty() method on ComponentContext does not work

2007-10-01 Thread Mark Combellack (JIRA)
The getProperty() method on ComponentContext does not work -- Key: TUSCANY-1823 URL: https://issues.apache.org/jira/browse/TUSCANY-1823 Project: Tuscany Issue Type: Bug Compon

[jira] Updated: (TUSCANY-1819) RequestContext.getCallback() throws NullPointerException when there is no call back

2007-09-28 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1819: - Attachment: RequestContextGetCallbackNPE.patch Patch for NullPointerException > Reques

[jira] Updated: (TUSCANY-1819) RequestContext.getCallback() throws NullPointerException when there is no call back

2007-09-28 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-1819: - Patch Info: [Patch Available] A patch is now available for this issue > RequestContext

[jira] Created: (TUSCANY-1819) RequestContext.getCallback() throws NullPointerException when there is no call back

2007-09-28 Thread Mark Combellack (JIRA)
RequestContext.getCallback() throws NullPointerException when there is no call back --- Key: TUSCANY-1819 URL: https://issues.apache.org/jira/browse/TUSCANY-1819 Project:

[jira] Commented: (TUSCANY-1819) RequestContext.getCallback() throws NullPointerException when there is no call back

2007-09-28 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531047 ] Mark Combellack commented on TUSCANY-1819: -- The problem is in the RequestContextImpl class of the tuscany-

  1   2   >