[JBoss JIRA] Created: (JBIDE-4416) Modify templates for ui:composition and ui:define
by Yahor Radtsevich (JIRA)
Modify templates for ui:composition and ui:define
-------------------------------------------------
Key: JBIDE-4416
URL: https://jira.jboss.org/jira/browse/JBIDE-4416
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor Templates
Affects Versions: 3.0.1.GA
Reporter: Yahor Radtsevich
Assignee: Maxim Areshkau
Priority: Minor
Fix For: 3.1.0.M2
1. ACTUAL BEHAVIOR: If the template file is not found these tags are rendered in green similar as the VPE does not know the tags.
DESIRED BEHAVIOR: An icon (a question mark or something like it) should be shown instead.
2. ACTUAL BEHAVIOR: If web-root folder is unknown, the VPE does not try to make assumption what is it.
DESIRED BEHAVIOR: It is assumed the the parent directory of the opened file is the web-root.
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-4816) Dump Source give us different results before and after refresh
by Yura Zhishko (JIRA)
Dump Source give us different results before and after refresh
--------------------------------------------------------------
Key: JBIDE-4816
URL: https://jira.jboss.org/jira/browse/JBIDE-4816
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M3
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
1) Run VPE with Debug options enabled
2) Create JSF 1.2 kick start project
3) Open hello.jsp page
4) Call context menu on the Visual Pane and choose "Dump source":
5) Check Eclipse Console log
RESULT:
BODY element has the next content:
<BODY ID="__content__area__">
<!--This comment is of JBIDE-3396 -->
<DIV STYLE="-moz-user-modify: read-write;">
<DIV STYLE="display: none; -moz-user-modify: read-only;">
<H1 STYLE="-moz-user-modify: read-write;">
Hello!
</H1>
</DIV>
<DIV>
<TABLE STYLE="border: 1px dotted rgb(255, 102, 0); padding: 5px; width: 100%;">
<TR>
<TD>
<DIV>
<H3 STYLE="-moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
Hello
</SPAN>
<SPAN CLASS="vpe-text">
,
</SPAN>
<SPAN CLASS="vpe-text">
Any name
</SPAN>
<SPAN CLASS="vpe-text">
!
</SPAN>
</H3>
</DIV>
</TD>
</TR>
</TABLE>
</DIV>
</DIV>
</BODY>
6) Press refresh button and make Dump Source again
RESULT:
<BODY ID="__content__area__">
<DIV STYLE="-moz-user-modify: read-write;">
<DIV STYLE="display: none; -moz-user-modify: read-only;">
<H1 STYLE="-moz-user-modify: read-write;">
Hello!
</H1>
</DIV>
<DIV>
<TABLE STYLE="border: 1px dotted rgb(255, 102, 0); padding: 5px; width: 100%;">
<TR>
<TD>
<DIV>
<H3 STYLE="-moz-user-modify: read-write;" CLASS="">
<SPAN CLASS="vpe-text">
Hello
</SPAN>
<SPAN CLASS="vpe-text">
,
</SPAN>
<SPAN CLASS="vpe-text">
Any name
</SPAN>
<SPAN CLASS="vpe-text">
!
</SPAN>
</H3>
</DIV>
</TD>
</TR>
</TABLE>
</DIV>
</DIV>
</BODY>
The difference between previous and last sources is that <!--This comment is of JBIDE-3396 --> element has gone in last source.
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBDS-494) Welcome Screen Still shows at the end of Seam New Project Wizard
by Jim Tyrrell (JIRA)
Welcome Screen Still shows at the end of Seam New Project Wizard
----------------------------------------------------------------
Key: JBDS-494
URL: https://jira.jboss.org/jira/browse/JBDS-494
Project: Developer Studio
Issue Type: Feature Request
Affects Versions: 2.0.0.beta1
Reporter: Jim Tyrrell
Attachments: Why not the default screen instead o fthe landing screen after new Create Seam Project.png
After successfully completing the generation of the New Seam Project Wizard I am brought back to the Welcome page as seen in the attached screen shot. This is not to me the correct behavior.
It would be nice to have my workspace opened with the projects on the left hand side, servers open on the bottom. It might also be nice to ask if I want to start the JBoss Server bound to this project...and I might even consider starting and deploying the home page so it is viewable in a web browser after the wizard completes. Or should all of this start in the background, or should you prompt the user to do all of this. Thoughts?
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-2050) AS (running/stopped) state is not retrieved in Eclipse if the server configuration is not the "default" but another one with different port bindings.
by Mario Balaban (JIRA)
AS (running/stopped) state is not retrieved in Eclipse if the server configuration is not the "default" but another one with different port bindings.
-----------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-2050
URL: http://jira.jboss.com/jira/browse/JBIDE-2050
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.0.1
Environment: Linux 2.6.22-14-generic, Eclipse Europa Version: 3.3.2, JbossToolsPlugin 2.0.1GA-ALL linux, JbossAS 4.2.2.GA
Reporter: Mario Balaban
On the same machine I had to create 2 instances of JbossAS, one for testing and another for development. The instance used for testing is using the "default" configuration. The test (default) instance I am able to start and to stop correctly from the Eclipse IDE. The "devel" instance that is a copy of the "default" configuration but has different port bindings (modified jboss-service.xml by uncommenting the tag <mbean code="org.jboss.services.binding.ServiceBindingManager"..../> ) has problems when starting and stopping from eclipse IDE. In the console window of IDE I see " [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 15s:993ms" but the state of the server in the "Servers" window of the IDE is Starting... It remains "Starting..." till an OutOfMemory is visualized in the IDE. This error happens even when no applications are deployed to the deploy directory of the "devel" configuration. It seems that the problem is associated to different port bindings used by "devel" configuration.
--
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
16 years, 5 months