[jboss-user] [EJB 3.0] - EntityManager

2008-05-29 Thread dobbo
I'm creating a garbage collection service, you know the kind of thing I'm sure: @Entity | @EntityListeners({GarbageCollectorService.class}) | public class MyEntity { | | } @Service(objectName="pugwash:service=garbageCollector") | @Management(GarbageCollectorManagement.class)

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSP and Web Forms

2008-04-11 Thread dobbo
I'm using JBoss-4.0.5.GA, JSP and Beans to enter and validate user entry on a XHTML form (via post). I seam to remember reading that when the form data is submitted the Jboss could be made to automagiclly submit the data in the request to the validator bean. If so how? I've tried the followin

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSP, I18n and XML

2007-12-10 Thread dobbo
Hi I'm using XML based JSP files, and they are working well for me. Somethings like this: http://www.w3c.org/1999/xhtml"; | xmlns:jsp="http://java.sun.com/JSP/Page"; | xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"; | xmlns:h="http://java.sun.com/jsf/html";

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossAS 4.2.2: Problem with JSTL Core

2007-11-22 Thread dobbo
Good call. It was an old version of web.xml. I was using 2.2: | | Switched to v2.4: | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBossAS 4.2.2: Problem with JSTL Core

2007-11-22 Thread dobbo
Install of JBoss from jboss-4.2.2.GA.zip on Linux. Implemented a simple Stateful EJB3 so install is fine. Started using JSTL in a JSP file and couldn't get to work. So I wrote the following index2.jsp simple test: | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Configuration Hibernate with jboss4.x

2007-03-05 Thread dobbo
I installed JBossAS 4.0.5 over the weekend using the JEMS installer. If you selected the EJB3 option it configures hibernate with JbossAS for you. You may also want to look at the jboss-seam-1.2.0.PATCH1which has examples using that configuration. Both of these files can be downloaded via ht

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem with persistance using JBossAS 5.0.4 & MySQL5

2007-03-05 Thread dobbo
I installed JbossAS using the JEMS installer (on my Linux box - no poblem) Selected for EJB3 and default. Downloaded the jboss-seam-1.2.0-PATCH1 tarball and compiled and ran the seam-booking example. No problem. Change the JBossAS configuration to remove HSQLDS and replace it with a MySQL5 da

[jboss-user] [Security & JAAS/JBoss] - A login model like the one used on jboss.com

2006-10-19 Thread dobbo
I am looking for a model like the one used on www.jboss.com. What I would like to do is have unathenticated users have access to the servlets in a "read only" mode, but for authenticated users to be able to use the same URLs but now get the page rendered with a form and data entry widgets. I d

[jboss-user] [Beginners Corner] - Migrating to Maven2

2006-09-16 Thread dobbo
Hi I am currently evaluating Maven2 for use in my project. So far I like what I see, and think that it is worth me switching. I have JBoss working the way I want it (with MySQL as the back end), and Ant does a good job of building my JARs and EARs. With maven I can create a simple project, a