You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Tom Seelbach (JIRA)" <de...@tuscany.apache.org> on 2009/01/26 17:27:59 UTC

[jira] Created: (TUSCANY-2794) JMS callback property variable ends with space - not a valid Javaidentifier

JMS callback property variable ends with space - not a valid Javaidentifier
---------------------------------------------------------------------------

                 Key: TUSCANY-2794
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2794
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA JMS Binding Extension
    Affects Versions: Java-SCA-1.4
            Reporter: Tom Seelbach


We are seeing this exception when trying to run some JMS callback scenarios:

org.osoa.sca.ServiceRuntimeException: org.apache.tuscany.sca.binding.jms.impl.JMSBindingException: javax.jms.MessageFormatException: CWSIA0112E:The property name scaCallbackQueue  is not a valid Javaidentifier. at com.ibm.ws.soa.sca.binding.sca.SCAServiceBindingProvider.invokeServiceOperation(SCAServiceBindingProvider.java:540) at 	
...	

In looking at JMSBindingConstants I see that this property is defined oddly with a trailing space:  

String CALLBACK_ID_PROPERTY = "CallbackID";
String CALLBACK_Q_PROPERTY  = "scaCallbackQueue ";
String CONVERSATION_ID_PROPERTY = "scaConversationId";

Removing the space fixes the problem for us.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-2794) JMS callback property variable ends with space - not a valid Javaidentifier

Posted by "Dan Becker (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Becker resolved TUSCANY-2794.
---------------------------------

    Resolution: Fixed

Resolved in Tuscany 1.x at revision: 737840  


> JMS callback property variable ends with space - not a valid Javaidentifier
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-2794
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2794
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-1.4
>            Reporter: Tom Seelbach
>            Assignee: Dan Becker
>
> We are seeing this exception when trying to run some JMS callback scenarios:
> org.osoa.sca.ServiceRuntimeException: org.apache.tuscany.sca.binding.jms.impl.JMSBindingException: javax.jms.MessageFormatException: CWSIA0112E:The property name scaCallbackQueue  is not a valid Javaidentifier. at com.ibm.ws.soa.sca.binding.sca.SCAServiceBindingProvider.invokeServiceOperation(SCAServiceBindingProvider.java:540) at 	
> ...	
> In looking at JMSBindingConstants I see that this property is defined oddly with a trailing space:  
> String CALLBACK_ID_PROPERTY = "CallbackID";
> String CALLBACK_Q_PROPERTY  = "scaCallbackQueue ";
> String CONVERSATION_ID_PROPERTY = "scaConversationId";
> Removing the space fixes the problem for us.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-2794) JMS callback property variable ends with space - not a valid Javaidentifier

Posted by "Dan Becker (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Becker reassigned TUSCANY-2794:
-----------------------------------

    Assignee: Dan Becker

> JMS callback property variable ends with space - not a valid Javaidentifier
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-2794
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2794
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-1.4
>            Reporter: Tom Seelbach
>            Assignee: Dan Becker
>
> We are seeing this exception when trying to run some JMS callback scenarios:
> org.osoa.sca.ServiceRuntimeException: org.apache.tuscany.sca.binding.jms.impl.JMSBindingException: javax.jms.MessageFormatException: CWSIA0112E:The property name scaCallbackQueue  is not a valid Javaidentifier. at com.ibm.ws.soa.sca.binding.sca.SCAServiceBindingProvider.invokeServiceOperation(SCAServiceBindingProvider.java:540) at 	
> ...	
> In looking at JMSBindingConstants I see that this property is defined oddly with a trailing space:  
> String CALLBACK_ID_PROPERTY = "CallbackID";
> String CALLBACK_Q_PROPERTY  = "scaCallbackQueue ";
> String CONVERSATION_ID_PROPERTY = "scaConversationId";
> Removing the space fixes the problem for us.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.