<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    problem with JBoss 4.2.3
</h3>
<span style="margin-bottom: 10px;">
    reply from <a href="http://community.jboss.org/people/mschaubr">Marc Schaubroeck</a> in <i>JBoss Messaging</i> - <a href="http://community.jboss.org/message/536276#536276">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p><strong>Hello I'm experiencing the same problem.&#160; I'm trying to get the embedded-jboss-beta3.SP10 server up and running after replacing the hqldb-ds.xml and hqldb-persistence-service.xml I run into the same problem.</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>[java] org.jboss.deployment.DeploymentException: No Attribute found with name: DetectDuplicates for jboss.messaging:service=PersistenceManager, attributes: [DataSource, Instance, SqlProperties, UsingBatchUpdates, TransactionManager, CreateTablesOnStartup, SupportsBlobOnSelect, UsingBinaryStream, UsingTrailingByte, MaxParams]</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>However the DetectDuplicates attribute is present the states it isn't for the service jboss.messaging:service=PersistenceManager.&#160; I'm sure about looking in the correct file if the program displays it correctly of course.</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>[java] vfsfile:/D:/dev/workspace/embedded-AS-plain-java/bootstrap/deploy/messaging/postgresql-persistence-service.xml -&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>postgresql-persistence-service.xml looks as follows</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;mbean code="org.jboss.messaging.core.jmx.JDBCPersistenceManagerService"<br/>&#160;&#160;&#160;&#160;&#160; name="jboss.messaging:service=PersistenceManager"<br/>&#160;&#160;&#160;&#160;&#160; xmbean-dd="xmdesc/JDBCPersistenceManager-xmbean.xml"&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;depends&gt;jboss.jca:service=DataSourceBinding,name=DefaultDS&lt;/depends&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;depends optional-attribute-name="TransactionManager"&gt;jboss:service=TransactionManager&lt;/depends&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;attribute name="DataSource"&gt;java:/DefaultDS&lt;/attribute&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;attribute name="CreateTablesOnStartup"&gt;true&lt;/attribute&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;attribute name="DetectDuplicates"&gt;true&lt;/attribute&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;attribute name="IDCacheSize"&gt;500&lt;/attribute&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;attribute name="SqlProperties"&gt;&lt;![CDATA[<br/>&#160;&#160;&#160;&#160;&#160;&#160; CREATE_DUAL=CREATE TABLE JBM_DUAL (DUMMY INTEGER, PRIMARY KEY (DUMMY))<br/>&#160;&#160;&#160;&#160;&#160;&#160; CREATE_MESSAGE_REFERENCE=CREATE TABLE JBM_MSG_REF (MESSAGE_ID BIGINT, CHANNEL_ID BIGINT, TRANSACTION_ID BIGINT, STATE CHAR(1), ORD BIGINT, PAGE_ORD BIGINT, DELIVERY_COUNT INTEGER, SCHED_DELIVERY BIGINT, PRIMARY KEY(MESSAGE_ID, CHANNEL_ID))<br/>&#160;&#160;&#160;&#160;&#160;&#160; ..................................<br/>&#160;&#160;&#160;&#160;&#160; ]]&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;/attribute&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;attribute name="MaxParams"&gt;500&lt;/attribute&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;attribute name="Clustered"&gt;false&lt;/attribute&gt;<br/>&#160;&#160; &lt;/mbean&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>I tried to fiddle a bit with removing attributes.&#160; I removed the DetectDuplicates attribute and guess what?&#160; The program said it was missing the IDCacheSize attribute - the next one in line.&#160; When I removed the IDCacheSize, the startup procedure stated it was missing the SqlProperties.&#160; It's like what is on that location he can not find for one reason or another.&#160; I also tried to duplicate the DetectDuplicates on different locations but it didn't help either.&#160; Anybody, any ideas?</strong></p><p><strong><br/></strong></p><p><strong>Thanks in advance for your time and support.</strong></p><p><strong><br/></strong></p><p><strong>Marc.</strong></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/536276#536276">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Messaging at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>