Nicolas,<br> We need a new release of JCR modules (starting at least from core).<br> Needed fixes : <br> <a href="https://jira.jboss.org/jira/browse/EXOJCR-259" target="_blank">https://jira.jboss.org/jira/browse/EXOJCR-259</a><br>
<a href="https://jira.jboss.org/jira/browse/EXOJCR-261">https://jira.jboss.org/jira/browse/EXOJCR-261</a><br> Can you tell if that is possible to perform a new release with those fixes ? Or if we can help.<br>
Thanks,<br clear="all">Dimitri BAELI - eXo Platform SAS<br>
<br><br><div class="gmail_quote">On Tue, Nov 24, 2009 at 1:56 AM, Dimitri BAELI <span dir="ltr"><<a href="mailto:dbaeli@gmail.com">dbaeli@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br> Julien asked me to rollback the revision 744<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><div><a><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Verdana,Helvetica,'sans serif'; font-size: 11px;"></span></span></a><a>Revision: 744</a> <br>
</div></blockquote><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><div style="margin-left: 40px;"><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Verdana,Helvetica,'sans serif'; font-size: 11px;"><a>- upgrade to PicketLink IDM (former JBoss Identity) 1.0.0.CR1</a></span></span><br>
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Verdana,Helvetica,'sans serif'; font-size: 11px;"><a>- remove separate IDM hibernate config</a></span></span><br>
</div></blockquote><br>1/ Many tests were failing since this test : see <a href="http://builder.exoplatform.org/hudson/job/gatein-portal-trunk-ci/399/" target="_blank">http://builder.exoplatform.org/hudson/job/gatein-portal-trunk-ci/399/</a><br>
2/ Julien does not accept that commits are done with failing tests<br>3/ A bug in core <a href="https://jira.jboss.org/jira/browse/EXOJCR-259" target="_blank">https://jira.jboss.org/jira/browse/EXOJCR-259</a> is hidding some informations to understand the failures<br>
4/ The bug to solve should be this stack (according to Julien after is hacked the core component to reveal the real issue -- see <a href="https://jira.jboss.org/jira/browse/EXOJCR-259" target="_blank">EXOJCR-259</a> for a patch in exo-core, or contact Julien)<br>
org.hibernate.HibernateException: No CurrentSessionContext configured!<br> at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:572)<br> at org.picketlink.idm.impl.store.hibernate.HibernateIdentityStoreSessionImpl.startTransaction(HibernateIdentityStoreSessionImpl.java:77)<br>
at org.picketlink.idm.impl.repository.RepositoryIdentityStoreSessionImpl.startTransaction(RepositoryIdentityStoreSessionImpl.java:117)<br> at org.picketlink.idm.impl.api.session.SimpleTransactionImpl.start(SimpleTransactionImpl.java:43)<br>
at org.picketlink.idm.impl.api.session.IdentitySessionImpl.beginTransaction(IdentitySessionImpl.java:203)<br> at org.exoplatform.services.organization.idm.PicketLinkIDMOrganizationServiceImpl.startRequest(PicketLinkIDMOrganizationServiceImpl.java:136)<br>
at org.exoplatform.services.organization.auth.OrganizationAuthenticatorImpl.begin(OrganizationAuthenticatorImpl.java:143)<br> at org.exoplatform.services.organization.auth.OrganizationAuthenticatorImpl.createIdentity(OrganizationAuthenticatorImpl.java:93)<br>
at org.exoplatform.portal.config.TestUserPortalConfigService$UnitTest.execute(TestUserPortalConfigService.java:858)<br> at org.exoplatform.portal.config.TestUserPortalConfigService.testCreateUserPortalConfig(TestUserPortalConfigService.java:279)<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
at java.lang.reflect.Method.invoke(Method.java:597)<br> at junit.framework.TestCase.runTest(TestCase.java:164)<br> at org.exoplatform.test.BasicTestCase.runTest(BasicTestCase.java:68)<br> at junit.framework.TestCase.runBare(TestCase.java:130)<br>
at junit.framework.TestResult$1.protect(TestResult.java:106)<br> at junit.framework.TestResult.runProtected(TestResult.java:124)<br> at junit.framework.TestResult.run(TestResult.java:109)<br> at junit.framework.TestCase.run(TestCase.java:120)<br>
at junit.framework.TestSuite.runTest(TestSuite.java:230)<br> at junit.framework.TestSuite.run(TestSuite.java:225)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:597)<br> at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)<br>
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)<br> at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)<br>
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
at java.lang.reflect.Method.invoke(Method.java:597)<br> at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)<br> at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)<br>
<br>Please assume that the GateIn project should have no failing tests when you are commiting (work has been done to hide the known failing ones).<br>This is really important for the GateIn Beta03 release at the end of the week.<br>
We are requesting a new release of the JCR for that fix (if possible).<br><br>Thank you,<br clear="all"><font color="#888888">Dimitri BAELI - eXo Platform SAS<br>
</font></blockquote></div><br>