[jboss-dev-forums] [Design of POJO Server] - Re: Diff behavior with diff AnnotatedMetaDataDeployer

emuckenhuber do-not-reply at jboss.com
Wed Jul 30 15:34:56 EDT 2008


"alesj" wrote : 
  | Isn't it all just about the classes you push to creators?
  | And with my Opt this should be optimized/good?
That should be fine.. much smarter now :)
The current annotation deployer actually just do hasAnnotation() on the class, method, field and so on...

The only difference i can see in the behaviour is:
"alesj" wrote : 
  | 
  |   | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.ear,name=ChangePasswordAction,service=EJB3 -> java.lang.IllegalArgumentException: Can't find a persistence unit named '' in AbstractVFSDeploymentContext at 21034618{vfszip:/C:/projects/jboss5/trunk/testsuite/output/lib/jboss-seam-booking.ear}
  |   | 
  | 

with the current annotation deployer it's smth like:
anonymous wrote : 
  | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=ChangePasswordAction,service=EJB3
  | 

note: the jar=jboss-seam-booking.jar :)

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

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



More information about the jboss-dev-forums mailing list