https://issues.apache.org/bugzilla/show_bug.cgi?id=51472

--- Comment #3 from friedhelm.ku...@cms-it-services.de 2011-07-05 11:38:50 UTC 
---
Sorry for my proposal, in case it is truely not correct.

However, I was not able to get the follwing bean working:

class xyz {
  public getAbc(){
    ...
  }
}

because I forgot to explcitly mark the class 'public'.

- getAbc was not defined in an Interface (as normally is)
- getAbc was not defined in superClass

After marking class 'public' it worked.

Works as designed ?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to