Problems when I use remote ejbs without adding core library
-----------------------------------------------------------

         Key: SPRING-199
         URL: http://jira.andromda.org/browse/SPRING-199
     Project: Spring Cartridge
        Type: Improvement

    Versions: 3.2    
    Reporter: Jorge Rodríguez Pedrianes
 Assigned to: Chad Brandon 


    I'm trying to use remote ejbs. So, I have put "session-ejbs" in 
andromda.xml, but when I configure this property to locate the classes in the 
'common' project, Andromda copies the EJB Bean class too (inside into common 
library). It's better to build interfaces in 'common project' and Bean classes 
in 'core project'.

     I think that that is a better solution adding a second property when I 
configure EJB, like: "session-ebjs-bean". So if this property is null I will 
copy the ____Bean class in session-ebjs but if I fill it I will put it in that 
location. With this property I can do:

                      common ->   ..... ejb.___Service
                                              ..... ejb.___ServiceHome

                      core->            ..... ejb.___ServiceBean (remote 
clients don't need know this class)

   Thanks:
          Jorge Rodríguez Pedrianes
                    

-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Reply via email to