[ 
http://www.stripesframework.org/jira/browse/STS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12431#comment-12431
 ] 

Timothy Stone commented on STS-834:
-----------------------------------

I have created a Mavenized WAR that deploys to WebLogic 10.3.5 and works as 
intended. 

You can clone the git repos at github with the following:

{code}
% git clone git://github.com/timothystone/Stripes-on-WebLogic-10.3.x.git
% mvn clean package
{code}

Then via the Admin console, deploy.

It's a rather simple web app, but demonstrates the original {{layout.jsp}} and 
{{render.jsp}} files with a layout-component being called to override the 
default value text, as originally seen STS-823.

Some notes:

1. {{project.build.sourceEncoding}} is set to UTF-8 in the {{pom.xml}} 
{{properties}} stanza
2. target is 1.6
3. {{weblogic.xml}} {{jsp-descriptor}} sets the encoding to UTF-8
4. NO {{page directive}} is set on any JSP
5. The test platform prior to pushing to github is: Fedora 15, JDK 1.6.0_29 
(not JRockit), WebLogic 10.3.5.0

It's {{git}}, so {{fork}} and {{push}}.

...

Vote YES on STS-833.

> 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
>              Labels: layout, weblogic
>             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

        

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to