I'm not sure I'm following your problem - you're saying *your* components are
starting up in the wrong order, so that a component your component depends on isn't
available during startup? Use @Startup(depends=) to make sure the components are started
before yours.
http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/annotations.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034137#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...