About JBoss
Jboss 6 persistence.xml startup error
Hi, I'm trying to migrate a small EJB 3.1 project from Postgres to ObjectDb to test out feasibility, but I keep getting stuck on setting up the persistence.xml on JBoss 6 AS. Here is my setup: ------- Start persistence.xml ------- ... I keep getting stuck on setting up the persistence.xml on JBoss 6 AS. Here is my setup: <persistence version = ... is the error: 2011-04-04 18:35:23,098 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] ...
JPA Tutorials
Tutorials for using JPA and ObjectDB in Eclipse and NetBeans (console applications, web application, Java EE 6 applications).... application servers (such as Oracle GlassFish, Red Hat JBoss, IBM WebSphere and Oracle WebLogic). The next tutorial shows ... Java EE 6 application server, such as GlassFish 3.0.1 or JBoss AS 6. Another tutorial shows how to use JPA in a Spring MVC ...
JBoss 7 startup fails
Hi, I was having a go with entity beans 3.x jboss 7, objectdb and the guestbook web application but cannot come out of the swamp. I use eclipse indigo as IDE The "src" folder contains the pachake guest and within the classes: Guest.java, GuestListener.java and GuestServlet.java The WebContent/META-INF dir contains: context.xml ... Hi, I was having a go with entity beans 3.x jboss 7, objectdb and the guestbook web application but cannot come out of the ... guest.jsp, index.jsp Did any one have a go at Jboss 7 and succeed? If so any advice i l helpful Here is the ...
Java EE 6 Web Tutorial
This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using GlassFish, ObjectDB and JPA.... Java EE 6 application server, such as GlassFish 3.0.1 or JBoss AS 6. If you need a web application that can run on a simple servlet ...
JPA Web Application Tutorial
This tutorial demonstrates how to create run a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA. This tutorial demonstrates how to create and run a database driven Java web application using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. ...
Eclipse/JPA Java EE 6 Tutorial
Step by step tutorial that demonstrates how to build a simple Java EE web application (with Servlet, JSP and an EJB Session Bean) in Eclipse using JPA. This is the Eclipse version of the Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using GlassFish, ObjectDB and JPA. The demo web a ...
NetBeans/JPA Java EE 6 Tutorial
Step by step tutorial that demonstrates how to build a simple Java EE web application (with Servlet, JSP and an EJB Session Bean) in NetBeans using JPA. This is the NetBeans version of the Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans - using GlassFish, ObjectDB and JPA. ...
Eclipse/JPA Web Application Tutorial
Step by step tutorial that demonstrates how to build a simple database web application (with Servlet and JSP) in Eclipse using JPA. This is the Eclipse version of the JPA Web App tutorial. It demonstrates how to create and run a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic g ...
NetBeans/JPA Web Application Tutorial
Step by step tutorial that demonstrates how to build a simple database web application (with Servlet and JSP) in NetBeans using JPA. This is the NetBeans version of the JPA Web App tutorial. It demonstrates how to create and run a database driven Java web application in NetBeans - using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every ...
CriteriaQuery using isNotNull with other conditions results in InternalException
When I try to execute the following criteria query ... com.objectdb.o.InternalException at org.jboss.seam.security.IdentityImpl.authenticate(IdentityImpl.java:304) at org.jboss.seam.security.IdentityImpl.login(IdentityImpl.java:223) at ...