Re: Jetspeed 2.0 M2 Released

2005-04-05 Thread Serge Huber
Congratulations to all involved !
cheers,
 Serge...
David Sean Taylor wrote:
The Apache Portals Jetspeed Team is pleased to announce the second 
milestone release of Jetspeed-2.

The release is available for download from the Apache Download Mirrors:
http://www.apache.org/dyn/closer.cgi
Follow the links to portals/jetspeed-2
Two binary releases are provided.
1. Jetspeed-2 + Tomcat 5.0.30 distribution.
2. Jetspeed-2 + Tomcat 5.5.8 distribution.
With this second milestone of Jetspeed-2, new versions of the
Portals Bridges components are released as well. These components are 
now all upgraded to version 0.2. Portals Bridges can be used 
independently of Jetspeed-2 and will eventually migrate to its own 
Portals Bridges project.

Bridges released with M2:
* Struts Bridge 0.2
* Velocity Bridge 0.2
* JSF Bridge 0.2
* Perl Bridge 0.2
* PHP Bridge 0.2
* Portlet Framework 0.2
--
 Jetspeed 2.0-M2 Release
   April 4, 2005
--
* PALM - Portlet Application Lifecycle Manager
  A new administrative portlet for managing the lifecycle of portlet
  applications. Supports start, stop, undeploy and delete operations.
* JBoss Support
   Jetspeed tested and running on JBoss versions 3.2.7 and 4.0.1sp1
* New Improved Deployment
   Deployment overhauled to support application server
   controlled deployment. Class loader and cross-context session control
   issues resolved.
* Struts Bridge Enhancements
* Navigations Refactoring
* Enhanced credential security and validation,
  Login/Password Enhancements
* LDAP Authentication support added.
* Secure Access to Site Resources (Pages, Folders)
* Profiler, Layout, PSML Security Documentation
* SSO Enhancements
* Improved JSF Support
* Finer grain Spring configuration
* Main Jetspeed context no longer requires /jetspeed
---
Bug fixes
---
see M2-bugfixes.html
-
 Tested App Servers:
-
 * Tomcat 5.0.30
 * Tomcat 5.5.8
 * JBoss 3.2.7
 * JBoss 4.0.1sp1
 (Tomcat 5.5 requires a different jetspeed.xml found in the source 
tree under src/resources/jetspeed-tomcat-5.5.xml)

 Check out our wiki page for details: 
http://wiki.apache.org/portals/Jetspeed2

-
 NO Longer Supported:
-
 * Tomcat 4.1.x
Support for Tomcat 4.1.x has been dropped.
---
 Installation Instructions
---
1. Download jetspeed-2.0-M2-Tomcat-5.0.30.tar.gz, or
   Download jetspeed-2.0-M2-Tomcat-5.0.30.zip (windows), or
   Download jetspeed-2.0-M2-Tomcat-5.5.8.tar.gz, or
   Download jetspeed-2.0-M2-Tomcat-5.5.8.zip (windows)
2. Expand jetspeed-2.0-M2-Tomcat-version.tar.gz into a clean 
directory (as example we will use 'jetspeed')

   cd /jetspeed
   tar xfz jetspeed-2.0-M2-Tomcat-version.tar.gz
   For Windows:
   cd c:\jetspeed
   unzip jetspeed-2.0-M2-Tomcat-version.zip
3. start the database
   cd /jetspeed/jetspeed-database
   start-database.sh
   For Windows:
   cd c:\jetspeed\jetspeed-database
   start-database.bat
4. startup Tomcat
   execute /jetspeed/jakarta-tomcat-version/bin/startup.sh
   For Windows:
   execute c:\jetspeed\jakarta-tomcat-version\bin\startup.bat
5. start up a web browser and navigate to 
http://localhost:8080/jetspeed/portal

--
 Configuring Another Database
--
1. cd $TOMCAT_HOME/jetspeed-database/scripts
2. edit the build.properties, set the properties for your database 
connection, save.
3. create a database schema/catalog to hold your database tables
4. type 'ant' to run the database population scripts
5. edit the jetspeed.xml properties
- $TOMCAT_HOME/conf/Catalina/localhost/jetspeed.xml

and set your database connection
6. copy your database driver into Tomcat's common/endorsed directory
7. start up a web browser, navigate to 
http://localhost:8080/jetspeed/portal

 Sample accounts to login as:
 admin/admin
 manager/manager
 user/user

 Upgrading from Jetspeed 2.0 M1

If you are upgrading an installation from Jetspeed 2.0 M1,
remember to delete the M1 jar files found under Tomcat's shared/lib 
directory. The following files should be deleted:

jetspeed-api-2.0-M1.jar
jetspeed-commons-2.0-M1.jar
pluto-1.0.1-rc1.jar
portals-bridges-common-0.1.jar

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


J2 how Undeploy app and how Reload app after change default-page.psml ???

2005-04-05 Thread Vladimir Figurov
Hello!
I try use jetspeed2. I - beginner in jetspeed2
I have a next little questions:
Ferst question:
-How make UNdeploy the old or error portlet, without running maven 
quickStart allways??:

I read in 
http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets, 
chapter Undeployment what need simple DELETE MyApp.war from 
WEB-INF/deploy. But, I looking what after I placed a war in this 
catalog, J2 deleting  himself this war, modify his and placed 
MyApp-modify.war in CATALINA/webapps. Thus, I have already nothing to 
delete in the catalogue deploy
If I shall remove in manual CATALINA/webapps/MyApp-modify.war and 
CATALINA/webapps/MyApp, and then I shall put new WAR - J2 whence pulls 
out old.

And next question:
-after change [EMAIL PROTECTED] in jetspeed/WEB-INF/pages/default-page.psml 
and stay old [EMAIL PROTECTED] - J2 was run the old MyApp with [EMAIL PROTECTED] # 
newName ?!!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jetspeed 2.0 M2 Released

2005-04-05 Thread Jouni Rajala
I am bit new to maven. Is it possible to check out this
milestone version with maven somehow. If it is could
you provide me exact command line :)
David Sean Taylor wrote:
The Apache Portals Jetspeed Team is pleased to announce the second 
milestone release of Jetspeed-2.

The release is available for download from the Apache Download Mirrors:
http://www.apache.org/dyn/closer.cgi
Follow the links to portals/jetspeed-2
Two binary releases are provided.
1. Jetspeed-2 + Tomcat 5.0.30 distribution.
2. Jetspeed-2 + Tomcat 5.5.8 distribution.
With this second milestone of Jetspeed-2, new versions of the
Portals Bridges components are released as well. These components are 
now all upgraded to version 0.2. Portals Bridges can be used 
independently of Jetspeed-2 and will eventually migrate to its own 
Portals Bridges project.

Bridges released with M2:
* Struts Bridge 0.2
* Velocity Bridge 0.2
* JSF Bridge 0.2
* Perl Bridge 0.2
* PHP Bridge 0.2
* Portlet Framework 0.2
--
 Jetspeed 2.0-M2 Release
   April 4, 2005
--
* PALM - Portlet Application Lifecycle Manager
  A new administrative portlet for managing the lifecycle of portlet
  applications. Supports start, stop, undeploy and delete operations.
* JBoss Support
   Jetspeed tested and running on JBoss versions 3.2.7 and 4.0.1sp1
* New Improved Deployment
   Deployment overhauled to support application server
   controlled deployment. Class loader and cross-context session control
   issues resolved.
* Struts Bridge Enhancements
* Navigations Refactoring
* Enhanced credential security and validation,
  Login/Password Enhancements
* LDAP Authentication support added.
* Secure Access to Site Resources (Pages, Folders)
* Profiler, Layout, PSML Security Documentation
* SSO Enhancements
* Improved JSF Support
* Finer grain Spring configuration
* Main Jetspeed context no longer requires /jetspeed
---
Bug fixes
---
see M2-bugfixes.html
-
 Tested App Servers:
-
 * Tomcat 5.0.30
 * Tomcat 5.5.8
 * JBoss 3.2.7
 * JBoss 4.0.1sp1
 (Tomcat 5.5 requires a different jetspeed.xml found in the source 
tree under src/resources/jetspeed-tomcat-5.5.xml)

 Check out our wiki page for details: 
http://wiki.apache.org/portals/Jetspeed2

-
 NO Longer Supported:
-
 * Tomcat 4.1.x
Support for Tomcat 4.1.x has been dropped.
---
 Installation Instructions
---
1. Download jetspeed-2.0-M2-Tomcat-5.0.30.tar.gz, or
   Download jetspeed-2.0-M2-Tomcat-5.0.30.zip (windows), or
   Download jetspeed-2.0-M2-Tomcat-5.5.8.tar.gz, or
   Download jetspeed-2.0-M2-Tomcat-5.5.8.zip (windows)
2. Expand jetspeed-2.0-M2-Tomcat-version.tar.gz into a clean 
directory (as example we will use 'jetspeed')

   cd /jetspeed
   tar xfz jetspeed-2.0-M2-Tomcat-version.tar.gz
   For Windows:
   cd c:\jetspeed
   unzip jetspeed-2.0-M2-Tomcat-version.zip
3. start the database
   cd /jetspeed/jetspeed-database
   start-database.sh
   For Windows:
   cd c:\jetspeed\jetspeed-database
   start-database.bat
4. startup Tomcat
   execute /jetspeed/jakarta-tomcat-version/bin/startup.sh
   For Windows:
   execute c:\jetspeed\jakarta-tomcat-version\bin\startup.bat
5. start up a web browser and navigate to 
http://localhost:8080/jetspeed/portal

--
 Configuring Another Database
--
1. cd $TOMCAT_HOME/jetspeed-database/scripts
2. edit the build.properties, set the properties for your database 
connection, save.
3. create a database schema/catalog to hold your database tables
4. type 'ant' to run the database population scripts
5. edit the jetspeed.xml properties
- $TOMCAT_HOME/conf/Catalina/localhost/jetspeed.xml

and set your database connection
6. copy your database driver into Tomcat's common/endorsed directory
7. start up a web browser, navigate to 
http://localhost:8080/jetspeed/portal

 Sample accounts to login as:
 admin/admin
 manager/manager
 user/user

 Upgrading from Jetspeed 2.0 M1

If you are upgrading an installation from Jetspeed 2.0 M1,
remember to delete the M1 jar files found under Tomcat's shared/lib 
directory. The following files should be deleted:

jetspeed-api-2.0-M1.jar
jetspeed-commons-2.0-M1.jar
pluto-1.0.1-rc1.jar
portals-bridges-common-0.1.jar

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jetspeed 2.0 M2 Released

2005-04-05 Thread Hema Menon
Congratulations to all involved!!!

Thanks,
Hema

P.S Now eagerly waiting for Jetspeed 1.6 release :)

On Apr 4, 2005 3:29 PM, David Sean Taylor [EMAIL PROTECTED] wrote:
 The Apache Portals Jetspeed Team is pleased to announce the second
 milestone release of Jetspeed-2.
 
 The release is available for download from the Apache Download Mirrors:
 
 http://www.apache.org/dyn/closer.cgi
 
 Follow the links to portals/jetspeed-2
 
 Two binary releases are provided.
 
 1. Jetspeed-2 + Tomcat 5.0.30 distribution.
 2. Jetspeed-2 + Tomcat 5.5.8 distribution.
 
 With this second milestone of Jetspeed-2, new versions of the
 Portals Bridges components are released as well. These components are
 now all upgraded to version 0.2. Portals Bridges can be used
 independently of Jetspeed-2 and will eventually migrate to its own
 Portals Bridges project.
 
 Bridges released with M2:
 
 * Struts Bridge 0.2
 * Velocity Bridge 0.2
 * JSF Bridge 0.2
 * Perl Bridge 0.2
 * PHP Bridge 0.2
 * Portlet Framework 0.2
 
 --
  Jetspeed 2.0-M2 Release
April 4, 2005
 --
 
 * PALM - Portlet Application Lifecycle Manager
   A new administrative portlet for managing the lifecycle of portlet
   applications. Supports start, stop, undeploy and delete operations.
 
 * JBoss Support
Jetspeed tested and running on JBoss versions 3.2.7 and 4.0.1sp1
 
 * New Improved Deployment
Deployment overhauled to support application server
controlled deployment. Class loader and cross-context session control
issues resolved.
 
 * Struts Bridge Enhancements
 
 * Navigations Refactoring
 
 * Enhanced credential security and validation,
   Login/Password Enhancements
 
 * LDAP Authentication support added.
 
 * Secure Access to Site Resources (Pages, Folders)
 
 * Profiler, Layout, PSML Security Documentation
 
 * SSO Enhancements
 
 * Improved JSF Support
 
 * Finer grain Spring configuration
 
 * Main Jetspeed context no longer requires /jetspeed
 
 ---
 Bug fixes
 ---
 see M2-bugfixes.html
 
 -
  Tested App Servers:
 -
  * Tomcat 5.0.30
  * Tomcat 5.5.8
  * JBoss 3.2.7
  * JBoss 4.0.1sp1
 
  (Tomcat 5.5 requires a different jetspeed.xml found in the source tree
 under src/resources/jetspeed-tomcat-5.5.xml)
 
  Check out our wiki page for details:
 http://wiki.apache.org/portals/Jetspeed2
 
 -
  NO Longer Supported:
 -
  * Tomcat 4.1.x
 
 Support for Tomcat 4.1.x has been dropped.
 
 ---
  Installation Instructions
 ---
 
 1. Download jetspeed-2.0-M2-Tomcat-5.0.30.tar.gz, or
Download jetspeed-2.0-M2-Tomcat-5.0.30.zip (windows), or
Download jetspeed-2.0-M2-Tomcat-5.5.8.tar.gz, or
Download jetspeed-2.0-M2-Tomcat-5.5.8.zip (windows)
 2. Expand jetspeed-2.0-M2-Tomcat-version.tar.gz into a clean directory
 (as example we will use 'jetspeed')
 
cd /jetspeed
tar xfz jetspeed-2.0-M2-Tomcat-version.tar.gz
 
For Windows:
 
cd c:\jetspeed
unzip jetspeed-2.0-M2-Tomcat-version.zip
 
 3. start the database
 
cd /jetspeed/jetspeed-database
start-database.sh
 
For Windows:
 
cd c:\jetspeed\jetspeed-database
start-database.bat
 
 4. startup Tomcat
 
execute /jetspeed/jakarta-tomcat-version/bin/startup.sh
 
For Windows:
 
execute c:\jetspeed\jakarta-tomcat-version\bin\startup.bat
 
 5. start up a web browser and navigate to
 http://localhost:8080/jetspeed/portal
 
 --
  Configuring Another Database
 --
 
 1. cd $TOMCAT_HOME/jetspeed-database/scripts
 2. edit the build.properties, set the properties for your database
 connection, save.
 3. create a database schema/catalog to hold your database tables
 4. type 'ant' to run the database population scripts
 5. edit the jetspeed.xml properties
 - $TOMCAT_HOME/conf/Catalina/localhost/jetspeed.xml
 
 and set your database connection
 
 6. copy your database driver into Tomcat's common/endorsed directory
 
 7. start up a web browser, navigate to http://localhost:8080/jetspeed/portal
 
  Sample accounts to login as:
 
  admin/admin
  manager/manager
  user/user
 
 
  Upgrading from Jetspeed 2.0 M1
 
 If you are upgrading an installation from Jetspeed 2.0 M1,
 remember to delete the M1 jar files found under Tomcat's shared/lib
 directory. The following files should be deleted:
 
 jetspeed-api-2.0-M1.jar
 jetspeed-commons-2.0-M1.jar
 pluto-1.0.1-rc1.jar
 portals-bridges-common-0.1.jar
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 


~~
Hema Menon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional 

Re: Jetspeed 2.0 M2 Released

2005-04-05 Thread Ate Douma

Jouni Rajala wrote:
I am bit new to maven. Is it possible to check out this
milestone version with maven somehow. If it is could
you provide me exact command line :)
If you're after the source so you can build it and work on yourself
then it might be easier to download the source distribution for Jetspeed-2.0-M2.
You can download it from the same Apache Download Mirrors as indicated in the
announcement. Then follow the links to portals/jetspeed-2/SOURCES.
You will find the jetspeed-2.0-M2-src.zip/tar.gz distributions there.
David Sean Taylor wrote:
The Apache Portals Jetspeed Team is pleased to announce the second 
milestone release of Jetspeed-2.

The release is available for download from the Apache Download Mirrors:
http://www.apache.org/dyn/closer.cgi
Follow the links to portals/jetspeed-2
Two binary releases are provided.
1. Jetspeed-2 + Tomcat 5.0.30 distribution.
2. Jetspeed-2 + Tomcat 5.5.8 distribution.
With this second milestone of Jetspeed-2, new versions of the
Portals Bridges components are released as well. These components are 
now all upgraded to version 0.2. Portals Bridges can be used 
independently of Jetspeed-2 and will eventually migrate to its own 
Portals Bridges project.

Bridges released with M2:
* Struts Bridge 0.2
* Velocity Bridge 0.2
* JSF Bridge 0.2
* Perl Bridge 0.2
* PHP Bridge 0.2
* Portlet Framework 0.2
--
 Jetspeed 2.0-M2 Release
   April 4, 2005
--
* PALM - Portlet Application Lifecycle Manager
  A new administrative portlet for managing the lifecycle of portlet
  applications. Supports start, stop, undeploy and delete operations.
* JBoss Support
   Jetspeed tested and running on JBoss versions 3.2.7 and 4.0.1sp1
* New Improved Deployment
   Deployment overhauled to support application server
   controlled deployment. Class loader and cross-context session control
   issues resolved.
* Struts Bridge Enhancements
* Navigations Refactoring
* Enhanced credential security and validation,
  Login/Password Enhancements
* LDAP Authentication support added.
* Secure Access to Site Resources (Pages, Folders)
* Profiler, Layout, PSML Security Documentation
* SSO Enhancements
* Improved JSF Support
* Finer grain Spring configuration
* Main Jetspeed context no longer requires /jetspeed
---
Bug fixes
---
see M2-bugfixes.html
-
 Tested App Servers:
-
 * Tomcat 5.0.30
 * Tomcat 5.5.8
 * JBoss 3.2.7
 * JBoss 4.0.1sp1
 (Tomcat 5.5 requires a different jetspeed.xml found in the source 
tree under src/resources/jetspeed-tomcat-5.5.xml)

 Check out our wiki page for details: 
http://wiki.apache.org/portals/Jetspeed2

-
 NO Longer Supported:
-
 * Tomcat 4.1.x
Support for Tomcat 4.1.x has been dropped.
---
 Installation Instructions
---
1. Download jetspeed-2.0-M2-Tomcat-5.0.30.tar.gz, or
   Download jetspeed-2.0-M2-Tomcat-5.0.30.zip (windows), or
   Download jetspeed-2.0-M2-Tomcat-5.5.8.tar.gz, or
   Download jetspeed-2.0-M2-Tomcat-5.5.8.zip (windows)
2. Expand jetspeed-2.0-M2-Tomcat-version.tar.gz into a clean 
directory (as example we will use 'jetspeed')

   cd /jetspeed
   tar xfz jetspeed-2.0-M2-Tomcat-version.tar.gz
   For Windows:
   cd c:\jetspeed
   unzip jetspeed-2.0-M2-Tomcat-version.zip
3. start the database
   cd /jetspeed/jetspeed-database
   start-database.sh
   For Windows:
   cd c:\jetspeed\jetspeed-database
   start-database.bat
4. startup Tomcat
   execute /jetspeed/jakarta-tomcat-version/bin/startup.sh
   For Windows:
   execute c:\jetspeed\jakarta-tomcat-version\bin\startup.bat
5. start up a web browser and navigate to 
http://localhost:8080/jetspeed/portal

--
 Configuring Another Database
--
1. cd $TOMCAT_HOME/jetspeed-database/scripts
2. edit the build.properties, set the properties for your database 
connection, save.
3. create a database schema/catalog to hold your database tables
4. type 'ant' to run the database population scripts
5. edit the jetspeed.xml properties
- $TOMCAT_HOME/conf/Catalina/localhost/jetspeed.xml

and set your database connection
6. copy your database driver into Tomcat's common/endorsed directory
7. start up a web browser, navigate to 
http://localhost:8080/jetspeed/portal

 Sample accounts to login as:
 admin/admin
 manager/manager
 user/user

 Upgrading from Jetspeed 2.0 M1

If you are upgrading an installation from Jetspeed 2.0 M1,
remember to delete the M1 jar files found under Tomcat's shared/lib 
directory. The following files should be deleted:

jetspeed-api-2.0-M1.jar
jetspeed-commons-2.0-M1.jar
pluto-1.0.1-rc1.jar
portals-bridges-common-0.1.jar

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: J2 how Undeploy app and how Reload app after change default-page.psml ???

2005-04-05 Thread Ate Douma

Vladimir Figurov wrote:
Hello!
I try use jetspeed2. I - beginner in jetspeed2
I have a next little questions:
Ferst question:
-How make UNdeploy the old or error portlet, without running maven 
quickStart allways??:

I read in 
http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets, 
chapter Undeployment what need simple DELETE MyApp.war from 
WEB-INF/deploy. But, I looking what after I placed a war in this 
catalog, J2 deleting  himself this war, modify his and placed 
MyApp-modify.war in CATALINA/webapps. Thus, I have already nothing to 
delete in the catalogue deploy
The Wiki information is outdated with the new M2 release. Undeployment
now can (and for the moment: must) be performed directly from the portal
using the new Portlet Application Lifecycle Manager (PALM) which you can
access if you login as admin. You can also stop/start portlet applications
from there which is handy if you need to restart after a manual change to
a configuration file or class files for example.
If I shall remove in manual CATALINA/webapps/MyApp-modify.war and 
CATALINA/webapps/MyApp, and then I shall put new WAR - J2 whence pulls 
out old.

And next question:
-after change [EMAIL PROTECTED] in jetspeed/WEB-INF/pages/default-page.psml 
and stay old [EMAIL PROTECTED] - J2 was run the old MyApp with [EMAIL PROTECTED] # 
newName ?!!
This is a know issue (we're going to work on that soon).
The mapping of a fragment id with a pa::portlet definition is stored in the 
database
(table PORTLET_ENTITY).
You can remove the entry from the database but then you'll have to restart 
Jetspeed.
The easiest solution right now is also using a unique new fragment id when you 
change
the configuration.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jetspeed 2.0 M2 Released

2005-04-05 Thread Jouni Rajala
Well i am using cvs head version now and like continue using
it. That way i can change version easily.
it is just that i don't know how to check out certain version or branch 
with maven.

--
Jouni Rajala
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jetspeed 2.0 M2 Released

2005-04-05 Thread Ate Douma

Jouni Rajala wrote:
Well i am using cvs head version now and like continue using
it. That way i can change version easily.
it is just that i don't know how to check out certain version or branch 
with maven.
Then take a look at http://maven.apache.org/reference/plugins/scm/
It only supports cvs and thus should work for Jetspeed-2 right now.
But, we're going to move to subversion soon and then you need another solution 
again.
Most users and the Jetspeed-2 team members use Eclipse for working with 
Jetspeed-2 though
and its very easy to checkout the source using its cvs plugin (or subclipse 
plugin for subversion).

--
Jouni Rajala
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jetspeed 2.0 M2 Released

2005-04-05 Thread Hema Menon
Ate,

Thanks. I've been building it from J2_deployment_refactoring branch.
Since you have already merged it, I will try to build it from the CVS
head later today. Will report if I run into any problems.

Thanks,
Hema

On Apr 5, 2005 6:51 AM, Ate Douma [EMAIL PROTECTED] wrote:
 
 
 Hema Menon wrote:
  Congratulations to all involved!!!
 Thanks :-)
 
 
  Thanks,
  Hema
 
  P.S Now eagerly waiting for Jetspeed 1.6 release :)
 We're sorry we didn't have enough time this weekend to do a 1.6 (RC1) release
 although we intended to do so. We just ran out of time.
 
 I know David will try to work on it asap and maybe I'll be able to help out
 again but my time is much more limited this week.
 
 I did merge the deployment_refactoring_sync branch for Fusion though to the
 Jetspeed-1 cvs head, and it should now build out of the box with 
 Jetspeed-2.0-M2!
 Please try that out if you have time and if you might find any issues
 with it please report to the list. We might be able to include a fix then
 before the actual release...
 
 Regards, Ate
 
~~
Hema Menon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PSML Import Problem with MySQL

2005-04-05 Thread Sven Richter
Hello,
is there nobody who can help me with that? How do you guys do it? First  
you create a schema for the new tables, then you run 'maven torque:sql',  
the you run the genaerated scripts in your database. So far so good. But  
you also need the corresponding OM-classes to use the new tables. But how  
do I do that?

Please help me if you can,
Thanks a lot,
Sven.
--- Weitergeleitete Nachricht ---
Von: Sven Richter [EMAIL PROTECTED]
An: Jetspeed Users List jetspeed-user@jakarta.apache.org
Betreff: Re: AW: PSML Import Problem with MySQL
Datum: Sun, 03 Apr 2005 15:56:25 +0200
Hello,
I just created a new schema for new database tables and put it under the
same directory of jetspeed-src as the other database-schema-xml-files.
Then I ran maven torque:sql and it generated the sql-file just fine. But
where and how do I tell torque about generating the corresponding
OM-Classes?
Thanks a lot,
Sven.
Am Wed, 30 Mar 2005 09:30:05 -0800 schrieb David Sean Taylor
[EMAIL PROTECTED]:
OK, Im going to try real quick to summarize MySQL and PSML importing.
I sent these instructions to Sven, and they really need to go out to  
everyone on the list:

I am speaking here about version 1.6(-dev)
You need to generate the DDL for the PSML.
As described on the online docs, you need to:
1. change the project.properties
database = mysql
2. run torque to gen the schema
maven torque:sql
It will generate a file named
target/classes/sql/dbpmsl-schema.sql
3. run this script in MySQL
4. follow the instructions for making a specific build of Jetspeed,  
generating the torque bindings for MySQL.

http://portals.apache.org/jetspeed-1/psml_db.html
specifically, set your Torque.properties to MySQL and rebuild:
	
torque.database.default.adapter=mysql
torque.dsfactory.default.connection.driver = org.gjt.mm.mysql.Driver
torque.dsfactory.default.connection.url =  
jdbc:mysql://localhost:3306/jetspeed
torque.dsfactory.default.connection.user =  root
torque.dsfactory.default.connection.password =
		

5. then and only then you can run the importer
I hate this, but you must RECOMPILE the source to run against any  
database except Hypersonic. These are all good reasons to NOT use  
Jetspeed-1 and instead use Jetspeed-2. (sigh)

For the final 1.6 release, I will try to solve the compile/binding  
problem.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: PSML Import Problem with MySQL

2005-04-05 Thread Roel van Dijk
See this URL:

http://db.apache.org/torque/maven-plugin/goals.html

torque:omGenerate the Peer-based object model from *-schema.xml files

Roel


 -Oorspronkelijk bericht-
 Van: Sven Richter [mailto:[EMAIL PROTECTED]
 Verzonden: Tuesday, April 05, 2005 3:53 PM
 Aan: jetspeed-user@jakarta.apache.org
 CC: David Sean Taylor
 Onderwerp: Re: PSML Import Problem with MySQL
 
 
 Hello,
 
 is there nobody who can help me with that? How do you guys do it? First  
 you create a schema for the new tables, then you run 'maven torque:sql',  
 the you run the genaerated scripts in your database. So far so good. But  
 you also need the corresponding OM-classes to use the new tables. 
 But how  
 do I do that?
 
 Please help me if you can,
 Thanks a lot,
 Sven.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Building Jetspeed 2

2005-04-05 Thread Sascha Glass
Hello,

I am new to Jetspeed 2 and try to install it. I hope very much that 
anybody can help me. I got to 
http://portals.apache.org/jetspeed-2/getting-started.html and followed 
the instructions at 1,2 and 3. Now I am at 4. Building Jetspeed 2. I 
changed to the jetspeed-2-home directory
(C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2) and typed maven 
allClean allBuild.
 
Now I got this:
 
Starting the reactor...

BUILD FAILED
File.. C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line.. 103
Column 31
Error reading XML or initializing
...

Can anybody please help me?

With kind regards,

Sascha Glass


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Building Jetspeed 2

2005-04-05 Thread Ate Douma
Under chosen mirror/portals/jetspeed-2 you will find two subfolders:
   BINARIES
   SOURCES
Under BINARIES you will find the files named like in the announcement.
The current versions are (right now at least) the same as those announced.
Steve B. wrote:
Small item - unless I am just looking in the wrong area...
Following the link provided for downloading the release,
   - select the suggested mirror
   - select portals
   - select jetspeed-2
   - the filenames are actually of the form:
 jetspeed-current-Tomcat-5.0.30.tar.gz 
http://apache.intissite.com/portals/jetspeed-2/jetspeed-current-Tomcat-5.0.30.tar.gz  
(or whatever version of tomcat you prefer)

The installation instructions (at the bottom of the release page) don't 
specify drilling down to the files, and the filenames are incorrect.

HTH,
Steve B.
Hema Menon wrote:
Jetspeed M2 version has just been released, you might want to try it
out. Information is here
http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg15983.html 

Hema
On Apr 5, 2005 9:02 AM, Sascha Glass [EMAIL PROTECTED] wrote:
 

Hello,
I am new to Jetspeed 2 and try to install it. I hope very much that
anybody can help me. I got to
http://portals.apache.org/jetspeed-2/getting-started.html and followed
the instructions at 1,2 and 3. Now I am at 4. Building Jetspeed 2. I
changed to the jetspeed-2-home directory
(C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2) and typed maven
allClean allBuild.
Now I got this:
Starting the reactor...
BUILD FAILED
File.. C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line.. 103
Column 31
Error reading XML or initializing
...
Can anybody please help me?
With kind regards,
Sascha Glass
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Building Jetspeed 2

2005-04-05 Thread Yuan-Chen Cheng
Select Binary after you select  jetspeed-2. the full directory should be

/portals/jetspeed-2/BINARIES/jetspeed-2.0-M2-Tomcat-5.0.30.zip

Y.C Cheng

-Original Message-
From: Steve B. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 06, 2005 12:20 AM
To: Jetspeed Users List
Subject: Re: Building Jetspeed 2

Small item - unless I am just looking in the wrong area...

Following the link provided for downloading the release,
- select the suggested mirror
- select portals
- select jetspeed-2
- the filenames are actually of the form:
  jetspeed-current-Tomcat-5.0.30.tar.gz 
http://apache.intissite.com/portals/jetspeed-2/jetspeed-current-Tomcat-5.0.
30.tar.gz  
(or whatever version of tomcat you prefer)

The installation instructions (at the bottom of the release page) don't 
specify drilling down to the files, and the filenames are incorrect.

HTH,
Steve B.

Hema Menon wrote:

Jetspeed M2 version has just been released, you might want to try it
out. Information is here
http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg15983.htm
l

Hema

On Apr 5, 2005 9:02 AM, Sascha Glass [EMAIL PROTECTED] wrote:
  

Hello,

I am new to Jetspeed 2 and try to install it. I hope very much that
anybody can help me. I got to
http://portals.apache.org/jetspeed-2/getting-started.html and followed
the instructions at 1,2 and 3. Now I am at 4. Building Jetspeed 2. I
changed to the jetspeed-2-home directory
(C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2) and typed maven
allClean allBuild.

Now I got this:

Starting the reactor...

BUILD FAILED
File.. C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line.. 103
Column 31
Error reading XML or initializing
...

Can anybody please help me?

With kind regards,

Sascha Glass

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



J2 - Changing of User-Attribute needs to restart tomcat ?? ..

2005-04-05 Thread Shah Amit
Hi all,
I tried to change the user-attribute value - Dudley to DudleyAmit, but 
it didnot reflect the change. I had to restart tomcat and then it reflected.

I dont know if this is the intended behaviour ... But in my opinion it would 
be awkward to have it that way ... I dont know if I am doing something wrong 
either ...

Thanks
Amit

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Jetspeed2-M2 genapp

2005-04-05 Thread Rene Medellin
I didn't see a maven goal in J2-M2 similar to the old
jetspeed:genapp from J1.5.

I'm trying to generate a stripped-down WAR file that
will contain only the bare minimum for me to start
adding my own custom portlets (i.e. minus all the demo
eye-candy). Anyone got any suggestions? 

I reckon just deleting all the portlet warfiles from
WEB-INF/deploy won't be enough.

Cheers,

- Rene Medellin
NYC, USA



__ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]