Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting an exception when trying to persist Pattern object from java.util.regex package ( using Berk

Neelkamal-OracleJun 14 2016 — edited Jun 15 2016

Hello,

we are evaluating berkeley DB Java to replace our file based storage and have the following questions


  1. Does berkeley db support Pattern class from java.util.regex package ?
    We  have a persistent class with Pattern object which when being loaded into the entity store is resulting in the below exception
    Exception: java.lang.IllegalArgumentException: Class could not be loaded or is not persistent: java.util.regex.Pattern
  2. Is there a way to avoid the default constructor requirement in each Persistent class?
  3. Are there any restrictions on the type of java classes supported by BK DB?

can someone help me with above questions ?

Thanks,

Neel

This post has been answered by Greybird-Oracle on Jun 14 2016
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 13 2016
Added on Jun 14 2016
6 comments
1,511 views