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]

Reply via email to