Re: Changing the background color of the portal - Portal page height

2005-04-14 Thread reda bendiar
Hi,
Why not try using CSS layout techniques ?
alistapart is good starting point if it interests you
www.alistapart.com/articles/flexiblelayouts/

Hope this helps,

Reda

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



Re: Changing the background color of the portal - Portal page height

2005-04-14 Thread reda bendiar
I think this article deals specifically with problem (assuming that
you use CSS for your layout...!)
http://www.alistapart.com/articles/footers/

 Reda

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



Re: 3rd request Please remove brent@castandcrew.com from list

2005-04-12 Thread reda bendiar
goto
http://portals.apache.org/jetspeed-2/mail-lists.html
:-)

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



Re: News-Portlet, Messageboard-Portlet

2005-03-31 Thread reda bendiar
Liferay ships with such portlets. But i don't know if you can make
theme work on jetspeed. Actually liferay comes with a lot of portlets
out of the box. But for the portal itself...i prefer jetspeed...

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



Re: Jetspeed-2: Drop support for Tomcat 4...? Please comment/vote!

2005-03-01 Thread reda bendiar
I'd like to vote on dropping Tomcat 4 support!

+1

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



Re: SQLException thrown while trying to get Connection from Datasource

2005-03-01 Thread reda bendiar
You are right the answer is in JS2-187
Thank a lot !

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



SQLException thrown while trying to get Connection from Datasource

2005-02-26 Thread reda bendiar
Hello,

the maven allClean allBuild and quickStart were done without errors.
But when i start tomcat jetspeed throws errors


My environment:
Win2000
Tomcat 5.5
Java 1.5_01
JetSpeed from CVS ( 2.0-M2-dev )


here is what i find in jetspeed.log : 
...
ERROR org.apache.jetspeed.engine.AbstractEngine -
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'java.util.prefs.PreferencesFactory' defined
in URL 
[file:/D:/app_servers/tomcat5.5/webapps/jetspeed/WEB-INF/assembly/jetspeed-spring.xml]:
Initialization of bean failed; nested exception is
org.apache.jetspeed.prefs.PreferencesException: Failed to initialize
prefs api.  org.springframework.transaction.CannotCreateTransactionException:
Could not create OJB transaction; nested exception is
org.apache.ojb.broker.accesslayer.LookupException: SQLException thrown
while trying to get Connection from Datasource
(java:comp/env/jdbc/jetspeed)


I tried HSQLDB and mysql but got the same problem. Anybody has an idea ?

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



Something wrong with db connection ?

2005-02-24 Thread reda bendiar
 Hi,
 I downloaded Jetspeed from cvs to eclipse workspace
* configured the build.properties (for production db used mySQL, with
the right path to the driver)
* Created the DB
* ran the Maven allClean allBuild, every thing was ok
* ran the quickStart : it created jetspeed.war and webapp folder in my
tomcat5.5 webapps folder but was missing the 4 files in META-INF :
- prefs_repository.xml
- prefs-dao.xml
- prefs-noprop-dao.xml
- transaction.xml
So i put them in the war (even in the jetspeed webapp folder)

* Started tomcat : but got the enable to create engine when accessing
localhost:8080/jetspeed
and in the jetspeed's log file got this error : 
 
 ---
 [Thread-1] ERROR org.apache.jetspeed.engine.AbstractEngine -
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'java.util.prefs.PreferencesFactory' defined
in URL 
[file:/D:/app_servers/Tomcat5.5/webapps/jetspeed/WEB-INF/assembly/jetspeed-spring.xml]:
Initialization of bean failed; nested exception is
org.apache.jetspeed.prefs.PreferencesException: Failed to initialize
prefs api.  org.springframework.transaction.CannotCreateTransactionException:
Could not create OJB transaction; nested exception is
org.apache.ojb.broker.accesslayer.LookupException: SQLException thrown
while trying to get Connection from Datasource
(java:comp/env/jdbc/jetspeed)
---
 
 Is it the datasource that's misconfigured somewhere ? Oh and maven
created the tables succesfully...

 Anybody has any idea ?   :S

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