Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-connect-dev] RDB Filter Migration - Take 1

Rob,

There are build errors in org.eclipse.datatools.connectivity.sqm.core.ui:

Severity    Description Resource    In Folder   Location    Creation Time
2     ResourceLoader.INSTANCE cannot be resolved      FilterWizard.java
org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter
      line 56     February 8, 2006 10:47:50 AM
2     The method getFilterWizardDescriptor() is undefined for the type
ImageDescription  FilterWizard.java
org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter
      line 56     February 8, 2006 10:47:50 AM
2     The method getConnectionManager() is undefined for the type
RDBCorePlugin     FilterWizard.java
org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter
      line 70     February 8, 2006 10:47:50 AM
2     The method getConnectionManager() is undefined for the type
RDBCorePlugin     FilterWizard.java
org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter
      line 84     February 8, 2006 10:47:50 AM
2     The method getConnectionManager() is undefined for the type
RDBCorePlugin     FilterWizardPage.java
org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter
      line 52     February 8, 2006 10:47:50 AM
2     The method getConnectionManager() is undefined for the type
RDBCorePlugin     FilterWizardPage.java
org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter
      line 58     February 8, 2006 10:47:50 AM

Regards,
John Graham
Staff Software Engineer
Sybase, Inc.



                                                                           
             rcernich@sybase.c                                             
             om                                                            
             Sent by:                                                   To 
             dtp-connect-dev-b         dtp-connect-dev@xxxxxxxxxxx         
             ounces@xxxxxxxxxx                                          cc 
             g                                                             
                                                                   Subject 
                                       [dtp-connect-dev] RDB Filter        
             02/07/2006 07:05          Migration - Take 1                  
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
             DTP Connectivity                                              
                  project                                                  
             development list                                              
             <dtp-connect-dev@                                             
               eclipse.org>                                                
                                                                           
                                                                           





Hey all,

I've begun migrating the filter support that was part of RDB into DTP.
This first check-in contains structural changes required to support
filtering in the new connection environment.  I've also added some property
pages for configuring filters on various nodes (so far, only default
property pages are enabled on the profile).

My next check-in will include:
Enabling property pages for IFilterNode's in the DSE.
Implementing filter load/save in ConnectionInfoImpl.
Modifications to the JDBC loader to use the filters.

Larry, could you please review these changes to make sure they are
acceptable.

Thanks and happy coding,
Rob

_______________________________________________
dtp-connect-dev mailing list
dtp-connect-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-connect-dev





Back to the top