VelocityPortlet Set to MAXIMIZE mode

2004-05-05 Thread cyaconi
Hi people... I'm building a VelocityPortletAction with 2 methods: buildNormalContext: Which put objects in context to render in the default mode. The object is a List, which has a lot of items, each of one rendered as a link, with the intention to see it detail when clicked. To see the clicked

RE: JetSpeed LDAP Authentication INFO

2004-05-05 Thread Andy . Sun
Just to clarify. The cause of the bug JS1-458 is that the getRoles method in NoRoleManagement returns a iterater of BaseJetspeedRole instead of GroupRole. The setRoles method in CacheAcl expects a iterater of GroupRole objects. The similar error happens for the LDAP integration because the LDAPRol

Re: Jetspeed 1.5 tutorial build failure for goal torque:sql-generate

2004-05-05 Thread Jetspeed
Raphaël - Excellent insight! Since my problem was occurring during processing of the tutorials, I downloaded database.dtd and placed it under $JETSPEED/tutorial/src/schema/dtd/database.dtd then modified $JETSPEED/tutorial/src/schema/tutorial-schema.xml so it's DTD reference was the relative

RE: using jsptag portletlink without loosing the tabbed panes?

2004-05-05 Thread Grégory Joseph
Thanks Mark, Thanks David. Mark, I have a problem with the example you give me: if my users customize their panes, I guess I can not really know its id, can I? So I can not define a forward in the forwards config!? I'll try some more, but I haven't been able to do anything with forwards so far :

Re: Jetspeed 1.5 tutorial build failure for goal torque:sql-gener ate

2004-05-05 Thread Raphaël Luta
Given the issues you describe, I'd say it's related to the DTD validation of the torque schema files. To avoid the issue, you can try the following: - download manually the DTD file http://jakarta.apache.org/turbine/dtd/database.dtd - put it in src/torque-schema - change the DTD reference in the

Re: JetSpeed LDAP Authentication INFO

2004-05-05 Thread Seregni Fabio
I'll try with 1.4 release Thanks Fabios [EMAIL PROTECTED] wrote: This is a new bug introduced in 1.5 release. See http://nagoya.apache.org/jira/browse/JS1-458 Andy -Original Message- From: Seregni Fabio [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 9:39 AM To: [EMAIL PROTECTED

Re: Confused with security and Turbine

2004-05-05 Thread cyaconi
Thank you David! David Sean Taylor <[EMAIL PROTECTED]> 05-05-04 11:27 Por favor, responda a "Jetspeed Users List" <[EMAIL PROTECTED]> Para "Jetspeed Users List" <[EMAIL PROTECTED]> cc Asunto Re: Confused with security and Turbine On May 5, 2004, at 6:51 AM, [EMAIL PROTECTED] wrote:

RE: Email Portlet

2004-05-05 Thread Jonathan Hawkins
http://java.sun.com/products/javamail/ -Original Message- From: Roger Ruttimann [mailto:[EMAIL PROTECTED] Sent: 05 May 2004 16:44 To: Jetspeed Users List Subject: Re: Email Portlet Where did you get the mail.jar file from? Thanks Roger -Original Message- From: Jonas Lim <[EMAI

RE: JetSpeed LDAP Authentication INFO

2004-05-05 Thread Andy . Sun
This is a new bug introduced in 1.5 release. See http://nagoya.apache.org/jira/browse/JS1-458 Andy -Original Message- From: Seregni Fabio [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 9:39 AM To: [EMAIL PROTECTED] Subject: JetSpeed LDAP Authentication INFO Hi , I'm a newbie .

Re: Email Portlet

2004-05-05 Thread Roger Ruttimann
Where did you get the mail.jar file from? Thanks Roger -Original Message- From: Jonas Lim <[EMAIL PROTECTED]> Sent: May 4, 2004 11:52 PM To: Jetspeed Users List <[EMAIL PROTECTED]> Subject: Re: Email Portlet Can you check if you have mail.jar on your web-inf\lib. I'm not sure if it is in

Re: Localisation in Panenames

2004-05-05 Thread David Sean Taylor
On May 5, 2004, at 4:45 AM, [EMAIL PROTECTED] wrote: Hi, it is possible to use the localisation ( l10n ) for the names of the panes and/or the portlettitles ? I think this one was answered before, search the archives, but again, yes, change the controller layouts Jetspeed does not fully support

JetSpeed LDAP Authentication INFO

2004-05-05 Thread Seregni Fabio
Hi , I'm a newbie . I've tried to setup JetSpeed LDAP Authentication using the guidelines included in the Jetspeed's sources.(ldap-notes.txt) It doesn't work. When I try to LogOn in JetSpeed , it gives me the following error : java.lang.ClassCastException at org.apache.jetspeed.services.securi

Re: using jsptag portletlink without loosing the tabbed panes?

2004-05-05 Thread David Sean Taylor
On May 5, 2004, at 5:14 AM, Gregory Joseph wrote: I can't seem to make any sense of these forwards, so if someone feels like helping or giving examples. (reminder of my context: i need to create html links between portlets, and keep the "tabs" (tabbed panes) in their right state) Forwards are

Re: Confused with security and Turbine

2004-05-05 Thread David Sean Taylor
On May 5, 2004, at 6:51 AM, [EMAIL PROTECTED] wrote: Hi. In spite of having a recently support in the subject, I'm still not really clear about where is the frontier between Turbine user management, and a particular User Management implementation. Exactly, what I want to do, is to implement

RE: using jsptag portletlink without loosing the tabbed panes?

2004-05-05 Thread Mark Orciuch
The difference is that portlet link will display the portlet itself and forward can display portlet within specific pane. For example, if PortletX is located on tab with id "P-fba7c135c2-10005" on "default" page within group "GroupX", here's the forward to get you there:

Confused with security and Turbine

2004-05-05 Thread cyaconi
Hi. In spite of having a recently support in the subject, I'm still not really clear about where is the frontier between Turbine user management, and a particular User Management implementation. Exactly, what I want to do, is to implement my own persistent layer using hibernate (not Torque), usi

RE: Difference between opencms and Jetspeed

2004-05-05 Thread LOMBART Christophe
What about the issues like authentication, managing CMS permissions via some portlets ? Christophe -Original Message- From: Santhosh Nair [mailto:[EMAIL PROTECTED] Sent: Wed 5/5/2004 2:06 AM To: Jetspeed Users List; "Sezmillenium" Cc: Subject:Re: Difference betw

javax.xml.transform.TransformerException

2004-05-05 Thread Sez
Hi people! I have jetspeed 1.5 and i have this message in jetspeed.log... The application goes well. Any ideas? Thanks 2004-05-05 14:18:42,785 [Thread-6] DEBUG SimpleTransform - Starting SAX thread... 2004-05-05 14:18:45,114 [DaemonThread:feeddaemon] INFO FeedDaemon - END FEED -> http://jakart

RE: using jsptag portletlink without loosing the tabbed panes?

2004-05-05 Thread Gregory Joseph
I can't seem to make any sense of these forwards, so if someone feels like helping or giving examples. (reminder of my context: i need to create html links between portlets, and keep the "tabs" (tabbed panes) in their right state) Cheers g -Original Message- From: Gregory Joseph Sent:

Localisation in Panenames

2004-05-05 Thread Robert . Naczinski
Hi, it is possible to use the localisation ( l10n ) for the names of the panes and/or the portlettitles ? Thanx, Robert > -Ursprüngliche Nachricht- > Von: Jonathan Hawkins [SMTP:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 5. Mai 2004 13:39 > An: 'Jetspeed Users List' > Betreff: R

RE: Email Portlet

2004-05-05 Thread Jonathan Hawkins
That did the trick, shame that exception lead me to believe that there was a problem in the EmailPortlet !! Thanks for your assistance Jon -Original Message- From: Jonas Lim [mailto:[EMAIL PROTECTED] Sent: 05 May 2004 07:52 To: Jetspeed Users List Subject: Re: Email Portlet Can you che

Re: Difference between opencms and Jetspeed

2004-05-05 Thread Santhosh Nair
Integration with Jetspeed and OpenCMS is not difficult - we did www.rameshtravel.com.sg and this is using Jetspeed 1.4 integrated with OpenCMS. You can prepare the content - using OpenCMS. The authoring can use OpenCMS templates. The published the contents can be brought into portlets. Santhos

Problems configuring maven.

2004-05-05 Thread Setti Matteo
I want to compile JS-1.5 source. I applied instructions that I found in maven-site but I had more errors with "maven war". Any documents ? Thanks Matteo Setti __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotj

RE: Jetspeed 1.5 tutorial build failure for goal torque:sql-gener ate

2004-05-05 Thread Nicolas MAYEUR
Indeed, the failing build was run behind a firewall & proxy. Proxy config seems OK in my build.properties, since maven has successfully downloaded many jars before failing. I tried doing it at home with no proxy and another ISP on a linux box : it builds OK. Nicolas -Message d'origine- De

RE: Are the jetspeed user limited ???

2004-05-05 Thread Choong Yong, Koh
Hi, I assume you are using the file /src/sql/external/turbine-mysql.sql. It is pretty odd that this file does not seem to be correct for mysql. The solution my team has is to generate the schema sql from source. These are the steps to follow: - get the jetspeed1.5 source

RE: Are the jetspeed user limited ???

2004-05-05 Thread Michael Muller
I finally solved the problem, The SQL script to create the table within the source code was not accepted by mySQL so I modified it by removing the attribute IDENTITY and renaming the type BINARY by BLOB. The Identity attribute mustn't be removed but replaced by the attribute AUTO_INCREMENT. --

RE: Form accessing a JSP Action

2004-05-05 Thread Oscar Ruiz
Apparently this solution may work, but found that my hello.jsp which should invoke the method doUpdate in MyJSPAction does not work, well doUpdate() is invoked but buildNormalContext() as well getting into an infinite loop. In fact, doUpdate is invoked even if i do not call it myself from a JSP. I