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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to