Mind switching to catching Throwable rather than Exception ? 

Werner Guttmann

> -----Ursprüngliche Nachricht-----
> Von: patricknoir [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 01. März 2007 13:50
> An: [email protected]
> Betreff: [castor-user] Critical Problem Castor in AS Weblogic
> 
> 
> Hi,
> 
> I'm using castor on bea weblogic 9.2, when I try to create a Mapping
> instance with the default counstructor (new Mapping()), something goes
> wrong, the application goes to the finally block without any casted
> exceptions (readable).
> Here is the snipped code :
> 
>                                 try {
>                               mapping = new Mapping();
>                       mapping.loadMapping(mappingFile);
>               } catch(Exception ex) {
>                       ex.printStackTrace();
>               }
> It seams something goes wrong with classloader.
> --
> View this message in context: http://www.nabble.com/Critical-Problem-
> Castor-in-AS-Weblogic-tf3326739.html#a9249018
> Sent from the Castor - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
> 
>     http://xircles.codehaus.org/manage_email


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to