[hibernate-dev] SOAP / XML-RPC from JIRA is going dark on the 20th

2015-07-07 Thread Emmanuel Bernard
Hi guys, JIRA will no longer support SOAP / XML-RPC calls on our instance. If any of you has tools or scripts using these APIs, check out the migration page https://confluence.atlassian.com/display/JIRAKB/SOAP+and+XML-RPC+removal+in+JIRA+Cloud Emmanuel ___

Re: [hibernate-dev] Hibernate Search fails to generate anything

2015-07-07 Thread Martin Braun
Hi, sounds a lot like Hibernate Search is not properly started yet if the ExtendedSearchIntegrator is equal to null. Martin Braun martinbraun...@aol.com www.github.com/s4ke -Original Message- From: Dmitry Bocharov To: Koen Aers ; hibernate-dev Sent: Mon, Jul 6, 2015 3:30 pm Sub

[hibernate-dev] Hibernate Search work-in-progress meeting logs

2015-07-07 Thread Sanne Grinovero
We had our bi-weekly IRC meeting; today's subject was progress on the current work on Hibernate Search: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2015/hibernate-dev.2015-07-07-13.22.html ___ hibernate-dev mailing list hibernat

[hibernate-dev] WildFly BeanValidationCdiIntegrationTestCase test failure with ORM 5

2015-07-07 Thread Scott Marlow
Hardy, It seems that the ValidatorFactoryBean#createConstraintValidatorFactory is getting called too late for some reason. http://pastebin.com/WrdD91Hr shows the call stack for ValidatorFactoryBean#create(CreationalContext ctx) which calls createConstraintValidatorFactory, which seems too late