I'm using the appfuse-basic-spring artifact and then, after appfuse:full-source, I started developing based on that. The strange thing is that this is the first time I've ever seen the @WebService annotation. For what is this used?
Regards, Christian mraible wrote: > > What archetype are you using? Is this a new project or something > you've been working on. > > Matt > > On Sun, Oct 19, 2008 at 4:16 PM, Christian Decker > <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> I have run into some trouble when using Java 1.5.0 with AppFuse: >> >>> /path/to/src/service/UserService.java:6:0::0 The import javax.jws cannot >>> be resolved >>> error at @WebService >>> ^^^^^^^^^ >>> /path/to/src/service/UserService.java:12:0::0 WebService cannot be >>> resolved to a type >> >> Any idea why this is? >> >> Regards, >> Christian >> -- >> View this message in context: >> http://www.nabble.com/Java-1.5.0--%3E-WebService-error-tp20060837s2369p20060837.html >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Java-1.5.0--%3E-WebService-error-tp20060837s2369p20064915.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
