[ 
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1674?page=comments#action_17709
 ] 

Viktor Rees commented on XDT-1674:
----------------------------------

Copy-Paste failure - Sorry,

the entry in jboss.xml has to be 
      <configuration-name>MyConfig MDB</configuration-name>
instead of
      <configuration-name>Standard ProvisioningManager MDB</configuration-name>

The problems still exists. 


> jboss.xml is not complete using the maven plugin
> ------------------------------------------------
>
>          Key: XDT-1674
>          URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1674
>      Project: XDoclet
>         Type: Bug

>   Components: Maven Plugin
>     Versions: 1.2.3
>  Environment: JBoss 4.0.2, Maven Plugin, xdoclet-jboss-module-1.2.3.jar,
>     Reporter: Viktor Rees
>     Assignee: xdoclet-devel (Use for new issues)

>
> Original Estimate: 2 hours
>         Remaining: 2 hours
>
> My MessageDrivenBean looks like this
>  * @ejb.bean
>  *     name=ProfileMDB
>  *     destination-type="javax.jms.Queue"
>  *     acknowledge-mode="Auto-acknowledge"
>  *
>  * @jboss.destination-jndi-name
>  *     name="queue/ProfileQueue"
>  *
>  * @jboss.subscriber
>  *     name="root"
>  *     password="xxxxxx"
>  *
>  *  @jboss.container-configuration
>  *     name="MyConfig MDB"
> When using XDoclet from inside JBossIDE the genereated jboss.xml is fine:
>       <message-driven>
>          <ejb-name>ProfileMDB</ejb-name>
>          <destination-jndi-name>queue/ProfileQueue</destination-jndi-name>
>          <mdb-user>root</mdb-user>
>          <mdb-passwd>xxxxxx</mdb-passwd>
>          <configuration-name>Standard ProvisioningManager 
> MDB</configuration-name>
>       </message-driven>
> When using the maven goal 'maven xdoclet:ejbdoclet' parts of the generated 
> jboss.xml are missing:
>       <message-driven>
>          <ejb-name>ProfileMDB</ejb-name>
>          <destination-jndi-name>queue/ProfileQueue</destination-jndi-name>
>       </message-driven>
> These are my dependecies out of the project.xml (Maven1):
>         <dependency>
>             <groupId>xdoclet</groupId>
>             <artifactId>maven-xdoclet-plugin</artifactId>
>             <version>1.2.3</version>
>             <type>plugin</type>
>         </dependency>
>         <dependency>
>             <groupId>xdoclet</groupId>
>             <artifactId>xdoclet-jboss-module</artifactId>
>             <version>1.2.3</version>
>         </dependency>
>         <dependency>
>             <groupId>xdoclet</groupId>
>             <artifactId>xdoclet-jmx-module</artifactId>
>             <version>1.2.3</version>
>         </dependency>
>         <dependency>
>             <groupId>xdoclet</groupId>
>             <artifactId>xdoclet-web-module</artifactId>
>             <version>1.2.3</version>
>         </dependency>
> The jboss.xml file seems to be corropt. Any ideas why?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to