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#4094873

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

Reply via email to