hey cocomo,
I noticed there seems to be an issue with your controller's name, in some cases it is using a lowercase character to start with, and in other cases it is using an uppercase character: /Users/cocomo/androMDA/wgkasse/web/target/src/de/mindbomb/wg/loginControllerFactory.java:4: class LoginControllerFactory is public, should be declared in a file named LoginControllerFactory.java public class LoginControllerFactory while it should be not a problem to do so I advice you to give your classes names according to the Java convention when using the bpm4struts cartridge, just to stay on the safe side; apparently classes with a name starting with a lowercase character aren't handled very well -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=660#660 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
