[JBoss JIRA] (JBIDE-11553) QualifiedNameEditor Should Propose Valid Qualified Names
by Dan Florian (JIRA)
Dan Florian created JBIDE-11553:
-----------------------------------
Summary: QualifiedNameEditor Should Propose Valid Qualified Names
Key: JBIDE-11553
URL: https://issues.jboss.org/browse/JBIDE-11553
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: modeshape
Affects Versions: 3.3.0.Beta3
Reporter: Dan Florian
Assignee: Dan Florian
Fix For: 3.3.0.Beta3
The QualifiedNameEditor is used in multiple places in support of the JCR CND editor. It would be nice if the user was offered valid proposals for the unqualified name. For instance, if a namespace prefix of "nt" was selected in the QualifiedNameEditor; then valid proposals would be "base", "unstructured", "hierachyNode", "file", etc. As the user typed in more characters the number of valid proposals would get smaller. Required types and super types are two places this would be very useful.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] (JBIDE-12056) Exception Adding/Editing Property Definition's Value Constraint In CND Editor
by Dan Florian (JIRA)
Dan Florian created JBIDE-12056:
-----------------------------------
Summary: Exception Adding/Editing Property Definition's Value Constraint In CND Editor
Key: JBIDE-12056
URL: https://issues.jboss.org/browse/JBIDE-12056
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: modeshape
Affects Versions: 3.3.0.Beta3
Reporter: Dan Florian
Assignee: Dan Florian
Priority: Critical
Fix For: 3.3.0.CR1
In CND Editor, if you select a property in the Properties Section table, and double-click the table row or click the editor toolbar button, the Property Definition Editor dialog opens. In the property dialog, if you Add or Edit a value constraint, a Value Editor dialog is displayed. If the user types in the textfield an error occurs and the OK button can never be enabled. Here is the error from the log:
java.lang.UnsupportedOperationException
at java.util.AbstractList.add(AbstractList.java:131)
at java.util.AbstractList.add(AbstractList.java:91)
at org.jboss.tools.modeshape.jcr.ui.cnd.PropertyDialog$31$1.validate(PropertyDialog.java:1193)
at org.jboss.tools.modeshape.jcr.ui.cnd.StringValueEditorDialog.updateState(StringValueEditorDialog.java:185)
at org.jboss.tools.modeshape.jcr.ui.cnd.StringValueEditorDialog.handleValueChanged(StringValueEditorDialog.java:172)
at org.jboss.tools.modeshape.jcr.ui.cnd.StringValueEditorDialog$1.modifyText(StringValueEditorDialog.java:149)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] (JBDS-2007) set SOA Tooling jobs in _stable_branch to source from trunk, but build against Core from M5
by Nick Boldt (JIRA)
Nick Boldt created JBDS-2007:
--------------------------------
Summary: set SOA Tooling jobs in _stable_branch to source from trunk, but build against Core from M5
Key: JBDS-2007
URL: https://issues.jboss.org/browse/JBDS-2007
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build, SOA Tooling / Platform
Affects Versions: 5.0.0.SOA
Reporter: Nick Boldt
Assignee: Douglas Palmer
Fix For: 5.0.0.SOA
Here's a diff showing what you have to change to migrate the jobs over to the new mechanism (using M5 target platform, reqs mirror, JBT Core bits, and SOA Tooling sources/binaries from trunk).
You'll want to do the same w/ the other 6 SOA Tooling component builds w/ _stable_branch in their name.
And you'll want to ensure the Drools contribution is 5.3, not 5.2.
{code}
--- /qa/hudson_master/hudson_home/hudson_workspace/jobs/jbosstools-3.3_stable_branch.soa-tooling.aggregate/config-history/2011-12-23_06-58-39/config.xml
+++ /qa/hudson_master/hudson_home/hudson_workspace/jobs/jbosstools-3.3_stable_branch.soa-tooling.aggregate/config-history/2012-02-09_10-03-09/config.xml
@@ -7,13 +7,13 @@

<h2><a style="color:blue" href="http://download.jboss.org/jbosstools/builds/cascade/3.3.indigo... Job Cascade &amp; Results</a></h2>

-Currently building 3.3.0.M5</description>
+Currently building 3.3.0.Beta1-pre</description>
<logRotator>
<daysToKeep>5</daysToKeep>
<numToKeep>5</numToKeep>
@@ -41,47 +41,47 @@
-q :: quieter output</pre>
</description>
- <defaultValue>clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,local.site,local.composite -Dmaven.repo.local=${WORKSPACE}/m2-repository</defaultValue>
+ <defaultValue>clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,jbosstools-nightly-staging-composite-soa-tooling,local.site,local.composite -Dmaven.repo.local=${WORKSPACE}/m2-repository</defaultValue>
</hudson.model.StringParameterDefinition>
<hudson.model.ChoiceParameterDefinition>
<name>RELEASE</name>
@@ -71,77 +70,76 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
- <remote>http://anonsvn.jboss.org/repos/jbosstools/branches/jbosstools-3.3.0.M5/build</remote>
+ <remote>http://anonsvn.jboss.org/repos/jbosstools/trunk/build</remote>
<local>sources</local>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
@@ -88,94 +87,93 @@
</scm>
<assignedNode>RHEL&&!ia64</assignedNode>
<canRoam>false</canRoam>
- <disabled>true</disabled>
+ <disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>true</blockBuildWhenUpstreamBuilding>
<jdk>java16_default</jdk>
@@ -107,112 +106,125 @@
<mavenName>maven-3.0.3</mavenName>
<jvmOptions>-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m</jvmOptions>
<pom>aggregate/soa-site/pom.xml</pom>
+ <properties>BUILD_ALIAS=Beta1-pre
+
+# define correct URLs for upstream M5 bits
+jbosstools-target-site=http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/latest/
+local.site=/home/hudson/static_build_env/jbds/target-platform_3.3.indigo/e371-wtp331.target/
+jbosstools-nightly-staging-composite=http://download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.indigo/
+local.composite=file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/3.3.indigo/
+jboss-requirements-composite-mirror=http://download.jboss.org/jbosstools/updates/indigo/SR1/
+jbosstools-nightly=http://download.jboss.org/jbosstools/updates/nightly/core/3.3.indigo/
+jboss-requirements-composite-extras-mirror=http://download.jboss.org/jbosstools/updates/indigo/extras/SR1a/
+
+# pull SOA Tooling bits from trunk instead of 3.3.indigo
+jbosstools-nightly-staging-composite-soa-tooling=http://download.jboss.org/jbosstools/builds/staging/_composite_/soa-tooling/trunk/
+jbosstools-nightly-soa-tooling=http://download.jboss.org/jbosstools/updates/nightly/soa-tooling/trunk/</properties>
<usePrivateRepository>false</usePrivateRepository>
</hudson.tasks.Maven>
<hudson.tasks.Shell>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] (JBIDE-11902) bpel build broken due to xmlunit dependency in new bot plugin
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-11902:
----------------------------------
Summary: bpel build broken due to xmlunit dependency in new bot plugin
Key: JBIDE-11902
URL: https://issues.jboss.org/browse/JBIDE-11902
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: BPEL
Affects Versions: 3.3.0.Beta2-SOA
Reporter: Nick Boldt
Assignee: Douglas Palmer
Fix For: 3.3.0.Beta2-SOA
Cannot build BPEL component due to new bot test plugin and its dependency on xmlunit. Simplest solution is to build an osgi plugin wrapper for xmlunit (as apodhrad has started) and to add that plugin to the tests/pom.xml; this is a stopgap to allow a quick Beta2 build to be achievable.
However, a longer-term solution might be to depend directly on the maven artifact, eg by adding this to bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml:
{code}
+ <dependencies>
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
{code}
or else to provide this org.custommonkey.xmlunit plugin via a target platform or on the JBT composite requirements site.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] (JBIDE-11033) Drools plugin uses deprecated hash symbol # for comments in newly created .drl files
by Jiri Svitak (JIRA)
Jiri Svitak created JBIDE-11033:
-----------------------------------
Summary: Drools plugin uses deprecated hash symbol # for comments in newly created .drl files
Key: JBIDE-11033
URL: https://issues.jboss.org/browse/JBIDE-11033
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Reporter: Jiri Svitak
Assignee: Kris Verlaenen
Eclipse plugin uses deprecated hash symbol # for comments in newly created .drl
files. Setting # to be deprecated might cause large refactoring work in
existing .drl files, because Eclipse plugin used this type of comment as a
default setting. Newly created .drl file in Eclipse looks like this:
#created on: Feb 22, 2012
package com.sample
#list any import classes here.
#declare any global variables here
rule "Your First Rule"
when
#conditions
then
#actions
end
Users should now use // for single comments and /* */ for block comments. But
Eclipse plugin should not confuse them with #.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months