[JBoss JIRA] Created: (JBIDE-8119) parent pom maintenance for 3.3 trunk and 3.2 stable_branch
by Nick Boldt (JIRA)
parent pom maintenance for 3.3 trunk and 3.2 stable_branch
----------------------------------------------------------
Key: JBIDE-8119
URL: https://issues.jboss.org/browse/JBIDE-8119
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.3.x
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.3.x
1. Increment parent pom in trunk to 0.0.2-SNAPSHOT
2. publish updated trunk parent pom @ version 0.0.2-SNAPSHOT, and deploy to nexus
3. Increment all pom.xml refs to parent pom to 0.0.2-SNAPSHOT in all repos (jbosstools, devstudio, teiid, pi4soa, savara, scribble)
(repeat process for 0.0.1-SNAPSHOT -> 0.0.1 in stable_branch just before release / GA respin)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8557) Compilation failure for 3.3.indigo branch :: hibernatetools
by Nick Boldt (JIRA)
Compilation failure for 3.3.indigo branch :: hibernatetools
-----------------------------------------------------------
Key: JBIDE-8557
URL: https://issues.jboss.org/browse/JBIDE-8557
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M1
Reporter: Nick Boldt
Assignee: Rob Stryker
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_3.3.indigo.continuou...
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.ide.eclipse.as.core: Compilation failure: Compilation failure:
[ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/ServerLog.java (at line 18):[-1,-1]
[ERROR] import org.eclipse.core.runtime.adaptor.EclipseLog;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.core.runtime.adaptor.EclipseLog cannot be resolved
[ERROR]
[ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/ServerLog.java (at line 21):[-1,-1]
[ERROR] public class ServerLog extends EclipseLog {
[ERROR] ^^^^^^^^^^
[ERROR] EclipseLog cannot be resolved to a type
[ERROR]
[ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/ServerLog.java (at line 27):[-1,-1]
[ERROR] log(getLog(status));
[ERROR] ^^^
[ERROR] The method log(IStatus) in the type ServerLog is not applicable for the arguments (FrameworkLogEntry)
[ERROR] -> [Help 1]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8486) 9 test errors in org.hibernate.eclipse.console.test
by Nick Boldt (JIRA)
9 test errors in org.hibernate.eclipse.console.test
---------------------------------------------------
Key: JBIDE-8486
URL: https://issues.jboss.org/browse/JBIDE-8486
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.3.0.M1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Tests in error:
testEachPackWithTestSet(org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore)
testEachPackWithTestSet(org.hibernate.eclipse.console.test.mappingproject.MappingTestsJpa)
testEachPackWithTestSet(org.hibernate.eclipse.console.test.mappingproject.MappingTestsAnnotations)
testJavaTypeHandler1(org.hibernate.eclipse.mapper.HBMInfoExtractorTest)
testJavaTypeHandler2(org.hibernate.eclipse.mapper.HBMInfoExtractorTest)
testJavaTypeHandler3(org.hibernate.eclipse.mapper.HBMInfoExtractorTest)
testJavaTypeHandler4(org.hibernate.eclipse.mapper.HBMInfoExtractorTest)
testPackageHandler1(org.hibernate.eclipse.mapper.HBMInfoExtractorTest)
testPackageHandler2(org.hibernate.eclipse.mapper.HBMInfoExtractorTest)
Tests run: 44, Failures: 0, Errors: 9, Skipped: 0
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.2...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8377) Resources are sometimes out of sync after hibernate code generation
by Jiri Peterka (JIRA)
Resources are sometimes out of sync after hibernate code generation
-------------------------------------------------------------------
Key: JBIDE-8377
URL: https://issues.jboss.org/browse/JBIDE-8377
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.CR2 (tentative)
Environment: JBDS 4.0.0.CR3 H162, Linux 64
Reporter: Jiri Peterka
After repeated hibernate code generation from JDBC (in my case from mysql, all exporters except generic a hql quiery selected ) sometimes ResourceException occurs.
org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/dynwebonmysql51/src/entities/org/export/OrderlineId.html'.
at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:699)
at org.eclipse.core.internal.resources.File.getContents(File.java:293)
at org.eclipse.core.internal.resources.File.getContents(File.java:282)
at org.jboss.tools.jsf.web.validation.jsf2.JSF2ComponentsValidator.isValidate(JSF2ComponentsValidator.java:79)
at org.jboss.tools.jsf.web.validation.jsf2.JSF2ComponentsValidator.validate(JSF2ComponentsValidator.java:56)
at org.eclipse.wst.validation.Validator$V2.validate(Validator.java:1159)
at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:704)
at org.eclipse.wst.validation.internal.ValManager$1.visit(ValManager.java:665)
at org.eclipse.wst.validation.internal.ValManager.accept(ValManager.java:783)
at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:669)
at org.eclipse.wst.validation.internal.ValBuilderJob$Visitor.visit(ValBuilderJob.java:321)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:68)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:48)
at org.eclipse.wst.validation.internal.ValBuilderJob.deltaBuild(ValBuilderJob.java:211)
at org.eclipse.wst.validation.internal.ValBuilderJob.run(ValBuilderJob.java:179)
at org.eclipse.wst.validation.internal.ValBuilderJob.runInWorkspace(ValBuilderJob.java:126)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-6396) Filter wizard/Database Collector should correctly identify catalog, schema, and tables even when tables contain dots (".") in the name
by Michael Walker (JIRA)
Filter wizard/Database Collector should correctly identify catalog, schema, and tables even when tables contain dots (".") in the name
--------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6396
URL: https://jira.jboss.org/browse/JBIDE-6396
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Michael Walker
Attachments: JBIDE-tablename-with-dots-patch-mpw.txt
The DefaultDatabaseCollector uses StringHelper.qualifier(String) to determine the catalog and schema name for each table, given the fully-qualified name.
StringHelper.qualifier() assumes that everything proceeding the final "." in the fully-qualified name represents the qualifier.
This assumption breaks down if a table contains a dot in the name. This is found to be the case when working with MetaMatrix (and possibly Teiid).
The result is that the Filter Wizard will generate invalid filters, based on the incorrect naming of catalog and schema for each table.
As a fix, I modified DefaultDatabaseCollector to form the qualifier by using the known catalog and schema, rather than by using the StringHelper.qualifier method. I rebuilt tools and verified that this fixed the problem when working with MetaMatrix.
This may be better addressed by changing the behavior of StringHelper.qualifier() itself.
See forum discussion for details.
Patch attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8544) can't build JMX on Indigo TP
by Nick Boldt (JIRA)
can't build JMX on Indigo TP
----------------------------
Key: JBIDE-8544
URL: https://issues.jboss.org/browse/JBIDE-8544
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, jmx
Affects Versions: 3.3.0.M1
Reporter: Nick Boldt
Assignee: Nick Boldt
Looks like we're attempting to depend DTP 1.9 Indigo AND WTP 3.2 Helios at the same time.
If JMX's manifest.mf files are fixed to depend on a wider range of eclipse/wtp deps, this might work.
Full Tycho error is below, with spaces added for clarity.
---
[INFO] [
Software being installed: org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.9.0.v201010181130-79-4EVVFJoFwKcN-L_,
Software being installed: org.eclipse.jst.web_ui.feature.feature.group 3.2.3.v201101262333-7F77FJ_C25TkfyypjhqQuxNYsMrJ,
Software being installed: org.eclipse.jst.webpageeditor.feature.feature.group 2.3.2.v201101112207-4619oB5865D8I2331,
Only one of the following can be installed at once: [
org.eclipse.jdt.core 3.7.0.v_B22,
org.eclipse.jdt.core 3.7.0.v_B35,
org.eclipse.jdt.core 3.7.0.v_B28,
org.eclipse.jdt.core 3.7.0.v_OTDT_r080_201101290806,
org.eclipse.jdt.core 3.7.0.v_B13a,
org.eclipse.jdt.core 3.7.0.v_B05,
org.eclipse.jdt.core 3.6.2.v_A76_R36x],
Only one of the following can be installed at once: [
org.eclipse.wst.sse.ui 1.3.0.v201101212141,
org.eclipse.wst.sse.ui 1.2.3.v201102102045],
Cannot satisfy dependency: org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.8.2.v201010181125-79-4EVVFJoFwKcN-L_ depends on:
org.eclipse.emf.feature.group 2.4.0,
Cannot satisfy dependency: org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.9.0.v201010181130-79-4EVVFJoFwKcN-L_ depends on:
org.eclipse.emf.feature.group 2.4.0,
Cannot satisfy dependency: org.eclipse.emf.codegen 2.6.0.v20100527-1914 depends on:
bundle org.eclipse.jdt.core [3.7.0,4.0.0),
Cannot satisfy dependency: org.eclipse.emf.codegen 2.6.0.v20100928-1843 depends on:
bundle org.eclipse.jdt.core [3.7.0,4.0.0),
Cannot satisfy dependency: org.eclipse.emf.codegen 2.6.0.v20101108-0959 depends on:
bundle org.eclipse.jdt.core [3.7.0,4.0.0),
Cannot satisfy dependency: org.eclipse.emf.codegen 2.6.0.v20101215-0940 depends on:
bundle org.eclipse.jdt.core [3.7.0,4.0.0),
Cannot satisfy dependency: org.eclipse.emf.codegen 2.6.0.v20110128-1446 depends on:
bundle org.eclipse.jdt.core [3.7.0,4.0.0),
Cannot satisfy dependency: org.eclipse.emf.codegen.feature.group 2.6.0.v20100601-1600 depends on:
org.eclipse.emf.codegen [2.6.0.v20100527-1914],
Cannot satisfy dependency: org.eclipse.emf.codegen.feature.group 2.6.0.v20100928-1843 depends on:
org.eclipse.emf.codegen [2.6.0.v20100928-1843],
Cannot satisfy dependency: org.eclipse.emf.codegen.feature.group 2.6.0.v20101108-0959 depends on:
org.eclipse.emf.codegen [2.6.0.v20101108-0959],
Cannot satisfy dependency: org.eclipse.emf.codegen.feature.group 2.6.0.v20101215-0940 depends on:
org.eclipse.emf.codegen [2.6.0.v20101215-0940],
Cannot satisfy dependency: org.eclipse.emf.codegen.feature.group 2.6.0.v20110128-1446 depends on:
org.eclipse.emf.codegen [2.6.0.v20110128-1446],
Cannot satisfy dependency: org.eclipse.emf.converter.feature.group 2.6.0.v20100914-1218 depends on:
org.eclipse.emf.importer.java [2.6.0.v20100521-1846],
Cannot satisfy dependency: org.eclipse.emf.feature.group 2.6.1.v20100914-1218 depends on:
org.eclipse.emf.converter.feature.group [2.6.0.v20100914-1218],
Cannot satisfy dependency: org.eclipse.emf.feature.group 2.7.0.v20100928-1843 depends on:
org.eclipse.emf.codegen.feature.group [2.6.0.v20100928-1843],
Cannot satisfy dependency: org.eclipse.emf.feature.group 2.7.0.v20101108-0959 depends on:
org.eclipse.emf.codegen.feature.group [2.6.0.v20101108-0959],
Cannot satisfy dependency: org.eclipse.emf.feature.group 2.7.0.v20101205-0249 depends on:
org.eclipse.emf.codegen.feature.group [2.6.0.v20100601-1600],
Cannot satisfy dependency: org.eclipse.emf.feature.group 2.7.0.v20101215-0940 depends on:
org.eclipse.emf.codegen.feature.group [2.6.0.v20101215-0940],
Cannot satisfy dependency: org.eclipse.emf.feature.group 2.7.0.v20110128-1446 depends on:
org.eclipse.emf.codegen.feature.group [2.6.0.v20110128-1446],
Cannot satisfy dependency: org.eclipse.emf.importer.java 2.6.0.v20100521-1846 depends on:
bundle org.eclipse.jdt.core [3.7.0,4.0.0),
Cannot satisfy dependency: org.eclipse.jst.jsp.core 1.2.304.v201102160550 depends on:
bundle org.eclipse.jdt.core [3.5.0,3.7.0),
Cannot satisfy dependency: org.eclipse.jst.pagedesigner 1.3.2.v201101211220 depends on:
bundle org.eclipse.wst.sse.ui [1.0.101,1.3.0),
Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.2.3.v201102101900-7Q7BG7HFE9Le9HDKz-hZ-Rlojqz- depends on:
org.eclipse.jst.jsp.core [1.2.304.v201102160550],
Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.2.3.v201101262333-7F77FJ_C25TkfyypjhqQuxNYsMrJ depends on:
org.eclipse.jst.web_core.feature.feature.group [3.2.3.v201102101900-7Q7BG7HFE9Le9HDKz-hZ-Rlojqz-],
Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.3.0.v201011300734-7F7AFO-C25Toh9VqghsYz-3yYoz0 depends on:
org.eclipse.wst.jsdt.web.support.jsp [1.0.400.v201101230055],
Cannot satisfy dependency: org.eclipse.jst.webpageeditor.feature.feature.group 2.3.2.v201101112207-4619oB5865D8I2331 depends on:
org.eclipse.jst.pagedesigner [1.3.2.v201101211220],
Cannot satisfy dependency: org.eclipse.wst.jsdt.web.support.jsp 1.0.400.v201101230055 depends on:
bundle org.eclipse.wst.sse.ui [1.3.0,1.4.0)]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months