The solution to this problem is to apply
highlighting again on the mapped texture:
gl.glLightModeli(
GL.GL_LIGHT_MODEL_COLOR_CONTROL,
GL.GL_SEPARATE_SPECULAR_COLOR );
This is the standard mode:
gl.glLightModeli(
GL.GL_LIGHT_MODEL_COLOR_CONTROL,
GL.GL_SINGLE_COLOR );