Stereotype <<WebRemote>> doesn't work
-------------------------------------

         Key: EJB-81
         URL: http://jira.andromda.org/browse/EJB-81
     Project: EJB Cartridge
        Type: Bug

 Environment: AndroMDA 3.2 + EJB3 Cartridge
    Reporter: Olivier THIERRY
 Assigned to: Vance Karimi 


When you model an operation with a <<WebRemote>> stereotype, EJB3 cartridge 
doesn't generate the @WebRemote annotation for this method in the 
SessionBeanBase class.

To make it work, you have to replace these lines in SessionBeanBase.vsl 
template :

#* *##if ($operation.seamConversationWebRemote)
@org.jboss.seam.annotations.WebRemote#if 
($stringUtils.isNotEmpty($operation.seamConversationWebRemoteParameters))$operation.seamConversationWebRemoteParameters#end
 

by these ones :

#* *##if ($operation.seamWebRemote)
@org.jboss.seam.annotations.WebRemote#if 
($stringUtils.isNotEmpty($operation.seamWebRemoteParameters))$operation.seamWebRemoteParameters#end
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

Reply via email to