Internal Website Search

131-140 of 200 resultsRefresh

Redeployment in GlassFish - Failed to open file

Hi. I am facing a problem with the redeployment of the application in GlassFish. I can deploy my application in GlassFish for the first time and it works. Once I need to redeploy ... it again and redeploy the application. it is very troublesome during development. I didn't have this problem

PersistenceException UserException: Failed to validate persistence.xml

.invoke(ContextAwareTagMethodExpression.java:108) at org.apache.myfaces.application ... .EJBException: The bean encountered a non-application exception; nested exception is: javax.persistence ... encountered a non-application exception; nested exception is: javax.persistence.PersistenceException

Storing JPA Entity Objects

>It is the application's responsibility to verify that when an object is stored in the database ... >Address. Cascading may continue recursively when applicable (e.g. to entity objects ... >flush and clear methods. So using multiple transactions is preferred when applicable.

Retrieving JPA Entity Objects

and returned to the application. Notice that construction of a new managed object ... that is retrieved from the database. This might be useful to ensure that the application deals ... when applicable (e.g. to entity objects that the Address object references, if any).

What are the main benefits of using ObjectDB?

your application performance. Reducing Development Time and Costsapplications significantly. For instance, collection and map ... addition, eliminating the intermediate ORM layer further accelerates applications. For instance, ObjectDB

Is ObjectDB better than Object Relational Mapping (ORM)?

application is developed for an existing old relational database). By using the Java Persistence API (JPA), you can develop portable applications that can use both ObjectDB and relational databases. This way you have the best of both worlds - use ObjectDB when applicable for faster

Shared (L2) Entity Cache

of this cache makes it useful in applications that use many short term EntityManagerapplications (or using other (); The Cache interface and its methods are unnecessary in most applications.

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

applications I provided here above (console app in #1, and mini web app in #2 & #3) work now correctly with Build 2.6.9_01. But, in my real-world web application it gets ... system and most usages of it throughout a very large web application. The only alternative at the moment

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

integrity problem, the inability to robustly query relationship fields in a web application renders ... to have to fork our main web application to go through it and tediously change hundreds or even thousands ... result in indexTest.xhtml. The problems is illustrated by running the attached JavaEE Web App

[ODB1] Chapter 2 - A Quick Tour

JDO portable application, step by step. Both sample programs are contained in ObjectDB's samples ... above, in a portable JDO application, only instances of persistent classes are stored directly in ... should only be used during development. Eventually, the application should be deployed with ready to use