Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1316

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1316
    Summary: max-beans-in-free-pool tag not generated
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Bea Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Alex Molochnikov

    Created: Sun, 27 Mar 2005 2:05 AM
    Updated: Sun, 27 Mar 2005 2:05 AM
Environment: Eclipse 3.0.1 with JBoss plugin, XDoclet 1.2.2 under Win XP Pro

Description:
max-beans-in-free-pool tag is not generated in weblogic-ejb-jar.xml file.

This issue has been reported before (March 2, 2005), with the reviewer's 
verdict "Cannot reproduce", and problem closed. Well, I can reproduce this 
problem each and every time I run XDoclet.

The source code:

 * @weblogic.dispatch-policy="MyExecuteQueue" 
 * @weblogic.enable-call-by-reference="True" 
 * @weblogic.clustering home-is-clusterable="True" 
 *           stateless-bean-is-clusterable="True" 
 * @weblogic.pool max-beans-in-free-pool="20" 
 * initial-beans-in-free-pool="5"

The generated file:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 8.1.0 
EJB//EN" "http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd";>

<weblogic-ejb-jar>
 <description><![CDATA[Generated by XDoclet]]></description>
   <weblogic-enterprise-bean>
      <ejb-name>PricingBean</ejb-name>
      <stateful-session-descriptor>
         <stateful-session-clustering>
            <home-is-clusterable>True</home-is-clusterable>
         </stateful-session-clustering>
      </stateful-session-descriptor>
      <reference-descriptor>
      </reference-descriptor>

      <jndi-name>ejb/PricingBean</jndi-name>
   </weblogic-enterprise-bean>
<!-- 
To add enterprise beans that you have deployment descriptor info for, add 
a file to your XDoclet merge directory called weblogic-enterprise-beans.xml 
that contains 
the <weblogic-enterprise-bean></weblogic-enterprise-bean> markup for those 
beans. 
--> 

    <idempotent-methods>
    </idempotent-methods>

</weblogic-ejb-jar>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to