"toni" wrote : Hi,
  | 
  | I'm using @Create to initialize a collection upon the creation of my SFSB.
  | 

You would have to use the @Factory annotation instead of @Create.

@Factory("collectionName")
public void fillCollection(){
   // bla bla bla
}

:)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045828
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to