You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "J. L." <dj...@yahoo.fr> on 2004/05/12 18:30:00 UTC

Struts & Jetspeed 1.5

Hi,

I'm a brand new user of Jetspeed. I just finished the
tutorial, and still ask myself a lot of questions. I
didn't find answers neither in the FAQ nor in the
mailing list archive.
I want to develop a web-application based on Struts
and I was wondering how I could develop this web-app
in collaboration with Jetspeed.

How can I make Struts and Jetspeed work together ? 
I don't know how to 'merge' Struts Action, ActionForm
... with Jetspeed HTMLPortlet, JSPPortlet, ...

I'll have several portlets (web-app) therefore : How
should I structure my classes, JSP, config files ... ?

What are the best practices ?

Thanks in advance for your advices.


	

	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

Posted by Ol...@lakeviewtech.com.
I am getting further in the build, only now I have failing test cases:

test:test:
    [copy] Warning: Could not find file 
C:\cvs-dev\jakarta-jetspeed-2\components\jetspeed\src\test\repository_database.xml 
to copy.
Overriding previous definition of reference to jdbc.drivers.path
    [junit] Running org.apache.jetspeed.rewriter.TestRewriterController
    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 3.595 sec
    [junit] [ERROR] TEST 
org.apache.jetspeed.rewriter.TestRewriterController FAILED

BUILD FAILED
File...... file:/C:/cvs-dev/jakarta-jetspeed-2/maven.xml
Element... maven:reactor
Line...... 107
Column.... 40
Unable to obtain goal [test:test] -- file:/C:/Documents and 
Settings/olsone/.maven/plugins/maven-test-plugin-1.5/plugin.jelly:148:54: 
<fail> There were test failures.
Total time: 3 minutes 12 seconds
Finished at: Mon May 24 10:02:43 CDT 2004

Any ideas (refreshed source at 5/24, 9:30am CST?)
Thanks,
Eric Olson




Ate Douma <at...@douma.nu> 
05/21/2004 08:39 AM
Please respond to
"Jetspeed Users List" <je...@jakarta.apache.org>


To
Jetspeed Users List <je...@jakarta.apache.org>
cc
Scott Weaver <sc...@binary-designs.net>
Subject
Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise






I think I understand what's happening.
There are major refactorings going on in J2 since yesterday.
One of which is the definition of a new subproject jetspeed-api.
I haven't had the time to update my version to the latest cvs HEAD but I 
guess there is already a jetspeed-api dependency defined but not yet 
configured to be installed into the local maven repository.

Scott Weaver is leading these refactorings so maybe he can give some 
feedback on the current state of cvs HEAD.

Scott, is the current HEAD buildable or should we wait until the 
jetspeed-api refactoring is ready?
Please give an indication then when we can expect it to be ready.

Regards,

Ate

OlsonE@lakeviewtech.com wrote:

> I am seeing the same problems Dan is when trying to run the instructions 

> from http://portals.apache.org/jetspeed-2/getting-started.html - early 
in 
> the build, I get the following warnings:
> 
> Attempting to download content-server-2.0-a1-dev.jar.
> WARNING: Failed to download content-server-2.0-a1-dev.jar.
> Attempting to download jetspeed-prefs-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-prefs-2.0-a1-dev.jar.
> Attempting to download jetspeed-security-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-security-2.0-a1-dev.jar.
> Attempting to download jetspeed-registry-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-registry-2.0-a1-dev.jar.
> Attempting to download jetspeed-id-generator-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-id-generator-2.0-a1-dev.jar.
> Attempting to download jetspeed-file-cache-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-file-cache-2.0-a1-dev.jar.
> Attempting to download jetspeed-api-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-api-2.0-a1-dev.jar.
> Attempting to download jetspeed-locator-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-locator-2.0-a1-dev.jar.
> Attempting to download pluto-1.0.1-SNAPSHOT.jar.
> 
> Then the build continues to run a bit, then finally fails with this 
> message:
> 
> +----------------------------------------
> | Build and Install the Misc. Components jar Jetspeed-2 File Cache
> | Memory: 34M/55M
> +----------------------------------------
> Attempting to download jetspeed-api-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-api-2.0-a1-dev.jar.
> Attempting to download picocontainer-1.0-RC-1-SNAPSHOT.jar.
> 
> BUILD FAILED
> File...... file:/C:/cvs-dev/jakarta-jetspeed-2/maven.xml
> Element... maven:reactor
> Line...... 93
> Column.... 40
> The build cannot continue because of the following unsatisfied 
dependency:
> 
> jetspeed-api-2.0-a1-dev.jar (no download url specified)
> 
> What am I missing?  I checked Ate's theory, but I only have a 
> 'build.properties.sample' file in JS2 root (I haven't changed anything 
> within JS2 root.)  I am getting the other jar dependencies, just not the 

> ones listed above.
> 
> Thanks,
> Eric Olson
> 
> 
> 
> 
> Ate Douma <at...@douma.nu> 
> 05/21/2004 04:24 AM
> Please respond to
> "Jetspeed Users List" <je...@jakarta.apache.org>
> 
> 
> To
> Jetspeed Users List <je...@jakarta.apache.org>
> cc
> 
> Subject
> Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise
> 
> 
> 
> 
> 
> 
> 
> 
> Jetspeed wrote:
> 
> 
>>Hello -
>>
>>I've just downloaded via cvsgrab the HEAD-tagged sources for Jetspeed 2.
>>Maven is configured to use ibiblio and bluesunrise as remote 
> 
> repositories.
> 
>>It appears to be working, but when I attempt to run the indicated
>>build command "maven allClean allBuild", I get a number of warnings 
>>indicating
>>that various jars have not been downloaded (some are), then the build
>>fails with
>>
>>"Class Not Found: JDBC driver com.p6spy.engine.spy.P6SpyDriver could not 

> 
> 
>>be loaded"
> 
> You must be using the sample build.properties provided in the J2 root. 
> For initial building/testing you don't need it. It is an example 
> configuration for using Oracle database (default hsqldb is used). If you 

> do need Oracle (or MySql) please read:
> http://portals.apache.org/jetspeed-2/database.html.
> 
> The p6spy driver is enabled by default in the build.properties.sample. 
> For plain Oracle usage comment p6spy out (line 8) and remove the comment 

>   on line 9.
> 
> 
>>The missing jars are:
>> content-server-2.0-a1-dev.jar
>> jetspeed-api-2.0-a1-dev.jar
>> jetspeed-file-cache-2.0-a1-dev.jar
>> jetspeed-id-generator-2.0-a1-dev.jar
>> jetspeed-locator-2.0-a1-dev.jar
>> jetspeed-prefs-2.0-a1-dev.jar
>> jetspeed-registry-2.0-a1-dev.jar
>> jetspeed-security-2.0-a1-dev.jar
>> struts-portlet-0.1.jar
>> struts-portlet-spi-0.1.jar
>>
>>I cannot locate these on ibiblio/maven nor on bluesunrise/maven
>>
>>Any idea where these jars should be coming from?
> 
> Maven will try to resolve its dependencies with allClean also (but not 
> fail). These jars are created when you do an allBuild. Because of your 
> driver problems above allBuild failed. It should be resolved if you just 

> remove build.properties or rename it back to build.properties.sample
> 
> Regards,
> 
> Ate
> 
> 
>>Any help is greatly appreciated.
>>
>>Cheers,
>>   Dan
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

Posted by Ate Douma <at...@douma.nu>.
I think I understand what's happening.
There are major refactorings going on in J2 since yesterday.
One of which is the definition of a new subproject jetspeed-api.
I haven't had the time to update my version to the latest cvs HEAD but I 
guess there is already a jetspeed-api dependency defined but not yet 
configured to be installed into the local maven repository.

Scott Weaver is leading these refactorings so maybe he can give some 
feedback on the current state of cvs HEAD.

Scott, is the current HEAD buildable or should we wait until the 
jetspeed-api refactoring is ready?
Please give an indication then when we can expect it to be ready.

Regards,

Ate

OlsonE@lakeviewtech.com wrote:

> I am seeing the same problems Dan is when trying to run the instructions 
> from http://portals.apache.org/jetspeed-2/getting-started.html - early in 
> the build, I get the following warnings:
> 
> Attempting to download content-server-2.0-a1-dev.jar.
> WARNING: Failed to download content-server-2.0-a1-dev.jar.
> Attempting to download jetspeed-prefs-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-prefs-2.0-a1-dev.jar.
> Attempting to download jetspeed-security-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-security-2.0-a1-dev.jar.
> Attempting to download jetspeed-registry-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-registry-2.0-a1-dev.jar.
> Attempting to download jetspeed-id-generator-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-id-generator-2.0-a1-dev.jar.
> Attempting to download jetspeed-file-cache-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-file-cache-2.0-a1-dev.jar.
> Attempting to download jetspeed-api-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-api-2.0-a1-dev.jar.
> Attempting to download jetspeed-locator-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-locator-2.0-a1-dev.jar.
> Attempting to download pluto-1.0.1-SNAPSHOT.jar.
> 
> Then the build continues to run a bit, then finally fails with this 
> message:
> 
> +----------------------------------------
> | Build and Install the Misc. Components jar Jetspeed-2 File Cache
> | Memory: 34M/55M
> +----------------------------------------
> Attempting to download jetspeed-api-2.0-a1-dev.jar.
> WARNING: Failed to download jetspeed-api-2.0-a1-dev.jar.
> Attempting to download picocontainer-1.0-RC-1-SNAPSHOT.jar.
> 
> BUILD FAILED
> File...... file:/C:/cvs-dev/jakarta-jetspeed-2/maven.xml
> Element... maven:reactor
> Line...... 93
> Column.... 40
> The build cannot continue because of the following unsatisfied dependency:
> 
> jetspeed-api-2.0-a1-dev.jar (no download url specified)
> 
> What am I missing?  I checked Ate's theory, but I only have a 
> 'build.properties.sample' file in JS2 root (I haven't changed anything 
> within JS2 root.)  I am getting the other jar dependencies, just not the 
> ones listed above.
> 
> Thanks,
> Eric Olson
> 
> 
> 
> 
> Ate Douma <at...@douma.nu> 
> 05/21/2004 04:24 AM
> Please respond to
> "Jetspeed Users List" <je...@jakarta.apache.org>
> 
> 
> To
> Jetspeed Users List <je...@jakarta.apache.org>
> cc
> 
> Subject
> Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise
> 
> 
> 
> 
> 
> 
> 
> 
> Jetspeed wrote:
> 
> 
>>Hello -
>>
>>I've just downloaded via cvsgrab the HEAD-tagged sources for Jetspeed 2.
>>Maven is configured to use ibiblio and bluesunrise as remote 
> 
> repositories.
> 
>>It appears to be working, but when I attempt to run the indicated
>>build command "maven allClean allBuild", I get a number of warnings 
>>indicating
>>that various jars have not been downloaded (some are), then the build
>>fails with
>>
>>"Class Not Found: JDBC driver com.p6spy.engine.spy.P6SpyDriver could not 
> 
> 
>>be loaded"
> 
> You must be using the sample build.properties provided in the J2 root. 
> For initial building/testing you don't need it. It is an example 
> configuration for using Oracle database (default hsqldb is used). If you 
> do need Oracle (or MySql) please read:
> http://portals.apache.org/jetspeed-2/database.html.
> 
> The p6spy driver is enabled by default in the build.properties.sample. 
> For plain Oracle usage comment p6spy out (line 8) and remove the comment 
>   on line 9.
> 
> 
>>The missing jars are:
>> content-server-2.0-a1-dev.jar
>> jetspeed-api-2.0-a1-dev.jar
>> jetspeed-file-cache-2.0-a1-dev.jar
>> jetspeed-id-generator-2.0-a1-dev.jar
>> jetspeed-locator-2.0-a1-dev.jar
>> jetspeed-prefs-2.0-a1-dev.jar
>> jetspeed-registry-2.0-a1-dev.jar
>> jetspeed-security-2.0-a1-dev.jar
>> struts-portlet-0.1.jar
>> struts-portlet-spi-0.1.jar
>>
>>I cannot locate these on ibiblio/maven nor on bluesunrise/maven
>>
>>Any idea where these jars should be coming from?
> 
> Maven will try to resolve its dependencies with allClean also (but not 
> fail). These jars are created when you do an allBuild. Because of your 
> driver problems above allBuild failed. It should be resolved if you just 
> remove build.properties or rename it back to build.properties.sample
> 
> Regards,
> 
> Ate
> 
> 
>>Any help is greatly appreciated.
>>
>>Cheers,
>>   Dan
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

Posted by Ol...@lakeviewtech.com.
I am seeing the same problems Dan is when trying to run the instructions 
from http://portals.apache.org/jetspeed-2/getting-started.html - early in 
the build, I get the following warnings:

Attempting to download content-server-2.0-a1-dev.jar.
WARNING: Failed to download content-server-2.0-a1-dev.jar.
Attempting to download jetspeed-prefs-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-prefs-2.0-a1-dev.jar.
Attempting to download jetspeed-security-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-security-2.0-a1-dev.jar.
Attempting to download jetspeed-registry-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-registry-2.0-a1-dev.jar.
Attempting to download jetspeed-id-generator-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-id-generator-2.0-a1-dev.jar.
Attempting to download jetspeed-file-cache-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-file-cache-2.0-a1-dev.jar.
Attempting to download jetspeed-api-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-api-2.0-a1-dev.jar.
Attempting to download jetspeed-locator-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-locator-2.0-a1-dev.jar.
Attempting to download pluto-1.0.1-SNAPSHOT.jar.

Then the build continues to run a bit, then finally fails with this 
message:

+----------------------------------------
| Build and Install the Misc. Components jar Jetspeed-2 File Cache
| Memory: 34M/55M
+----------------------------------------
Attempting to download jetspeed-api-2.0-a1-dev.jar.
WARNING: Failed to download jetspeed-api-2.0-a1-dev.jar.
Attempting to download picocontainer-1.0-RC-1-SNAPSHOT.jar.

BUILD FAILED
File...... file:/C:/cvs-dev/jakarta-jetspeed-2/maven.xml
Element... maven:reactor
Line...... 93
Column.... 40
The build cannot continue because of the following unsatisfied dependency:

jetspeed-api-2.0-a1-dev.jar (no download url specified)

What am I missing?  I checked Ate's theory, but I only have a 
'build.properties.sample' file in JS2 root (I haven't changed anything 
within JS2 root.)  I am getting the other jar dependencies, just not the 
ones listed above.

Thanks,
Eric Olson




Ate Douma <at...@douma.nu> 
05/21/2004 04:24 AM
Please respond to
"Jetspeed Users List" <je...@jakarta.apache.org>


To
Jetspeed Users List <je...@jakarta.apache.org>
cc

Subject
Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise








Jetspeed wrote:

> Hello -
> 
> I've just downloaded via cvsgrab the HEAD-tagged sources for Jetspeed 2.
> Maven is configured to use ibiblio and bluesunrise as remote 
repositories.
> It appears to be working, but when I attempt to run the indicated
> build command "maven allClean allBuild", I get a number of warnings 
> indicating
> that various jars have not been downloaded (some are), then the build
> fails with
> 
> "Class Not Found: JDBC driver com.p6spy.engine.spy.P6SpyDriver could not 

> be loaded"
You must be using the sample build.properties provided in the J2 root. 
For initial building/testing you don't need it. It is an example 
configuration for using Oracle database (default hsqldb is used). If you 
do need Oracle (or MySql) please read:
http://portals.apache.org/jetspeed-2/database.html.

The p6spy driver is enabled by default in the build.properties.sample. 
For plain Oracle usage comment p6spy out (line 8) and remove the comment 
  on line 9.

> 
> The missing jars are:
>  content-server-2.0-a1-dev.jar
>  jetspeed-api-2.0-a1-dev.jar
>  jetspeed-file-cache-2.0-a1-dev.jar
>  jetspeed-id-generator-2.0-a1-dev.jar
>  jetspeed-locator-2.0-a1-dev.jar
>  jetspeed-prefs-2.0-a1-dev.jar
>  jetspeed-registry-2.0-a1-dev.jar
>  jetspeed-security-2.0-a1-dev.jar
>  struts-portlet-0.1.jar
>  struts-portlet-spi-0.1.jar
> 
> I cannot locate these on ibiblio/maven nor on bluesunrise/maven
> 
> Any idea where these jars should be coming from?
Maven will try to resolve its dependencies with allClean also (but not 
fail). These jars are created when you do an allBuild. Because of your 
driver problems above allBuild failed. It should be resolved if you just 
remove build.properties or rename it back to build.properties.sample

Regards,

Ate

> 
> Any help is greatly appreciated.
> 
> Cheers,
>    Dan
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



Re: Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

Posted by Ate Douma <at...@douma.nu>.

Jetspeed wrote:

> Hello -
> 
> I've just downloaded via cvsgrab the HEAD-tagged sources for Jetspeed 2.
> Maven is configured to use ibiblio and bluesunrise as remote repositories.
> It appears to be working, but when I attempt to run the indicated
> build command "maven allClean allBuild", I get a number of warnings 
> indicating
> that various jars have not been downloaded (some are), then the build
> fails with
> 
> "Class Not Found: JDBC driver com.p6spy.engine.spy.P6SpyDriver could not 
> be loaded"
You must be using the sample build.properties provided in the J2 root. 
For initial building/testing you don't need it. It is an example 
configuration for using Oracle database (default hsqldb is used). If you 
do need Oracle (or MySql) please read:
http://portals.apache.org/jetspeed-2/database.html.

The p6spy driver is enabled by default in the build.properties.sample. 
For plain Oracle usage comment p6spy out (line 8) and remove the comment 
  on line 9.

> 
> The missing jars are:
>  content-server-2.0-a1-dev.jar
>  jetspeed-api-2.0-a1-dev.jar
>  jetspeed-file-cache-2.0-a1-dev.jar
>  jetspeed-id-generator-2.0-a1-dev.jar
>  jetspeed-locator-2.0-a1-dev.jar
>  jetspeed-prefs-2.0-a1-dev.jar
>  jetspeed-registry-2.0-a1-dev.jar
>  jetspeed-security-2.0-a1-dev.jar
>  struts-portlet-0.1.jar
>  struts-portlet-spi-0.1.jar
> 
> I cannot locate these on ibiblio/maven nor on bluesunrise/maven
> 
> Any idea where these jars should be coming from?
Maven will try to resolve its dependencies with allClean also (but not 
fail). These jars are created when you do an allBuild. Because of your 
driver problems above allBuild failed. It should be resolved if you just 
remove build.properties or rename it back to build.properties.sample

Regards,

Ate

> 
> Any help is greatly appreciated.
> 
> Cheers,
>    Dan
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Jetspeed 2 build failure -- jars not found at ibiblio or bluesunrise

Posted by Jetspeed <je...@comcast.net>.
Hello -

I've just downloaded via cvsgrab the HEAD-tagged sources for Jetspeed 2.
Maven is configured to use ibiblio and bluesunrise as remote repositories.
It appears to be working, but when I attempt to run the indicated
build command "maven allClean allBuild", I get a number of warnings 
indicating
that various jars have not been downloaded (some are), then the build
fails with

"Class Not Found: JDBC driver com.p6spy.engine.spy.P6SpyDriver could not 
be loaded"

The missing jars are:
  content-server-2.0-a1-dev.jar
  jetspeed-api-2.0-a1-dev.jar
  jetspeed-file-cache-2.0-a1-dev.jar
  jetspeed-id-generator-2.0-a1-dev.jar
  jetspeed-locator-2.0-a1-dev.jar
  jetspeed-prefs-2.0-a1-dev.jar
  jetspeed-registry-2.0-a1-dev.jar
  jetspeed-security-2.0-a1-dev.jar
  struts-portlet-0.1.jar
  struts-portlet-spi-0.1.jar

I cannot locate these on ibiblio/maven nor on bluesunrise/maven

Any idea where these jars should be coming from?

Any help is greatly appreciated.

Cheers,
    Dan



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


jetspeed od liferay?

Posted by Debora Galante <de...@eng.it>.

-----Messaggio originale-----
Da: Scott T Weaver [mailto:scotts-jetspeed-list@binary-designs.net]
Inviato: giovedì 20 maggio 2004 0.30
A: Jetspeed Users List
Oggetto: Re: R: Struts & Jetspeed 1.5


Thanks to Ate Douma, Jetspeed 2 is now capable of running struts-based
portlet apps.  The latest CVS HEAD will automatically build and install
the struts demo application portlet for you.

Regards,
--
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************

On Wed, 2004-05-19 at 09:11, Debora Galante wrote:
> Any news about  Struts & Jetspeed 1.5?
> I have the same problem...do you know Liferay??
>
> -----Messaggio originale-----
> Da: J. L. [mailto:djoukit04@yahoo.fr]
> Inviato: mercoledì 12 maggio 2004 18.30
> A: jetspeed-user@jakarta.apache.org
> Oggetto: Struts & Jetspeed 1.5
>
>
> Hi,
>
> I'm a brand new user of Jetspeed. I just finished the
> tutorial, and still ask myself a lot of questions. I
> didn't find answers neither in the FAQ nor in the
> mailing list archive.
> I want to develop a web-application based on Struts
> and I was wondering how I could develop this web-app
> in collaboration with Jetspeed.
>
> How can I make Struts and Jetspeed work together ?
> I don't know how to 'merge' Struts Action, ActionForm
> ... with Jetspeed HTMLPortlet, JSPPortlet, ...
>
> I'll have several portlets (web-app) therefore : How
> should I structure my classes, JSP, config files ... ?
>
> What are the best practices ?
>
> Thanks in advance for your advices.
>
>
>
>
>
>
> Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
>
> Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
> Yahoo! Messenger sur http://fr.messenger.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


R: R: R: Struts & Jetspeed 1.5

Posted by Debora Galante <de...@eng.it>.
Thank you.
Debora

-----Messaggio originale-----
Da: Scott T Weaver [mailto:scotts-jetspeed-list@binary-designs.net]
Inviato: giovedì 20 maggio 2004 14.40
A: Jetspeed Users List
Oggetto: Re: R: R: Struts & Jetspeed 1.5


The struts support is fairly new, so it might be best to just look at
the code.



On Thu, 2004-05-20 at 04:11, Debora Galante wrote:
> Great!!
> Do you know where I can found documentation about struts-based
> portlet apps?
> Thank you
> Debora
>
> -----Messaggio originale-----
> Da: Scott T Weaver [mailto:scotts-jetspeed-list@binary-designs.net]
> Inviato: giovedì 20 maggio 2004 0.30
> A: Jetspeed Users List
> Oggetto: Re: R: Struts & Jetspeed 1.5
>
>
> Thanks to Ate Douma, Jetspeed 2 is now capable of running struts-based
> portlet apps.  The latest CVS HEAD will automatically build and install
> the struts demo application portlet for you.
>
> Regards,
> --
> ******************************************
> *           Scott T. Weaver              *
> *         <we...@apache.org>            *
> *     <http://www.einnovation.com>       *
> * -------------------------------------- *
> *   Apache Jetspeed Enterprise Portal    *
> *     Apache Pluto Portlet Container     *
> *                                        *
> * OpenEditPro, Website Content Mangement *
> *     <http://www.openeditpro.com>       *
> ******************************************
>
> On Wed, 2004-05-19 at 09:11, Debora Galante wrote:
> > Any news about  Struts & Jetspeed 1.5?
> > I have the same problem...do you know Liferay??
> >
> > -----Messaggio originale-----
> > Da: J. L. [mailto:djoukit04@yahoo.fr]
> > Inviato: mercoledì 12 maggio 2004 18.30
> > A: jetspeed-user@jakarta.apache.org
> > Oggetto: Struts & Jetspeed 1.5
> >
> >
> > Hi,
> >
> > I'm a brand new user of Jetspeed. I just finished the
> > tutorial, and still ask myself a lot of questions. I
> > didn't find answers neither in the FAQ nor in the
> > mailing list archive.
> > I want to develop a web-application based on Struts
> > and I was wondering how I could develop this web-app
> > in collaboration with Jetspeed.
> >
> > How can I make Struts and Jetspeed work together ?
> > I don't know how to 'merge' Struts Action, ActionForm
> > ... with Jetspeed HTMLPortlet, JSPPortlet, ...
> >
> > I'll have several portlets (web-app) therefore : How
> > should I structure my classes, JSP, config files ... ?
> >
> > What are the best practices ?
> >
> > Thanks in advance for your advices.
> >
> >
> >
> >
> >
> >
> > Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> > Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
> >
> > Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
> > Yahoo! Messenger sur http://fr.messenger.yahoo.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
--
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: R: R: Struts & Jetspeed 1.5

Posted by Scott T Weaver <sc...@binary-designs.net>.
The struts support is fairly new, so it might be best to just look at
the code.



On Thu, 2004-05-20 at 04:11, Debora Galante wrote:
> Great!!
> Do you know where I can found documentation about struts-based
> portlet apps?
> Thank you
> Debora
> 
> -----Messaggio originale-----
> Da: Scott T Weaver [mailto:scotts-jetspeed-list@binary-designs.net]
> Inviato: giovedì 20 maggio 2004 0.30
> A: Jetspeed Users List
> Oggetto: Re: R: Struts & Jetspeed 1.5
> 
> 
> Thanks to Ate Douma, Jetspeed 2 is now capable of running struts-based
> portlet apps.  The latest CVS HEAD will automatically build and install
> the struts demo application portlet for you.
> 
> Regards,
> --
> ******************************************
> *           Scott T. Weaver              *
> *         <we...@apache.org>            *
> *     <http://www.einnovation.com>       *
> * -------------------------------------- *
> *   Apache Jetspeed Enterprise Portal    *
> *     Apache Pluto Portlet Container     *
> *                                        *
> * OpenEditPro, Website Content Mangement *
> *     <http://www.openeditpro.com>       *
> ******************************************
> 
> On Wed, 2004-05-19 at 09:11, Debora Galante wrote:
> > Any news about  Struts & Jetspeed 1.5?
> > I have the same problem...do you know Liferay??
> >
> > -----Messaggio originale-----
> > Da: J. L. [mailto:djoukit04@yahoo.fr]
> > Inviato: mercoledì 12 maggio 2004 18.30
> > A: jetspeed-user@jakarta.apache.org
> > Oggetto: Struts & Jetspeed 1.5
> >
> >
> > Hi,
> >
> > I'm a brand new user of Jetspeed. I just finished the
> > tutorial, and still ask myself a lot of questions. I
> > didn't find answers neither in the FAQ nor in the
> > mailing list archive.
> > I want to develop a web-application based on Struts
> > and I was wondering how I could develop this web-app
> > in collaboration with Jetspeed.
> >
> > How can I make Struts and Jetspeed work together ?
> > I don't know how to 'merge' Struts Action, ActionForm
> > ... with Jetspeed HTMLPortlet, JSPPortlet, ...
> >
> > I'll have several portlets (web-app) therefore : How
> > should I structure my classes, JSP, config files ... ?
> >
> > What are the best practices ?
> >
> > Thanks in advance for your advices.
> >
> >
> >
> >
> >
> >
> > Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> > Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
> >
> > Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
> > Yahoo! Messenger sur http://fr.messenger.yahoo.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


R: R: Struts & Jetspeed 1.5

Posted by Debora Galante <de...@eng.it>.
Great!!
Do you know where I can found documentation about struts-based
portlet apps?
Thank you
Debora

-----Messaggio originale-----
Da: Scott T Weaver [mailto:scotts-jetspeed-list@binary-designs.net]
Inviato: giovedì 20 maggio 2004 0.30
A: Jetspeed Users List
Oggetto: Re: R: Struts & Jetspeed 1.5


Thanks to Ate Douma, Jetspeed 2 is now capable of running struts-based
portlet apps.  The latest CVS HEAD will automatically build and install
the struts demo application portlet for you.

Regards,
--
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************

On Wed, 2004-05-19 at 09:11, Debora Galante wrote:
> Any news about  Struts & Jetspeed 1.5?
> I have the same problem...do you know Liferay??
>
> -----Messaggio originale-----
> Da: J. L. [mailto:djoukit04@yahoo.fr]
> Inviato: mercoledì 12 maggio 2004 18.30
> A: jetspeed-user@jakarta.apache.org
> Oggetto: Struts & Jetspeed 1.5
>
>
> Hi,
>
> I'm a brand new user of Jetspeed. I just finished the
> tutorial, and still ask myself a lot of questions. I
> didn't find answers neither in the FAQ nor in the
> mailing list archive.
> I want to develop a web-application based on Struts
> and I was wondering how I could develop this web-app
> in collaboration with Jetspeed.
>
> How can I make Struts and Jetspeed work together ?
> I don't know how to 'merge' Struts Action, ActionForm
> ... with Jetspeed HTMLPortlet, JSPPortlet, ...
>
> I'll have several portlets (web-app) therefore : How
> should I structure my classes, JSP, config files ... ?
>
> What are the best practices ?
>
> Thanks in advance for your advices.
>
>
>
>
>
>
> Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
>
> Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
> Yahoo! Messenger sur http://fr.messenger.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: R: Struts & Jetspeed 1.5

Posted by Scott T Weaver <sc...@binary-designs.net>.
Thanks to Ate Douma, Jetspeed 2 is now capable of running struts-based
portlet apps.  The latest CVS HEAD will automatically build and install
the struts demo application portlet for you.

Regards,
-- 
******************************************
*           Scott T. Weaver              *
*         <we...@apache.org>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************

On Wed, 2004-05-19 at 09:11, Debora Galante wrote:
> Any news about  Struts & Jetspeed 1.5?
> I have the same problem...do you know Liferay??
> 
> -----Messaggio originale-----
> Da: J. L. [mailto:djoukit04@yahoo.fr]
> Inviato: mercoledì 12 maggio 2004 18.30
> A: jetspeed-user@jakarta.apache.org
> Oggetto: Struts & Jetspeed 1.5
> 
> 
> Hi,
> 
> I'm a brand new user of Jetspeed. I just finished the
> tutorial, and still ask myself a lot of questions. I
> didn't find answers neither in the FAQ nor in the
> mailing list archive.
> I want to develop a web-application based on Struts
> and I was wondering how I could develop this web-app
> in collaboration with Jetspeed.
> 
> How can I make Struts and Jetspeed work together ?
> I don't know how to 'merge' Struts Action, ActionForm
> ... with Jetspeed HTMLPortlet, JSPPortlet, ...
> 
> I'll have several portlets (web-app) therefore : How
> should I structure my classes, JSP, config files ... ?
> 
> What are the best practices ?
> 
> Thanks in advance for your advices.
> 
> 
> 
> 
> 
> 
> Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
> 
> Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
> Yahoo! Messenger sur http://fr.messenger.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RE: Class not found!

Posted by alex <ai...@cytechgroup.com>.
Thanks I will try that - bur where does the "endorsed" come in?
A

-----Original Message-----
From: Raphaël Luta [mailto:raphael@luta.org] 
Sent: Wednesday, May 19, 2004 1:15 PM
To: Jetspeed Users List
Subject: Re: Class not found!

That you probably have a turbine.jar in:
- your CLASSPATH
- your jre/lib/ext directory in your Java installation
- your webapp server "shared" libs (ie in Tomcat 4: 
<tomcat-root>/shared/lib or <tomcat-root>/shared/classes)

If you do have any of these, remove them and restart your webapp 
server, that should fix the issue.

Le 19 mai 04, à 19:04, alex a écrit :

> Thanks, but what does "endorsed or jre endorsed" mean?
>
> -----Original Message-----
> From: Raphaël Luta [mailto:raphael@apache.org]
> Sent: Wednesday, May 19, 2004 12:36 PM
> To: Jetspeed Users List
> Subject: Re: Class not found!
>
> Le 19 mai 04, à 15:16, alex a écrit :
>
>> Reason:
>>         java.lang.ClassNotFoundException:
>>
>> 	Requested Action not found: portlets.TutorialStockQuoteAction8
>> 	Turbine looked in the following modules.packages path:
>> 	[org.apache.jetspeed.modules, org.apache.turbine.modules]
>>
>>
>>
>> I placed the class above at the following path:
>>
>> classes\org\apache\jetspeed\modules\actions\portlets
>>
>> the class is compiled with the following path:
>>
>> package org.apache.jetspeed.modules.actions.portlets;
>>
>> What's the deal?
>
> You probably have a conflict of Turbine jars loaded from different
> classloaders : Make sure you don't have a turbine
> jar somewhere in your webapp server endorsed or worse jre endorsed 
> jars.
>
> --
> Raphaël Luta - raphael@apache.org
> Apache Jetspeed - Enterprise Portal in Java
> http://portals.apache.org/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
--
Raphael Luta - raphael@luta.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Class not found!

Posted by Raphaël Luta <ra...@luta.org>.
That you probably have a turbine.jar in:
- your CLASSPATH
- your jre/lib/ext directory in your Java installation
- your webapp server "shared" libs (ie in Tomcat 4: 
<tomcat-root>/shared/lib or <tomcat-root>/shared/classes)

If you do have any of these, remove them and restart your webapp 
server, that should fix the issue.

Le 19 mai 04, à 19:04, alex a écrit :

> Thanks, but what does "endorsed or jre endorsed" mean?
>
> -----Original Message-----
> From: Raphaël Luta [mailto:raphael@apache.org]
> Sent: Wednesday, May 19, 2004 12:36 PM
> To: Jetspeed Users List
> Subject: Re: Class not found!
>
> Le 19 mai 04, à 15:16, alex a écrit :
>
>> Reason:
>>         java.lang.ClassNotFoundException:
>>
>> 	Requested Action not found: portlets.TutorialStockQuoteAction8
>> 	Turbine looked in the following modules.packages path:
>> 	[org.apache.jetspeed.modules, org.apache.turbine.modules]
>>
>>
>>
>> I placed the class above at the following path:
>>
>> classes\org\apache\jetspeed\modules\actions\portlets
>>
>> the class is compiled with the following path:
>>
>> package org.apache.jetspeed.modules.actions.portlets;
>>
>> What's the deal?
>
> You probably have a conflict of Turbine jars loaded from different
> classloaders : Make sure you don't have a turbine
> jar somewhere in your webapp server endorsed or worse jre endorsed 
> jars.
>
> --
> Raphaël Luta - raphael@apache.org
> Apache Jetspeed - Enterprise Portal in Java
> http://portals.apache.org/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
--
Raphael Luta - raphael@luta.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RE: Class not found!

Posted by alex <ai...@cytechgroup.com>.
Thanks, but what does "endorsed or jre endorsed" mean?

-----Original Message-----
From: Raphaël Luta [mailto:raphael@apache.org] 
Sent: Wednesday, May 19, 2004 12:36 PM
To: Jetspeed Users List
Subject: Re: Class not found!

Le 19 mai 04, à 15:16, alex a écrit :

> Reason:
>         java.lang.ClassNotFoundException:
>
> 	Requested Action not found: portlets.TutorialStockQuoteAction8
> 	Turbine looked in the following modules.packages path:
> 	[org.apache.jetspeed.modules, org.apache.turbine.modules]
>
>
>
> I placed the class above at the following path:
>
> classes\org\apache\jetspeed\modules\actions\portlets
>
> the class is compiled with the following path:
>
> package org.apache.jetspeed.modules.actions.portlets;
>
> What's the deal?

You probably have a conflict of Turbine jars loaded from different 
classloaders : Make sure you don't have a turbine
jar somewhere in your webapp server endorsed or worse jre endorsed jars.

--
Raphaël Luta - raphael@apache.org
Apache Jetspeed - Enterprise Portal in Java
http://portals.apache.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Class not found!

Posted by Raphaël Luta <ra...@apache.org>.
Le 19 mai 04, à 15:16, alex a écrit :

> Reason:
>         java.lang.ClassNotFoundException:
>
> 	Requested Action not found: portlets.TutorialStockQuoteAction8
> 	Turbine looked in the following modules.packages path:
> 	[org.apache.jetspeed.modules, org.apache.turbine.modules]
>
>
>
> I placed the class above at the following path:
>
> classes\org\apache\jetspeed\modules\actions\portlets
>
> the class is compiled with the following path:
>
> package org.apache.jetspeed.modules.actions.portlets;
>
> What's the deal?

You probably have a conflict of Turbine jars loaded from different 
classloaders : Make sure you don't have a turbine
jar somewhere in your webapp server endorsed or worse jre endorsed jars.

--
Raphaël Luta - raphael@apache.org
Apache Jetspeed - Enterprise Portal in Java
http://portals.apache.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Class not found!

Posted by alex <ai...@cytechgroup.com>.
Reason: 
        java.lang.ClassNotFoundException: 

	Requested Action not found: portlets.TutorialStockQuoteAction8
	Turbine looked in the following modules.packages path: 
	[org.apache.jetspeed.modules, org.apache.turbine.modules]

       

I placed the class above at the following path:

classes\org\apache\jetspeed\modules\actions\portlets

the class is compiled with the following path:

package org.apache.jetspeed.modules.actions.portlets;

What's the deal?
Alex Irazabal

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


R: Struts & Jetspeed 1.5

Posted by Debora Galante <de...@eng.it>.
Any news about  Struts & Jetspeed 1.5?
I have the same problem...do you know Liferay??

-----Messaggio originale-----
Da: J. L. [mailto:djoukit04@yahoo.fr]
Inviato: mercoledì 12 maggio 2004 18.30
A: jetspeed-user@jakarta.apache.org
Oggetto: Struts & Jetspeed 1.5


Hi,

I'm a brand new user of Jetspeed. I just finished the
tutorial, and still ask myself a lot of questions. I
didn't find answers neither in the FAQ nor in the
mailing list archive.
I want to develop a web-application based on Struts
and I was wondering how I could develop this web-app
in collaboration with Jetspeed.

How can I make Struts and Jetspeed work together ?
I don't know how to 'merge' Struts Action, ActionForm
... with Jetspeed HTMLPortlet, JSPPortlet, ...

I'll have several portlets (web-app) therefore : How
should I structure my classes, JSP, config files ... ?

What are the best practices ?

Thanks in advance for your advices.






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
Yahoo! Messenger sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org