Some more advice on your test:

  • you don't need to provide your schema as Hibernate can generate that.
  • Since you shared your schema I don't think you need to use FULLTEXT column types, as that's a perfect job to move to the Lucene indexes.
  • Seems you are attempting to use the new @Spatial functionality; it's not complete, I think you have to add @Latitude and @Longitude annotations to the respective fields.
  • The deployment method above provides most libraries but not all extra analyzers. You could add them to the module we provided, or in your application.

Generally: if you look into the source code of Hibernate Search, specifically in the hibernate-search-integrationtest you will find some great examples to run automated tests which include packaging, dependencies and deployment on AS7 using Arquillian and the custom module referred above. I very much advise to setup your project with such tests, it will make your life much easier.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira