what exactly activating machine means ? Cant i use this in others developes machine ? how do i activate machine ?
I did the following step
1. Put the activation code in the objectdb.conf file and again put this conf file in the objectdb.jar
2. Used other machine (other developers machine)
2. Enhannced all the persistance class using this jar file
3. Trying to run the application whichi is using Tomcat 7.0
and getting the following exception
06-Sep 14:30:01 ERROR [ParserGroupThreadRunner.run:?] An error occured during parsing: com.objectdb.o._JdoDataStoreException: Too many persistable types (>10) - exceeds evaluation limit
[ObjectDB 2.3.7_25] javax.jdo.JDODataStoreException
Too many persistable types (>10) - exceeds evaluation limit (error 1011)
at com.objectdb.jdo.PMImpl.makePersistent(PMImpl.java:232)
at com.anritsu.eu.database.DatabaseImplementation.storeItem(Unknown Source)
at com.anritsu.eu.database.DatabaseMessageStorer.newItemParsed(Unknown Source)
at com.anritsu.eu.datalogger.parsing.RedactorMap.notifyRedactors(Unknown Source)
at com.anritsu.eu.datalogger.parsing.MessagePrimitiveContentHandler.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.dtd.XMLNSDTDValidator.endNamespaceScope(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at com.anritsu.eu.datalogger.parsing.ParserGroupThreadRunner.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Can you please let me know the reason for the exceptions ?