- 
        1. Re: What in the world is this?adrian.brock Dec 16, 2002 12:18 PM (in response to eelgueta)Look in 
 server/default/log/server.log
 for the full exception trace.
 Regards,
 Adrian
- 
        2. Re: What in the world is this?eelgueta Dec 16, 2002 2:22 PM (in response to eelgueta)Adrian, 
 This problem occurs in the client. I doesn't reach the server yet.
 The server log has no stack trace.
 Thanks anyway,
 Ed.
- 
        3. Re: What in the world is this?gayathri Dec 16, 2002 4:41 PM (in response to eelgueta)Check all your configuration files. Resource Exception is thrown if your configuration files are not set properly. 
- 
        4. Re: What in the world is this?eelgueta Dec 17, 2002 8:14 AM (in response to eelgueta)Gayathri, 
 Would you be so kind to give me directions on what file should I check? I'm using JBuilder so I haven't created any config file.
 Thanks,
 Ed.
- 
        5. Re: What in the world is this?eelgueta Dec 17, 2002 12:28 PM (in response to eelgueta)It's ok now. 
 In the create method, I was using a XA Datasource connection which I didn't close. I added a con.close(); statement at the end of the create method and everything works fine, now.
 Thank you all who answered.
 Ed.
- 
        6. Re: What in the world is this?gayathri Dec 17, 2002 12:31 PM (in response to eelgueta)I assume your getUId() is a user-defined method. 
 When I got a ResourceException, it was a small typo-error in the login-config.xml. So check login-config.xml and additionally check jboss.xml,jbosscmp-jdbc.xml,ejb-jar.xml.
 Check if you are getting the remote successfully and home.create is not returning null.
 Good luck.
 
     
    