Fix needed to SessionRemote.vsl
-------------------------------

         Key: EJB-24
         URL: http://jira.andromda.org/browse/EJB-24
     Project: EJB Cartridge
        Type: Bug
    Reporter: Steve Jerman
 Assigned to: Chad Brandon 


SessionRemote.vsl has a bug:

is:

public interface ${service.name}
#if ($service.generalization)
    extends $service.fullyQualifiedName
#else
    extends javax.ejb.EJBObject
#end

Should be:

public interface ${service.name}
#if ($service.generalization)
    extends $service.generalization.fullyQualifiedName
#else
    extends javax.ejb.EJBObject
#end




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

Reply via email to