<session-factory name="java:comp/env/jdbc/resource-list">
You can't bind to java:comp/env from that config file. Change it to something like:
<session-factory name="jdbc/resource-list">
And if you want that session factory to be available in java:comp/env then follow the instructions here http://community.jboss.org/message/251298#251298