[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
14 years, 1 month
[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
14 years, 1 month