SpringServiceLogicImpl.java missing '}' on variable in clientContext.xml
------------------------------------------------------------------------

         Key: SPRING-104
         URL: http://jira.andromda.org/browse/SPRING-104
     Project: Spring Cartridge
        Type: Bug
    Versions: 3.1M1, 3.1RC1    
 Environment: Java 1.5, Mac OSX 10.4.2
    Reporter: Ryan Marsh
 Assigned to: Chad Brandon 


clientContext.xml is generated with a missing '}' after a variable name. cvs 
diff (against current) to fix this is below.

Index: 
cartridges/andromda-spring/src/java/org/andromda/cartridges/spring/metafacades/SpringServiceLogicImpl.java
===================================================================
RCS file: 
/cvsroot/andromda/cartridges/andromda-spring/src/java/org/andromda/cartridges/spring/metafacades/SpringServiceLogicImpl.java,v
retrieving revision 1.23
diff -r1.23 SpringServiceLogicImpl.java
328c328
<                 result += ":${remotePort";
---
>                 result += ":${remotePort}";
528c528
< }
\ No newline at end of file
---
> }





-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

Reply via email to