Re: Deploying custom portlet

2004-10-27 Thread miten mehta
Hello, I deleted TD_App under webapps which is my application. Then rebuild war and added to deploy dir. Now TD_App is empty dir in webapps. Jetspeed did not expand it. Any ideas? Miten. --- miten mehta <[EMAIL PROTECTED]> wrote: > Hello, > > Incidently portletid and portletname are same in

Re: Deploying custom portlet

2004-10-27 Thread miten mehta
Hello, Incidently portletid and portletname are same in my case. Thanks for telling me. Miten. --- "Scott T. Weaver" <[EMAIL PROTECTED]> wrote: > APPID::portletid needs to be APPID::portletName not > the id. > > > > miten mehta wrote: > > >Hello, > > > >I have custom portlet which is pack

RE: class cast exception for LDAP role

2004-10-27 Thread Jeremy Ford
There is a bug in J1.5 I believe. You may want to try HEAD or apply the fix to 1.5. Jeremy Ford [EMAIL PROTECTED] -Original Message- From: Amit Soni [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 11:37 PM To: [EMAIL PROTECTED] Subject: class cast exception for LDAP role Hi

RE: Problem building Jetspeed 1.5 war

2004-10-27 Thread Pe, Win {PI}
Follow the following steps Before we get started, we have a few pre-requisite installations: 1. Install a Java compiler (1.3 or greater) 2. Install Ant (1.5 or greater) 3. Install Maven 4. Install Tomcat 4 (4.1.12 or higher (last tested on 4.1.30)) or Tomcat 5 5. Install Jetspeed (1.5 release

[J2] Security component updated: existing SECURITY_CREDENTIAL table data changes required!!!

2004-10-27 Thread Ate Douma
Hi all, To be able to implement the enhanced password security (see: http://issues.apache.org/jira/browse/JS2-151) I had to make a few changed to the security component interfaces and quite a lot in its implementation. Tonight changes only lay the foundation for JS2-151 which implementation I wil

problems with mysql

2004-10-27 Thread Michael McElligott
Hi everyone, just having a problem with using mysql as the database backing jetspeed. Specifically redeployment doesn't work, and I often have to issue a db.recreate via maven. The only message that seems as though it might be related is, during startup: [DEFAULT] WARN: [PlatformFactory] pro

Re: Deploying custom portlet

2004-10-27 Thread Michael McElligott
Hi Miten, There are some other quirks that I've encountered on my installation. Admittedly, I've not been doing portlet work for long. Still, my development box is XP, I'm running tomcat 5.0.28 with jdk 1.5. Jetspeed's backed by a MySQL db. I've had your experience as well. My problems wor

RE: class cast exception for LDAP role

2004-10-27 Thread Andy . Sun
This is a bug introduced by the 1.5 grouprole implementation. It looks like it is fixed in the 1.6 dev. Compare the getRole(String username) method in LDAPRoleManagement.java in 1.5 and 1.6 dev then you can see the differences. Andy -Original Message- From: Amit Soni [mailto:[EMAIL PROTECT

Re: Deploying custom portlet

2004-10-27 Thread Scott T. Weaver
APPID::portletid needs to be APPID::portletName not the id. miten mehta wrote: Hello, I have custom portlet which is packaged in war file. xml files I added were: portlet.xml - which defines xml for my portlet web.xml - copied it from jetspeed dir deployed in tomcat (I hope thats how to packag

Dynamically Generate PSML/Menus

2004-10-27 Thread Alan Chiang
Hi all, I'm a bit new to Jetspeed, portals, and the surrounding technologies, but I'm slowly taking it all in. I would like to create a menu similar to the PSML menus, but they need to be dynamically generated from a database. The menu would list items, for example cars, and as you click on

Re: Jetspeed 1.6 and Plugin

2004-10-27 Thread Daniel Pardo
Yes, I mistake one step; maven plugin:install - Original Message - From: "Henry Isidro" <[EMAIL PROTECTED]> To: ; "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 8:48 AM Subject: Re: Jetspeed 1.6 and Plugin > try the tutorials...http://portals.apache.org/jet

Re: Problem building Jetspeed 1.5 war

2004-10-27 Thread Alan Chiang
Add -Dmaven.test.skip=true ? You can also add maven.test.ignore.failure=true or maven.test.skip=true in the properties file. http://maven.huangdong.com/reference/plugins/test/properties.html AC On Wed, 27 Oct 2004 11:34:25 +0200, Daniel Pardo <[EMAIL PROTECTED]> wrote: > I think that you can e

Deploying custom portlet

2004-10-27 Thread miten mehta
Hello, I have custom portlet which is packaged in war file. xml files I added were: portlet.xml - which defines xml for my portlet web.xml - copied it from jetspeed dir deployed in tomcat (I hope thats how to package) added entry to default-page.psml as APPID::portletid I see on default page a

Re: Problem building Jetspeed 1.5 war

2004-10-27 Thread Daniel Pardo
I think that you can exclude any test in the file project.xml ... ... Daniel Pardo (Un ex isoco :) ) - Original Message - From: "Jesus Sanchez Gonzalez" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Wednesday, October 27, 2004 11:15 AM Subject: Probl

Problem building Jetspeed 1.5 war

2004-10-27 Thread Jesus Sanchez Gonzalez
Hi. I'm trying to build the jetspeed 1.5 war file but I'm getting problems after the unit tests and I cannot get the war. I'm using Maven 1.0, ant 1.6.1, jdk 1.4, Tomcat 5 and Windows XP. I'm getting the following error when the build stops. BUILD FAILED File.. C:\Documents and Sett

class cast exception for LDAP role

2004-10-27 Thread Amit Soni
Hi all, Here i want to use LDAP with jetspeed for that i gone through ldap-notes.txt file and successfully done the LDAP part. After that i have modify my JetspeedSecurity.propeties file also it look like :: services.JetspeedSecurity.classname=org.apache.jetspeed.services.security.JetspeedDBSec

JNDI URL problem

2004-10-27 Thread jean-charles . jabouille
Hi, I deploy jetspeed2 on jonas4-1-4. I have make a jonas-web.xml file for the jndi referencing. The problem is taht jonas use Carole for the context and it appears at the deployement that the JNDI URL is empty. If someone can help me, please. Thanks for your reply. This is the error trace: - Je