[JBoss JIRA] Created: (JBDS-1229) ESB binary export from JBDS doesn't include source
by Stelios Koussouris (JIRA)
ESB binary export from JBDS doesn't include source
--------------------------------------------------
Key: JBDS-1229
URL: https://jira.jboss.org/browse/JBDS-1229
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: libmanagement
Affects Versions: 3.0.0.GA
Reporter: Stelios Koussouris
Trying to export ESB binary along with the source code of
a) the esb actions
b) the referenced jars
The result of setting the references to other projects/jars via
ESB Project --> Properties --> Module Assembly and then
ESB Project --> Export --> ESB --> clicking the "export source files"
the jars of the referenced projects are included but no source code for nether the ESB classes or the referenced projects.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (JBIDE-473) JBoss AS ignores context root property of dynamic web project
by Viacheslav Kabanovich (JIRA)
JBoss AS ignores context root property of dynamic web project
-------------------------------------------------------------
Key: JBIDE-473
URL: http://jira.jboss.com/jira/browse/JBIDE-473
Project: JBoss Tools
Issue Type: Feature Request
Reporter: Viacheslav Kabanovich
Open editor for Tomcat Server (double click Tomcat node in Servers view). The editor has two tabs - Overview and Modules. In Modules tab, it is possible to select a registered web project and call dialog for changing path (context root) property by Edit button. Then, for example, if project's name is MyProject but path is set to /OurProject, in order to access the application running on Tomcat server one has to type in browser an address like http://localhost:8080/OurProject rather than http://localhost:8080/MyProject.
Red Hat studio defines menu action 'Register Web Context in Server', which invokes dialog that allows to set context root property. That works fine with Tomcat server, but fails with JBoss AS, because it seems that its implementation ignores this property of web project when deploying it. Hence, the request is to develop this functionality of JBoss AS to the level of Tomcat server.
Context root property is accessible through class org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities with methods
public static void setServerContextRoot(IProject project, String contextRoot)
public static String getServerContextRoot(IProject project)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (JBIDE-2625) add an "application stop/application start" option to jboss server view
by Francisco Jose Peredo Noguez (JIRA)
add an "application stop/application start" option to jboss server view
-----------------------------------------------------------------------
Key: JBIDE-2625
URL: https://jira.jboss.org/jira/browse/JBIDE-2625
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.1.2
Reporter: Francisco Jose Peredo Noguez
Sometimes, and application just enters an infinte loop (because of a programming error, because it can not find a class, etc) in those cases one needs to stop all the application server but sometimes, the problem can be solved simply by stopping that particular application, fixing the problem, and starting it again, and, since one doesn't have to restart Jboss, it takes a lot less time.
--
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
13 years, 1 month
[JBoss JIRA] Created: (JBIDE-2183) Ctrl+shift+G binding causing warnings - can it be avoided ?
by Max Rydahl Andersen (JIRA)
Ctrl+shift+G binding causing warnings - can it be avoided ?
-----------------------------------------------------------
Key: JBIDE-2183
URL: http://jira.jboss.com/jira/browse/JBIDE-2183
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.0.CR1
Reporter: Max Rydahl Andersen
Fix For: 2.1.0.GA
in latest cr1 I get the following in the Error log at startup:
eclipse.buildId=1.1.0.CR1
java.version=1.6.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
Command-line arguments: -os win32 -ws win32 -arch x86
Warning
Tue May 06 15:03:32 CEST 2008
Keybinding conflicts occurred. They may interfere with normal accelerator operation.
Warning
Tue May 06 15:03:32 CEST 2008
A conflict occurred for CTRL+SHIFT+G:
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (JBIDE-6072) rich:panel do not render its surplus tags in VPE
by Denis Maliarevich (JIRA)
rich:panel do not render its surplus tags in VPE
------------------------------------------------
Key: JBIDE-6072
URL: https://jira.jboss.org/jira/browse/JBIDE-6072
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.1.0.GA
Reporter: Denis Maliarevich
Assignee: Denis Maliarevich
Priority: Minor
Fix For: 3.2.next
Problem:
On server rich:panel renders unwanted elements for instance additional footer facet in panel's content. But VPE does NOT show elements that are not allowed by richfaces tag specification.
Solution:
Show surplus tags in VPE for rich:panel.
Example:
<rich:panel>
<f:facet name="header">
PHead111
<h:outputText>PanelHeader1</h:outputText>
<h:outputText>PanelHeader2</h:outputText>
<h:outputText>PanelHeader3</h:outputText>
<span>P1Head</span> PHead
</f:facet>
<f:facet name="footer">
<h:outputText>Col 1 footer3</h:outputText>
<span>COL1FOOT</span> C1FText
FooterFacet
</f:facet>
Panel Content
</rich:panel>
Behaviour:
Text "COL1FOOT C1FText FooterFacet" should be rendered in the panel's content.
--
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
13 years, 1 month