[ http://issues.apache.org/jira/browse/TUSCANY-1001?page=comments#action_12460269 ] Ignacio Silva-Lepe commented on TUSCANY-1001: ---------------------------------------------
I am assuming you are trying to get a conversation id injected. I may be wrong, but I believe the annotation to use is going to be @ConversationID. I have checked in a fix with r489355 that adds support for @ConversationID injection. If it turns out that @SessionID is also, or only, needed for this, it should be pretty simple to add/change it. For now, can you verify using @ConversationID and let me know? Notice that, at least for now also, the qualifier for the field/method should be protected and not private. > @SessionID injection is not working.. > -------------------------------------- > > Key: TUSCANY-1001 > URL: http://issues.apache.org/jira/browse/TUSCANY-1001 > Project: Tuscany > Issue Type: Bug > Reporter: Lou Amodeo > Assigned To: Ignacio Silva-Lepe > > When using the @SessionID annotation and instance variable protected String > sessionID the session is not being injected and sessionID is null. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
