[JBoss JIRA] (JBDS-2392) jboss-errai-kitchensink-archetype based project generates warnings
by Fred Bricon (JIRA)
Fred Bricon created JBDS-2392:
---------------------------------
Summary: jboss-errai-kitchensink-archetype based project generates warnings
Key: JBDS-2392
URL: https://issues.jboss.org/browse/JBDS-2392
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: central
Affects Versions: 6.0.0.Alpha2
Environment: Version: 6.0.0.Alpha2
Build id: Alpha2-v20121004-2330-B40
Build date: 20121004-2330
Reporter: Fred Bricon
Assignee: Denis Golovin
Fix For: 6.0.0.CR1
The GWT project generates these warnings:
No connection specified for project. No database-specific validation will be performed.
jboss-gwt-webapp
Overriding managed version 1.0.0.GA for validation-api
pom.xml /jboss-gwt-webapp
line 240
No bean is eligible for injection to the injection point [JSR-299 §5.2.1]
KitchenSinkApp.java
/jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/client/local
line 41
Unnecessary @SuppressWarnings("unused")
Resources.java
/jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/util
line 24
--
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
13 years, 7 months
[JBoss JIRA] Created: (JBIDE-9292) Show as el panel button doesn't workign now
by Maxim Areshkau (JIRA)
Show as el panel button doesn't workign now
-------------------------------------------
Key: JBIDE-9292
URL: https://issues.jboss.org/browse/JBIDE-9292
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M1
Reporter: Maxim Areshkau
Assignee: Yahor Radtsevich
Priority: Critical
Attachments: el-pressed.png, page-design-options.png, show-el-not-pressed.png
Show as el panel button doesn't workign now
#1) have created an empty page and added some el expression;
#2) have added el expression and it value to props dialog;
checked button show as el doesn't react
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (JBIDE-11430) Multiple selection in Source Editor is not properly reflected in Visual Editor
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-11430:
-----------------------------------
Summary: Multiple selection in Source Editor is not properly reflected in Visual Editor
Key: JBIDE-11430
URL: https://issues.jboss.org/browse/JBIDE-11430
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.Beta2
Environment: Linux 32 bit, JBT Beta2 H134
Reporter: Vlado Pakan
Assignee: Yahor Radtsevich
Priority: Minor
Fix For: 3.3.0.Beta3
1. Create JSF 1.2 Kickstart project
2. Open hello.jsp page
3. Select this part of page source code via mouse:
{noformat}
<h:outputText value="#{Message.hello_message}" />,
<h:outputText value="#{user.name}" />!
{noformat}
4. Selection displayed within Visual Editor is proper
!correctVisualSelection.png!
5. Select the same text with keyboard
6. Even the same text is selected within Source Editor selection in Visual Editor is different and incorrect.
!incorrectVisualSelection.png!
After 30 seconds multiple selection appears in Visual Editor but it's really to late. Should be much faster.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (JBIDE-12690) No JAX-RS problems when importing the project
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12690:
-----------------------------------------
Summary: No JAX-RS problems when importing the project
Key: JBIDE-12690
URL: https://issues.jboss.org/browse/JBIDE-12690
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 4.0.0.Alpha1
Reporter: Jaroslav Jankovič
Assignee: Xavier Coulon
Fix For: 4.0.0.Alpha2
Supposing you have created project with JAX-RS support and validation error in it (e.g. HTTPMethod annotation without Target or Retention). If you open a fresh workspace, import the project and build the project, there is no errors found. It is a bug.
--
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
13 years, 7 months
[JBoss JIRA] (JBIDE-13030) Could not execute goal add-resource. Reason: java.net.ConnectException: JBAS012144
by Jimmy Añazco (JIRA)
Jimmy Añazco created JBIDE-13030:
------------------------------------
Summary: Could not execute goal add-resource. Reason: java.net.ConnectException: JBAS012144
Key: JBIDE-13030
URL: https://issues.jboss.org/browse/JBIDE-13030
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers, maven
Environment: alexander@LinuxHack:~/UML/unl.sis.bi$ mvn clean install jboss-as:deploy -Pjboss7[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Java EE 6 webapp project
[INFO] task-segment: [clean, install, jboss-as:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: /home/alexander/UML/unl.sis.bi/target (included: [**], excluded: [])
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to /home/alexander/UML/unl.sis.bi/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to /home/alexander/UML/unl.sis.bi/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[unl.sis.bi] in [/home/alexander/UML/unl.sis.bi/target/unl.sis.bi]
[INFO] Processing war project
[INFO] Copying webapp resources[/home/alexander/UML/unl.sis.bi/src/main/webapp]
[INFO] Webapp assembled in [75 msecs]
[INFO] Building war: /home/alexander/UML/unl.sis.bi/target/unl.sis.bi.war
[INFO] [jboss-as:add-resource {execution: add-datasource}]
[INFO] Executing goal add-resource on server localhost (127.0.0.1) port 9999.
09-nov-2012 11:16:52 org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.3.GA
09-nov-2012 11:16:52 org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.3.GA
09-nov-2012 11:16:52 org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.3.GA
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Could not execute goal add-resource. Reason: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Nov 09 11:16:58 ECT 2012
[INFO] Final Memory: 42M/248M
[INFO] ------------------------------------------------------------------------
alexander@LinuxHack:~/UML/unl.sis.bi$
Reporter: Jimmy Añazco
Assignee: Rob Stryker
Execution of Command
mvn clean install jboss-as:deploy -Pjboss7
--
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
13 years, 7 months