DynamicPhisycsNode.findCollision(..)

Does it work ?

For me never rises the event in the CollisionResults class I made.

findCollisions is in Spatial. And it checks bounding collisions. In jME Physics 2 you don't need to call any method to receive collision events. Just subscribe to the synthetic button returned by getCollisionEventHandler() (see tutorials). (CollisionResults are not needed, either)