compass with eclipselink -


i trying setup compass eclipselink. throws me following exception

exception [eclipselink-28014] (eclipse persistence services - 2.0.1.v20100213-r6600): org.eclipse.persistence.exceptions.entitymanagersetupexception exception description: exception thrown while processing property [eclipselink.session.customizer] value [org.compass.gps.device.jpa.embedded.eclipselink.compasssessioncustomizer]. internal exception: org.compass.core.compassexception: failed find persistence unit info @ org.eclipse.persistence.exceptions.entitymanagersetupexception.failedwhileprocessingproperty(entitymanagersetupexception.java:178)

my persistence.xml follows:

<property name="eclipselink.session.customizer"                      value="org.compass.gps.device.jpa.embedded.eclipselink.compasssessioncustomizer"/> <property name="compass.engine.connection" value="target/test-index"/> <property name="compass.debug" value="true" /> 

i have copied following jar web-inf/lib

  • compass-2.2.0
  • lucene-core
  • lucene-analyzers
  • lucene-spellchecker
  • lucene-snowball
  • lucene-queries
  • lucene-highlighter

am missing ?

thanks.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -