I found the solution after inspired by jaikiran pai from jboss community forum. In case anyone need it.
the revised spring config file is this:
<jee:jndi-lookup id="pservice" jndi-name="ProductServiceImpl/remote" lookup-on-startup="false" proxy-interface="com.lab.productsystem.ejb.session.ProductService"></jee:jndi-lookup>