|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4434 | minor | always | 03-11-11 15:13 | 04-05-11 16:29 | |
|
|
|||||
| Reporter: | rickHigh | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.15 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.17 | ||
|
|
|||||
| Summary: | 0004434: ResinBeanContainer fails with a null pointer exception when running standalone | ||||
| Description: |
Following the example here: http://wiki.caucho.com/Testing. [^] When I run the container standalone, it fails with a null pointer exception which seems to be related to not being able to load the validator jar file classes or some such. Exception in thread "main" java.lang.NullPointerException at com.caucho.config.reflect.ReflectionAnnotatedFactory.introspectType(ReflectionAnnotatedFactory.java:115) at com.caucho.config.inject.InjectManager.createAnnotatedType(InjectManager.java:1099) at com.caucho.config.inject.InjectManager.createManagedBean(InjectManager.java:1168) at com.caucho.resin.ResinBeanContainer.<init>(ResinBeanContainer.java:162) at org.cdi.advocacy.Example.main(Example.java:14) Digging deeper. It works when commenting out the offending lines. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||