[JBoss JIRA] (LOCUS-50) Locus bundle for jsonschema2pojo has corrupted Export-Package statement
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/LOCUS-50?page=com.atlassian.jira.plugin.s... ]
Brian Fitzpatrick edited comment on LOCUS-50 at 1/21/16 11:04 AM:
------------------------------------------------------------------
And another issue with the jaxb-xjc bundle. The com.sun.xml.txw2 packages aren't exported from jaxb-core:
{code}
Caused by: java.lang.ClassNotFoundException: com.sun.xml.txw2.output.XmlSerializer cannot be found by org.jboss.tools.locus.jaxb-xjc_2.2.7.v20160113-1915
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 126 more
{code}
was (Author: bfitzpat):
And another issue with the jaxb-xjc bundle:
{code}
Caused by: java.lang.ClassNotFoundException: com.sun.xml.txw2.output.XmlSerializer cannot be found by org.jboss.tools.locus.jaxb-xjc_2.2.7.v20160113-1915
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 126 more
{code}
> Locus bundle for jsonschema2pojo has corrupted Export-Package statement
> -----------------------------------------------------------------------
>
> Key: LOCUS-50
> URL: https://issues.jboss.org/browse/LOCUS-50
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Lars Heinemann
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 1.6.0
>
>
> see https://gist.github.com/lhein/47405c1fcb9dc2a7138e
> Bundle:
> org.jboss.tools.locus.jsonschema2pojo.jsonschema2pojo-core 0.4.13 from 20150709-1710
> When trying to resolve classes from this bundle it fails.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21531) New Application wizard: Template parameter with empty/generated value has wrong validation
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21531?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21531:
--------------------------------
Fix Version/s: 4.3.1.CR1
> New Application wizard: Template parameter with empty/generated value has wrong validation
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21531
> URL: https://issues.jboss.org/browse/JBIDE-21531
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.1.CR1
>
>
> In New OpenShift application wizard on the wizard page with template parameters when I select to edit a parameter with empty ("") or generated ("(generated)") value, text widget to enter new value is marked with error validation mark, that new value is required, but OK button is enabled. It either should be without validation mark or OK button should be disabled, if confirmation is meant to be allowed only for a new value.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (LOCUS-50) Locus bundle for jsonschema2pojo has corrupted Export-Package statement
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/LOCUS-50?page=com.atlassian.jira.plugin.s... ]
Brian Fitzpatrick commented on LOCUS-50:
----------------------------------------
And another issue with the jaxb-xjc bundle:
{code}
Caused by: java.lang.ClassNotFoundException: com.sun.xml.txw2.output.XmlSerializer cannot be found by org.jboss.tools.locus.jaxb-xjc_2.2.7.v20160113-1915
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 126 more
{code}
> Locus bundle for jsonschema2pojo has corrupted Export-Package statement
> -----------------------------------------------------------------------
>
> Key: LOCUS-50
> URL: https://issues.jboss.org/browse/LOCUS-50
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Lars Heinemann
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 1.6.0
>
>
> see https://gist.github.com/lhein/47405c1fcb9dc2a7138e
> Bundle:
> org.jboss.tools.locus.jsonschema2pojo.jsonschema2pojo-core 0.4.13 from 20150709-1710
> When trying to resolve classes from this bundle it fails.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (LOCUS-50) Locus bundle for jsonschema2pojo has corrupted Export-Package statement
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/LOCUS-50?page=com.atlassian.jira.plugin.s... ]
Brian Fitzpatrick commented on LOCUS-50:
----------------------------------------
There's another issue with the jaxb-core bundle as well. The com.sun.istack packages are not exported.
{code}
Caused by: java.lang.ClassNotFoundException: com.sun.istack.SAXParseException2 cannot be found by org.jboss.tools.locus.jaxb-xjc_2.2.7.v20160113-1915
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 107 more
{code}
> Locus bundle for jsonschema2pojo has corrupted Export-Package statement
> -----------------------------------------------------------------------
>
> Key: LOCUS-50
> URL: https://issues.jboss.org/browse/LOCUS-50
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Lars Heinemann
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 1.6.0
>
>
> see https://gist.github.com/lhein/47405c1fcb9dc2a7138e
> Bundle:
> org.jboss.tools.locus.jsonschema2pojo.jsonschema2pojo-core 0.4.13 from 20150709-1710
> When trying to resolve classes from this bundle it fails.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (LOCUS-50) Locus bundle for jsonschema2pojo has corrupted Export-Package statement
by Lars Heinemann (JIRA)
[ https://issues.jboss.org/browse/LOCUS-50?page=com.atlassian.jira.plugin.s... ]
Lars Heinemann commented on LOCUS-50:
-------------------------------------
There is at least one issue with the jaxb-xjc bundle.
{noformat}
Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.api.ErrorListener cannot be found by org.jboss.tools.locus.jaxb-xjc_2.2.7.v20160113-1915
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 119 more
{noformat}
It tries to resolve a class from jaxb-core but it has no require-bundle entry nor import package.
> Locus bundle for jsonschema2pojo has corrupted Export-Package statement
> -----------------------------------------------------------------------
>
> Key: LOCUS-50
> URL: https://issues.jboss.org/browse/LOCUS-50
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Lars Heinemann
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 1.6.0
>
>
> see https://gist.github.com/lhein/47405c1fcb9dc2a7138e
> Bundle:
> org.jboss.tools.locus.jsonschema2pojo.jsonschema2pojo-core 0.4.13 from 20150709-1710
> When trying to resolve classes from this bundle it fails.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21531) New Application wizard: Template parameter with empty/generated value has wrong validation
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21531?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21531:
----------------------------------
Labels: application_wizard openshift_v3 (was: )
> New Application wizard: Template parameter with empty/generated value has wrong validation
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21531
> URL: https://issues.jboss.org/browse/JBIDE-21531
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: application_wizard, openshift_v3
>
> In New OpenShift application wizard on the wizard page with template parameters when I select to edit a parameter with empty ("") or generated ("(generated)") value, text widget to enter new value is marked with error validation mark, that new value is required, but OK button is enabled. It either should be without validation mark or OK button should be disabled, if confirmation is meant to be allowed only for a new value.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21531) New Application wizard: Template parameter with empty/generated value has wrong validation
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-21531:
-------------------------------------
Summary: New Application wizard: Template parameter with empty/generated value has wrong validation
Key: JBIDE-21531
URL: https://issues.jboss.org/browse/JBIDE-21531
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Marián Labuda
In New OpenShift application wizard on the wizard page with template parameters when I select to edit a parameter with empty ("") or generated ("(generated)") value, text widget to enter new value is marked with error validation mark, that new value is required, but OK button is enabled. It either should be without validation mark or OK button should be disabled, if confirmation is meant to be allowed only for a new value.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21056) Application wizard: Read-only labels should have a visual hint they're read-only
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21056?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21056.
---------------------------------
Verified in nigthly build of JBT with OpenShift tools plugin of version 3.1.0.Beta2-v20160121-0335-B154.
> Application wizard: Read-only labels should have a visual hint they're read-only
> --------------------------------------------------------------------------------
>
> Key: JBIDE-21056
> URL: https://issues.jboss.org/browse/JBIDE-21056
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Environment: Nightly JBT. OpenShift tooling build Version: 3.1.0.Beta1-v20151104-0336-B66
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Priority: Minor
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.1.Beta2
>
>
> Labels in a New OpenShift Application wizard on the page containing label managing are not treated equally. When application is build on a template with more predefined labels, the first one listed in the table with labels is read-only, but the second one (maybe also further labels) are editable and removable. We should treat all labels equally. Either take them as read only from templates or allow user to modify them. As an testing example was used template located at https://github.com/jboss-openshift/application-templates/blob/master/eap/...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months