Hi,

> immidiately found out why my Bean wouldn't deploy. I had to declare all
> CMP managed fields as public, not as private. Why is that ? I thought
> they should only be accessed through the set/get methods. Seems like I
> have to read the specs again ...

if i have understood the documentation from the java Reflection API right,
the API could only access public attributes from a class. And the container
should also have access to the attributes to map the stored attributes to
the bean attributes (with the reflection API)...

CU

---
Ingo Bruell
OBL GmbH ([EMAIL PROTECTED])
Hude (Oldenburg)
Germany



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to