[JBoss JIRA] Created: (JBDS-983) Console not showing up when staritng a EAP/SOA-P Instance
by Jim Tyrrell (JIRA)
Console not showing up when staritng a EAP/SOA-P Instance
---------------------------------------------------------
Key: JBDS-983
URL: https://jira.jboss.org/jira/browse/JBDS-983
Project: JBoss Developer Studio
Issue Type: Feature Request
Affects Versions: 3.0.0.M4
Reporter: Jim Tyrrell
For some reason starting a SOA-P instance by right clicking in the server view does not start/open the console for the output of the server as it is starting. For EAP and Seam projects this does not seem to be the case as often, but I think I have seen it. The current JBDS 3.0 M4 release does seem to not show the console unless I open the console via the Window -> Show View -> General -> Console and then I have to click an icon to enable the "Java Stack Trace Console". Once I have setup the console once as just noted even if I close it it will open as I expect. If I close JBDS and make sure that the console was not left open, I get the same behaviour when I try to right click on the SOA-P instance.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
3 months, 1 week
[JBoss JIRA] (JBIDE-14390) JSF 'New Project' preferences and wizard should have matching labels for the same fields
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14390?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14390:
-----------------------------------
Assignee: Daniel Azarov (was: Viacheslav Kabanovich)
> JSF 'New Project' preferences and wizard should have matching labels for the same fields
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-14390
> URL: https://issues.jboss.org/browse/JBIDE-14390
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.1.0.Alpha2
> Reporter: Michelle Murray
> Assignee: Daniel Azarov
> Fix For: 4.2.x
>
> Attachments: JSF_NewProjectPreferences.png, JSF_NewProjectWizard1.png, JSF_NewProjectWizard2.png
>
>
> 1. Window>Preferences>JBoss Tools>Web>JSF>Project, New Project tab has the following labels (screen capture attached):
> * Version
> * Project Template
> * Use Default Path
> * Projects Root
> * Servlet Version
> 2. File>New>Project>JBoss Tools Web>JSF>JSF Project wizard, page 1 and 2 have the following labels (screen captures attached):
> * Use default path
> * Location
> * JSF Environment
> * Template
> * ServletVersion
> List 1 and 2 refer to the same things but use different labels. The labels should be identical. I would suggest changing:
> In preferences:
> Version -> JSF Version
> Use Default Path -> Use default path
> Projects Root -> Location
> In the wizard:
> JSF Environment -> JSF Version
> Template -> Project Template
> ServletVersion -> Servlet Version
--
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, 6 months
[JBoss JIRA] (JBIDE-11899) Show a warning when no observer exists to receive an injected event
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11899?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-11899:
-----------------------------------
Fix Version/s: LATER
(was: 4.2.x)
> Show a warning when no observer exists to receive an injected event
> -------------------------------------------------------------------
>
> Key: JBIDE-11899
> URL: https://issues.jboss.org/browse/JBIDE-11899
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdi
> Affects Versions: 3.3.0.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: LATER
>
>
> With the following event
> {code}
> @Inject
> private Event<EventLog> eventLog;
> {code}
> cannot be delivered to
> {code}
> public void log(@Observes @Now EventLog eventLog) {
> ...
> }
> {code}
> by
> {code}
> eventLog.fire();
> {code}
> Can it be of use to put a warning on field 'eventLog', when the application has no observer to receive it?
--
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, 6 months
[JBoss JIRA] (JBIDE-14456) type="url" warning in editor
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14456?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-14456:
--------------------------------------
Assignee: Daniel Azarov (was: Alexey Kazakov)
Daniel, please verify if it's fixed in WTP 3.5.1
> type="url" warning in editor
> ----------------------------
>
> Key: JBIDE-14456
> URL: https://issues.jboss.org/browse/JBIDE-14456
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Burr Sutter
> Assignee: Daniel Azarov
> Fix For: 4.2.0.Alpha1
>
> Attachments: scr.png, Screen Shot 2013-05-15 at 9.37.53 AM.png
>
>
> The HTML editor reports a warning on
> <div data-role="fieldcontain">
> <label for="url-1">website</label>
> <input name="url-1" id="url-1" data-clear-btn="true" value="" type="url"/>
> </div>
> generated by the jQuery Mobile Palette
--
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, 6 months