"BERWART Thierry" <[EMAIL PROTECTED]> writes:

> This is the original question :
> 
> "Hello, 
> 
> I am new here ...
> 
> I just installed jetspeed and I changed the TurbineRessources.properties
> file with this :
> 
> database.default.driver=oracle.jdbc.driver.OracleDriver
> database.default.url=jdbc:oracle:thin:@172.16.4.2:1521:swdb
> database.default.username=xxxxxx
> database.default.password=xxxxxx
> 
> I created all the table needed by jetspeed and 2 users.
> 
> But when I try to login, I have these errors :
> 
> One for the database :
>       java.lang.Error: Error in
> BasePeer.initTableSchema(TURBINE_USER): Database type
> oracle.jdbc.driver.OracleDriver not implemented.

Do you see the "Database type not implemented message"?
You've either got a misconfiguration in the properties file, or the
database type isn't implemented.  If you think your configuration is
right, take a look at the DB adaptors and see if one matches what you
requested.

> and another with "TurbineWebMacroService" :
> 
>       Exception:  org.apache.turbine.services.InstantiationException:
> ServiceBroker: unknown service        TurbineWebMacroService requested
> 
> ??
> perhaps I must install webmacro ?

If you have it configured in your TurbineResources.properties file,
you will definitely need WebMacro in your CLASSPATH at run time.

> I thought that there was a problem with the odbc driver but I put a jar
> with the oracle java classes in the /web-inf/lib ...
> 
> please help me ... !!!

You can help yourself.  You have the source code and error messages.
You CAN figure it out.

Daniel

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

Reply via email to