[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-30 Thread brettcave
i use the guides on docs.jboss.org I think what you were looking for was in the install guide: http://docs.jboss.org/jbossas/guides/installguide/r1/en/html_single/ chapter 1, table 1.1 Also check out the clustering guide. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread brettcave
I generally just use the zip's, rather than jems-installer, might work betteR? #!/bin/sh JBOSS_VERSION=4.2.3.GA cd /usr/local/src unzip /path/to/jboss-${JBOSS_VERSION}.zip groupadd -g 442 jboss useradd -u 442 -g jboss -d /usr/share/jboss -s /bin/sh jboss mv jboss-${JBOSS_VERSION}

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread jaikiran
brettcave wrote : I generally just use the zip's, rather than jems-installer, might work betteR? | Same with me. I haven't used the JEMS installer but have seen users running into many issues when they used it. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread marcopb
For my version... 4.0.5GA I NEED jems-installer to include EJB3...!!! from http://www.jboss.org/jbossas/downloads/ webpage... anonymous wrote : Important Note: If you want EJB3 or Seam support with JBoss AS 4.0.3 SP1, 4.0.4 or 4.0.5, you MUST download and use the relevant version of JEMS

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread brettcave
ah, ok, so the old 4.0.x jems doesnt include the ejb3 service config you need... not sure about that one then. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4205270#4205270 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread brettcave
try creating the service config file in deploy manually? search for ejb3-entity on http://docs.jboss.org/jbossas/guides/clusteringguide/r2/en/html_single/ jboss:service=Naming jboss:service=TransactionManager !-- Configure the TransactionManager --

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread marcopb
No... brettcave... jems include it.. but I don't know the option to let jems install it for a silent (non graphical) installation. An old collegue did this on our current production machine that has X11 library... so He installed 4.0.5GA with EJB3 (and clustering option) with the same jems..

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread brettcave
oh ok, it would be -installGroup ejb3-clustered View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4205286#4205286 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4205286 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread marcopb
brettcave wrote : oh ok, it would be -installGroup ejb3-clustered Thanks for your support.. I will test it asap.. anyway... where do you get this informations ?? I mean... if I should need an option that currently I don't know the existence !??!?! View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

2009-01-28 Thread marcopb
marcopb wrote : brettcave wrote : oh ok, it would be -installGroup ejb3-clustered | | Thanks for your support.. I will test it asap.. | anyway... where do you get this informations ?? | | I mean... if I should need an option that currently I don't know the existence !??!?! HABEMUS