[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-04 Thread AstroNox
This set of instructions was written originally for the manual install, because it did not come with the EJB 3.0 module. If you tried this on the installer version, I have no guarantee of what will happen. Honestly, I have tested the default server configuration together with the EJB 3.0 RC5 mo

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSPs with JDK5.0 features do not compile

2006-04-03 Thread AstroNox
Thanks for your reply Mr. Stark. I appreciate it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934538#3934538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934538 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSPs with JDK5.0 features do not compile

2006-04-03 Thread AstroNox
No one here seemed to reply so I decided not to bother and use JBoss AS 4.0.4.CR2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934251#3934251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934251 -

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: where to put context.xml in JBoss?

2006-04-02 Thread AstroNox
I do not know about Tomcat 5.0.x, but I know for Tomcat 5.5.x you can place your application specific context.xml file in your WAR's WEB-INF directory. Tomcat will read and parse that file. Note that not all of the configuration parameters present in Tomcat's original specification of the contex

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-01 Thread AstroNox
Nothing. You don't get the installer running on Bash though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934166#3934166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934166

[JBoss-user] [EJB 3.0] - Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-01 Thread AstroNox
As the manual, self-install JBoss AS 4.0.4.CR2 package does not come with EJB3.0 in any of the three server configurations, this tutorial serves as a quick guide to integrate EJB3.0 into a server configuration. * Download the EJB3.0 manual package: | http://www.jboss.com/products/list/download

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-01 Thread AstroNox
Actually, I just checked and the error that was in 4.0.4RC1 is still present: 07:27:53,750 WARN [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoundException: TransactionManager not bound It was also recommended to use the m

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JSPs with JDK5.0 features do not compile

2006-04-01 Thread AstroNox
Hello everyone, I'm currently having a problem; in essence, as in the title, is about JSPs with JDK5.0 features that do not compile. I'm running JBoss 4.0.3 SP1 with the default integrated Tomcat 5.5, with JDK5.0. I wrote a very simple JSP in Eclipse 3.1.2 with the JBoss IDE 1.5.1 GA, packaged