You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rajesh Pandey (JIRA)" <ji...@apache.org> on 2009/05/15 09:36:45 UTC

[jira] Created: (OPENJPA-1087) EJBJPA INFO [ejbd 3] openjpa.Enhance - Creating subclass for

EJBJPA   INFO    [ejbd 3] openjpa.Enhance - Creating subclass for 
------------------------------------------------------------------

                 Key: OPENJPA-1087
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1087
             Project: OpenJPA
          Issue Type: Bug
          Components: jpa
    Affects Versions: 1.0.3
         Environment: WASCE( wasce_setup-2.1.1.1-win)
            Reporter: Rajesh Pandey


 
Dear Mr dwood 
  
                  I am using WASCE (wasce_setup-2.1.1.1-win) i am getting problem when i deploy ear 
  
1645547   EJBJPA   INFO    [ejbd 3] openjpa.Enhance - Creating subclass for "[class com.pril.rxl.entities.CustomerOrderTaxLineItem, class com.pril.rxl.entities.CustomerOrderLineItem, class com.pril.rxl.entities.RetailTransactionType, class com.pril.rxl.entities.TenderClass, class com.pril.rxl.entities.CustomerOrderAdditionalChargeLineItem, class com.pril.rxl.entities.Worker, class com.pril.rxl.entities.TransactionTotalType, class com.pril.rxl.entities.VendorPaymentTerm, class com.pril.rxl.entities.CustomerOrderDiscountLineItem, class com.pril.rxl.entities.CustomerOrder, class com.pril.rxl.entities.RetailTransaction, class com.pril.rxl.entities.CustomerAccountCardPoint, class com.pril.rxl.entities.Workstation, class com.pril.rxl.entities.VoidTransaction]". This means that your application will be less efficient and will consume more memory than it would if you ran the OpenJPA enhancer. Additionally, lazy loading will not be available for one-to-one and many-to-one persistent attributes in types using field access; they will be loaded eagerly instead. 

  
     can u tell me exact solution for this ? 
  
 When i am calling then it displaying message com.pril.rxl.entities.CustomerOrderLineItem   not resolved 
  
even suggest me exact version of WASCE on which i can deploy my application 

Waiting for reply 
Regards 
Rajesh Pandey 
PRIL 

 
 
 
 
 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-1087) EJBJPA INFO [ejbd 3] openjpa.Enhance - Creating subclass for

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709850#action_12709850 ] 

Donald Woods commented on OPENJPA-1087:
---------------------------------------

If you're using Eclipse, you can also try the following OpenJPA plugin -
   http://people.apache.org/~ppoddar/eclipse/


> EJBJPA   INFO    [ejbd 3] openjpa.Enhance - Creating subclass for 
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-1087
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1087
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 1.0.3
>         Environment: WASCE( wasce_setup-2.1.1.1-win)
>            Reporter: Rajesh Pandey
>
>  
> Dear Mr dwood 
>   
>                   I am using WASCE (wasce_setup-2.1.1.1-win) i am getting problem when i deploy ear 
>   
> 1645547   EJBJPA   INFO    [ejbd 3] openjpa.Enhance - Creating subclass for "[class com.pril.rxl.entities.CustomerOrderTaxLineItem, class com.pril.rxl.entities.CustomerOrderLineItem, class com.pril.rxl.entities.RetailTransactionType, class com.pril.rxl.entities.TenderClass, class com.pril.rxl.entities.CustomerOrderAdditionalChargeLineItem, class com.pril.rxl.entities.Worker, class com.pril.rxl.entities.TransactionTotalType, class com.pril.rxl.entities.VendorPaymentTerm, class com.pril.rxl.entities.CustomerOrderDiscountLineItem, class com.pril.rxl.entities.CustomerOrder, class com.pril.rxl.entities.RetailTransaction, class com.pril.rxl.entities.CustomerAccountCardPoint, class com.pril.rxl.entities.Workstation, class com.pril.rxl.entities.VoidTransaction]". This means that your application will be less efficient and will consume more memory than it would if you ran the OpenJPA enhancer. Additionally, lazy loading will not be available for one-to-one and many-to-one persistent attributes in types using field access; they will be loaded eagerly instead. 
>   
>      can u tell me exact solution for this ? 
>   
>  When i am calling then it displaying message com.pril.rxl.entities.CustomerOrderLineItem   not resolved 
>   
> even suggest me exact version of WASCE on which i can deploy my application 
> Waiting for reply 
> Regards 
> Rajesh Pandey 
> PRIL 
>  
>  
>  
>  
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-1087) EJBJPA INFO [ejbd 3] openjpa.Enhance - Creating subclass for

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709846#action_12709846 ] 

Donald Woods commented on OPENJPA-1087:
---------------------------------------

WASCE questions should be discussed on the IBM WASCE forum first at -
	http://www.ibm.com/developerworks/forums/forum.jspa?forumID=541
Also, you may want to try using WASCE 2.1.1.2, which uses the latest OpenJPA 1.2.1 release, instead of the older OpenJPA 1.0.x code.

As far as the message below -
    "ran the OpenJPA enhancer"
it looks like you didn't pre-enhance your entities when compiling your app, which means OpenJPA will try to use runtime subclasss enhancement.
Take a look at the following for more details -
http://openjpa.apache.org/builds/latest/docs/manual/ref_guide_pc_enhance.html
http://openjpa.apache.org/enhancingwithmaven.html

> EJBJPA   INFO    [ejbd 3] openjpa.Enhance - Creating subclass for 
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-1087
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1087
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 1.0.3
>         Environment: WASCE( wasce_setup-2.1.1.1-win)
>            Reporter: Rajesh Pandey
>
>  
> Dear Mr dwood 
>   
>                   I am using WASCE (wasce_setup-2.1.1.1-win) i am getting problem when i deploy ear 
>   
> 1645547   EJBJPA   INFO    [ejbd 3] openjpa.Enhance - Creating subclass for "[class com.pril.rxl.entities.CustomerOrderTaxLineItem, class com.pril.rxl.entities.CustomerOrderLineItem, class com.pril.rxl.entities.RetailTransactionType, class com.pril.rxl.entities.TenderClass, class com.pril.rxl.entities.CustomerOrderAdditionalChargeLineItem, class com.pril.rxl.entities.Worker, class com.pril.rxl.entities.TransactionTotalType, class com.pril.rxl.entities.VendorPaymentTerm, class com.pril.rxl.entities.CustomerOrderDiscountLineItem, class com.pril.rxl.entities.CustomerOrder, class com.pril.rxl.entities.RetailTransaction, class com.pril.rxl.entities.CustomerAccountCardPoint, class com.pril.rxl.entities.Workstation, class com.pril.rxl.entities.VoidTransaction]". This means that your application will be less efficient and will consume more memory than it would if you ran the OpenJPA enhancer. Additionally, lazy loading will not be available for one-to-one and many-to-one persistent attributes in types using field access; they will be loaded eagerly instead. 
>   
>      can u tell me exact solution for this ? 
>   
>  When i am calling then it displaying message com.pril.rxl.entities.CustomerOrderLineItem   not resolved 
>   
> even suggest me exact version of WASCE on which i can deploy my application 
> Waiting for reply 
> Regards 
> Rajesh Pandey 
> PRIL 
>  
>  
>  
>  
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.