<br><div class="gmail_quote">On Thu, Mar 11, 2010 at 12:35 PM, Michal Vančo <span dir="ltr"><<a href="mailto:mvanco@redhat.com">mvanco@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">Nicolas Filotto wrote:<br>
><br>
><br>
> On Thu, Mar 11, 2010 at 9:57 AM, Michal Vančo <<a href="mailto:mvanco@redhat.com">mvanco@redhat.com</a>><br>
> wrote:<br>
> Hi,<br>
><br>
> today I checked following situations with oracle10:<br>
> - oracle11 driver for oracle10 db<br>
> - create bundle with JCR 1.12.0-GA<br>
> - delete gatein-sample* in server/default/deploy -> only<br>
> change was<br>
> that it failed with: Cannot create the portal container<br>
> 'portal', before<br>
> it was: Cannot create the portal container 'sample-portal' and<br>
> Cannot<br>
> create the portal container 'portal'<br>
> - creating jcr tables manually with script:<br>
> <a href="http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-GA/exo.jcr.component.core/src/main/resources/conf/storage/jcr-sjdbc.ora.sql" target="_blank">http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-GA/exo.jcr.component.core/src/main/resources/conf/storage/jcr-sjdbc.ora.sql</a><br>
><br>
> didn't help, but after adding script to create JCR_CONFIG<br>
> table -> it<br>
> started to work (detail of script in another mail on<br>
> gatein-dev)<br>
><br>
> So, looks like JCR don't want to initialize. Any suggestions<br>
> why?<br>
> So far the only thing that we know is that<br>
> con.getMetaData().getTables(null, null, "JCR_CONFIG", null); returns a<br>
> result, so the JCR assumes that the table exists and thus try to<br>
> launch a query on it so it fails since actually the table doesn't<br>
> exist.<br>
> So far, we don't know why this method returns something on your side,<br>
> can you add a breakpoint on the method<br>
> org.exoplatform.services.jcr.impl.config.JDBCConfigurationPersister.isDbInitialized() of the project exo.jcr.component.core and tell us what you have in your resultset?<br>
<br>
<br>
</div></div>when calling<br>
ResultSet trs = con.getMetaData().getTables(null, null, "JCR_CONFIG", null);<br>
return trs.next();<br>
<br>
it returns true and content of trs variable from debug is attached.<br>
<br>
Then it ends on line 237: ResultSet res = ps.executeQuery();<br>
<br>
Is it enough? Or what more can I explore in debug?<br></blockquote><div>yes can you give use the results of those methods call:</div><div> trs.getString("TABLE_CAT") </div><div> trs.getString("TABLE_SCHEM")</div>
<div> trs.getString("TABLE_NAME")</div><div> trs.getString("TABLE_TYPE")</div><div> trs.getString("REMARKS")); </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
><br>
> Michal<br>
><br>
><br>
> Michal Vančo wrote:<br>
> > Hi,<br>
> ><br>
> > Nicolas Filotto wrote:<br>
> > > Could you please provide the list of tables that you can<br>
> see with your<br>
> > > credentials on oracle 10 G?<br>
> ><br>
> > As I wrote yesterday in my additional reply:<br>
> > I'm using sqldeveloper tool to see the content of oracle DB,<br>
> and at all<br>
> > oracle10 cases, I can't see that anything is created<br>
> (tables, sequence,<br>
> > indexes...) in JCR schema. Only IDM schema initialization is<br>
> done.<br>
> ><br>
> > ><br>
> > > On Wed, Mar 10, 2010 at 8:41 PM, Michal Vančo<br>
> <<a href="mailto:mvanco@redhat.com">mvanco@redhat.com</a>><br>
> > > wrote:<br>
> > > Hi,<br>
> > ><br>
> > > currently I have same results as before (table or<br>
> view does<br>
> > > not exist)<br>
> > > on oracle10 in these conditions:<br>
> > > - 2 datasources on one machine (differentiated by<br>
> user names)<br>
> > > - 1 datasource on a machine (JCR and IDM<br>
> together)<br>
> > > - 2 datasources on separate machines<br>
> ><br>
> > It was added for these cases ^.<br>
> ><br>
> > ><br>
> > > To run GateIn trunk on Oracle10, I do following<br>
> steps:<br>
> > > - prepare GateIn trunk bundle<br>
> > > - unzip bundle<br>
> > > - change driver class, url, user and password in<br>
> > > jcr-configuration.xml<br>
> > ><br>
> in ../server/default/deploy/gatein.ear/02portal.war/WEB-INF/conf/jcr/<br>
> > > - change driver class, url, user and password in<br>
> > > idm-configuration.xml<br>
> > ><br>
> in ../server/default/deploy/gatein.ear/02portal.war/WEB-INF/conf/organization/<br>
> > > - add <property name="hibernate.hbm2ddl.auto"<br>
> > > value="create-drop"/> in<br>
> > > idm-configuration.xml<br>
> > > - copy oracle10 jdbc driver<br>
> into ../server/default/lib<br>
> > > - start gatein by run.sh in bin folder<br>
> > ><br>
> > > (I can provide a script from hudson where you can<br>
> add your own<br>
> > > paths and<br>
> > > credentials...)<br>
> > ><br>
> > > For oracle11:<br>
> > > - when run with same config as on oracle10, I get<br>
> error:<br>
> > > ORA-00972: identifier is too long (when<br>
> initializing<br>
> > ><br>
> org.exoplatform.services.jcr.impl.core.lock.jbosscache.CacheableLockManagerImpl)<br>
> > ><br>
> > > - oracle11_jcr.jpg - screen of what has been<br>
> created in DB<br>
> > ><br>
> > > - if I edit table names<br>
> > ><br>
> in ../server/default/deploy/gatein.ear/02portal.war/WEB-INF/conf/jcr/repository-configuration.xml, gatein started correctly<br>
> > > - oracle11_jcr_shorten_names.jpg - screen of what<br>
> has been<br>
> > > created in DB<br>
> > ><br>
> > > Let me know if you need more details to reproduce<br>
> it on your<br>
> > > side.<br>
> > ><br>
> > > Best regards,<br>
> > ><br>
> > > Michal<br>
> > ><br>
> > ><br>
> > > Nicolas Filotto píše v St 10. 03. 2010 v 17:39<br>
> +0100:<br>
> > ><br>
> > > ><br>
> > > ><br>
> > > > On Wed, Mar 10, 2010 at 5:19 PM, Prabhat Jha<br>
> > > <<a href="mailto:pjha@redhat.com">pjha@redhat.com</a>> wrote:<br>
> > > > I have created<br>
> > > <a href="https://jira.jboss.org/jira/browse/EXOJCR-582" target="_blank">https://jira.jboss.org/jira/browse/EXOJCR-582</a><br>
> > > > for oracle11 issue. Please check that I<br>
> have right<br>
> > > affects and<br>
> > > > fix versions.<br>
> > > ><br>
> > > > thx, FYI I've just set the right settings<br>
> > > ><br>
> > > > The version of GateIn and JCR is the one<br>
> that's in<br>
> > > GateIn<br>
> > > > trunk currently. The way our environment<br>
> is setup is<br>
> > > that we<br>
> > > > have one Oracle10 DB servers and<br>
> different usernames<br>
> > > which I<br>
> > > > believe means different schemas in<br>
> Oracle for<br>
> > > different tests<br>
> > > > (gatein-ui, gatein-jcr etc) configured<br>
> on that<br>
> > > server. I would<br>
> > > > have to wait for Michal to show up for<br>
> info. He<br>
> > > needed to<br>
> > > > attend to some personal stuff : hospital<br>
> to check on<br>
> > > his mom.<br>
> > > ><br>
> > > > But in your environment, you have GateIn<br>
> starting<br>
> > > fine on<br>
> > > > Oracle 10, right?<br>
> > > ><br>
> > > > no so far, we have only tested with pure JCR but<br>
> in the same<br>
> > > > conditions as gatein, now as we know the version<br>
> of gatein<br>
> > > we will try<br>
> > > > with the same version (i.e the trunk)<br>
> > > ><br>
> > > > thanks,<br>
> > > > prabhat<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > ----- "Nicolas Filotto"<br>
> <<a href="mailto:nicolas.filotto@gmail.com">nicolas.filotto@gmail.com</a>><br>
> > > wrote:<br>
> > > > > Prabhat and/or Michal, could you<br>
> please provide<br>
> > > the answers<br>
> > > > of the questions asked by Peter and me.<br>
> We cannot<br>
> > > reproduce so<br>
> > > > far, so we need your help. Please note<br>
> that we<br>
> > > blocked the<br>
> > > > release of GA because of this last<br>
> issue, so we need<br>
> > > your help<br>
> > > > to fix it asap.<br>
> > > > ><br>
> > > > ><br>
> > > > Thank you in advance,<br>
> > > > BR,<br>
> > > > Nicolas<br>
> > > > ><br>
> > > > > On Wed, Mar 10, 2010 at 3:02 PM,<br>
> Nicolas Filotto<br>
> > > > <<a href="mailto:nicolas.filotto@gmail.com">nicolas.filotto@gmail.com</a>> wrote:<br>
> > > > ><br>
> > > > Hi Prabhat,<br>
> > > > ><br>
> > > > ><br>
> > > > my comments inline<br>
> > > > ><br>
> > > > ><br>
> > > > > On Wed, Mar 10, 2010 at 2:01<br>
> PM, Prabhat<br>
> > > Jha<br>
> > > > <<a href="mailto:pjha@redhat.com">pjha@redhat.com</a>> wrote:<br>
> > > > ><br>
> > > > ><br>
> > > > > Hi Nicolas,<br>
> > > > ><br>
> > > > > Yes, a jira is on the<br>
> way but way<br>
> > > to<br>
> > > > reproduce this problem<br>
> is quite<br>
> > > simple. You<br>
> > > > start with a clean<br>
> Oracle 10<br>
> > > database instance<br>
> > > > and see the problem<br>
> during startup.<br>
> > > It would<br>
> > > > make sense to have this<br>
> issue solved<br>
> > > or have a<br>
> > > > work around before<br>
> GateIn GA.<br>
> > > > ><br>
> > > > It is not enough, we need to<br>
> know, which<br>
> > > exact version<br>
> > > > of eXo JCR and GateIn, you are<br>
> using and the<br>
> > > content<br>
> > > > of the files that you modified.<br>
> > > > could you please open a<br>
> connexion with the<br>
> > > same<br>
> > > > account and give us the list of<br>
> tables that<br>
> > > you can<br>
> > > > see<br>
> > > > ><br>
> > > > ><br>
> > > > > Quick questions:<br>
> > > > > As per oracle11<br>
> finding, is JCR<br>
> > > config<br>
> > > > (table names) going to<br>
> be updated<br>
> > > across the<br>
> > > > board?<br>
> > > > ><br>
> > > > You mean to change the sql<br>
> scripts for<br>
> > > oracle 11G? If<br>
> > > > so please create a JIRA, it will<br>
> be done in<br>
> > > the next<br>
> > > > maintenance version of eXo JCR<br>
> which will be<br>
> > > 1.12.1 GA<br>
> > > > planned for the end of March<br>
> > > > ><br>
> > > > > Also, I am wondiering<br>
> given that<br>
> > > Oracle 10<br>
> > > > has been around for a<br>
> while, I am<br>
> > > wondering<br>
> > > > what has changed in the<br>
> latest JCR<br>
> > > that it<br>
> > > > does not work here. Did<br>
> the last GA<br>
> > > version<br>
> > > > work?<br>
> > > > ><br>
> > > > Hard to say before reproducing<br>
> your bug<br>
> > > ><br>
> > > > ><br>
> > > > ><br>
> > > > > Thanks,<br>
> > > > > Prabhat<br>
> > > ><br>
> > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > > ----- "Nicolas<br>
> Filotto"<br>
> > > ><br>
> <<a href="mailto:nicolas.filotto@gmail.com">nicolas.filotto@gmail.com</a>> wrote:<br>
> > > > > > Hi Michal, could you<br>
> please<br>
> > > create JIRA<br>
> > > > issues in the eXo JCR<br>
> project<br>
> > > ><br>
> > > (<a href="https://jira.jboss.org/jira/browse/EXOJCR" target="_blank">https://jira.jboss.org/jira/browse/EXOJCR</a>)<br>
> > > > with all the information<br>
> needed to<br>
> > > allow us to<br>
> > > > reproduce?<br>
> > > > > ><br>
> > > > > ><br>
> > > > > > On Wed, Mar 10, 2010<br>
> at 1:46 PM,<br>
> > > Nicolas<br>
> > > > Filotto<br>
> <<a href="mailto:nicolas.filotto@gmail.com">nicolas.filotto@gmail.com</a>><br>
> > > wrote:<br>
> > > > > ><br>
> > > ><br>
> > > > > ><br>
> > > > > ><br>
> > > > > ><br>
> > > > > On Wed, Mar<br>
> 10, 2010 at<br>
> > > 1:29 PM,<br>
> > > > Michal Vančo<br>
> > > <<a href="mailto:mvanco@redhat.com">mvanco@redhat.com</a>><br>
> > > > wrote:<br>
> > > > > ><br>
> > > > Hi,<br>
> > > > > ><br>
> > > > > ><br>
> oracle11 now<br>
> > > works,<br>
> > > > oracle10<br>
> not. See<br>
> > > below...<br>
> > > > > ><br>
> > > > > ><br>
> Peter Nedonosko<br>
> > > wrote<br>
> > > > > ><br>
> > > > > Hi,<br>
> > > > > > ><br>
> > > > > > ><br>
> about Oracle<br>
> > > 10 and '<br>
> > > > table or<br>
> view does<br>
> > > not exist':<br>
> > > > > > ><br>
> the problem is<br>
> > > possible<br>
> > > > if<br>
> addConfig used in<br>
> > > > > > ><br>
> > > ><br>
> > ><br>
> org.exoplatform.services.jcr.config.RepositoryServiceConfiguration<br>
> > > > > > > (I<br>
> found it in<br>
> > > portal<br>
> > > > \trunk<br>
> \examples<br>
> > > \portal\war\src<br>
> > > > \main<br>
> \webapp\WEB-INF<br>
> > > \conf<br>
> > > ><br>
> \sample-portal\jcr<br>
> > > ><br>
> > > \jcr-configuration.xml)<br>
> > > > > ><br>
> > > > > ><br>
> > > > What you<br>
> meant with<br>
> > > addConfig<br>
> > > > plugin?<br>
> > > > > ><br>
> Should I add<br>
> > > ><br>
> > > <set-method>addConfig</set-method> in<br>
> > > > > ><br>
> > > jcr-configuration.xml?<br>
> > > > > > Or<br>
> how can I<br>
> > > solve 'table<br>
> > > > or view<br>
> does not<br>
> > > exist' on<br>
> > > ><br>
> oracle10?<br>
> > > > > ><br>
> > > ><br>
> > > > > ><br>
> > > > I guess it is<br>
> not related<br>
> > > since it<br>
> > > > works with other<br>
> databases<br>
> > > ><br>
> > > > ><br>
> > > ><br>
> > > > > > ><br>
> > > > > > > if<br>
> the<br>
> > > database is<br>
> > > > creating<br>
> from the<br>
> > > scratch and<br>
> > > > if the<br>
> configuration<br>
> > > > > > ><br>
> persister got<br>
> > > an answer<br>
> > > > from the<br>
> Oracle -<br>
> > > your table<br>
> > > > exists<br>
> in<br>
> > > > > > ><br>
> > > isDbInitialized():<br>
> > > > > > ><br>
> ResultSet trs<br>
> > > =<br>
> > > ><br>
> > > con.getMetaData().getTables(null, null,<br>
> configTableName,<br>
> > > null);<br>
> > > > > > ><br>
> return<br>
> > > trs.next(); //<br>
> > > > true =<br>
> yes<br>
> > > > > > ><br>
> > > > > > ><br>
> but then<br>
> > > Oracle fails<br>
> > > > with<br>
> > > > > > ><br>
> > > PreparedStatement ps =<br>
> > > ><br>
> > > con.prepareStatement("SELECT<br>
> > > > COUNT(*)<br>
> FROM " +<br>
> > > > > > ><br>
> > > configTableName + "<br>
> > > > WHERE<br>
> NAME=?");<br>
> > > > > > ><br>
> > > ps.executeQuery(); //<br>
> > > > here<br>
> > > > > > ><br>
> > > > > > ><br>
> but I have to<br>
> > > reproduce<br>
> > > > it<br>
> first...<br>
> > > > > > ><br>
> does Oracle 10<br>
> > > and 11<br>
> > > > runs on<br>
> clean<br>
> > > database from<br>
> > > > the<br>
> start?<br>
> > > > > > > or<br>
> just<br>
> > > restarted on<br>
> > > > existing<br>
> db for<br>
> > > Oracle 11?<br>
> > > > > ><br>
> > > > > ><br>
> > > > Always<br>
> on clean DBs.<br>
> > > > > ><br>
> > > ><br>
> > > > > > ><br>
> > > > > > ><br>
> about<br>
> > > Oracle11:<br>
> > > > > > ><br>
> seems it's<br>
> > > related to<br>
> > > ><br>
> JBossCache loader,<br>
> > > it creates<br>
> > > > a table<br>
> longer of<br>
> > > > > > > 30<br>
> symbols<br>
> > > (ORA-00972:<br>
> > > ><br>
> identifier is too<br>
> > > long).<br>
> > > > > > ><br>
> Why it's not a<br>
> > > problem<br>
> > > > for<br>
> Oracle10 or why<br>
> > > JBossCache<br>
> > > > acts in<br>
> > > > > > ><br>
> different way<br>
> > > on<br>
> > > > Oracle10<br>
> or etc...<br>
> > > > > > ><br>
> try to fix the<br>
> > > problem<br>
> > > > with<br>
> shorten table<br>
> > > name from<br>
> > > ><br>
> > > repository-configuration.xml<br>
> > > > > > ><br>
> e.g.<br>
> > > > > > ><br>
> <property<br>
> > > ><br>
> > > name="<a href="http://jbosscache-cl-cache.jdbc.table.name" target="_blank">jbosscache-cl-cache.jdbc.table.name</a>"<br>
> > > value="lock_portalsys" /><br>
> > > > > > ><br>
> instead of<br>
> > > > > > ><br>
> <property<br>
> > > ><br>
> > > name="<a href="http://jbosscache-cl-cache.jdbc.table.name" target="_blank">jbosscache-cl-cache.jdbc.table.name</a>"<br>
> > > > > > ><br>
> > > ><br>
> > > value="jcrlock_portal_system" /><br>
> > > > > > > it<br>
> should<br>
> > > helps.<br>
> > > > > ><br>
> > > > > ><br>
> > > > I<br>
> shortened all<br>
> > > table names in<br>
> > > ><br>
> > > repository-configuration.xml<br>
> > > > and<br>
> GateIn<br>
> > > > > > on<br>
> Oracle11<br>
> > > started<br>
> > > > without<br>
> "identifier<br>
> > > is too<br>
> > > > long"<br>
> error.<br>
> > > > > ><br>
> > > > > ><br>
> There is job<br>
> > > when it<br>
> > > > starts<br>
> for the first<br>
> > > time:<br>
> > > > > ><br>
> > > ><br>
> > ><br>
> <a href="http://hudson.jboss.org/hudson/job/gatein_portal_ui_selenium_tests_jboss5_oracle11/35/" target="_blank">http://hudson.jboss.org/hudson/job/gatein_portal_ui_selenium_tests_jboss5_oracle11/35/</a><br>
> > > > > ><br>
> > > > > > I<br>
> think that it<br>
> > > would be<br>
> > > > better<br>
> to edit<br>
> > > configuration,<br>
> > > > because<br>
> editing<br>
> > > > > ><br>
> table names<br>
> > > before running<br>
> > > > gatein<br>
> isn't a good<br>
> > > way.<br>
> > > > > ><br>
> > > ><br>
> > > ><br>
> > > > > > ><br>
> > > > > > ><br>
> Regards,<br>
> > > > > > ><br>
> Peter<br>
> > > > > > ><br>
> > > > > > ><br>
> > > > > > > On<br>
> Tue, Mar 9,<br>
> > > 2010 at<br>
> > > > 11:24<br>
> AM, Michal<br>
> > > Vančo<br>
> > > ><br>
> <<a href="mailto:mvanco@redhat.com">mvanco@redhat.com</a>><br>
> > > wrote:<br>
> > > > > > > ><br>
> Yes Bolek,<br>
> > > that's<br>
> > > > true.<br>
> > > > > > > ><br>
> I can't<br>
> > > explain myself<br>
> > > > the job<br>
> in hudson on<br>
> > > EPP5<br>
> > > ><br>
> > > (epp_ui_selenium_tests_oracle10):<br>
> > > > > > > ><br>
> Because<br>
> > > there was same<br>
> > > > problem<br>
> - table or<br>
> > > view does<br>
> > > > not<br>
> exist (build<br>
> > > > > > > ><br>
> #3), builds<br>
> > > #5 and #7<br>
> > > > were OK<br>
> (GateIn<br>
> > > started with<br>
> > > > no<br>
> errors) and<br>
> > > > > > > ><br>
> following<br>
> > > builds again<br>
> > > > failed<br>
> due the same<br>
> > > problem as<br>
> > > > before.<br>
> > > > > > > ><br>
> > > > > > > ><br>
> Regards,<br>
> > > > > > > ><br>
> Michal<br>
> > > > > > > ><br>
> > > > > > > ><br>
> Boleslaw<br>
> > > Dawidowicz<br>
> > > > píše v<br>
> Út 09. 03.<br>
> > > 2010 v 09:59<br>
> > > > +0100:<br>
> > > > > > > >><br>
> From<br>
> > > mentioned logs<br>
> > > > it looks<br>
> like those<br>
> > > errors<br>
> > > > don't<br>
> come from IDM.<br>
> > > I<br>
> > > > > > > >><br>
> think the<br>
> > > stack trace<br>
> > > > in all<br>
> cases goes<br>
> > > via<br>
> > > > > > > >><br>
> > > ><br>
> > > "org.exoplatform.services.jcr.impl.*"<br>
> > > > > > > >><br>
> > > > > > > >><br>
> Bolek<br>
> > > > > > > >><br>
> > > > > > > >><br>
> On<br>
> > > 03/09/2010 09:15<br>
> > > > AM,<br>
> Michal Vančo<br>
> > > wrote:<br>
> > > > > > > >><br>
> > Hi,<br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> > I'm<br>
> > > dealing with<br>
> > > > problem<br>
> to start<br>
> > > GateIn with<br>
> > > > Oracle<br>
> DB.<br>
> > > > > > > >><br>
> > I always<br>
> > > start with<br>
> > > > clean DB<br>
> and use 2<br>
> > > datasource<br>
> > > ><br>
> instances (JCR,<br>
> > > IDM).<br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> > There are<br>
> > > 2<br>
> > > ><br>
> different issues:<br>
> > > > > > > >><br>
> > Oracle10:<br>
> > > > > > > >><br>
> > -<br>
> > > ORA-00942: table<br>
> > > > or view<br>
> does not<br>
> > > exist (start<br>
> > > > on<br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > ><br>
> org.exoplatform.services.jcr.impl.config.RepositoryServiceConfigurationImpl@b2ecc0)<br>
> > > > > > > >><br>
> > - only<br>
> > > IDM schema<br>
> > > > is<br>
> initialized, JCR<br>
> > > not<br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> > Oracle11:<br>
> > > > > > > >><br>
> > -<br>
> > > ORA-00972:<br>
> > > ><br>
> identifier is too<br>
> > > long (Cannot<br>
> > > ><br>
> instantiate<br>
> > > component class<br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > ><br>
> org.exoplatform.services.jcr.impl.core.lock.jbosscache.CacheableLockManagerImpl)<br>
> > > > > > > >><br>
> > - both<br>
> > > schemas are<br>
> > > > created<br>
> (IDM + JCR)<br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> > To run on<br>
> > > oracle, I<br>
> > > > change<br>
> configuration<br>
> > > in<br>
> > > ><br>
> > > idm-configuration.xml and<br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > > jcr-configuration.xml, then<br>
> > > > copy<br>
> jdbc driver and<br>
> > > start.<br>
> > > > > > > >><br>
> > I also<br>
> > > add<property<br>
> > > ><br>
> > > name="hibernate.hbm2ddl.auto"<br>
> > > ><br>
> > > value="create-drop"/><br>
> > > > > > > >><br>
> > to<br>
> > > ><br>
> > > idm-configuration.xml<br>
> > > ><br>
> (recommended by<br>
> > > Boleslaw<br>
> > > ><br>
> Dawidowicz - it<br>
> > > worked<br>
> > > > > > > >><br>
> > on EPP,<br>
> > > but not on<br>
> > > > GateIn<br>
> trunk).<br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> > There are<br>
> > > links to<br>
> > > > log:<br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > ><br>
> <a href="http://hudson.jboss.org/hudson/job/gatein_portal_ui_selenium_tests_jboss5_oracle10/22/console" target="_blank">http://hudson.jboss.org/hudson/job/gatein_portal_ui_selenium_tests_jboss5_oracle10/22/console</a><br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > ><br>
> <a href="http://hudson.jboss.org/hudson/job/gatein_portal_ui_selenium_tests_jboss5_oracle11/21/console" target="_blank">http://hudson.jboss.org/hudson/job/gatein_portal_ui_selenium_tests_jboss5_oracle11/21/console</a><br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> > I would<br>
> > > appreciate<br>
> > > > any<br>
> help.<br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> > Thanks in<br>
> > > advance<br>
> > > > > > > >><br>
> > Michal<br>
> > > Vanco<br>
> > > > > > > >><br>
> ><br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > > _______________________________________________<br>
> > > > > > > >><br>
> ><br>
> > > gatein-dev mailing<br>
> > > > list<br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > > <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
> > > > > > > >><br>
> ><br>
> > > ><br>
> > ><br>
> <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > ><br>
> > > _______________________________________________<br>
> > > > > > > ><br>
> gatein-dev<br>
> > > mailing<br>
> > > > list<br>
> > > > > > > ><br>
> > > ><br>
> > > <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
> > > > > > > ><br>
> > > ><br>
> > ><br>
> <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
> > > > > > > ><br>
> > > > > ><br>
> > > > > ><br>
> > > > > ><br>
> > > > Thanks,<br>
> > > > > ><br>
> Michal<br>
> > > > > ><br>
> > > ><br>
> > > ><br>
> > > > > ><br>
> > > ><br>
> > > _______________________________________________<br>
> > > > > ><br>
> gatein-dev<br>
> > > mailing list<br>
> > > > > ><br>
> > > <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
> > > > > ><br>
> > > ><br>
> > ><br>
> <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
> > > > > ><br>
> > > ><br>
> > > > > ><br>
> > > ><br>
> > > > > > --<br>
> > > > > ><br>
> > > ><br>
> > > > > Nicolas<br>
> Filotto<br>
> > > > > > JCR Product<br>
> Manager<br>
> > > > > > Project<br>
> Manager<br>
> > > > > > eXo Platform<br>
> SAS<br>
> > > > > ><br>
> > > <a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
> > > > > > +33 (0)6 31<br>
> 32 92 19<br>
> > > > > ><br>
> > > ><br>
> > > > > ><br>
> > > ><br>
> > > > > > --<br>
> > > > > > Nicolas Filotto<br>
> > > > > > JCR Product Manager<br>
> > > > > > Project Manager<br>
> > > > > > eXo Platform SAS<br>
> > > > > ><br>
> <a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
> > > > > > +33 (0)6 31 32 92 19<br>
> > > > > ><br>
> > > > ><br>
> > > > ><br>
> > > ><br>
> > > _______________________________________________<br>
> gatein-dev<br>
> > > mailing list <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
> > ><br>
> <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
> > > ><br>
> > > > ><br>
> > > > ><br>
> > > ><br>
> > > > > --<br>
> > > > > Nicolas Filotto<br>
> > > > > JCR Product Manager<br>
> > > > > Project Manager<br>
> > > > > eXo Platform SAS<br>
> > > > ><br>
> <a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
> > > > > +33 (0)6 31 32 92 19<br>
> > > > ><br>
> > > ><br>
> > > > ><br>
> > > ><br>
> > > > > --<br>
> > > > > Nicolas Filotto<br>
> > > > > JCR Product Manager<br>
> > > > > Project Manager<br>
> > > > > eXo Platform SAS<br>
> > > > > <a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
> > > > > +33 (0)6 31 32 92 19<br>
> > > > ><br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > --<br>
> > > > Nicolas Filotto<br>
> > > > JCR Product Manager<br>
> > > > Project Manager<br>
> > > > eXo Platform SAS<br>
> > > > <a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
> > > > +33 (0)6 31 32 92 19<br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > > --<br>
> > > Nicolas Filotto<br>
> > > JCR Product Manager<br>
> > > Project Manager<br>
> > > eXo Platform SAS<br>
> > > <a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
> > > +33 (0)6 31 32 92 19<br>
> ><br>
> > Michal<br>
> ><br>
> > _______________________________________________<br>
> > gatein-dev mailing list<br>
> > <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
> > <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
><br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> Nicolas Filotto<br>
> JCR Product Manager<br>
> Project Manager<br>
> eXo Platform SAS<br>
> <a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
> +33 (0)6 31 32 92 19<br>
><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Nicolas Filotto<br>JCR Product Manager<br>Project Manager<br>eXo Platform SAS<br><a href="mailto:nicolas.filotto@exoplatform.com">nicolas.filotto@exoplatform.com</a><br>
+33 (0)6 31 32 92 19 <br>