This content has been marked as final.
Show 3 replies
-
1. Re: MessageDriven Bean annotation problem
jaikiran pai Jul 29, 2009 7:57 AM (in response to James Hartell)Are you trying to compile this from an IDE? If yes, then first try compiling from the command prompt. I don't see anything obviously wrong with that code. By the way, the @MessageDriven annotation is available in jboss-javaee.jar
-
2. Re: MessageDriven Bean annotation problem
James Hartell Jul 29, 2009 8:45 AM (in response to James Hartell)I think you're right, I was using Eclipse but when I compiled from the command line I didn't get the error, I got other errors but that's another issue. - Thank you!
-
3. Re: MessageDriven Bean annotation problem
Peter Johnson Jul 29, 2009 11:30 AM (in response to James Hartell)You can also double-check what you are doing against the source code for the book. This example is covered by target 06 for project ch08. Though in Ant we tend to be lazy and include all JARs in common/lib and client...