Message:

   The following issue has been re-assigned.

   Assignee: René Zanner (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1411

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1411
    Summary: @weblogic.enable-batch-operations and 
@weblogic.order-database-operations not generating anything for 8.1 descriptors
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Bea Module
   Versions:
             1.2.2

   Assignee: René Zanner
   Reporter: James Ousby

    Created: Sun, 22 May 2005 9:16 PM
    Updated: Mon, 23 May 2005 1:22 AM
Environment: Windows 2000, JDK 1.4.2, XDoclet 1.2.2, Weblogic 8.1

Description:
I've specified the following tag in my weblgoic 8.1 entity bean:

@weblogic.persistence 
     delay-updates-until-end-of-tx = "False"

This leads to the following error in the ejbc compiler ->
  
[java] ERROR: Error from ejbc: [EJB:011017]Error while reading 
'META-INF/weblogic-cmp-rdbms-jar.xml'. The error was:
[java] In the RDBMS CMP bean 'TaskEntity', the <delay-updates-until-end-of-tx> 
tag is set to 'false'. This conflicts with the default setting 'true' for tag 
<enable-batch-operations> and tag <order-database-operations>. Either set 
<delay-updates-until-end-of-tx> to 'true', or set the other two tags to 'false'.


So following the error messages advice I've tried to set the 
<enable-batch-operations> and <order-database-operations> to false using the 
following tags:

@weblogic.enable-batch-operations "False" 
@weblogic.order-database-operations "False" 

This fails to generate anything in the weblogic descriptor files though and I 
still get the original error.

FYI I'm running the weblogic module with the following command in my build 
script:

      <weblogic 
        version="8.1"
        xmlencoding="UTF-8"
        destdir="${cams.build.generated.src.dir}/META-INF"
        validatexml="true"
        persistence="weblogic"
        createtables="Disabled"/>

NOTE: I don't think the weblogic module is detecting these tags at all, as 
setting the values to illegal values like "FalseXXX" doesn't get an error from 
the ejbdoclet tool.


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



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to