[JBoss-user] [Installation & Configuration] - Re: How to run more than one instance JBoss in one machine

2005-02-04 Thread mathewa
I cannot verify the validity of this article, but it claims to be a guide to setting up mutiple instances of 3.2.0 with these instructions: http://www.yorku.ca/dkha/jboss/docs/MultipleInstances.htm View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865234#3865234

[JBoss-user] [Beginners Corner] - Re: Properties

2005-02-04 Thread mathewa
Not sure if you mean for a client application to call a bean within jboss deployed app, such as a jndi.properties file or whether its for your application to gain access to a properties file programatically, such as getClassLoader().getResourceAsStream("??.properties"). but in either case, it

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.DependentObject missing in 5.0.alpha

2005-02-02 Thread mathewa
have a look in the latest cvs source for ejb3x: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-ejb3x/src/main/javax/ejb/ there appears to a different relationship between the way Dependant was used and the way Embedded is being done. I assume this is because Bill & the gang have an updated

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.DependentObject missing in 5.0.alpha

2005-01-31 Thread mathewa
see this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58867 Dependant has been renamed to Embedded/Embeddable... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864440#3864440 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Beginners Corner] - Re: Compiling JSPs via an Ant task

2005-01-21 Thread mathewa
oops forgot to answer your actual question... the jasper compiler goes in the compiler attribute. see this link for more info on the how-to's of jasper: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Beginners Corner] - Re: Compiling JSPs via an Ant task

2005-01-21 Thread mathewa
Please do a search for "jspc" using the forum search and you'll find a few previous threads discussing ways of performing jsp precompilation... here is a clipping from one of them. | | | |

[JBoss-user] [Beginners Corner] - Re: Problem with start JBOSS 3.2.6 with Java 1.3.1_08

2005-01-20 Thread mathewa
distributions of jboss are built with later versions of the jdk as youve already discovered. the below quote is from the page mentioned by darran which states you should build it youself. anonymous wrote : | To workaround these possible bytecode incompatibilities you will have to rebuild the

[JBoss-user] [EJB/JBoss] - Re: deploying stateless ejb 3.0

2005-01-19 Thread mathewa
your question would probably have been answered quicker if you'd posted it on a more relevant forum (Design of EJB 3.0) I'm not entirely sure what your after since there are no surprises in the deployment process, but check out this tutorial: http://docs.jboss.org/ejb3/tutorial/stateless/statel

[JBoss-user] [Beginners Corner] - Re: How to shutdown the 2nd instance of JBoss.

2005-01-19 Thread mathewa
firstly you want a lower-case -s, and you need to specify the jndi url of the server your trying to shutdown. === [bin]$ ./shutdown.sh A JMX client to shutdown (exit or halt) a remote JBoss server. usage: shutdown [options] options: -h, --help Show

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.0 as a Windows Service

2005-01-19 Thread mathewa
There are multiple methods to run as service listed here: http://www.jboss.org/wiki/Wiki.jsppage=RunJBossAsAServiceOnWindows I see your having probs with the JavaService, but have you tried the wrapper by tanukisoftware? I have to admit that Ive not even looked at this but have come across this

[JBoss-user] [EJB/JBoss] - Re: Deploying problem

2005-01-19 Thread mathewa
The below thread states that older versions (2 or 3) of the Dukes tutorial works okay, but that there is an issue with update 4. try update 2 from Sun's site. If you had done a search on the forums for "dukes" then your answer would've been in the very top thread. Please see following thread:

[JBoss-user] [EJB/JBoss] - Re: Installing EJB 3.0

2005-01-19 Thread mathewa
Please check the ejb3.0 forum... it is well documented that Java 1.5 is required for the ejb 3.0 preview. please see following thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58510 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862774#3862774

[JBoss-user] [JBoss Getting Started Documentation] - Re: Verification errors deploying DukesBank application

2005-01-19 Thread mathewa
The below thread states that older versions of the Dukes tutorial works okay, but that there is an issue with update 4. try update 2 from un's site. Please see following thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58093 View the original post : http://www.jboss.org/index.h