ATTENTION: jbosstools-website git history rewritten. Please re-clone
by Max Rydahl Andersen
Hey,
A couple of errors got into the authors in jbosstools-website so to
avoid too much problems I went ahead and did a filter-branch to fix
these author mails before the repo gets used too much ;)
I've merged all non-trivial PR's before this so that work is in master -
but please make sure to either reclone the repository or do a git pull
--force to get the latest/greatest.
Sorry for the inconvenience - won't happen again ;)
/max
http://about.me/maxandersen
11 years, 10 months
Replacement of deprecated teiid runtime client plugins
by phantomjinx
Afternoon all,
As some of you may know, for Teiid Designer, I have been working over the last few months on a
single teiid-runtime-client plugin that replaces the current 3 (and was soon to be more!)
versioned teiid client plugins. The aims of the single plugin were:
* Forking the teiid codebase and importing as a git submodule was proving unsustainable and fast
becoming unmanagable hence a single plugin contained in (and maintained by Designer devs) was
preferred;
* The plugin should allow Designer to perform local sql parsing, resolving and validation of vdb
models, as well as connecting/deploying/undeploying to all teiid instances at version 7.7+;
* A single plugin where 90% of the teiid client codebase is the same should be able to handle,
with the help of annotations and version checks, the 10% of differences between teiid versions;
* Only where absolutely necessary should actual different classes be created that are teiid
version-specific, eg. Teiid7Parser, Teiid8Parser;
Thus, the single plugin is backward compatible (but then most of teiid is already backward
compatible!) but it should also be forward limiting in that validating teiid v8 sql syntax against
a teiid v7 version should correctly fail.
Currently, the plugin supports up to teiid v8.7.0.CR2 and will support 8.7.0.Final upon its
release. At this point, the plugin is being soak tested and I have now included it in nightly
builds to allow people to play with it / find bugs and otherwise spot whatevers bits I have missed.
Hope that is clear but any questions do not hesitate to ask.
Regards
PGR
--
Paul Richardson
* p.g.richardson(a)phantomjinx.co.uk
* p.g.richardson(a)redhat.com
* pgrichardson(a)linux.com
"I know exactly who reads the papers ...
* The Daily Mirror is read by people who think they run the country.
* The Guardian is read by people who think they ought to run the country.
* The Times is read by people who do actually run the country.
* The Daily Mail is read by the wives of the people who run the country.
* The Financial Times is read by the people who own the country.
* The Morning Star is read by the people who think the country ought to be run by another country.
* The Daily Telegraph is read by the people who think it is."
Jim Hacker, Yes Minister
11 years, 11 months
JBT 4.2.0.Beta1 respin-b status :: DELAYED
by Nick Boldt
Due to test failures and 1 compilation failure [1] in as.core, tonight's
respin will be DELAYED.
[1] https://issues.jboss.org/browse/JBIDE-17034
Test failures include the usual "slave was too slow so test timed out"
problems.
Affected projects:
* Central (red - test timeout on "virt" slave)
* JavaEE (yellow - 2 test failures)
* VPE (yellow - 1 test failure)
I haven't opened JIRAs for these as I figure the project leads can
decide if these warrant JIRAs or are transient problems due to bad
slaves. SWT errors, disposed widgets, and test timeouts may be transient
problems. However, the JavaEE test failing with
"org.jboss.seam.core.jbpm not found" error sounds serious.
If you're still reading this, there are more details re: test failures
below.
== Central ==
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
19:05:07 [INFO] org.jboss.tools.project.examples.test .............
FAILURE [40:31.078s]
19:05:07 [ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.19.0:test (default-test) on
project org.jboss.tools.project.examples.test: Error while executing
platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException:
Error while executing external command, process killed. Process timeout
out after 2400 seconds -> [Help 1]
== JavaEE ==
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
1.
org.jboss.tools.seam.ui.test.wizard.OpenSeamComponentDialogTest.testFindShortHand
(from org.jboss.tools.seam.ui.test.SeamUiAllTests)
junit.framework.AssertionFailedError: Component org.jboss.seam.core.jbpm
not found
2.
org.jboss.tools.seam.ui.test.hyperlink.SeamViewHyperlinkPartitionerTest.testSeamViewPartitioner
(from org.jboss.tools.seam.ui.test.SeamUiAllTests)
Failed to execute runnable (java.lang.IllegalStateException: Need an
underlying widget to be able to set the input.(Has the widget been
disposed?))
== VPE ==
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
1.
org.jboss.tools.vpe.browsersim.browser.test.WebKitTests.testWebKitSetDefaultUserAgent
(from org.jboss.tools.vpe.browsersim.browser.test.BrowserAllTests)
org.eclipse.swt.SWTError: No more handles
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com
11 years, 11 months
browsersim and cordovasim moved out from jbosstools-vpe
by Denis Golovin
Hello everyone,
last week some changes were done in jbosstools on github.com related to
jbosstools-vpe and jbosstools-aerogear repositories:
1. browsersim from jbosstools-vpe was moved to
https://github.com/jbosstools/jbosstools-browsersim repository
2. cordovasim from jbosstools-vpe was moved to
https://github.com/jbosstools/jbosstools-aerogear repository as
cordovasim sub-module
So if you depends on breowsersim/cordovasim please clone new
jbosstools-browsersim repository and do not forget to get latest changes
from jbosstools-vpe and jbosstools-aerogear repositories.
Ids for eclipse features and plug-ins were NOT changed and all related
jobs on jenkins are up and running. All changes were done in master
branches and targeted 4.2.0.Beta2 release.
Let me know if you have problems with local builds related to these changes.
Thanks
Denis
11 years, 11 months