great, thx
| public void printFoo(){
| if(this.getInstance() != null){
| System.out.println(this.getInstance().getName());
| } else{
| System.out.println("no instance");
| }
| }
works fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094873#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...