tags:

views:

168

answers:

0

Possible Duplicate:
How can I start a process on the start of a Seam application

Hi,

I am using JBoss 4.2.1 GA. I want my jboss server to load and call a method in my seam component on the server startup

I have used init-method in my components.xml and I also have used @create annotation tag.

Can anyone help me or point me to a suitable tutorial

I am deploying it as a war file