Thanks David and Randy for your assistance on this, and to Jacek for asking about the errors,
because I ran into the same ones too.
I was finally able to get back to this and try it out. The only "problem" that I ran into
was that I needed to use 2.1 instead of 2.0 to overcome the error:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'PageManagerTransactionProxy'
is defined:
I had originally downloaded Jetspeed-2.0-src.zip. When I checked out 2.1 and built from that,
it worked.
Thanks,
Elisabeth
-----Original Message-----
From: David Sean Taylor [mailto:david@bluesunrise.com]
Sent: Friday, March 10, 2006 10:15 PM
To: Jetspeed Users List
Subject: Re: Storing PSML in Database
Jacek Wiślicki wrote:
> Wiadomosc od Randy Watler z 2006-03-09 17:04 brzmiala:
>
>> All should be going to the DB at this point! Note that the portal is
>> not much use with an empty PSML DB.. that is why we do an import up
>> front. Take a look at the import goal in maven.xml to customize the DB
>> PageManager bootstrapping steps.
>
> I wanted to test it and I followed the above steps. I get an error:
> [...] Caused by:
> org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
> named 'PageManagerTransactionProxy' is defined:
When you switch to the DBPageManager do the following:
1) swap out the page-manager.xml for alternate/db-page-manager.xml
2) copy in alternate/interceptors.xml to assembly directory
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org
|