Chris,

I am using the default WebLogic JSP compiler (inside appc), since I don't use 
my own. 

When I put this stripes-exmaples.war to our Unix box which is WebLogic 9.1 
(configured by our admin group, standard configuration I guess), the same 
problem occurs.

Has anybody been able to deploy the newest stripes-exmaples.war (or similar) 
onto weblogic 9.x and make everything works? 

regards,

Lu



From: [EMAIL PROTECTED]
To: [email protected]
Date: Fri, 24 Oct 2008 11:41:55 -0400
Subject: Re: [Stripes-users] stripes.tld has problem with WebLogic 9.2 (bug?)

Ping,
Do you perhaps have an alternative JSP compiler configured for Weblogic? If so, 
could you try switching back to the default?
Chris.
On Oct 24, 2008, at 10:23 AM, ping lu wrote:Hi, there,

First, as a new stripes user, I bought the book written by Freddy Daoud: it is 
excellent and very helpful.

Secondly, it seems to me that there is a problem with stripes.tld when deploy a 
stripes application onto weblogic server 9.2. Is this a known bug or some extra 
configuration is needed? Has anybody successfully deploy similar stripes 
application onto weblogic 9.2 or related without any trouble?

I can successfully deploy the "stripes-examples" (from stripes web stie) onto 
weblogic application server 9.2, and can see the first page well. However when 
I click in any one of the link on the first page, such as "quickstart", the 
following problem occurs:

Compilation of JSP File '/quickstart/index.jsp' failed:index.jsp:3:1: The 
qualifier of this name is a package, which cannot contain fields.<!DOCTYPE html 
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" 
focus="">---^index.jsp:3:1: Expression expected (found '?' instead)<!DOCTYPE 
html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" 
focus="">---^index.jsp:3:1: Expression expected (found '>' instead)<!DOCTYPE 
html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" 
focus="">---^index.jsp:3:1: Expression expected (found '.' instead)<!DOCTYPE 
html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" 
focus="">---^index.jsp:3:1: Syntax error: expected ) (found 'class' 
instead)<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" 
focus="">---^index.jsp:3:1: Syntax error: expected <identifier> (found '}' 
instead)<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" 
focus="">---^index.jsp:3:1: Expression expected (found ')' instead)<!DOCTYPE 
html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" 
focus="">---^index.jsp:3:1: Syntax error near ';'<!DOCTYPE html PUBLIC 
"-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">---^


The same problem exists when I try to put my own stripes project onto the same 
server. It is very clear that the problem originates from stripes.tld (if I 
take away this tld, such a complain will go away).

My weblogic 9.2 has been working perfectly with multiple applications for 
several years now. JDK version is jdk150_06. 

I would appreciate it very much if anybody can give me some advice/comments on 
this issue.

regards,

Lu
Stay organized with simple drag and drop from Windows Live Hotmail. Try it 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users


_________________________________________________________________
Stay organized with simple drag and drop from Windows Live Hotmail.
http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to