Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3451 | minor | always | 04-19-09 08:42 | 04-19-09 08:42 | |
|
|||||
Reporter: | pablorg | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | |||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0003451: java_bean does not work as documented | ||||
Description: |
I have a class configured as a webbean in resin as such: <bean> <class>com.my.Server</class> <init> <name>myServer</name> </init> </bean> these lookups do not find anything: $server = java_bean("com.my.Server"); $server = java_bean("myServer"); only this one works (discovered after 15 mins of trial and error): $server = java_bean("server"); |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |