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
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
---
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
-
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
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
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
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
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