Jetspeed 2 Release?

2004-06-24 Thread Paul Farnan
Hi, Does anyone know a timeframe for when there will be an official release of Jetspeed 2.0? We are looking at developing a portal based application and it is important that we follow the JSR 168 spec for future portability. Does anyone know what the migration from 1.5 to 2.0 be like if we were

org.apache.jetspeed.portlet AND org.apache.jetspeed.portlets

2004-06-24 Thread andi0001
Hi, I'm trying to write some portlets with portlet messaging. Therefore I need the both packages org.apache.jetspeed.portlet and packages org.apache.jetspeed.portlets! Where can I find theses packages? Where can I find some information about implementing portlet messaging or samples? Thx, Andreas

Books, Tutorials and example Apps

2004-06-24 Thread jetspeed_user
hello guys, i am quite new to Jetspeed and need to evaluate this framework. can any one tell me if there are some good tutorials, example apps and books to Jetspeed so that i can get a good impression of this framework? Olli

Jetspeed1.5 using Maven

2004-06-24 Thread Bjorn Vidar Remme
Return Receipt Your Jetspeed1.5 using Maven document :

Re: JetSpeed2 build failed. TorqueDataModelTask cannot be found

2004-06-24 Thread Serge Huber
You might want to recycle your Maven plugins by deleted the content of ${user.home}/.maven/plugins. Oh and upgrading to Maven 1.0 rc 3 since it is required now for proper compilation of J2. Regards, Serge Huber. At 07:57 24.06.2004, you wrote: Hi all, I have checkouted JetSpeed2. When I tried

Re: Jetspeed 2 Release?

2004-06-24 Thread Serge Huber
At 09:46 24.06.2004, you wrote: Hi, Does anyone know a timeframe for when there will be an official release of Jetspeed 2.0? We are looking at developing a portal based application and it is important that we follow the JSR 168 spec for future portability. Does anyone know what the migration

Re: Multiple jetspeed-1 instances

2004-06-24 Thread Raphael Luta
Greg Buchanan wrote: Thanks for the help. I am only beginning to test jetspeed, but have two completely separate directory structures. As such, I believe I am using two separate database instances (i.e. no sql or external database). The problem I have is that I often authenticate as admin and

RE: ***SPAM*** class not found Exception ..JSP portlet Action class

2004-06-24 Thread Floßmann Christoph
You already described your mistake very clearly. You put the .class file in the wrong path. Right now they should be in the WEB-INF\classes\org\apache\jetspeed\modules\actions\portlets path. You also can define your own paths in the webapp/WEB-INF/conf/TurbineResources.properties There are

Jetspeed portlets

2004-06-24 Thread andi0001
Hi, I'm trying to write some portlets with portlet messaging. Therefore I need the packages org.apache.jetspeed.portlet and org.apache.jetspeed.portlets. I found the first in Jetspeed 1.5 but there are not all needed classes included. Where can I get theses packages? Are there samples how I have

problem about build jetspeed with maven

2004-06-24 Thread jonah
Title: I am new to maven and jetspeed2.I download source code. When I'm trying to build it with maven,I got the following error messages: How to conver it? Thanks a lot __ __| \/ |__ _Apache__ ___| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~|_| |_\__,_|\_/\___|_||_| v.

changing default name in Torque.properties

2004-06-24 Thread Vijay Raghavan
Hi All, I modified my Torque.properties file as torque.database.PRIMARYDB=default == (torque.database.default=default) torque.database.PRIMARYDB.adapter=oracle == (torque.database.default.adapter=oracle)

Jetspeed 1.5 --database error (please help)

2004-06-24 Thread N.C.
To whom it may concern, First of all, I am greatful for the documents. They are so helpful to me. The steps are clear and easy to follow. I have explored the jetspeed for several weeks and wanted to change database from the Hypersonic to Oracle; however, I could not. I followed all of the

in addition ...

2004-06-24 Thread N.C.
To whom it may concer, I forgot to add that in JetspeedResources.properties, I also did ... #services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.db.DatabasePsmlManagerService

Sharing attributes between portlet applications

2004-06-24 Thread Oliver Pfau
Hi, I have a general JSR-168 question: is it possible to share a attribute between two portlets which are not in the same portlet application in a JSR-168 portlet ? I want to write two portlets: one displays the TreeNode data structure from javax.swing.tree.* and stores a navigation status

RE: changing default name in Torque.properties

2004-06-24 Thread Floßmann Christoph
My DB Problem is similar (using mysql). But I don't get an error message. As admin I can update the users data, eg. Tommy Turbines firstname. But I can't add a new user. If I do so the portlet is displayed and nothing happend (no logging in tomcat console) Here is my Torque.properties:

RE: class not found Exception ..JSP portlet Action class

2004-06-24 Thread Maruthi
Hello Christoph, Thanks for your mail.I tried all the options before posting to the mailing list..i already tested by placing my .class file in the WEB-INF\classes\org\apache\jetspeed\modules\actions\portlets path.But still the same problem i am getting. Thank you, Maruthi. [EMAIL PROTECTED]

RE: changing default name in Torque.properties

2004-06-24 Thread Vijay Raghavan
for this you need to edit Jetspeed Code (Jetspeed src [java file]) and also Torque Code (Torque src [java file]). In Jetspeed src, - replace Torque.getConnection(with your poolname) - and also Torque.getDatabaseName(with your poolname) - Find in

RE: changing default name in Torque.properties

2004-06-24 Thread Floßmann Christoph
Boy, if it works so, I think it's more handsome to rename my Database to default! You can't give a detailed list of the affected file, do you? -Original Message- From: Vijay Raghavan [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 2:57 PM To: Jetspeed Users List Subject: RE:

WG: Sharing attributes between portlet applications

2004-06-24 Thread Oliver Pfau
Hi, I have a general JSR-168 question: is it possible to share a attribute between two portlets which are not in the same portlet application in a JSR-168 portlet ? I want to write two portlets: one displays the TreeNode data structure from javax.swing.tree.* and stores a navigation

hello christoph ...class not found Exception ..

2004-06-24 Thread Maruthi
Hello Christoph, Are there any other reasons for not finding Action Class.I tried all the ways by modifying my local-portlets.xreg file and placing .class file in different places (i placed in WEB-INF\classes\org\apache\jetspeed\modules\actions\portlets too as you suggested).But its not

RE: hello christoph ...class not found Exception ..

2004-06-24 Thread Floßmann Christoph
1. the mentioned path is ok 2. leave the classname out. The value is portlets.AnyClass Maybe you forgot to include this line in your jsp jsp:useBean id=anyID class=org.apache.jetspeed.modules.actions.portlets.AnyClass scope=request /? -Original Message- From: Maruthi [mailto:[EMAIL

Re: WG: Sharing attributes between portlet applications

2004-06-24 Thread David Sean Taylor
On Jun 24, 2004, at 7:22 AM, Oliver Pfau wrote: Hi, I have a general JSR-168 question: is it possible to share a attribute between two portlets which are not in the same portlet application in a JSR-168 portlet ? The portlet session, application scope, but its limited to per portlet application

Re: JetSpeed2 build failed. TorqueDataModelTask cannot be found

2004-06-24 Thread Denis Burlaka
I download and install Maven 1.0rc3, but I got same error. What is wrong??? Thanks. You might want to recycle your Maven plugins by deleted the content of ${user.home}/.maven/plugins. Oh and upgrading to Maven 1.0 rc 3 since it is required now for proper compilation of J2. Regards,

Jetspeed 2 build failed

2004-06-24 Thread Waqar Sadiq
I have downloaded jetspeed-2 source and am trying to build it. However the build fails because it cannot load the jdbc drivers. The error is ClassNotFound error that fails to load com.p6spy.engine.spy.P6SpyDriver. I have downloaded the P6Spy driver but am not clear how to configure it so