ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
10

Deploy ObjectDB in WildFly 10

Hi, I'm currently evaluating ObjectDB and try to deploy my project in WildFly 10. I've installed ... "/>         </properties>     </persistence-unit> </persistence> As soon as I deploy my project, I ... Please include objectdb-jee.jar in your application WEB-INF/lib directory. If this doesn't help you may want
10

app.jelastic.eapps.com and objectdb

It seems that this web hosting service doesn't support objectdb and that is frustrating. Does ... pezifromvienna Peter Sauer If Jelastic supports standard Java web applications, the location of ObjectDB files would be as usual, as demonstrated in the ObjectDB web application tutorials. Note that in embedded
10

Spring + Maven + persitence.xml

.web.util.NestedServletException: Request processing failed; nested exception is org.springframework ... ; nested exception is com.objectdb.o.InternalException: Unexpected Server Error org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894) org.springframework.web.servlet
9

UserException: Package com.example.model is not found by the enhancer

and move the dist directory out of the project to a remote location and run it using java -jar example.jar then I ... of the web application with already enhanced classes, so there is no need to run the enhancer outside ... .Enhancer.enhance("com.example.model" + ".*"); and adding the following to the Netbeans IDE, Project, Run
9

Visibility of changes in Transaction is not visible to a JPA QL Query

> Is there something I am doing wrong, or is this the intended behaviour? I attach the Eclipse projects . The only complexity is that everything is structured into separate projects ( an EAR, The EJBs, the EJB interfaces, the JPA Model, and the Web tier ). The objectdbee.jar is added as a module to the EAR
8

Performance problem

. In our web application this behaviour gives aprox 10-13 s of refreshing a data table vs 2 second ... we cannot get into the fine details of your project. An attempt to compile your project failed because the compiler
2

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null:

, GreenStarOfficeProject project, String name, Source source ... .class, GreenStarOfficeProject.class, String.class); //version that can pass Project to kids in init() T t = (T)constructor.newInstance(owner,project,name); t
2

javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName

.0.1 objectdb-2.2.5_10 JavaEE6 web app The error reports as: javax.servlet.ServletException ... .core.StandardPipeline.invoke(StandardPipeline.java:641) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97) at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke
2

Navigation through lazy loading from Detached Objects

extension in ObjectDB would ease emigration of web applications from EclipseLink to ObjectDB ... our EclipseLink-based JavaEE (JPA+JSF) web application with ObjectDB otherwise. We are very interested ... on that capability heavily in our web application, especially from JSF, pulling very complex data
1

After using the enhancer, Lazy loaded collections are no longer loading. They are set as null

, CascadeType.PERSIST}, mappedBy="account", fetch = FetchType.LAZY) @JoinColumn(name = "project_id", unique=true, nullable=false, updatable=false) protected List<Project> projects = new ArrayList<>(); public List<Project> getProjects() { return projects; } public void

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support