[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

modoc do-not-reply at jboss.com
Sun Oct 29 19:27:33 EST 2006


What I meant when I said chapter 7 is wrong, is that chapter 7 says that IntervalDuration is a Date not a long.  Chapter 13 is the only place where the IntervalDuration is referred to as a long.  

Chapter 7 also clearly says:

(For JavaBean components we can annotate the component implementation class if we like.)

And since this component is a POJO, I put the annotations on the implementation class.

Is this wrong?  Do Ansyncronous annotated methods HAVE to be ejbs?  If so, that's fine, I'll make an ejb interface/impl pair just to handle this, but the documentation led me to believe I could annotate a javabean component.

Because it felt to me that your reply was a little defensive or sarcastic, I want to assure you that I am in no way implying any failings of Seam, its documentation, examples, or your work on it.  I've worked on plenty of projects to know that keeping docs, examples, javadoc, etc... all in sync with a changing product is hard to do without a dedicated doc team.  Seam seems like a pretty amazing project, and thus far I'm really impressed by it.  All I'm trying to do it figure out how to get my project working, and at the moment my lack of familiarity with Seam and the ejb3 spec, combined with a couple doc issues and the fact that since Seam is so new, there aren't a ton of other sites with information other developers have uncovered, I come here to ask my questions.

Regards,

Modoc

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981638#3981638

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981638



More information about the jboss-user mailing list