[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 edited comment on JBIDE-14629 at 5/28/13 9:20 PM:
-----------------------------------------------------------------
Regarding this error in console:
{code}
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
{code}
Where did you get your hsqldb.jar?
I tried the latest hsqldb.jar 2.2.9 and it works. You have to have a JDBC-4 compatible driver to use it in -ds.xml.
was (Author: akazakov):
Regarding this error in console:
{code}
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
{code}
Where did you get your hsqldb.jar?
I tried the latest hsqldb.jar 2.2.9 and it works. You have to have a JBDS-4 compatible driver to use it in -ds.xml.
> 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: Seam 2
> 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 commented on JBIDE-14629:
----------------------------------------
Regarding this error in console:
{code}
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
{code}
Where did you get your hsqldb.jar?
I tried the latest hsqldb.jar 2.2.9 and it works. You have to have a JBDS-4 compatible driver to use it in -ds.xml.
> 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: Seam 2
> 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] (JBDS-2644) Wrong version & build info in About Dialog
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-2644?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-2644:
-------------------------------------
It should work, but about.mappings will always marked as changed after build.
> Wrong version & build info in About Dialog
> ------------------------------------------
>
> Key: JBDS-2644
> URL: https://issues.jboss.org/browse/JBDS-2644
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build, updatesite
> Affects Versions: 7.0.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Denis Golovin
> Priority: Critical
> Labels: respin-b
> Fix For: 7.0.0.Beta1
>
> Attachments: JBDS2615_add_update_site.png, JBDS2615_Help_check_for_updates.png, JBDS2615_install_beta1_from_installer.png, JBDS2615__left-Beta1a_com.jboss.jbds.product.plugin_B241_with_expanded_props_installed_from_installer___right-com.jboss.jbds.product.plugin_B241_without_expansion_installed_from_update_site.png, JBDS2644.patch.txt
>
>
> Updating from 7.0.0.Beta1 to 7.0.0.Beta1a via *update site* caused that version, build id, build date variables are not filled in About Dialog:
> {code}
> JBoss Developer Studio
> Version: @product.releaseNumber@
> Build id: @product.buildQualifier@
> Build date: @product.buildTimeStamp@
> {code}
--
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-14676) Preview in jQuery Mobile Palette wizards does not work on Mac OS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14676?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-14676:
----------------------------------------
The PR looks OK for me. I would push it to Beta1 branch. [~maxandersen] what do you think about fixing it in beta1?
> Preview in jQuery Mobile Palette wizards does not work on Mac OS
> ----------------------------------------------------------------
>
> Key: JBIDE-14676
> URL: https://issues.jboss.org/browse/JBIDE-14676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 4.1.0.Beta1, 4.1.0.Beta2
>
>
> In product, plugin org.jboss.tools.jst.web is deployed as a jar. HTML loaded to preview references js and css files using protocol "jar:". It turns out that some browsers do not support it. We have to unpack these files to plugin state location and reference them using protocol 'file:' supported by all browsers.
--
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-14676) Preview in jQuery Mobile Palette wizards does not work on Mac OS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14676?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14676:
-----------------------------------
Labels: respin-b (was: )
> Preview in jQuery Mobile Palette wizards does not work on Mac OS
> ----------------------------------------------------------------
>
> Key: JBIDE-14676
> URL: https://issues.jboss.org/browse/JBIDE-14676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Labels: respin-b
> Fix For: 4.1.0.Beta1, 4.1.0.Beta2
>
>
> In product, plugin org.jboss.tools.jst.web is deployed as a jar. HTML loaded to preview references js and css files using protocol "jar:". It turns out that some browsers do not support it. We have to unpack these files to plugin state location and reference them using protocol 'file:' supported by all browsers.
--
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-14676) Preview in jQuery Mobile Palette wizards does not work on Mac OS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14676?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14676:
-----------------------------------
Priority: Critical (was: Major)
> Preview in jQuery Mobile Palette wizards does not work on Mac OS
> ----------------------------------------------------------------
>
> Key: JBIDE-14676
> URL: https://issues.jboss.org/browse/JBIDE-14676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 4.1.0.Beta1, 4.1.0.Beta2
>
>
> In product, plugin org.jboss.tools.jst.web is deployed as a jar. HTML loaded to preview references js and css files using protocol "jar:". It turns out that some browsers do not support it. We have to unpack these files to plugin state location and reference them using protocol 'file:' supported by all browsers.
--
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] (TOOLSDOC-342) NeedInfo: Questions about the servlet window in new JSF project wizard
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-342?page=com.atlassian.jira.plug... ]
Alexey Kazakov commented on TOOLSDOC-342:
-----------------------------------------
[~mmurray] I wasn't quite correct. Runtime actually points to the location of server. It's not just a type of server. But you can have many instances of Servers for the same runtime. Each server may have its own settings (for example: port number, timeouts, etc.)
> NeedInfo: Questions about the servlet window in new JSF project wizard
> ----------------------------------------------------------------------
>
> Key: TOOLSDOC-342
> URL: https://issues.jboss.org/browse/TOOLSDOC-342
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - JSF Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Alexey Kazakov
> Fix For: 4.1.0
>
> Attachments: JSF_Servletversion2.png
>
>
> In the new JSF project wizard, the second window requires information about Servlets and Servers (screen capture attached).
> So that I can correctly document it for users, I have the following questions:
> * Is 'ServletVersion' linked to the JSF version a user chooses? Or are they completely independent?
> * What is 'context path'?
> * What is the difference between 'runtime' and 'target server'?
> Thanks.
--
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-14676) Preview in jQuery Mobile Palette wizards does not work on Mac OS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14676?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14676:
-----------------------------------
Component/s: jsp/jsf/xml/html source editing
> Preview in jQuery Mobile Palette wizards does not work on Mac OS
> ----------------------------------------------------------------
>
> Key: JBIDE-14676
> URL: https://issues.jboss.org/browse/JBIDE-14676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.1.0.Beta1, 4.1.0.Beta2
>
>
> In product, plugin org.jboss.tools.jst.web is deployed as a jar. HTML loaded to preview references js and css files using protocol "jar:". It turns out that some browsers do not support it. We have to unpack these files to plugin state location and reference them using protocol 'file:' supported by all browsers.
--
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-14676) Preview in jQuery Mobile Palette wizards does not work on Mac OS
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14676?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-14676:
------------------------------------------
Description: In product, plugin org.jboss.tools.jst.web is deployed as a jar. HTML loaded to preview references js and css files using protocol "jar:". It turns out that some browsers do not support it. We have to unpack these files to plugin state location and reference them using protocol 'file:' supported by all browsers.
> Preview in jQuery Mobile Palette wizards does not work on Mac OS
> ----------------------------------------------------------------
>
> Key: JBIDE-14676
> URL: https://issues.jboss.org/browse/JBIDE-14676
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Affects Versions: 4.1.0.Beta1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.1.0.Beta1, 4.1.0.Beta2
>
>
> In product, plugin org.jboss.tools.jst.web is deployed as a jar. HTML loaded to preview references js and css files using protocol "jar:". It turns out that some browsers do not support it. We have to unpack these files to plugin state location and reference them using protocol 'file:' supported by all browsers.
--
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 commented on JBIDE-14629:
----------------------------------------
This file looks correct. But Eclipse XML validator complains that it is not correct regarding to the corresponding XSD.
jboss-deployment-structure-1_0.xsd look ok too. Weird... Need to investigate.
> 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: Seam 2
> 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