Hi, I am really sorry, I was wrong about Jackrabbit core 1.4.1. It is committed in the trunk, but not in 1.4.1. For details, see:
https://issues.apache.org/jira/browse/JCR-1309 So, unfortunately, you need to specify both user name and password in the Jackrabbit configuration as well. Maybe you can convince Jukka to include it in Jackrabbit 1.4.2 ;-) Regards, Thomas On Wed, Feb 27, 2008 at 9:53 PM, Thomas Mueller <[EMAIL PROTECTED]> wrote: > Hi, > > > > Yes, we use jackrabbit core 1.4.1. > > > I have a datasource (standard > > xxx-ds.xml) in jboss configured to use oracle and I set the username > > and password there. > > That should work. Could you post this part of the configuration? > > > > The jndi this is defined as "jdbc/myds" but I > > think I have tried using both java:comp/env/jdbc/myds and > > java:jdbc/myds. Should the user/password be null or "" in > > repository.xml ? > > Try without user name and password in repository.xml > > > > I also tried to define it as a resource in tomcat, but it says that > > the data source factory is not supported > > Sorry, where does it say that? Is there an exception stack trace? > > > (BasicDataSourceFactory, commons-dbcp). > > This should work with Jackrabbit 1.4.1 (I think it didn't work in 1.4). > > > > Can I use another data source factory in tomcat to make > > it work? > > I don't know. > > > > Standalone tomcat is better to develop against. > > I agree. > > Regards, > Thomas >
