About JBoss AS

forum_thread

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 = "2.0" ...

 
page

JPA Tutorials

Tutorials for using JPA and ObjectDB in Eclipse and NetBeans (console applications, web application, Java EE 6 applications).... container (e.g. Apache Tomcat, Jetty, Caucho Resin), as well as on full application servers (such as Oracle GlassFish, Red Hat JBoss, IBM WebSphere and Oracle WebLogic). The next tutorial shows ...

 
forum_thread

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 swamp. I use eclipse indigo as IDE The "src" folder contains the pachake guest and within the ...

 
tutorial

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.... it requires a full 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 ...

 
tutorial

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.... In addition the demonstrated application is available as a Maven project: JPA Web App Tutorial - Maven Project ...

 
tutorial

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.... 3.6.1 but it should work with other Eclipse versions as well (dialog boxes and menus might look slightly different but the code ...

 
tutorial

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.... 6.9.1 but it should work with other NetBeans versions as well (dialog boxes and menus might look slightly different but the code ...

 
tutorial

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.... 3.6.1 but it should work with other Eclipse versions as well (dialog boxes and menus might look slightly different but the code ...

 
tutorial

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.... 6.9.1 but it should work with other NetBeans versions as well (dialog boxes and menus might look slightly different but the code ...

 
forum_thread

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 ... source examples (> 100 lines) should be posted as attachments . Attachments: ...