In your code, you could do something like:
System.out.println("HI::classloader >> " + HibernateInterceptor.class.getClassLoader());
Or remote debug of JBossAS and stopping the code in Ejb3Configuration.configure(Ejb3Configuration.java:793)
then doing the same, somehow. :-)