[JBoss JIRA] (JBIDE-14629) Errors when creating and deploying seam2 project
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14629?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-14629 at 5/29/13 7:08 PM:
------------------------------------------------------------------------
It looks as a mistake in shema jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.core/dtd/jboss-deployment-structure-1_0.xsd, which sets elementFormDefault="unqualified", and after that defines child elements locally within xsd:complexType element. If elementFormDefault="unqualified", then all elements that are to be used in xml complying with the schema must be defined as top-level elements in that schema, and referenced from xsd:complexType using 'ref' attribute.
When I change it to elementFormDefault="qualified", validation works correctly.
was (Author: scabanovich):
It looks as a mistake in shema, which sets elementFormDefault="unqualified", and after that defines child elements locally within xsd:complexType element. If elementFormDefault="unqualified", then all elements that are to be used in xml complying with the schema must be defined as top-level elements in that schema, and referenced from xsd:complexType using 'ref' attribute.
When I change it to elementFormDefault="qualified", validation works correctly.
> Errors when creating and deploying seam2 project
> ------------------------------------------------
>
> Key: JBIDE-14629
> URL: https://issues.jboss.org/browse/JBIDE-14629
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.1.0.Beta1
> Environment: JBDS 7.0.0.Beta1-v20130519-0601-B206 with bundled JBoss EAP 6.1.0.Beta1
> Reporter: Vlado Pakan
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Beta2
>
> Attachments: seamerror.png
>
>
> ERROR: DefaultDS Database connection is defined with incorrect link to hsqldb.jar file with JDBC driver for HSQLDB.
> 1. Fix DefaultDS Database connection definition
> ASSERT: It's possible to connect to DefaultDS
> 2. Create new seam project with bundled JBoss EAP and JBoss Seam 2.3.Final
> ERROR: There is error in Problems view:
> !seamerror.png!
> 3. Start seam project on server
> ERROR: This error appear in Server log. Application is not deployed:
> {noformat}
> 3:58:45,950 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016012: Deployment deployment "seam.war" contains CDI annotations but beans.xml was not found.
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam-ds.xml" (runtime-name : "seam-ds.xml")
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam.war" (runtime-name : "seam.war")
> 13:58:46,431 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "hsqldb.jar" (runtime-name : "hsqldb.jar")
> 13:58:46,436 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
> {noformat}
> Is this supported scenario?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14629) Errors when creating and deploying seam2 project
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14629?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14629:
-----------------------------------
Component/s: upstream
(was: Seam 2)
> Errors when creating and deploying seam2 project
> ------------------------------------------------
>
> Key: JBIDE-14629
> URL: https://issues.jboss.org/browse/JBIDE-14629
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.1.0.Beta1
> Environment: JBDS 7.0.0.Beta1-v20130519-0601-B206 with bundled JBoss EAP 6.1.0.Beta1
> Reporter: Vlado Pakan
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Beta2
>
> Attachments: seamerror.png
>
>
> ERROR: DefaultDS Database connection is defined with incorrect link to hsqldb.jar file with JDBC driver for HSQLDB.
> 1. Fix DefaultDS Database connection definition
> ASSERT: It's possible to connect to DefaultDS
> 2. Create new seam project with bundled JBoss EAP and JBoss Seam 2.3.Final
> ERROR: There is error in Problems view:
> !seamerror.png!
> 3. Start seam project on server
> ERROR: This error appear in Server log. Application is not deployed:
> {noformat}
> 3:58:45,950 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016012: Deployment deployment "seam.war" contains CDI annotations but beans.xml was not found.
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam-ds.xml" (runtime-name : "seam-ds.xml")
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam.war" (runtime-name : "seam.war")
> 13:58:46,431 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "hsqldb.jar" (runtime-name : "hsqldb.jar")
> 13:58:46,436 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
> {noformat}
> Is this supported scenario?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14330) Create an OpenShift connector in the JBoss Tools discovery catalog
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14330?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-14330.
---------------------------------
Resolution: Done
> Create an OpenShift connector in the JBoss Tools discovery catalog
> ------------------------------------------------------------------
>
> Key: JBIDE-14330
> URL: https://issues.jboss.org/browse/JBIDE-14330
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.1.0.Alpha2
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: openshift-discovery.png
>
>
> JBoss Central will now always display the OpenShift wizard, even if not installed already (see JBIDE-13987).
> If the OpenShift feature is missing, we should install it via the discovery mechanism.
> Hence, OpenShift must be added to the JBT discovery catalog (JBDS has it installed by default)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14330) Create an OpenShift connector in the JBoss Tools discovery catalog
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14330?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-14330:
--------------------------------
Release Notes Text: OpenShift Tools have been added to the JBoss Central Software discovery page, giving users easier access to developing on and for the Cloud.
> Create an OpenShift connector in the JBoss Tools discovery catalog
> ------------------------------------------------------------------
>
> Key: JBIDE-14330
> URL: https://issues.jboss.org/browse/JBIDE-14330
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.1.0.Alpha2
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: openshift-discovery.png
>
>
> JBoss Central will now always display the OpenShift wizard, even if not installed already (see JBIDE-13987).
> If the OpenShift feature is missing, we should install it via the discovery mechanism.
> Hence, OpenShift must be added to the JBT discovery catalog (JBDS has it installed by default)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14330) Create an OpenShift connector in the JBoss Tools discovery catalog
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14330?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-14330:
--------------------------------
Labels: new_and_noteworthy (was: )
> Create an OpenShift connector in the JBoss Tools discovery catalog
> ------------------------------------------------------------------
>
> Key: JBIDE-14330
> URL: https://issues.jboss.org/browse/JBIDE-14330
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.1.0.Alpha2
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: openshift-discovery.png
>
>
> JBoss Central will now always display the OpenShift wizard, even if not installed already (see JBIDE-13987).
> If the OpenShift feature is missing, we should install it via the discovery mechanism.
> Hence, OpenShift must be added to the JBT discovery catalog (JBDS has it installed by default)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months