Revision 9589

View differences:

org.gvsig.vcsgis/trunk/org.gvsig.vcsgis/org.gvsig.vcsgis.lib/org.gvsig.vcsgis.lib.impl/src/main/java/org/gvsig/vcsgis/lib/workspace/VCSGisWorkspaceImpl.java
782 782
            DisposeUtils.bind(store);
783 783
            return store;
784 784
        } catch (Exception ex) {
785
            LOGGER.trace("can't open store from '" + this.getMessageLabel() + "'.", ex);
785
            LOGGER.warn("Can't open store from '" + this.getMessageLabel() + "'. This may not be a bug.", ex);
786 786
            return null;
787 787
//            String msg = "can't open store from '" + this.getMessageLabel() + "'.";
788 788
//            throw new RuntimeException(msg, ex);
......
807 807
            DisposeUtils.bind(store);
808 808
            return store;
809 809
        } catch (Exception ex) {
810
            LOGGER.trace("can't open store from '" + this.getMessageLabel() + "'.", ex);
810
            LOGGER.warn("can't open store from '" + this.getMessageLabel() + "'.", ex);
811 811
            return null;
812 812
//            String msg = "can't open store from '" + this.getMessageLabel() + "'.";
813 813
//            throw new RuntimeException(msg, ex);
......
824 824
            );
825 825
            return store;
826 826
        } catch (Exception ex) {
827
            LOGGER.trace("can't open store from '" + this.getMessageLabel() + "'.", ex);
827
            LOGGER.warn("can't open store from '" + this.getMessageLabel() + "'.", ex);
828 828
            return null;
829 829
        }
830 830
    }
......
842 842

  
843 843
            return store;
844 844
        } catch (Exception ex) {
845
            LOGGER.trace("can't open store from '" + this.getMessageLabel() + "'.", ex);
845
            LOGGER.warn("can't open store from '" + this.getMessageLabel() + "'.", ex);
846 846
            return null;
847 847
        }
848 848
    }
......
853 853
            JDBCStoreParameters params = this.wsexplorer.get(tableName);
854 854
            return params;
855 855
        } catch (Exception ex) {
856
            LOGGER.trace("can't create open store parameters from '" + this.getMessageLabel() + "'.", ex);
856
            LOGGER.warn("can't create open store parameters from '" + this.getMessageLabel() + "'.", ex);
857 857
            return null;
858 858
        }
859 859
    }

Also available in: Unified diff