[jboss-user] [JBoss Seam] - Re: @PostConstruct on SessionBeanInterceptor is never called
stu2
do-not-reply at jboss.com
Wed Nov 29 01:08:28 EST 2006
Reading through the docs some more, section 1.2.1.7 explains why this works. ejb-jar.xml tells the EJB3 container to add the SeamInterceptor (extends SessionBeanInterceptor) to all beans. ejb-jar.xml wasn't in my META-INF directory. Putting it there makes everything work.
Well at least I did learn quite a bit on the path to figuring this out :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989577#3989577
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989577
More information about the jboss-user
mailing list