[
http://www.stripesframework.org/jira/browse/STS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560#comment-12560
]
J Hess commented on STS-834:
----------------------------
I ran the test again, this is my full weblogic.xml:
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.bea.com/ns/weblogic/90
http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
<context-root>/wls-stripes</context-root>
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
<jsp-descriptor>
<keepgenerated>true</keepgenerated>
<working-dir>/my/path/opt/wls1032/domains/domain1/workdir</working-dir>
<verbose>true</verbose>
<encoding>UTF-8</encoding>
</jsp-descriptor>
</weblogic-web-app>
These logs were generated in the AdminServer.log:
####<Feb 2, 2012 10:23:17 AM EST> <Info> <Deployer> <AdminServer> <[STANDBY]
ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS
Kernel>> <> <> <1328196197135> <BEA-149074> <Successfully completed deployment
task: [Deployer:149026]deploy application
_appsdir_wls-stripes-bug-1.0-SNAPSHOT_war on AdminServer.>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216851> <BEA-000000> <JspServlet:
param verbose initialized to: true>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216852> <BEA-000000> <JspServlet:
param packagePrefix initialized to: jsp_servlet>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216852> <BEA-000000> <JspServlet:
param compilerclass initialized to: null>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216852> <BEA-000000> <JspServlet:
param compileCommand initialized to: javac>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216852> <BEA-000000> <JspServlet:
param compilerval initialized to: javac>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216852> <BEA-000000> <JspServlet:
param pageCheckSeconds initialized to: 1>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216852> <BEA-000000> <JspServlet:
param encoding initialized to: UTF-8>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216853> <BEA-000000> <JspServlet:
param superclass initialized to null>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216853> <BEA-000000> <JspServlet:
param workingDir initialized to:
/home/jesse/opt/wls1032/domains/domain1/workdir>
####<Feb 2, 2012 10:23:36 AM EST> <Info> <ServletContext-/wls-stripes>
<AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default
(self-tuning)'> <<anonymous>> <> <> <1328196216853> <BEA-000000> <JspServlet:
initialization complete>
And the Eclipse console generated the same log messages as the previous comment.
> CLONE - Stripes Layouts not working in Weblogic 10.3.3.0
> --------------------------------------------------------
>
> Key: STS-834
> URL: http://www.stripesframework.org/jira/browse/STS-834
> Project: Stripes
> Issue Type: Bug
> Components: Tag Library
> Affects Versions: Release 1.5.4, Release 1.5.5, Release 1.5.6
> Environment: Tested on Windows XP and RHEL.
> Oracle Weblogic 10.3.3.0.
> Tried from Stripes 1.5.3 to 1.5.6
> Reporter: Sander Theetaert
> Assignee: Timothy Stone
> Fix For: Release 1.5.4, Release 1.5.5, Release 1.5.6, Release
> 1.5.7
>
>
> Stripes layout capabilities are unable to render correctly a layout in Oracle
> Weblogic.
> A simple test case has been tested in Weblogic under Windows and RHEL, both
> in WL 10.3.3.0 version, and in Glassfish.
> It works perfectly in Glassfish, but won't work in WL. Seems that the problem
> is the call to pageContext.include, which Stripes makes, and doesn't result
> in the target JSP being included in the result.
> I'm attaching the test jsp files. When accessing test.jsp it prints "Hello"
> on the screen, but doesn't print the "Default text", neither the "I'm here!"
> strings.
> Both jsp are stored in the root of the WAR file being uploaded to the
> container.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development