Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003451 [Quercus] minor always 04-19-09 08:42 04-19-09 08:42
Reporter pablorg View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product 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");

Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
04-19-09 08:42 pablorg New Issue


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker