
| Key: |
ICE-3360
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Invalid
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ryan Daniels
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
JSF_ICEFaces.zip (4.16 MB)
2.
JSF_Only.zip (15 kB)
|
|
Environment:
|
MyEclipse 6.0.1
Glassfish v2 (Sun Application Server 9.1)
Windows XP Pro
MyEclipse 6.0.1
Glassfish v2 (Sun Application Server 9.1)
Windows XP Pro
|
|
|
I have a simple EAR with an EJB-Jar with one session bean, and a WAR with one page and one managed session bean that uses injection to get an instance of the session EJB.
When I add ICEFaces capabilities to my web project, and deploy the EAR, EJB injection stops working. There are no error messages in the server's log related to this, it just simply stops injecting.
Here are the following configurations I have tried and the results:
JSF Capabilities Only: Injection Works
JSF and Facelets Capabilities: Injection Works
JSF and ICEFaces Capabilities (no Facelets): Injection Fails
JSF and ICEFaces and ICEFaces Facelets Capabilities: Injection Fails
|
|
Description
|
I have a simple EAR with an EJB-Jar with one session bean, and a WAR with one page and one managed session bean that uses injection to get an instance of the session EJB.
When I add ICEFaces capabilities to my web project, and deploy the EAR, EJB injection stops working. There are no error messages in the server's log related to this, it just simply stops injecting.
Here are the following configurations I have tried and the results:
JSF Capabilities Only: Injection Works
JSF and Facelets Capabilities: Injection Works
JSF and ICEFaces Capabilities (no Facelets): Injection Fails
JSF and ICEFaces and ICEFaces Facelets Capabilities: Injection Fails |
Show » |
|
http://localhost:8080/TestInjectWeb/inject.faces
Click Get Injection Result and the text box will indicate whether it succeeded or failed.