History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBSEAM-2455
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jay Balunas
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Seam

"WEB-INF/dev" directory not read on Weblogic 10

Created: 07/Jan/08 05:03 PM   Updated: 11/Mar/08 08:34 AM
Component/s: Core , Platform interoperability
Affects Version/s: 2.0.1.CR1
Fix Version/s: The future

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
RHEL 5 x86
JDK 1.6.0_02
Weblogic 10.3.TP


 Description  « Hide
A WAR application generated by seam-gen and modified as described in the new "Weblogic" chapter in the reference guide does not pick up the class files that deployed into the "WEB-INF/dev" directory.

The easiest way to describe duplicating it is to refer to the reference guide chapter. What the user sees is that no matter what is entered into the login page it is a failed login - with no errors in the logs If the class files in the "WEB-INF/dev" directory are moved to the "WEB-INF/classes" directory the login page behaves as expected.

Note the weblogic chapter to the reference guide is currently being finalized and I will note when it is checked in.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Pete Muir [08/Jan/08 04:59 AM]
I think its actually a problem with hotdeployment on Weblogic, not Seam-gen. Probably due to some classloading peculiarity.

Jay Balunas [10/Jan/08 10:56 AM]
The Weblogic chapter is checked in and describes this issue and the work around.
When resolved the weblogic reference docs should be changed.