[Teiid-Designer/teiid-designer] ca24ea: Guides View VDB Action regression exceptions
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: ca24eaac732f5f68fcd795cd439ea484676318c3
https://github.com/Teiid-Designer/teiid-designer/commit/ca24eaac732f5f68f...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-07-24 (Wed, 24 Jul 2013)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/workspace/WorkspaceResourceFinderUtil.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/viewsupport/DesignerProperties.java
Log Message:
-----------
Guides View VDB Action regression exceptions
* DesignerProperties
* NoSuchElement Exception occurs if no VDB is found in the workspace by
the VdbResourceCollectorVisitor.
* Due to use of Collections.unModifiableCollection wrapper
* Handle with test for isEmpty
* VdbReousrceCollectorVisitor
* Incorrect return logic for visit() method. Should always return true
in order for project and folder members to be tested.
* Better utilise the resource filter which is already being utilised but
only testing it the resource is a file.
11 years, 5 months
[Teiid-Designer/teiid-designer] f743dd: Target Platform modifications
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: f743ddd65b3cb962a3779c2a23077c0fd7209bce
https://github.com/Teiid-Designer/teiid-designer/commit/f743ddd65b3cb962a...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M pom.xml
R target-platform/orbit.target
M target-platform/pom.xml
M target-platform/teiid-designer.target
Log Message:
-----------
Target Platform modifications
* TEIIDDES-1734: pom.xml
* Updates parent pom version to 4.1.0.Final
* target-platform/*.*
* Orbit plugins now included in JBTIS base target so no longer need to
merge them
* Replace the merge goal in the pom with a copy goal to retain the
teiid-designer.target. Although identical to JBTIS base target it is
still needed for devs in setting their Eclipse TP
* JBTIS now includes poi and jackson plugins from orbit as well as the
foundation.security.linux.feature
Commit: e7fa7e52d76d86c3d3698de866f6b93275331497
https://github.com/Teiid-Designer/teiid-designer/commit/e7fa7e52d76d86c3d...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M features/org.teiid.designer.feature/feature.xml
Log Message:
-----------
TEIIDDES-1788: Include foundation.security.linux feature
* Includes the feature to ensure the display of the most detailed master
password dialog (only if platform is linux)
Commit: 14e73c4006bceaa2e4c9bc589656dc51ad8efe1f
https://github.com/Teiid-Designer/teiid-designer/commit/14e73c4006bceaa2e...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M plugins/org.teiid.designer.datatools/.classpath
M plugins/org.teiid.designer.datatools/META-INF/MANIFEST.MF
M plugins/org.teiid.designer.datatools/build.properties
R plugins/org.teiid.designer.datatools/lib/jackson-all-1.6.1.jar
Log Message:
-----------
TEIIDDES-1763: Replace jackson library
* Instead of carrying the jackson library in the codebase, use the version
provided by JBT's orbit repository
* Updates the orbit.target and rebuilds the main target, encapsulating
latest updates from the integration stack
Commit: e92cd848c9524e228865e5a96c93e4fed8798b42
https://github.com/Teiid-Designer/teiid-designer/commit/e92cd848c9524e228...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M plugins/org.teiid.designer.modelgenerator.salesforce/.classpath
A plugins/org.teiid.designer.modelgenerator.salesforce/.externalToolBuilders/mvn-generate.launch
M plugins/org.teiid.designer.modelgenerator.salesforce/.project
M plugins/org.teiid.designer.modelgenerator.salesforce/META-INF/MANIFEST.MF
M plugins/org.teiid.designer.modelgenerator.salesforce/build.properties
A plugins/org.teiid.designer.modelgenerator.salesforce/build.xml
R plugins/org.teiid.designer.modelgenerator.salesforce/commons-httpclient-3.0.1.jar
A plugins/org.teiid.designer.modelgenerator.salesforce/libsrc/.keep
M plugins/org.teiid.designer.modelgenerator.salesforce/pom.xml
R plugins/org.teiid.designer.modelgenerator.salesforce/saaj.jar
R plugins/org.teiid.designer.modelgenerator.salesforce/salesforce-api-7.4.1.jar
Log Message:
-----------
TEIIDDES-1763: Remove salesforce jar libraries from codebase
* Plugin depends on 3 library jars, 2 of which can be depended on directly
from the target platform, while salesforce-api can be downloaded from
maven
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/1eb898ded507...e...
11 years, 5 months
[Teiid-Designer/teiid-designer] eacfe3: Further clarify the ultimate default server versio...
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: eacfe351a184f86a4cb11281a8c7184267f8c5b8
https://github.com/Teiid-Designer/teiid-designer/commit/eacfe351a184f86a4...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServerManager.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/JBoss7ServerUtil.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/DesignerSPIPlugin.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/PluginConstants.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/preferences/DefaultTeiidServerPreferenceContributor.java
Log Message:
-----------
Further clarify the ultimate default server version
* The ultimate default server version should be utilised if the user has
not defined a jboss server and not set the default server preference.
* Rather than rely on just the hardcoded value, first analyse the runtime
client plugins installed and choose the latest version to return as this
ultimate default server value. Only if this fails (should be very rare)
should the function resort to the hardcoded value.
Commit: 0cccfafe7e71619473499057a820818ac62cebf9
https://github.com/Teiid-Designer/teiid-designer/commit/0cccfafe7e7161947...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M plugins/org.teiid.designer.spi/META-INF/MANIFEST.MF
Log Message:
-----------
SPI plugin should be activated on class load
* Since plugin now provides a log and a shared instance plugin, the bundle
needs to be activated on use of any of its classes.
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/db300fce4373...0...
11 years, 5 months