RE: Email Portlet

2004-05-05 Thread Jonathan Hawkins
I am using the binary distribution. Email.class and EmailPortlet.class both exist within the jetspeed-1.5.jar. I have also tried adding my own debug statements and manually including the classes under WEB-INF\classes etc. I have tried using Exchange Server and Sendmail IMAP server,but as the

Re: Email Portlet

2004-05-05 Thread Jonas Lim
Can you check if you have mail.jar on your web-inf\lib. I'm not sure if it is included in the jetspeed distribution. Regards, Jonas - Original Message - From: Jonathan Hawkins [EMAIL PROTECTED] To: 'Jetspeed Users List' [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 2:20 PM Subject:

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.

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: 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: 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

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

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.

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 -

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

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

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

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

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

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: Hi. In

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

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

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