Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » how to get lazy loading working(using EclipseLink, Gemini, Gemini DI)
how to get lazy loading working [message #1727607] Thu, 24 March 2016 12:15 Go to next message
Ludwig Moser is currently offline Ludwig MoserFriend
Messages: 476
Registered: July 2009
Senior Member
I have a RCP Application and try hard to get lazy loading to work.
NOTE: everything is working as expected BUT lazy loading!
i provide code/config/xml that seems relevant for this task

as dynamic weaving is not possible in combination with Gemini (no weave/refresh) i do static weaving.

in my persistence.xml i do provide a orm.xml for each Class i map.
further i define
<exclude-unlisted-classes>true</exclude-unlisted-classes>
<property name="eclipselink.weaving" value="static" />
<property name="eclipselink.cache.shared.default" value="false"/>


the static weaving is defined within an pom.xml for maven:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <artifactId>at.biooffice.osgi.service.eclipselink.impl</artifactId>
  <version>3.0.0-SNAPSHOT</version>
  <packaging>eclipse-plugin</packaging>
  <parent>
  	<groupId>at.biooffice</groupId>
  	<artifactId>at.biooffice.parent</artifactId>
  	<version>3.0.0-SNAPSHOT</version>
  	<relativePath>../at.biooffice.parent</relativePath>
  </parent>
  
  <build>
  <plugins>
            <plugin>
               <groupId>de.empulse.eclipselink</groupId>
               <artifactId>staticweave-maven-plugin</artifactId>
               <version>1.0.0</version>
               <executions>
                   <execution>
                       <phase>process-classes</phase>
                       <goals>
                           <goal>weave</goal>
                       </goals>
                       <configuration>
                           <persistenceXMLLocation>META-INF/persistence.xml</persistenceXMLLocation>
                           <logLevel>FINE</logLevel>
                       </configuration>
                   </execution>
               </executions>
               <dependencies>
                   <dependency>
                       <groupId>org.eclipse.persistence</groupId>
                       <artifactId>org.eclipse.persistence.jpa</artifactId>
                       <version>2.6.1</version>
                   </dependency>
               </dependencies>
           </plugin>
   </plugins>
</build>
</project>


this task does get exectued! and this is its complete log:
[INFO] --- staticweave-maven-plugin:1.0.0:weave (default) @ at.biooffice.osgi.service.eclipselink.impl ---
[INFO] Start EclipseLink static weaving...
[....] other logs
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.692--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LiteratureImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.693--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.ContactImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.693--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.BioObjectImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.EndangeredCategoryImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.CoordinateImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LoanItemImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.EndangeredValueImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.ExcursionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TraitValueImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayContactImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.ProjectImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.AttachedLiteratureImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.StratigraphyImpl] is set to [PROPERTY].
[INFO] [EL Warning]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [lumo.core.biooffice.impl.StratigraphyImpl]. To avoid this warning you should mark the attribute [method getId] as transient.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LookupValueImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayProjectImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxaLinkTaxaCatalogImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.NativeLanguageSupportImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayCollectionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayTaxonImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxonImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayExcursionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.CollectionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxonTraitImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TraitCategoryImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplaySiteImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.MultimediaImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DeterminationImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxonEndangeredImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxaCatalogImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LoanImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.SiteImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.724--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayLiteratureImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getOriginContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getOriginContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getDeterminationContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getStratigraphy] is being defaulted to: strGuid.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getTaxon] is being defaulted to: taxIdTaxon.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getExcursion] is being defaulted to: excIdExcursion.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getPreparationContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getSite] is being defaulted to: sitIdSite.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getCommonLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getProject] is being defaulted to: prjIdProject.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getCollection] is being defaulted to: colIdCollection.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getDeterminationLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getEventContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getLoan] is being defaulted to: loaId.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getObject] is being defaulted to: objIdObject.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getAttendant] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getSite] is being defaulted to: sitIdSite.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getFunder] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getOrganisation] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getManager] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getOriginContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getInfoContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getStorageContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getCollectorContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getEditorContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getLender2] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getLender1] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-24 12:42:22.771--ServerSession(2016090683)--Thread(Thread[BuilderThread 5,5,main])--The primary key column name for the mapping element [method getBorrower] is being defaulted to: conIdContact.
[INFO] Finished EclipseLink static weaving.

so this seems fine!

but after running the exported application and connecting to the database i get this log:
[EL Warning]: metadata: Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [lumo.core.biooffice.impl.StratigraphyImpl]. To avoid this warning you should mark the attribute [method getId] as transient.
[EL Warning]: connection: java.lang.NullPointerException
	at org.eclipse.persistence.platform.server.ServerPlatformUtils.createServerPlatform(ServerPlatformUtils.java:101)
	at org.eclipse.persistence.sessions.factories.SessionManager.init(SessionManager.java:77)
	at org.eclipse.persistence.sessions.factories.SessionManager.<clinit>(SessionManager.java:71)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.addSessionToGlobalSessionManager(EntityManagerSetupImpl.java:907)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.initSession(EntityManagerSetupImpl.java:2676)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:675)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:205)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:305)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:337)
	at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:303)
	at org.eclipse.gemini.ext.di.impl.GeminiEMSupplier.get(GeminiEMSupplier.java:31)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:464)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:244)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:217)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:90)
	at org.eclipse.e4.tools.compat.parts.DIHandler.execute(DIHandler.java:49)
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:295)
	at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
	at sun.reflect.GeneratedMethodAccessor218.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
	at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493)
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486)
	at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
	at lumo.core.biooffice.HandlerMan.execute(HandlerMan.java:38)
	at at.biooffice.osgi.service.eclipselink.impl.EntityManagerProvider.getEntityManager(EntityManagerProvider.java:96)
	at at.biooffice.osgi.service.eclipselink.impl.EclipseLinkServiceImpl.getEntityManager(EclipseLinkServiceImpl.java:827)
	at at.biooffice.commands.ConnectHandler$1.run(ConnectHandler.java:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [originContact] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [determinationContact] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [stratigraphy] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [taxon] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [excursion] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [preparationContact] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [site] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [commonLiterature] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [project] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [collection] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [determinationLiterature] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [eventContact] for the entity class [class lumo.core.biooffice.impl.BioObjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [originContact] for the entity class [class lumo.core.biooffice.impl.CollectionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [infoContact] for the entity class [class lumo.core.biooffice.impl.CollectionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [storageContact] for the entity class [class lumo.core.biooffice.impl.CollectionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [collectorContact] for the entity class [class lumo.core.biooffice.impl.CollectionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [editorContact] for the entity class [class lumo.core.biooffice.impl.CollectionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [literature] for the entity class [class lumo.core.biooffice.impl.TaxonImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [contact] for the entity class [class lumo.core.biooffice.impl.TaxonImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [contact] for the entity class [class lumo.core.biooffice.impl.ExcursionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [attendant] for the entity class [class lumo.core.biooffice.impl.ExcursionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [site] for the entity class [class lumo.core.biooffice.impl.ExcursionImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [funder] for the entity class [class lumo.core.biooffice.impl.ProjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [organisation] for the entity class [class lumo.core.biooffice.impl.ProjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [contact] for the entity class [class lumo.core.biooffice.impl.ProjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [manager] for the entity class [class lumo.core.biooffice.impl.ProjectImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [originContact] for the entity class [class lumo.core.biooffice.impl.LiteratureImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [lender2] for the entity class [class lumo.core.biooffice.impl.LoanImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [lender1] for the entity class [class lumo.core.biooffice.impl.LoanImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [borrower] for the entity class [class lumo.core.biooffice.impl.LoanImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [loan] for the entity class [class lumo.core.biooffice.impl.LoanItemImpl] since weaving was not enabled or did not occur.
[EL Warning]: metadata: Reverting the lazy setting on the OneToOne or ManyToOne attribute [object] for the entity class [class lumo.core.biooffice.impl.LoanItemImpl] since weaving was not enabled or did not occur.


NOTE: its raising the NPE but EclipseLink is still working properly!
so i am not sure if THIS NPE is causing the weave to fail. or if its not working because of something else.

fact is:
static weaving is set in config.
weaving occured while maven build.

so, what is going wrong?

NOTE: using
Eclipse 4.5.1
EclipseLink 2.6.1
Gemini JPA 1.2.0M1
Gemini DI Extension 1.1.3
Re: how to get lazy loading working [message #1727852 is a reply to message #1727607] Mon, 28 March 2016 15:05 Go to previous messageGo to next message
Chris Delahunt is currently offline Chris DelahuntFriend
Messages: 1389
Registered: July 2009
Senior Member
This is a warning because the target-server hasn't been set, and can be ignored. It is fixed with https://bugs.eclipse.org/bugs/show_bug.cgi?id=463629 in version 2.6.2.

As for lazy loading not working, once you ran the static weaving, the woven classes must be used for deployment. Try decompiling what was created from the static weaving process and see if it has change tracking and other lazy loading artifacts woven in or not, and then check your deployment structure to make sure that only these classes are used.

Best Regards,
Chris
Re: how to get lazy loading working [message #1727894 is a reply to message #1727852] Tue, 29 March 2016 06:38 Go to previous messageGo to next message
Ludwig Moser is currently offline Ludwig MoserFriend
Messages: 476
Registered: July 2009
Senior Member
there seems to be no change in my jars.
could this be caused due seperation of orm.xml and implemented classes?

i do have orm.xml in bundle (this is where the weaving is in the pom.xml)
at.biooffice.osgi.service.eclipselink.impl
and another bundle with the implemented classes (which get referred by the pom.xml)
lumo.core.runtime
(here interfaces and implemented classes are located.)
could this be the problem?

how should my weave-task look like to include the other bundle?

UPDATE: i just applied the weaving task to my other bundle too.
ends in success, but when i execute the application, i get exceptions

Internal Exception: java.lang.reflect.InvocationTargetException
Target Invocation Exception: java.lang.NoSuchMethodError: lumo.core.biooffice.impl.NativeLanguageSupportImpl._persistence_checkFetched(Ljava/lang/String;)V


NativeLanguageSupportImpl extends another class, which got woven too (but has no mapping!) the method _persistence_checkFetched is called multiple times but does not exist in NativeLanguageSupportImpl nor in its extended super class!

[Updated on: Wed, 30 March 2016 11:27]

Report message to a moderator

Re: how to get lazy loading working [message #1728038 is a reply to message #1727894] Wed, 30 March 2016 13:52 Go to previous messageGo to next message
Chris Delahunt is currently offline Chris DelahuntFriend
Messages: 1389
Registered: July 2009
Senior Member
You will need to check the logs during weaving, and make sure that the NativeLanguageSupportImpl root entities and mappedSuperclasses gets woven as well as the runtime relies on all classes in the model being woven - they might need to be explicitly listed in the persistence.xml, but I'm not sure. Unfortunately I don't know much about the static weaving or maven plugin to help, but you might try specifying a target so that the results go to a different directory then the default ${project.build.outputDirectory} that they are read from.
Re: how to get lazy loading working [message #1728123 is a reply to message #1728038] Thu, 31 March 2016 09:05 Go to previous message
Ludwig Moser is currently offline Ludwig MoserFriend
Messages: 476
Registered: July 2009
Senior Member
i now added the mappedSuperclass to my orm.xml
the methods mentioned above are now available but i still get errors about missing methods. its easy to find out why, but i have no clue how to tell EL to make it right.

public Object _persistence_get(String paramString)
  {
    return super._persistence_get(paramString);
  }

  public void _persistence_set(String paramString, Object paramObject)
  {
    super._persistence_set(paramString, paramObject);
  }

these methods get added to my woven classes, but as they do extend EObjectImpl, the superclass does not implement them!

NOTE: Weaving the EObjectImpl (this is from EMF 3rd party libary, which has absolutely nothing to do with DB) it does not make any sense weaving this class (jar)

after weaving the classes are missing at least one method: _persistence_checkFetchedForSet. i cannot find this method anywhere, nor information about it on the web (if i could simply add it myself to my class i'd do so!)

so if anyone could provide the methods that should get generated in the TOP LEVEL/ROOT woven class, this could solve my problem.

about the weaving process: i do not get any errors while processing, so this seems all fine, but actually the woven classes are incorrect, as mentioned above!
[INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ at.biooffice.feature.birt ---
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.325--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LiteratureImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.329--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.ContactImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.33--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.BioObjectImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.332--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.EndangeredCategoryImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.333--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.CoordinateImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.333--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LoanItemImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.333--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.EndangeredValueImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.333--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.ExcursionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.334--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TraitValueImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.334--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayContactImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.334--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.ProjectImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.335--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.AttachedLiteratureImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.335--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.StratigraphyImpl] is set to [PROPERTY].
[INFO] [EL Warning]: metadata: 2016-03-31 08:26:55.335--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [lumo.core.biooffice.impl.StratigraphyImpl]. To avoid this warning you should mark the attribute [method getId] as transient.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.335--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LookupValueImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.336--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayProjectImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.336--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxaLinkTaxaCatalogImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.336--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.NativeLanguageSupportImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.336--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayCollectionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.336--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayTaxonImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.337--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxonImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.339--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayExcursionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.339--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.CollectionImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.34--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxonTraitImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.34--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TraitCategoryImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.34--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplaySiteImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.34--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.MultimediaImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.34--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DeterminationImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.341--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxonEndangeredImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.341--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.TaxaCatalogImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.341--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.LoanImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.341--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.SiteImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.342--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The access type for the persistent class [class lumo.core.biooffice.impl.DisplayLiteratureImpl] is set to [PROPERTY].
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.353--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getOriginContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.353--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getOriginContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.353--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getDeterminationContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.353--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getStratigraphy] is being defaulted to: strGuid.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.353--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getTaxon] is being defaulted to: taxIdTaxon.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getExcursion] is being defaulted to: excIdExcursion.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getPreparationContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getSite] is being defaulted to: sitIdSite.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getCommonLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getProject] is being defaulted to: prjIdProject.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getCollection] is being defaulted to: colIdCollection.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getDeterminationLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getEventContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getLoan] is being defaulted to: loaId.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getObject] is being defaulted to: objIdObject.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.354--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getAttendant] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getSite] is being defaulted to: sitIdSite.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getFunder] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getOrganisation] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getManager] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getLiterature] is being defaulted to: refIdReference.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.355--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getOriginContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getInfoContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getStorageContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getCollectorContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getEditorContact] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getLender2] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getLender1] is being defaulted to: conIdContact.
[INFO] [EL Config]: metadata: 2016-03-31 08:26:55.356--ServerSession(671982241)--Thread(Thread[BuilderThread 7,5,main])--The primary key column name for the mapping element [method getBorrower] is being defaulted to: conIdContact.
[INFO] Finished EclipseLink static weaving.
Previous Topic:Detecting good candidates for join fetch hints
Next Topic:Problems filtering REST Response with Moxy
Goto Forum:
  


Current Time: Thu Mar 28 10:00:55 GMT 2024

Powered by FUDForum. Page generated in 0.03374 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top