[jboss-jira] [JBoss JIRA] Commented: (JBAS-2896) Update jboss-web_4_0.dtd with replication-field-batch-mode

Amir Mistric (JIRA) jira-events at jboss.com
Thu Aug 3 15:50:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBAS-2896?page=comments#action_12340517 ] 
            
Amir Mistric commented on JBAS-2896:
------------------------------------

Is it possible to update the DTD in the namespace under the http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd ???
All that is needed is to copy JBOSS_4.0.4_DISTRO/docs/dtd/jboss-web_4_0.dtd to the above location....The distibution has the updated DTD...

Since this element is not in the DTD then any declaration like this will not validate:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN"  "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
<jboss-web>
    <context-root>/</context-root>

    <virtual-host>somehost.somedomain.com</virtual-host>
    
    <replication-config>
		<replication-trigger>SET_AND_NON_PRIMITIVE_GET</replication-trigger>
		<replication-granularity>ATTRIBUTE</replication-granularity>
		<replication-field-batch-mode>true</replication-field-batch-mode>
    </replication-config> 
</jboss-web>

> Update jboss-web_4_0.dtd with replication-field-batch-mode
> ----------------------------------------------------------
>
>                 Key: JBAS-2896
>                 URL: http://jira.jboss.com/jira/browse/JBAS-2896
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>            Reporter: Ben Wang
>         Assigned To: Ben Wang
>            Priority: Minor
>             Fix For: JBossAS-4.0.4.CR2
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> Updated it in head but haven't done it here yet.

-- 
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

        



More information about the jboss-jira mailing list