[JBoss-user] Re: [JBoss-dev] MBeans problem in JBoss

2002-02-08 Thread Andreas Schaefer
Hi > I have two MBeans(only mbeans, not services) > AxielleConfiguration, AxielleTest1. > > I registered these two beans with the server. > when i query mbeanserver it is giving all the MBeans in the server. > > i am querying like this > > ObjectName obj = new ObjectName("AxielleDomain:service

[JBoss-user] MBeans problem in JBoss

2002-02-08 Thread Ramesh Gadde
Hi all I have two MBeans(only mbeans, not services) AxielleConfiguration, AxielleTest1. I registered these two beans with the server. when i query mbeanserver it is giving all the MBeans in the server. i am querying like this ObjectName obj = new ObjectName("AxielleDomain:service=* "); Set set

Re: [JBoss-user] Need document for integration of jboss with tomcat

2002-02-08 Thread Guy Rouillier
If you mean integrated JBoss with embedded Tomcat, it's already integrated. If you mean JBoss with external Tomcat, there's no integration really. Just start up JBoss. Before you start up Tomcat, make sure the JBoss client files are in the classpath for Tomcat. Then just do a normal lookup, pro

Re: [JBoss-user] Jboss3.0 alpha build question

2002-02-08 Thread David Jencks
Maybe you are not using the supplied build system. Try cd build ./build.sh I believe common.xml is in the buildmagic.jar, part of the ant extensions in the build system. david jencks On 2002.02.08 20:21:34 -0500 Vishwas Raman wrote: > Hello all, > > I recently checkedout the source tree o

Re: [JBoss-user] Jboss3.0 alpha build question

2002-02-08 Thread Adrian Brock
Hi, You should have a buildmagic-tasks.jar in jboss-all/tools/lib It lives in there. Regards, Adrian >From: Vishwas Raman <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [JBoss-user] Jboss3.0 alpha build question >Date: Fri, 08 Feb 2002 17:21:34 -0800 > >Hello all, > >I recently checkedou

[JBoss-user] Jboss3.0 alpha build question

2002-02-08 Thread Vishwas Raman
Hello all, I recently checkedout the source tree of the 3.0alpha version of jboss(jboss-all module). I have been trying to build it using ant but it seems to complain that it cannot find a 'common.xml' file from the tools module. I have no clue where to find this common.xml file. I have tried c

Re: [JBoss-user] Can't fine ejbPostCreate?

2002-02-08 Thread Hunter Hillegas
Nevermind. I restarted the server and it worked fine. It must have cached something... > From: Hunter Hillegas <[EMAIL PROTECTED]> > Date: Fri, 08 Feb 2002 14:49:43 -0800 > To: JBoss 2 <[EMAIL PROTECTED]> > Subject: [JBoss-user] Can't fine ejbPostCreate? > > I just updated my CVS tree and tried

[JBoss-user] Can't fine ejbPostCreate?

2002-02-08 Thread Hunter Hillegas
I just updated my CVS tree and tried to deploy some EBJs. I got this message: java.lang.NoSuchMethodException: Can't find ejb[Post]Create in com.jacobstern.ejb.entity.PurchaseRequestBean at org.jboss.ejb.plugins.CMPPersistenceManager.createMethodCache(CMPPersistence Manager.java:166)

Re: [JBoss-user] JBoss+EmbeddedCatalina+Apache

2002-02-08 Thread David Ward
Instructions here: http://main.jboss.org/thread.jsp?forum=50&thread=1847 David -- Carlos Ferrão wrote: > Hello list, > > It is known that in Jboss running embedded Catalina doesn't read the > server.xml file. I have successfully configured Catalina with Apache using > mod_webapp.

[JBoss-user] JBoss (JMX-RI) License Issue

2002-02-08 Thread Sheng Zou
Title: JBoss (JMX-RI) License Issue Hi, My company is going to using JBoss. Is there any license limitations on JMX-RI that JBoss uses? thanks, sheng

[JBoss-user] JBoss+EmbeddedCatalina+Apache

2002-02-08 Thread Carlos Ferrão
Hello list, It is known that in Jboss running embedded Catalina doesn't read the server.xml file. I have successfully configured Catalina with Apache using mod_webapp. However, with Catalina running inside Tomcat, Apache doesn't know how to get to the contexts in $JBOSS_HOme/depl

[JBoss-user] Configuring logging with embedded Catalina

2002-02-08 Thread bryan hansen
Is JBoss by default supposed to also write the log to the system.log file under logs? I looked at the log4j.properties and it is setup to write to the console and the system.log, but the system.log is blank? Also there is a log4j.properties under /jboss/jboss/conf/default/ and one under /jboss/jbo

[JBoss-user] Transaction Timeout

2002-02-08 Thread Imran Bohoran
Hi All I have a StatelessSession bean which is been called by a servlet. Here is my problem. I have two browsers from which I make calls to the StatlessSessionBean method at the same time. At times this call at the same time causes a "Transaction Time Out" and then the RemoteException is thrown.

[JBoss-user] MBeans

2002-02-08 Thread Rajeshwar Rao V
> Hi All, > > I have TWO MBeans named "AxielleConfiguration" and "AxielleTest1". I > registered them with MBeanServer. Now when i want to access those MBeans. > When i say mbeanServer.queryMBeans(null, null); I am getting all the > MBeans in the Server. But I want only those MBeans written

[JBoss-user] MBeans

2002-02-08 Thread Rajeshwar Rao V
Hi All, I have TWO MBeans named "AxielleConfiguration" and "AxielleTest1". I registered them with MBeanServer. Now when i want to access those MBeans. When i say mbeanServer.queryMBeans(null, null); I am getting all the MBeans in the Server. But I want only those MBeans written by me. Ho

[JBoss-user] Need document for integration of jboss with tomcat

2002-02-08 Thread Mahesh Agarwal
Hi all Can anybody tell me where can I find the document describing the details of integrating the jboss with tomcat thanks a lot in advance Mahesh ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Connection Factory not bound under JNDI

2002-02-08 Thread David Jencks
In the future, please start by indicating the exactjboss version you are using. In jboss 3, the attribute name="RARDeployer" is not used. take it out. If it is 3.0 alpha, you need to rename the oracle driver file ***.jar from ***.zip, and you need to change the depends optional-attribute-name= t

[JBoss-user] Connection Factory not bound under JNDI

2002-02-08 Thread Anna Verena Linder
Hi,   I am trying to set up JBoss so I can connect to a database from a session bean. When I run JBoss, it starts up without problems, but the ConnectionFactory doesn't get bound under JNDI. Can anybody help? I'm at the end of my wits.   Thanks a lot in advance! Anna Verena Linder -

RE: [JBoss-user] Configuring embedded Catalina

2002-02-08 Thread Coetmeur, Alain
> -Message d'origine- > De: Jarecsni János [mailto:[EMAIL PROTECTED]] > Date: vendredi 8 février 2002 11:30 > Ŕ: JBoss-List > Objet: [JBoss-user] Configuring embedded Catalina > > > Hi, > > since I have to integrate JBoss with Apache I have to > configure the embedded > tomcat servic

[JBoss-user] Configuring embedded Catalina

2002-02-08 Thread Jarecsni János
Hi, since I have to integrate JBoss with Apache I have to configure the embedded tomcat service to emit the AJP configuration for Apache. The only question is HOW? (I know fairly well how to do this with standalone catalina). I inserted the following in my jboss.jcml file:/JBoss-2.4.4_To