I do not have a hibernate.properties file for this case - I modified 
hibernate.cfg.xml from the example & changed relevant settings to:
 <property 
name="hibernate.connection.driver_class">org.postgresql.Driver</property>
 <property 
name="hibernate.connection.url">jdbc:postgresql://localhost:1234/rollerdb</property>
 <property name="hibernate.connection.username">username</property>
 <property name="hibernate.connection.password">password</property>

I think the connection is being made because I was having different issues 
beforehand.
Thanks for your feedback.
-- Steve

>-----Original Message-----
>From: Dave Johnson [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, September 5, 2006 01:43 PM
>To: [email protected]
>Subject: Re: SyncWebsitesTask cron job
>
>hmmm... looks like you've configured a JNDI datasource, when what you
>need is a plain old JDBC configuration with connection URL, username,
>password, etc.
>
>- Dave
>
>
>On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> Thanks - the doc + seeing the required collection of sample files really 
>> helped! (only errata I noticed was cron direct "cd /usr/local/rollertask.sh")
>> It's making it to the end of Hibernate configuration (FYI no JSPWiki stuff 
>> configured, if that's a factor in Planet task dependency stuff) - log 
>> follows:
>> org.apache.roller.presentation.planet.SyncWebsitesTask
>> [INFO] Environment - Hibernate 3.1.3
>> [INFO] Environment - hibernate.properties not found
>

Reply via email to