[jboss-user] [JBoss Seam] - Re: Does data In(jection) occur before or after @Create

harpritt do-not-reply at jboss.com
Tue Jul 17 17:48:47 EDT 2007


Gavin

Sorry to keep buggin you, but can you point me in the direction of an example showing how to bind to the BP ctx and then retrive in the @create


Ive done everything that i can , but the damn inject values are allways null.... 

@Out(scope=BUSINESS_PROCESS, required = false)
String aString

.... aString = "WooooHoooo"

and then 

@Create
doYourStuff(){
System.out.print(aString);
}

..... i cant see where im screwing up

a pointer in the right direction or example will be ample to see me through this.

Cheers again




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

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



More information about the jboss-user mailing list