[JBoss JIRA] (JBIDE-20753) Text flickering when selecting server types in New Server wizard
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20753?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20753:
-------------------------------
Fix Version/s: 4.4.0.Alpha2
(was: 4.4.0.Alpha1)
> Text flickering when selecting server types in New Server wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-20753
> URL: https://issues.jboss.org/browse/JBIDE-20753
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.3.0.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: regression
> Fix For: 4.4.0.Alpha2
>
>
> When you open the New Server wizard and select a server type, There will be some elements rendered for a fraction of a second. It's Server Runtime Environment and a dropdown menu - it will disappear again, but it's not nice to see something quickly appear and disappear again. You can keep selecting server types and it will keep happening. All of this is on the first page of the dialog.
> I checked and this did not happen in Beta2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-20536) Several quickstarts fail; jboss-ejb3-2_0.xsd cannot resolve jboss elements
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20536?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20536:
-------------------------------
Fix Version/s: 4.4.0.Alpha2
(was: 4.4.0.Alpha1)
> Several quickstarts fail; jboss-ejb3-2_0.xsd cannot resolve jboss elements
> ---------------------------------------------------------------------------
>
> Key: JBIDE-20536
> URL: https://issues.jboss.org/browse/JBIDE-20536
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: server, upstream
> Reporter: Rob Stryker
> Labels: xml_validation_quickstarts_eap7, xml_validation_quickstarts_wildfly, xml_validation_schema_error
> Fix For: 4.4.0.Alpha2
>
>
> Several errors fail with the following error message:
> Referenced file contains errors (file:/home/rob/code/fuseide/fuseide/targetplatform/target/org.fusesource.ide.targetplatform.target.repo/../../../../../jbtools/github/jbosstools-server/as/plugins/org.jboss.tools.as.catalog/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
> The schema seems to fail to resolve any elements that have 'jboss' in them, for example:
> {code}
> <xs:element name="enterprise-beans" type="javaee:jboss-enterprise-beansType"/>
> {code}
> When looking at the entire xsd space, I see no attempt to reference or import any remote schema or any jboss schema url or namespace.
> The offending schema file is here:
> {code}<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
> targetNamespace="http://www.jboss.com/xml/ns/javaee"
> xmlns="http://www.jboss.com/xml/ns/javaee"
> xmlns:javaee="http://java.sun.com/xml/ns/javaee"
> elementFormDefault="qualified"
> attributeFormDefault="unqualified"
> version="2.0">
> <!-- xs:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="ejb-jar_3_1.xsd"/ -->
> <!-- xs:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"/ -->
> <xs:import namespace="http://java.sun.com/xml/ns/javaee"/>
> <xs:element name="ejb" type="javaee:jboss-ejb-beanType"/>
> <xs:element name="ejb-jar" type="javaee:jboss-ejb-jarType"/>
> <xs:element name="enterprise-beans" type="javaee:jboss-enterprise-beansType"/>
> <xs:element name="destination-jndi-name" type="xs:string" />
> <xs:element name="distinct-name" type="xs:string">
> <xs:annotation>
> <xs:documentation>
> The distinct-name for this EJB module.
> </xs:documentation>
> </xs:annotation>
> </xs:element>
> </xs:schema>
> {code}
> Perhaps I'm not understanding xml enough, but I kinda agree with the validator here, in that there's no clear way to resolve any of the jboss-* elements.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-20996) DV 6.2 is shipped withou EAP. Can we do something about it in context of Download Runtime wizard?
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20996?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20996:
-------------------------------
Fix Version/s: 4.4.0.Alpha2
(was: 4.4.0.Alpha1)
> DV 6.2 is shipped withou EAP. Can we do something about it in context of Download Runtime wizard?
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20996
> URL: https://issues.jboss.org/browse/JBIDE-20996
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: runtime-detection
> Affects Versions: 4.3.0.Final
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Fix For: 4.4.0.Alpha2
>
>
> It's great that now, with JBIDE-19852 and JBIDE-20769 resolved, one can download DV 6.2 using Download Runtimes wizard and have the installation path pre-filled. But the DV 6.2 installator requires EAP 6.4 already present on user's machine (and the installation path must point to its JBOSS_HOME). If user does not have EAP 6.4, he has to exit wizard, install EAP 6.4 and then download (again) and install DV 6.2.
> Is there anything we could do to make this workflow easier.
> Maybe at least tell user to install EAP 6.4 prior downloading DV 6.2?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months