[JBoss JIRA] (JBIDE-21385) Explorer: Add refresh of project
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21385?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-21385:
----------------------------------
Summary: Explorer: Add refresh of project (was: Explorer: Add refresh of deployments)
> Explorer: Add refresh of project
> --------------------------------
>
> Key: JBIDE-21385
> URL: https://issues.jboss.org/browse/JBIDE-21385
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: explorer, openshift_deployment_view, openshift_v3
> Fix For: 4.3.1.Beta2
>
>
> Impl functionality to manually refresh a deployment which should
> * Cause the children of deployment(e.g. pods) to be refreshed
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21385) Explorer: Add refresh of project
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21385?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-21385:
----------------------------------
Description:
Impl functionality to manually refresh projects
* Cause projects to reload all deployments and resources.
was:
Impl functionality to manually refresh a deployment which should
* Cause the children of deployment(e.g. pods) to be refreshed
> Explorer: Add refresh of project
> --------------------------------
>
> Key: JBIDE-21385
> URL: https://issues.jboss.org/browse/JBIDE-21385
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: explorer, openshift_deployment_view, openshift_v3
> Fix For: 4.3.1.Beta2
>
>
> Impl functionality to manually refresh projects
> * Cause projects to reload all deployments and resources.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-471) Unify component versions
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-471?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBTIS-471:
-----------------------------
Attachment: junit4.8vs4.12.png
Fixed test runs. They run fine w/ JUnit 4.8, but fail with 4.12.
https://github.com/nickboldt/bpel/commit/3d6b97562126cefb22da8cf30180e659...
Switching back to the older Orbit fixed this problem:
!junit4.8vs4.12.png!
So... eventually you'll want to update them to work with latest JUnit, but at least everything compiles/runs/tests OK now.
> Unify component versions
> ------------------------
>
> Key: JBTIS-471
> URL: https://issues.jboss.org/browse/JBTIS-471
> Project: JBoss Tools Integration Stack
> Issue Type: Enhancement
> Components: distribution
> Affects Versions: 8.0.3.GA
> Reporter: Andrej Podhradsky
> Assignee: Robert (Bob) Brodt
> Attachments: junit4.8vs4.12.png
>
>
> Currently, JBDS-IS 8.0.3.CR2 contains components with different version format such as
> BPMN2 1.1.3.Final
> Fuse 7.3.1.v20150728-1330-H54-Final
> Teiid Designer 9.0.3.Final-v20150728-2029-B1148
> I suggest to use the format used by Teiid Designer.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-471) Unify component versions
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-471?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBTIS-471:
----------------------------------
Did more digging and I can't see how your tests depend on JMock. So, here's another commit on the PR [1], which runs them but they fail with a curious error:
[1] https://github.com/nickboldt/bpel/commit/52652ad8e6079d76d8a7d7c435945a8b...
{code}
[INFO] Expected eclipse log file: /home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/jdk1.8.0_60/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xms64m, -Xmx1024m, -XX:MaxPermSize=128M, -Dorg.eclipse.swtbot.search.timeout=15000, -Dosgi.clean=true, -jar, /home/nboldt/.m2/repository1/p2/osgi/bundle/org.eclipse.equinox.launcher/1.1.1.R36x_v20101122_1400/org.eclipse.equinox.launcher-1.1.1.R36x_v20101122_1400.jar, -data, /home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work/data, -install, /home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work, -configuration, /home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/nboldt/eclipse/workspace-eclipse/org.eclipse.bpel/tests/org.eclipse.bpel.ui.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread]
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was removed in 8.0
Launching application org.eclipse.ui.ide.workbench...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Bug in saff's brain: Suite constructor, called as above, should always complete
at org.junit.runner.Request.classes(Request.java:72)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:102)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
... 11 more
{code}
See http://fossies.org/linux/privat/junit-4.12-sources.jar/org/junit/runner/R... for the source of that error message.
> Unify component versions
> ------------------------
>
> Key: JBTIS-471
> URL: https://issues.jboss.org/browse/JBTIS-471
> Project: JBoss Tools Integration Stack
> Issue Type: Enhancement
> Components: distribution
> Affects Versions: 8.0.3.GA
> Reporter: Andrej Podhradsky
> Assignee: Robert (Bob) Brodt
>
> Currently, JBDS-IS 8.0.3.CR2 contains components with different version format such as
> BPMN2 1.1.3.Final
> Fuse 7.3.1.v20150728-1330-H54-Final
> Teiid Designer 9.0.3.Final-v20150728-2029-B1148
> I suggest to use the format used by Teiid Designer.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21443) NullPointerException when trying to import a BuildConfig as a new application from OpenShift 3
by Akram Ben Aissi (JIRA)
Akram Ben Aissi created JBIDE-21443:
---------------------------------------
Summary: NullPointerException when trying to import a BuildConfig as a new application from OpenShift 3
Key: JBIDE-21443
URL: https://issues.jboss.org/browse/JBIDE-21443
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Environment: OSX
JBDS
OpenShift origin 1.1.0.1
Reporter: Akram Ben Aissi
Priority: Blocker
Attachments: eclipse.log
When trying to import a project from a BuildConfig (right clic import as new project), I get a NullPointerException after clicking Finish.
Same issue occurs when clicking next, and changing the destination folder for anything that exists or does not exist
eclipse.log is attached.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-471) Unify component versions
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-471?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBTIS-471 at 1/12/16 12:00 PM:
------------------------------------------------------------
PR that fixes versioning and gets everything building in a single reactor (don't have to build the parent first):
https://github.com/eclipse/bpel/pull/1
{code}
site/target/repository/features/:
org.eclipse.bpel.apache.ode.runtime.feature_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.common.feature.source_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.apache.ode.runtime.feature.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.feature_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.common.feature_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.feature.source_1.0.5.Final-v20160112-1654.jar
site/target/repository/plugins/:
org.eclipse.bpel.apache.ode.deploy.model_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.help_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.apache.ode.deploy.model.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.help.source_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.apache.ode.deploy.ui_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.model_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.apache.ode.deploy.ui.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.model.source_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.apache.ode.runtime_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.runtimes_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.apache.ode.runtime.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.runtimes.source_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.cheatsheet_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.ui_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.cheatsheet.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.ui.source_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.common.model_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.validator_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.common.model.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.validator.source_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.common.ui_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.wsil.model_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.common.ui.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.wsil.model.source_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.common.wsdl_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.xpath10_1.0.5.Final-v20160112-1654.jar
org.eclipse.bpel.common.wsdl.source_1.0.5.Final-v20160112-1654.jar org.eclipse.bpel.xpath10.source_1.0.5.Final-v20160112-1654.jar
{code}
Unfortunately, tests are failing. Need to figure out how to make Surefire depend on these non-osgi jars.
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.eclipse.bpel.common.wsdl.tests: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test failed: Invalid extraRequirement jar:jmock-legacy:2.8.1: Unknown artifact type "jar" -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.eclipse.bpel.ui.tests: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test failed: Invalid extraRequirement jar:jmock-legacy:2.8.1: Unknown artifact type "jar" -> [Help 1]
{code}
was (Author: nickboldt):
PR that fixes versioning and gets everything building in a single reactor (don't have to build the parent first):
https://github.com/eclipse/bpel/pull/1
Unfortunately, tests are failing. Need to figure out how to make Surefire depend on these non-osgi jars.
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.eclipse.bpel.common.wsdl.tests: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test failed: Invalid extraRequirement jar:jmock-legacy:2.8.1: Unknown artifact type "jar" -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.eclipse.bpel.ui.tests: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test failed: Invalid extraRequirement jar:jmock-legacy:2.8.1: Unknown artifact type "jar" -> [Help 1]
{code}
> Unify component versions
> ------------------------
>
> Key: JBTIS-471
> URL: https://issues.jboss.org/browse/JBTIS-471
> Project: JBoss Tools Integration Stack
> Issue Type: Enhancement
> Components: distribution
> Affects Versions: 8.0.3.GA
> Reporter: Andrej Podhradsky
> Assignee: Robert (Bob) Brodt
>
> Currently, JBDS-IS 8.0.3.CR2 contains components with different version format such as
> BPMN2 1.1.3.Final
> Fuse 7.3.1.v20150728-1330-H54-Final
> Teiid Designer 9.0.3.Final-v20150728-2029-B1148
> I suggest to use the format used by Teiid Designer.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21442) Solve compilation problem in org.jboss.tools.hibernate.jpt.core.internal/jpa2.HibernateJpaFactory2_0
by Koen Aers (JIRA)
Koen Aers created JBIDE-21442:
---------------------------------
Summary: Solve compilation problem in org.jboss.tools.hibernate.jpt.core.internal/jpa2.HibernateJpaFactory2_0
Key: JBIDE-21442
URL: https://issues.jboss.org/browse/JBIDE-21442
Project: Tools (JBoss Tools)
Issue Type: Task
Components: hibernate
Reporter: Koen Aers
The signature of
{code:java}
JpaFactory2_0.buildJavaPersistentType(PersistentType.Parent,JavaResourceType)
{code}
was changed into
{code:java}
JpaFactory2_0.buildJavaPersistentType(Parent,JavaResourceType)
{code}
and now needs an import of
{code:java}
org.eclipse.jpt.jpa.core.context.java.JavaPersistentType.Parent
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months