On Dec 14, 2007 8:51 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have been trying for a few hours now. I can get Continuum.war with a Derby > DB running. But then when I add Activa.war I either be *no trace at > all*when I use the same user datasource as CI: > > <Resource name="*jdbc/users*" auth="Container" type="javax.sql.DataSource" > username="sa" > password="" > driverClassName="org.apache.derby.jdbc.EmbeddedDriver" > url="jdbc:derby:database/users;create=true" /> *<!-- tried > database/archiva/users also -->*
You can only have one connection to the embedded Derby database. You'll need to switch to an external db in order to share it. -- Wendy
