Error with jME Physics 0.4

Hi,



I've got an error when running SimpleTest with jME Physics 0.4. I'm using jME nightly build from 27-3. When I run the example all seems to work fine, but when the last box is added it throws an exception:



28-mrt-2006 21:50:46 com.jmex.physics.PhysicsWorld addObject

INFO: Physics Object (Box) has been added to the PhysicsWorld

java.lang.NoSuchMethodError: com.jme.math.Quaternion.set(Lcom/jme/math/Quaternion;)V

        at com.jmex.physics.PhysicsSynchronizer.update(PhysicsSynchronizer.java:86)

        at com.jme.scene.Spatial.updateWorldData(Unknown Source)

        at com.jme.scene.Spatial.updateGeometricState(Unknown Source)

        at com.jme.scene.Node.updateWorldData(Unknown Source)

        at com.jme.scene.Spatial.updateGeometricState(Unknown Source)

        at com.jme.app.BaseSimpleGame.initGame(Unknown Source)

        at com.jme.app.BaseGame.start(Unknown Source)

        at VGS.SnbGame.SnbGame.main(SnbGame.java:125)

28-mrt-2006 21:50:46 com.jme.app.BaseSimpleGame cleanup

INFO: Cleaning up resources.



Aren't jME nightly build 27-3 and jME Physics compatible with each other ? It looks like this is the problem. So should I use the redesigned jME Physics ?



Thanks in advance.



Regards,



Jeroen

jME Physics 0.4 was running with jME 0.8, I belief. Use the CVS version of jME Physics from sourceforge to run with the jME nightly builds or CVS.