[JBoss JIRA] Created: (JBIDE-1461) Tiles editor - ERROR - Unindentified parser error.
by Alex Titov (JIRA)
Tiles editor - ERROR - Unindentified parser error.
--------------------------------------------------
Key: JBIDE-1461
URL: http://jira.jboss.com/jira/browse/JBIDE-1461
Project: JBoss Tools
Issue Type: Bug
Components: struts/shale
Affects Versions: 2.0.0.CR1
Environment: Linux, Eclipse 3.3.1.1
Reporter: Alex Titov
I cannot open any tiles-defs.xml. Here is an example. This file works fine in struts...
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
<!--
This is a blank Tiles definition file with a commented example.
-->
<tiles-definitions>
<!-- sample tiles definitions
<definition name=".mainLayout" path="/common/layouts/classicLayout.jsp">
<put name="title" value="Sample Page Title" />
<put name="header" value="/common/header.jsp" />
<put name="menu" value=".mainMenu" />
<put name="footer" value="/common/footer.jsp" />
<put name="body" value=".portal.body" />
</definition>
<definition name=".mainMenu" path="/common/layouts/vboxLayout.jsp" >
<putList name="list" >
<add value=".menu.links" />
<add value=".menu.taglib.references" />
<add value=".menu.printer.friendly" />
<add value=".menu.old.documents" />
</putList>
</definition>
<definition name="aPage" extends=".mainLayout">
<put name="title" value="Another Title" />
<put name="body" value=".aPage.body" />
</definition>
end samples -->
<definition name=".markSystems.list" path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/marks/systems/list.jsp"></put>
</definition>
<definition name=".markSystems.add" path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/marks/systems/add_edit.jsp"></put>
</definition>
<definition name=".marks.list" path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/marks/list.jsp"></put>
</definition>
<definition name=".marks.add" path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/marks/add_edit.jsp"></put>
</definition>
</tiles-definitions>
--
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
15 years, 8 months
[JBoss JIRA] Created: (JBIDE-3274) web service preferences should *not* use generic jboss server
by Rob Stryker (JIRA)
web service preferences should *not* use generic jboss server
-------------------------------------------------------------
Key: JBIDE-3274
URL: https://jira.jboss.org/jira/browse/JBIDE-3274
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Reporter: Rob Stryker
Fix For: 3.0.0.GA
You should not be using Webtools org.eclipse.jst.server.generic.jboss42 as the property value. In JBDS this server will not exist. You must use the server contributed by JBossAS tools.
As per this email:
---------------------
Hi guys,
I need to set the default values of wtp's web service server and runtime in the eclipse config.ini file.
I add two lines in config.ini file
/instance/org.eclipse.jst.ws.consumption.ui/PREFERENCE_SERVER=org.eclipse.jst.server.generic.jboss42
/instance/org.eclipse.jst.ws.consumption.ui/PREFERENCE_RUNTIME=org.jboss.tools.ws.creation.jbossWebServiceRT
or
org.eclipse.jst.ws.consumption.ui/PREFERENCE_SERVER=org.eclipse.jst.server.generic.jboss42
org.eclipse.jst.ws.consumption.ui/PREFERENCE_RUNTIME=org.jboss.tools.ws.creation.jbossWebServiceRT
But these settings do not affect the results. I do not know how I should write these lines.
Who can help me for this?
Grid
--
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
15 years, 8 months
[JBoss JIRA] Created: (JBIDE-4573) Renaming faces-config.xml or struts-config.xml causes exceptions and resources lock.
by Aliaksey Nis (JIRA)
Renaming faces-config.xml or struts-config.xml causes exceptions and resources lock.
------------------------------------------------------------------------------------
Key: JBIDE-4573
URL: https://jira.jboss.org/jira/browse/JBIDE-4573
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF, struts/shale
Affects Versions: 3.1.0.M2
Environment: WindowsXP SP2
JBoss Tools
Version: 3.1.0
eclipse-SDK-3.5RC3-win32.zip
Build id: JBossTools-ALL-win32-3.1.0.M2-N200906292009-H313
JRE 1.5_08
Reporter: Aliaksey Nis
Priority: Critical
Attachments: ErrorMessage.JPG, refactoring.txt
EXECUTE: Create JSF 1.2 Kickstart project.
EXECUTE: Select faces-config.xml. Right click on it.
EXECUTE: Refactor > Rename. Change name (input faces-config2.xml). Press OK.
FAILURE: Multiply exceptions appears(log attached). Error message box appears(screenshot attached). File name - changed.
EXECUTE: Refactor > Rename. Change name (input faces-config3.xml). Press OK.
EXECUTE: Open web.xml.
FAILURE: Faces-config name - old one(faces-config2.xml). Refactoring for this .xml file doesn't change dependencies now.
If you create any JSF project after this - renaming facing-config will not affect on web.xml content. Until you restart Eclipse.
Same for struts-config.xml.
--
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
15 years, 8 months