[JBoss JIRA] Created: (JBIDE-9291) Extend the classpath for JBoss 7
by Juergen Zimmermann (JIRA)
Extend the classpath for JBoss 7
--------------------------------
Key: JBIDE-9291
URL: https://issues.jboss.org/browse/JBIDE-9291
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Affects Versions: 3.3.0.M2
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
I'd recommend to extend the classpath settings for JBossAS 7 by these 6 JARs:
1) modules/org/hibernate/validator/main/hibernate-validator-VERSION.jar
-> e.g. @Email, @ScriptAssert
2) modules/org/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-VERSION.jar
-> @Form
3) modules/org/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-VERSION.jar
-> Provider for XML representations when submitting a GET request for a RESTful webservice
4) modules/org/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-VERSION.jar
-> Provider for POST requests with MIME type application/x-www-form-urlencoded
5) modules/org/jboss/logging/main/jboss-logging-VERSION.jar
-> org.jboss.logging.Logger
6) modules/org/picketbox/main/picketbox-VERSION.jar
-> org.jboss.security.*
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9421) MBean explorer AS7 connection does not work
by Dominik Pospisil (JIRA)
MBean explorer AS7 connection does not work
-------------------------------------------
Key: JBIDE-9421
URL: https://issues.jboss.org/browse/JBIDE-9421
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Affects Versions: 3.3.0.M2
Reporter: Dominik Pospisil
Assignee: Rob Stryker
By adding AS7 server, related connection is created in MBean explorer. However, the connection is allways inactive even if the server is up an running. Manually adding connection for AS7 works.
Steps to reproduce:
1) Ad AS7 final server
2) Start the server
3) Open MBean view
4) Try to connect to AS7 via JMX
5) Nothing happens
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9237) Wrong tag library insertion when dnd from palette to JSP Document.
by Denis Vinnichek (JIRA)
Wrong tag library insertion when dnd from palette to JSP Document.
------------------------------------------------------------------
Key: JBIDE-9237
URL: https://issues.jboss.org/browse/JBIDE-9237
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Affects Versions: 3.3.0.M1
Reporter: Denis Vinnichek
Assignee: Alexey Kazakov
Fix For: 3.3.0.M2
Drag any element from palette and drop it to any opened *.jspx file. As a result tag library is declared in a JSP manner (i.e using the taglib directive), but this syntax is not allowed in JSP documents. To declare a tag library in a JSP document, one should use the xmlns attribute, which is used to declare namespaces according to the XML standard.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9373) EL code completion doesn't work for parameterized collections in case of a few dependent projects.
by Alexey Kazakov (JIRA)
EL code completion doesn't work for parameterized collections in case of a few dependent projects.
--------------------------------------------------------------------------------------------------
Key: JBIDE-9373
URL: https://issues.jboss.org/browse/JBIDE-9373
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Affects Versions: 3.3.0.M2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
EXECUTE: Import weld examples as maven projects.
EXECUTE: Open history.xhtml from weld-jsf-pastcode project.
EXECUTE: Find <h:outputText id="datetime" value="#{codeFragment.datetime}"> in line 32
EXECUTE: Ctrl+Space on #{codeFragment.|
FAILURE: There are no datetime, id and other proposals in the list.
The problem is in our TypeInfoCollector which uses a wrong Java project to resolve types of variables if the EL is used in a java project which depends on another java project.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months