You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Renaud Liehn <Re...@tridion.com> on 2003/04/28 16:36:29 UTC

RE: i pass some step but already some problems... argue this come from a part of the WAR approche

humm francais???

i answer in my ... potential english.. LOL but... don't hesitate to turn me
in French LOL


rhaaaaaaaaa correct


the build successful....


But what should i get ? a jportal.jar in my jetspeedHome ?

how no.. i need to deploy it before??
oulala not so simple



So i will try but i feel that working without the source code of Jetspeed is
very tricky...
and i'm not sure if the file i'm using are good or not..

I eplain,
i saw from the torque build as i explained that it wait for a torquexxx.jar
in a lib directory in jetspeed_home..

and now this servlet.jar works if i put it in the jetspeed_home/WEB-INF/lib
but not if i put it in the jetspeed_home/lib (that i have manually
created...)

hummm 





-----Original Message-----
From: Pezet Luc [mailto:luc.pezet@club-internet.fr]
Sent: lundi 28 avril 2003 16:12
To: Jetspeed Users List
Subject: Re: i pass some step but already some problems... argue this
come from a part of the WAR approche


Hi Renaud,

I think the servlet.jar file is missing in lib/ directory, in order to
compile the tutorial.

Check and see if in other lib/ directories this file is not present.
If this file is completly missing, just copy it from your tomcat (common/lib
directory).

Hope it should help,

Luc.

----- Original Message ----- 
From: "Renaud Liehn" <Re...@tridion.com>
To: <je...@jakarta.apache.org>
Sent: Monday, April 28, 2003 3:59 PM
Subject: i pass some step but already some problems... argue this come from
a part of the WAR approche


> Hello,
>
> sorry to bother you again but i need this example to work and for me to
> progress
>
>
> so
>
>  the fact is that i have choose to work with and from the WAR file of
> jetspeed..
>
> that mean that i don't have source of jetspeed (i prefer to deploy
directly
> into the webapp folder)
>  and it seems regarding the docs that this is a possible way...
>
> so...
>
> my problem from last email was that the BUILD XML from TORQUE stuff was
> trying to copy the torque-3.0.jar from the /lib directory of the jetspeed
> home...
>
> but this file belong on this directory only on the SRC distribution of
> jetspeed, on the webapp we could find it under /WEB-INF/lib
>
> so i have copied all the file in /WEB-INF/lib and paste in
jetspeed_home/lib
>
> so,
>
> the ant tutorial-1 works litle better but now i'm stuck with this error:
>
>
> om-template:
>    [delete] Deleting directory D:\ant\bin\torque3\templates.scratch
>
> check_for_jetspeed_jar:
>
> jar_prepare_error:
>
> compile:
>     [mkdir] Created dir: D:\ant\bin\bin\WEB-INF\classes
>     [javac] Compiling 16 source files to D:\ant\bin\bin\WEB-INF\classes
>     [javac]
>
D:\ant\bin\src\java\com\bluesunrise\jportal\modules\actions\portlets\CobiJon
> esPortletAction.java:54: cannot access javax.servlet
> ..http.HttpSessionBindingListener
>     [javac] file javax\servlet\http\HttpSessionBindingListener.class not
> found
>     [javac]             Player player =
> (Player)rundata.getUser().getTemp(PLAYER);
>     [javac]                                                    ^
>     [javac]
>
D:\ant\bin\src\java\com\bluesunrise\jportal\modules\actions\portlets\CobiJon
> esPortletAction.java:63: cannot access javax.servlet
> ..http.HttpServletRequest
>     [javac] file javax\servlet\http\HttpServletRequest.class not found
>     [javac]             String cobiError =
> (String)rundata.getRequest().getAttribute(COBI_ERROR);
>     [javac]                                                          ^
>     [javac]
>
D:\ant\bin\src\java\com\bluesunrise\jportal\modules\actions\portlets\CobiJon
> esPortletAction.java:96: cannot resolve symbol
>     [javac] symbol  : method setAttribute
> (java.lang.String,java.lang.String)
>     [javac] location: class javax.servlet.http.HttpServletRequest
>     [javac]             rundata.getRequest().setAttribute(COBI_ERROR,
>     [javac]                               ^
>     [javac]
>
D:\ant\bin\src\java\com\bluesunrise\jportal\modules\actions\portlets\Tutoria
> lStockQuoteAction8.java:53: cannot resolve symbol
>     [javac] symbol  : method setAttribute
>
(java.lang.String,org.apache.jetspeed.webservices.finance.stockmarket.StockQ
> uote[])
>     [javac] location: class javax.servlet.http.HttpServletRequest
>     [javac]             rundata.getRequest().setAttribute(QUOTES, quotes);
>     [javac]                               ^
>     [javac]
>
D:\ant\bin\src\java\com\bluesunrise\jportal\modules\actions\portlets\Tutoria
> lStockQuoteAction8.java:54: cannot resolve symbol
>     [javac] symbol  : method setAttribute
> (java.lang.String,java.lang.String[])
>     [javac] location: class javax.servlet.http.HttpServletRequest
>     [javac]             rundata.getRequest().setAttribute(COLUMNS,
> ALL_COLUMNS);
>     [javac]                               ^
>     [javac] 5 errors
>
> BUILD FAILED
> file:D:/ant/bin/build.xml:134: Compile failed; see the compiler error
output
> for details.
>
>
> here i am completly stuck....
>
> ps using jdk1.3.1_02
>
> thanks for answer regards
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RE: Jakarta Struts toghether with Jetspeed

Posted by Carlos Orrego <or...@inflexa.com>.
I do it using IFRAME portlet
or a custom jsp portlet to pass parameters.

c

-----Original Message-----
From: Osa [mailto:oska79@wp.pl]
Sent: Monday, April 28, 2003 11:37 AM
To: Jetspeed Users List
Subject: Jakarta Struts toghether with Jetspeed


Hi there,
Does any of you tried to use Jakarta Struts MVC framework in portlet ? 
If so how to set it to easily use struts tags within JSP pages?

Dom




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Jakarta Struts toghether with Jetspeed

Posted by Osa <os...@wp.pl>.
Hi there,
Does any of you tried to use Jakarta Struts MVC framework in portlet ? 
If so how to set it to easily use struts tags within JSP pages?

Dom




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org