Issue Details (XML | Word | Printable)

Key: CSC-189
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Pavel Tavoda
Reporter: Patrik Nordwall
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fornax Cartridge Sculptor

Service injection into service

Created: 03/Mar/08 10:23 PM   Updated: 07/Dec/08 10:38 PM
Component/s: Metamodell
Affects Version/s: None
Fix Version/s: 1.5.0

Time Tracking:
Not Specified


 Description  « Hide
Service injection into service doesn't produce code:

Application Universe {
    basePackage=org.helloworld

    Module milkyway {

        Service MoonService {
            String sayHello(String moonName);
        }

        Service PlanetService {
            > @MoonService
        }
    }
}

produces
        <bean
                class="org.helloworld.milkyway.serviceimpl.PlanetServiceImpl" id="planetService">
        </bean>

and no variable, setter and getter in PlanetServiceImpl

See forum: http://www.nabble.com/Service-injection-into-service-to15739370s17564.html

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Patrik Nordwall added a comment - 06/Dec/08 10:50 PM
Fixed by Pavel