[embjopr-issues] [JBoss JIRA] (EMBJOPR-368) Templates for Queues and Topics do not deliver some defaults, but object creation fails without

Heiko Rupp (JIRA) jira-events at lists.jboss.org
Wed Jun 13 04:02:06 EDT 2012


     [ https://issues.jboss.org/browse/EMBJOPR-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Rupp updated EMBJOPR-368:
-------------------------------

        Workaround Description: manually supply those values
               Bugzilla Update: Perform
                    Workaround: Workaround Exists

    
> Templates for Queues and Topics do not deliver some defaults, but object creation fails without
> -----------------------------------------------------------------------------------------------
>
>                 Key: EMBJOPR-368
>                 URL: https://issues.jboss.org/browse/EMBJOPR-368
>             Project: Embedded Jopr
>          Issue Type: Bug
>          Components: Plugin
>    Affects Versions: 1.3.4
>            Reporter: Heiko Rupp
>
> Try to create a queue or topic with only the two required properties name and JNDIName. This will fail with 
>   "vfsfile:/devel/jboss-eap-5.1/jboss-as/server/default/deploy/java__myT-service.xml -> org.jboss.deployment.DeploymentException: Error configuring attribute DLQ"
> Same happens for ExpiryQueue and ServerPeer.
> Those 3 properties need default values set like this:
> <c:simple-property required="false" name="expiryQueue" default="jboss.messaging.destination:service=Queue,name=ExpiryQueue">
> <c:simple-property required="false" name="DLQ" default="jboss.messaging.destination:service=Queue,name=DLQ">
> <c:simple-property required="false" name="serverPeer" default="jboss.messaging:service=ServerPeer">

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the embjopr-issues mailing list