Re: AW: java.lang.OutOfMemoryError

2004-03-30 Thread Sez Sez
Why have i this error??? What is the solution? I need work with this big object but always fails!!! --- [EMAIL PROTECTED] escribió: > What's your question ? > > > -Ursprüngliche Nachricht- > > Von:Sez Sez [SMTP:[EMAIL PROTECTED] > > Gesendet am:Mittwoch, 31. März 2004

AW: java.lang.OutOfMemoryError

2004-03-30 Thread Robert . Naczinski
What's your question ? > -Ursprüngliche Nachricht- > Von: Sez Sez [SMTP:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 31. März 2004 09:34 > An: [EMAIL PROTECTED] > Betreff: java.lang.OutOfMemoryError > > I have a portlet that it extends > VelocityPortletAction. This, in method > b

java.lang.OutOfMemoryError

2004-03-30 Thread Sez Sez
I have a portlet that it extends VelocityPortletAction. This, in method buildNormalContext call a javabean. This javabean create a big object ( a Arraylist with 30.000 arraylist inside). When i return this object to buildNormalContext method, this fails and I see this errors: The error in portlet

RE: How to use java code in a vm file ?

2004-03-30 Thread FARINE Arnaud - SOP
Thx for your help ... but it isn't simple to develop this pull ... Merci quand même ;-) Arnaud FARINE Ingénieur d'études Atos Origin System Intégration 150, Allée Pierre Ziller 06905 Sophia-Antipolis France Phone +33 (0)49 715 7918 Fax +33 (0)49 715 7901 [EMAIL PROTECTED] www.atosorigin.f

Re: pane justification?

2004-03-30 Thread Stefano Bianchi
Dear Andrew, if you use jsp for layout look at [TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\layouts\html\default.jsp <%// Enable for Debugging ("Included servlet Error: 500") Including: screenJsp %> be sure valign="top". If you use vm look at [TOMCAT]\\webapps\jetspeed\WEB

Re: NullPointerException while rendering JSP template

2004-03-30 Thread Marphil
Hi Jean, I think I had the got the same exception when I tried to set topnav.vm=top_default.jsp This thread might help you solve your issue. Thanks. Marphil --- Stefano Bianchi <[EMAIL PROTECTED]> wrote: > From: "Stefano Bianchi" <[EMAIL PROTECTED]> > To: "Jetspeed Users List" > <[EMAIL PRO

Re: Hide the portlet name in the pane bar?

2004-03-30 Thread Sam
> Hi all, > I can make the links to another pane on the current page(pane), or to another page > in the portal(PSML), > > //The following is my code: > > JetspeedLink link=JetspeedLinkFactory.getInstance(rundata); > DynamicURI duri=link.getPaneByName("PORTLET1"); >rundata.getSession().set

Re: Hide Categories of Portlets from Groups of Users

2004-03-30 Thread David Sean Taylor
On Tuesday, March 30, 2004, at 04:00 PM, Bob Fleischman wrote: I've traced into this. In CustomSetAction the permission that is being checked is 'View' access. Therefore the "user-view_admin-all" does not prevent them from selecting the portlet for their home page. if (JetspeedSecurity.checkPermi

Hide the portlet name in the pane bar?

2004-03-30 Thread 李 琬菁
Hi all, I can make the links to another pane on the current page(pane), or to another page in the portal(PSML), //The following is my code: JetspeedLink link=JetspeedLinkFactory.getInstance(rundata); DynamicURI duri=link.getPaneByName("PORTLET1"); rundata.getSession().setAttribute("pane_na

RE: Hide Categories of Portlets from Groups of Users

2004-03-30 Thread Bob Fleischman
I've traced into this. In CustomSetAction the permission that is being checked is 'View' access. Therefore the "user-view_admin-all" does not prevent them from selecting the portlet for their home page. if (JetspeedSecurity.checkPermission((JetspeedUser) data.getUser(), new PortalResource(entry),

RE: Hide Categories of Portlets from Groups of Users

2004-03-30 Thread Bob Fleischman
I tried this and no joy. I had a portlet already set to "user-view_admin-all". I logged in as a regular user, clicked on the customize icon, pressed "Add Portlet", and it was still on the list. I have portlets that ordinary users should not be allowed to place on their home page. So I am hunting

RE: Hide Categories of Portlets from Groups of Users

2004-03-30 Thread Bob Fleischman
I'll give it a try. Thanks. I knew I could use that to prevent customization. I didn't realize it would prevent selection. -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 8:28 PM To: Jetspeed Users List Subject: Re: Hide Categories of Port

Re: How to use java code in a vm file ?

2004-03-30 Thread Robert Gombotz
glad, I could be of help! bonne chance! rob - Original Message - From: "FARINE Arnaud - SOP" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Monday, March 29, 2004 11:30 AM Subject: RE: How to use java code in a vm file ? Thx, I think to use the pull tool sol

RE: pane justification?

2004-03-30 Thread Sturtz, Andrew
After a user has logged into my portal the panes in a tabular view are in the middle of the page, I need them to be right below the top banner. Thanks for responding if you need any further clarification please let me know. Sincerely, Andrew Sturtz -Original Message- From: Raphaël Lu

Re: NullPointerException while rendering JSP template

2004-03-30 Thread Raphaël Luta
Le 30 mars 04, à 18:19, Jean-Baptiste Lievremont a écrit : Hi, My JSP template for the left navigation displays " Error processing navigation template:/html/left.jsp using module: BaseJspNavigation" at the end of the generated HTML. The rest of the content is as expected. I am running Jetspe

Re: pane justification?

2004-03-30 Thread Raphaël Luta
Le 30 mars 04, à 19:48, Sturtz, Andrew a écrit : Does anyone know what the parameter is that needs to be set to change where the panes in a portal appear on the page. I need to set it up so that these panes are justified to the top of the page. Any help would be greatly appreciated. I'm sorry, I

Requested Action not found...

2004-03-30 Thread sridhar ramalingam
Hi All, I'm getting this error in my jetspeed.log, please help me in getting rid of this error. Thanks! Sridhar 2004-03-30 12:57:14,908 [http8080-Processor4] ERROR GenericMVCPortlet - GenericMVCPortlet - error executing action java.lang.ClassNotFoundException: Requested Action not found:

RE: How to use java code in a vm file ?

2004-03-30 Thread FARINE Arnaud - SOP
Thx, I think to use the pull tool solution...It isn't simple date on a vm file !! ;-) Best Regards Arnaud FARINE Ingénieur d'études Atos Origin System Intégration 150, Allée Pierre Ziller 06905 Sophia-Antipolis France Phone +33 (0)49 715 7918 Fax +33 (0)49 715 7901 [EMAIL PROTECTED] www.a

pane justification?

2004-03-30 Thread Sturtz, Andrew
Does anyone know what the parameter is that needs to be set to change where the panes in a portal appear on the page. I need to set it up so that these panes are justified to the top of the page. Any help would be greatly appreciated. Thanks, Andrew Sturtz CBE Technologies

RE: JavaAppletPortlet info

2004-03-30 Thread Mark Orciuch
Sample java applet portlet definition: Mine Sweeper Game Example of Java applet org.apache.jetspeed.portal.portlets.JspPortlet In the future, please post your questions to the list for everyone's benefit. Best regards, Mark C. Orciuch Next Genera

NullPointerException while rendering JSP template

2004-03-30 Thread Jean-Baptiste Lievremont
Hi, My JSP template for the left navigation displays " Error processing navigation template:/html/left.jsp using module: BaseJspNavigation" at the end of the generated HTML. The rest of the content is as expected. I am running Jetspeed 1.4 and struts-menu 1.3 in tomcat 5.0.19, JDK 1.4.2_02 wit

AW: Checkstyle

2004-03-30 Thread Sprang, Henning (Firma CS)
Hy Chris, > -Ursprüngliche Nachricht- > Von: Floßmann Christoph [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 30. März 2004 16:38 > An: Jetspeed Users List (E-Mail) > Betreff: Checkstyle > > > Another Question from me today ;-) > > I just downloaded Checkstyle. I don't know how to in

Checkstyle

2004-03-30 Thread Floßmann Christoph
Another Question from me today ;-) I just downloaded Checkstyle. I don't know how to install it nor what it is good for? Could anybody explain please - I found no docu. Thanks Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: jetspeed home page

2004-03-30 Thread Stefano Bianchi
Dear Antony, you access anon user defult.psml if you do not log in. When I needed an authomatic login for a "free inside tour" I created a freetour visitor user and I added in the left navigation jsp page table the following code: <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='j

AW: Moving Portlets fails

2004-03-30 Thread Floßmann Christoph
I always have this problem, no matter what layout I choose. I tried several versions of jetspeed with no effect. Why doesn't this simple feature work? Is there any trick? -Ursprüngliche Nachricht- Von: Bart Posselt [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 30. März 2004 15:37 An: Jets

RE: How to use java code in a vm file ?

2004-03-30 Thread Stuart Belden
Arnaud, Take a look at the Velocity Developer and User guides. They're a good resource. http://jakarta.apache.org/velocity/user-guide_fr.html http://jakarta.apache.org/velocity/developer-guide.html http://jakarta.apache.org/velocity/ You can't use taglibs in velocity. regards, stu >>> [EMAIL P

RE: problem in SAX transform

2004-03-30 Thread Jason Shindler
>From FAQ: http://jakarta.apache.org/jetspeed/site/faq.html Question: Jetspeed RSS feeds are giving this message in the portlet: "problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException: The output format must have a '{http://xml.apache.org/xalan}content-handler' property!" Answe

problem in SAX transform

2004-03-30 Thread Floßmann Christoph
I've got one general question: What does this error message mean? problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException: The output format must have a '{http://xml.apache.org/xalan}content-handler' property! The message appears in various portlets eg. administrative port

jetspeed home page

2004-03-30 Thread antony saviour
hello friends, I trying to have the home page of jetspeed as the default page, My problem is , The user must be able to see the home page < portal page with portlets> without login in as a user, If the user clicks any of the links or button in the portlet home page , we need to authenticate

Re: Moving Portlets fails

2004-03-30 Thread Bart Posselt
I had a similar problem, but with the tabbed layout. Does the same thing happen with other layouts? I wound up switching to a different layout, moving the portlets to where I wanted them, and then going back. But for a variety of reasons I deleted my first installation of Jetspeed and when I reins

Moving Portlets fails

2004-03-30 Thread Floßmann Christoph
Whenever I try to move portlets they stay. Eg. I try to use the Three Columns View (33/33/33) and try to arrange all my portlets by pushing the < or > buttons. Nothing ever happens. They always stay on the place they appeared first. What is wrong? ---

AW: Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Sprang, Henning (Firma CS)
> -Ursprüngliche Nachricht- > Von: Floßmann Christoph [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 30. März 2004 12:12 > An: Jetspeed Users List > Betreff: AW: Problems with RSS Portlet (using Jetspeed 1.4) > > > Well, that's my problem too. My proxy needs authentication - > did you

AW: Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Floßmann Christoph
Well, that's my problem too. My proxy needs authentication - did you solve the problem and if yes how did you? > > Do you remember whether I have to use the apache with > mod_proxy to do so? I don't think so, apache's mod_proxy has nothing to do with java's network features which have a bui

AW: Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Sprang, Henning (Firma CS)
> -Ursprüngliche Nachricht- > Von: Floßmann Christoph [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 30. März 2004 11:10 > An: Jetspeed Users List > Betreff: AW: Problems with RSS Portlet (using Jetspeed 1.4) > > > Do you remember whether I have to use the apache with > mod_proxy to do

AW: Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Floßmann Christoph
Do you remember whether I have to use the apache with mod_proxy to do so? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 30. März 2004 10:31 An: [EMAIL PROTECTED] Betreff: AW: Problems with RSS Portlet (using Jetspeed 1.4) I'm use a proxy t

AW: create own portlet

2004-03-30 Thread Sprang, Henning (Firma CS)
> -Ursprüngliche Nachricht- > Von: antony saviour [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 29. März 2004 08:03 > An: [EMAIL PROTECTED] > Betreff: create own portlet > > > hello friends, > > How can i create a portlet with customized skins , with > actions .Help on this.Any tutoria

AW: Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Robert . Naczinski
I'm use a proxy too and must start tomcat with specially parameters. I don't know the parameters now. But you can put in google 'tomcat proxy start' Robert > -Ursprüngliche Nachricht- > Von: Floßmann Christoph [SMTP:[EMAIL PROTECTED] > Gesendet am: Dienstag, 30. März 2004 10:25 > An:

AW: Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Floßmann Christoph
Yes I do use a proxy - I had no problems with the iframe-portlet so I thought this wouldn't be a problem. What do I have to change/configure when I'm using a proxy? Hi, I configured the same portlet with Heise News in tomcat_install_path\webapps\name_of_your_webapp\WEB-INF\conf\local-portlets. x

AW: Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Robert . Naczinski
Hi, I configured the same portlet with Heise News in tomcat_install_path\webapps\name_of_your_webapp\WEB-INF\conf\local-portlets. xreg. It works fine. I don't see a mistake in your configuration. Do you use a proxy ? Robert > -Ursprüngliche Nachricht- > Von: Floßmann Christoph [SMTP:[E

Problems with RSS Portlet (using Jetspeed 1.4)

2004-03-30 Thread Floßmann Christoph
Hi there, I was trying to configure my own RSS portlet. First of all the included examples (apacheweek and so on) don't work. Then I tried the following code in \webapp\WEB-INF\conf\portlets.xreg: Heise News Ticker RSS Import der Heise Nachrichten