Bullet without Damping?

I have a physic sphere (bullet), that gets reflected from a wall.

The bullet should reflect without speed loosing, I used setDamping(), but the effect was not satisfying.

What can I do?

Listen to collisions and use setLinearVelocity in the reflection direction.