| author | pshi | 2012-03-27 04:06:06 (EDT) |
|---|---|---|
| committer | mwu | 2012-03-27 04:06:06 (EDT) |
| commit | c08e91e590f9a5e8fbb68731297a90f0e240b7b7 (patch) (side-by-side diff) | |
| tree | f1d07ffa18bd2ce1a3d7f6165169838ffa76613d | |
| parent | f042b3f1eae97a316b499d92b87dcda38e9664cd (diff) | |
| download | org.eclipse.birt-c08e91e590f9a5e8fbb68731297a90f0e240b7b7.zip org.eclipse.birt-c08e91e590f9a5e8fbb68731297a90f0e240b7b7.tar.gz org.eclipse.birt-c08e91e590f9a5e8fbb68731297a90f0e240b7b7.tar.bz2 | |
fixed 47654
summary : Data Source created using connection profile to
classicmodels sample DB is not shown as created using connection profile
Description: do not write connection profile store path to the
acconnprofiles, improve the logic to check whether the profile exists.
| -rw-r--r-- | data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbSelectionPageHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbSelectionPageHelper.java b/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbSelectionPageHelper.java index 87f28d5..62d31d7 100644 --- a/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbSelectionPageHelper.java +++ b/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbSelectionPageHelper.java @@ -104,7 +104,7 @@ public class SampleDbSelectionPageHelper // sampledb uses predined connection property values, and does not support // external reference to a connection profile - props.setProperty( ConnectionProfileProperty.PROFILE_STORE_FILE_PATH_PROP_KEY, "" ); +// props.setProperty( ConnectionProfileProperty.PROFILE_STORE_FILE_PATH_PROP_KEY, "" ); BidiFormat externalDefaultBDiFormat = new BidiFormat( SampledbUIPlugin.getDefault( ) .getPluginPreferences( ) |

