Re: portlet DB connection

2006-03-13 Thread Raj Saini
Anthony, Why you need Jetspeed specific DataSource for conencting to your portlet application database? I would suggest you to configure a separate data source in your portlet application and use it for accessing database from your portlet. You will need to do the following? 1. Configure data s

Re: Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread M.Liang Liu
Wow ,you are great ,David! I've got it! It must be a bug causing this problem that many guys did encounter. And when I changed the JDBC Connection after I reinstalled under the folder c:\j2,and clicked the save button,I find IT WORKS! A table displays in the portal Database Browser. Enclosed(to

Re: Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread David Sean Taylor
M.Liang Liu wrote: Your reading is fully appreciated, Kind-hearted-David! - Hide quoted text - the exception is : java.lang.Exception: Failed to connect, Cannot create PoolableConnectionFactory (Database '/tmp/productiondb' not found.) and I find no productiondb under the file : C:\Progra

Re: Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread M.Liang Liu
Your reading is fully appreciated, Kind-hearted-David! - Hide quoted text - the exception is : java.lang.Exception: Failed to connect, Cannot create PoolableConnectionFactory (Database '/tmp/productiondb' not found.) and I find no productiondb under the file : C:\Program Files\Apache Jetspe

Re: Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread David Sean Taylor
M.Liang Liu wrote: > Sorry I did not point out that I am playing with WIN XP ,Jetspeed 2.0. > And the database is derby,which is the default setting(I downloaded the > jetspeed called Jetspeed2.0-derby-install.jar ).And I installed the jar file > at:C:\Program Files\Apache Jetspeed 2.0 > Need I cre

Re: Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread M.Liang Liu
Hi Divid,I got one of your book:Portlets and Apache Portals when I tried to find the solutions to my problems,and I will refer to it this noon. And any suggestion to help me to make my database run properly? Any Help will be fully appreciated. On 3/14/06, M.Liang Liu <[EMAIL PROTECTED]> wrote: > >

Re: Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread M.Liang Liu
Sorry I did not point out that I am playing with WIN XP ,Jetspeed 2.0. And the database is derby,which is the default setting(I downloaded the jetspeed called Jetspeed2.0-derby-install.jar ).And I installed the jar file at:C:\Program Files\Apache Jetspeed 2.0 Need I creat a database for test and wh

Re: Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread David Sean Taylor
M.Liang Liu wrote: > I add the portlet :DB Browser(namely Database Browser Example Portlet) to my > test page only to find it does NOT work! > And I checked the > > Which database ? Which version of Jetspeed ? - To unsubscribe,

Re: portlet DB connection

2006-03-13 Thread David Sean Taylor
A couple of observations 1. assuming you are running from the svn trunk (not the 2.0 release) 2. Ive recently stopped using the ConnectionRepositoryEntry, so it is not initialized 3. Not sure how you expect to find it the CRE from your portlet class, as the class lives in the Jetspeed webapp. (

Log4j initialization [Liang Liu]

2006-03-13 Thread David Sean Taylor
M.Liang Liu wrote: > OK,I've got a question for you,David. > I tried to start up the jetspeed in my computer WIN XP & jetspeed 2.0 > the dos-window shows the warning that : > Please initialize the log4j system properly. > But I can start up the jetspeed successfully.Does it matters anything or > ju

Help:When I tried to test the derby database,An Exception was thrown.

2006-03-13 Thread M.Liang Liu
I add the portlet :DB Browser(namely Database Browser Example Portlet) to my test page only to find it does NOT work! And I checked the > Database Browser Preferences Data Source Type JNDI Data Source > DBCP Data Source > SSO Credential Store > > Please Select a Data Source Type > JNDI Setting

portlet DB connection

2006-03-13 Thread Anthony Perritano
Hi, I have a portlet that i want to access a mysql database. i keep running into this: Error on SQL: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' looks like jetspeed.xml userClassNames="org.apache.jetspeed.secu

Re: adding multiple content viewer portlets

2006-03-13 Thread M.Liang Liu
OK,I've got a question for you,David. I tried to start up the jetspeed in my computer WIN XP & jetspeed 2.0 the dos-window shows the warning that : Please initialize the log4j system properly. But I can start up the jetspeed successfully.Does it matters anything or just a commonplace who would enco

Re: adding multiple content viewer portlets

2006-03-13 Thread David Sean Taylor
Michael Malgeri wrote: Hi, Can someone please tell me how to add multiple content viewer portlets on a page, or even on separate pages, and have each content viewer point to different content? Michael Malgeri Mgr Gluecode Client Technical Services PHONE: 310-727-4544 Tie Line: 286-4544 CELL

Re: Failed to download portals-bridges-common-.jar

2006-03-13 Thread Ate Douma
Randy Watler wrote: Aaron, I believe this is fixed. However, I am afraid the installers will not be fixed until another release is made. Yes, I committed a fix for that last Friday. But, as Randy says: this is only available from the svn trunk right now. Randy Aaron Evans wrote: Hi Oliv

AW: Failed to download portals-bridges-common-.jar

2006-03-13 Thread Oliver Raupach
Hi, >The nice thing is, there is an easy fix. :) > >As someone pointed out earlier, the easiest and quickest way to remedy this >is to create a build.properties file in ${basedir} (the directory where you >had the portal generated by the maven pluing) with the following values >(assuming you are

Re: Build and Install all Jetspeed 2 jars Jetspeed-2 Core API Fail. RegistrationException and PortletApplication class no fount.

2006-03-13 Thread Jacek Wiślicki
Wiadomosc od Jose Luis Granda z 2006-03-13 13:59 brzmiala: I run maven from root directory. I don't know what happend, I think it's related with not inclution of jeetsped-api into classpath. I'm using Windows XP and J2SDK 1.5.06. I understood that you were running maven from the src/java subdire

Re: Failed to download portals-bridges-common-.jar

2006-03-13 Thread Randy Watler
Aaron, I believe this is fixed. However, I am afraid the installers will not be fixed until another release is made. Randy Aaron Evans wrote: Hi Oliver, I'm afraid this is an old problem that I really hope is resolved soon. The nice thing is, there is an easy fix. :) As someone pointed out

Re: J2 Topology

2006-03-13 Thread Randy Watler
Stefan, I am not sure what your question is. By "order they are processed"... do you mean how a request url selects a PSML page to display? If so, you should be able to find some more information on this by trolling the available documentation for the Profiler, Portal Site, and Page Manager c

Re: Failed to download portals-bridges-common-.jar

2006-03-13 Thread Aaron Evans
Hi Oliver, I'm afraid this is an old problem that I really hope is resolved soon. The nice thing is, there is an easy fix. :) As someone pointed out earlier, the easiest and quickest way to remedy this is to create a build.properties file in ${basedir} (the directory where you had the portal gen

Re: Build and Install all Jetspeed 2 jars Jetspeed-2 Core API Fail. RegistrationException and PortletApplication class no fount.

2006-03-13 Thread Jose Luis Granda
Hi, Jacek. I run maven from root directory. I don't know what happend, I think it's related with not inclution of jeetsped-api into classpath. I'm using Windows XP and J2SDK 1.5.06. I try to install from install_MultiDB package, the setup proccess was rigth. But when a try to run at browser, I ge

Failed to download portals-bridges-common-.jar

2006-03-13 Thread Oliver Raupach
Hi, while creating a new jetspeed-2 portal application on Solaris, I run into trouble: --- [EMAIL PROTECTED]:~/myportal>maven war:install __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_

J2 Topology

2006-03-13 Thread Stefan Weinert
When taking a closer look at the psml files of the demoportal I was quite confused about its structure. The documentation of the J2 pipeline is not very helpfull either: http://portals.apache.org/jetspeed-2/guides/guide-pipeline.html The psml docs explain the structure of each filetype bu