Re: [Re: [JBoss-user] How can i view the deployed Beans JNDI name]

2001-05-24 Thread Dinesh
hi, Thanx for responding. But i don't see any jar file named jndiView.jar in the bin directory. I can see only BeanCacheMonitorJMS & BeanCacheMonitorJMX.jar & run.jar. I am using jboss server 2.2.1. Is there any way to see the jndi tree. looking forward for ur reply.. thanx, dinesh.

[JBoss-user] URGENT

2001-05-24 Thread Shake
Hi,   I 'm trying to run a simple ejb pog.But when I run the jsp in the Browser I get erros like this   please help   Error: 500 Location: /examples/jsp/interest.jspInternal Servlet Error:javax.servlet.ServletException: sun/tools/javac/Main at org.apache.jasper.servlet.JspServlet.service(JspS

Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-24 Thread Rama Rao
Hi, You can go to jboss_home/bin directory and type java -jar jndiView.jar. That will display all the beans bound to your JNDI tree. bye rama rao - Original Message - From: Dinesh <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 25, 2001 2:06 PM Subject: [JBoss-user] How can

[JBoss-user] embedded Tomcat or not?

2001-05-24 Thread Maarten Roosendaal
 Hi,  Do i need to use embedded Tomcat, stand-alone Tomcat or the tomcat.jar = that JBoss provides for running the petstore 1.1.2.?  If i change the database settings to use MySQL do i need to change = things in the build.bat/xml from the petstore?  Thanks, Maarten

[JBoss-user] Please unsubscribe from this list

2001-05-24 Thread Mukul Kumar
___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Communication Exception in JBOSS/TOMCAT

2001-05-24 Thread Venkat Ammisetty
Hi friends . I got struck up at CommunicationException in JBOSS/TOMCAT. I am able to deploy the EJB's in JBOSS. And I placed all of my JSP pages in a folder called netcrm in jsp folder of examples directory in TOMCAT server. I changed the TOMCAT port to 8000 as mentioned in PDF(Avilable in www.

[JBoss-user] How can i view the deployed Beans JNDI name

2001-05-24 Thread Dinesh
hi all, How can i view the JNDI names of the deployed EntityBeans in Jboss server2.2.1. when i run the client, i am getting an Exception ... javax.naming.NameNotFoundException: com.client.EmployeeHome not bound . But, no exception in the jboss server. Is there any way to chech

Re: [JBoss-user] URGENT

2001-05-24 Thread Dewayne McNair
You need to add tools.jar from the JDK to either your classpath or $JBOSS_HOME/lib/ext/ -- Dewayne - Original Message - From: Shake To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 9:40 PM Subject: [JBoss-user] URGENT Hi, I 'm trying to run a simple ejb pog.But when I run the jsp in

[JBoss-user] Communication Exception in JBOSS/TOMCAT

2001-05-24 Thread Venkat Ammisetty
Hi friends . I got struck up at CommunicationException in JBOSS/TOMCAT. I am able to deploy the EJB's in JBOSS. And I placed all of my JSP pages in a folder called netcrm in jsp folder of examples directory in TOMCAT server. I changed the TOMCAT port to 8000 as mentioned in PDF(Avilable in www.k

RE: [JBoss-user] JDK 1.4 Beta Release Today!

2001-05-24 Thread Tim McCune
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tried it for a while today. Swing looks quite buggy, and I ran into a bug in the version of Xalan (2.0.1) that's built into the JDK. I have a feeling that with all the new features in 1.4, this will be in beta for a long time. ;-) > -Original

Re: [JBoss-user] JBoss components doing System.out or System.err?

2001-05-24 Thread Scott M Stark
The use of System.out will be updated as the main branch is switched to use log4j. - Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: "JBoss User" <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 5:31 PM Subject: [JBoss-user] JBoss components doing System.out or System.er

[JBoss-user] JBoss components doing System.out or System.err?

2001-05-24 Thread Guy Rouillier
I switched to log4j and turned off console logging. But I still get the lines at the end of this message output to the terminal. Are some JBoss components doing System.out or System.err calls? Is there any plan to update these to logging calls? There aren't that many, so I'll volunteer to star

Re: [JBoss-user] org.jboss.deployment.J2eeDeploymentException

2001-05-24 Thread Scott M Stark
Try using the run_with_tomcat.sh script - Original Message - From: Scott Salisbury To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 4:30 PM Subject: [JBoss-user] org.jboss.deployment.J2eeDeploymentException Hello, I have installed JBoss. It seems to start OK except for the followi

Re: [JBoss-user] async logging

2001-05-24 Thread Guy Rouillier
Async logging is already implemented. Look at the JMSAppender in the log4j documentation. Don't know if this is officially sanctioned code yet, but it's in there. - Original Message - From: "Gabor Dolla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 4:38 AM Su

Re: [JBoss-user] log4j+JBoss

2001-05-24 Thread Guy Rouillier
Sure, here are the relevant lines form jboss.conf in 2.2.1: <-- MLET CODE = "org.jboss.logging.Log4jService" ARCHIVE="jboss.jar,log4j.jar" CODEBASE="../../lib/ext/"> <-- /MLET> I have a follow-up question, though. Will we eventually see jboss.conf go away and have everything in jboss.jcml? I'

RE: [JBoss-user] org.jboss.deployment.J2eeDeploymentException

2001-05-24 Thread Steve Magoun
When you start, make sure you're using run_with_tomcat.bat (or run_with_tomcat.sh on unix) instead of run.bat/run.sh. If tomcat is indeed starting, you should see the following in your console during startup: [...] [EmbeddedTomcat] Initializing [EmbeddedTomcat] Initialized [...] If it's not th

[JBoss-user] org.jboss.deployment.J2eeDeploymentException

2001-05-24 Thread Scott Salisbury
Hello,   I have installed JBoss.  It seems to start OK except for the following errors related to Tomcat.  Is there something I should be doing to start TomCat? JBoss-2.2.1_Tomcat-3.2.1.zip is the file that I installed from.  I am running on Linux Redhat 7.0   Thanks, Scott       [J2EE Dep

RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-24 Thread Han-Shen Yuan
Title: RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window Are session beans pooled initially?  And if they are, wouldn't the create method be called? Han Yuan -Original Message- From: Toby Allsopp [mailto:[EMAIL PROTECTED]] Sent: Th

Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-24 Thread Toby Allsopp
On Thu, May 24, 2001 at 04:51:30PM -0500, Zhou Cai wrote: > Hello, >I met a problem: I created a stateful session bean. In the construction > method of this bean, I write something like > System.out.println("This is a test"); >Then I generate a JAR file and copy the JAR file into

RE: [JBoss-user] Could not start Jboss 2.2.1 in windows 2000 Server -- to Lewis L in for Message: 5816630

2001-05-24 Thread Lewis Lin
Hi, Jimmy, I think your problem is different. It seems like your jboss couldn't find the Crimson parser. Can you check if you have the crimson.jar in jboss\lib? And does your start batch include that in your start classpath? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

[JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-24 Thread Zhou Cai
Hello, I met a problem: I created a stateful session bean. In the construction method of this bean, I write something like System.out.println("This is a test"); Then I generate a JAR file and copy the JAR file into the directory $JBoss\deploy. Then I start JBoss, In the startup

Re: [JBoss-user] no web container found

2001-05-24 Thread Michael Davis
Have you tried the newest binary release jboss-2.2.1_Tomcat-3.2.1.zip. Its all automatically setup for you in this release. MikeD >Hai, > >I'm trying to install Jboss with Tomcat.When I run the server I get >errors like this. >Please help > > >[J2EE Deployer Default] Create application interes

[JBoss-user] Could not start Jboss 2.2.1 in windows 2000 Server -- to Lewis Lin for Message: 5816630

2001-05-24 Thread Wu, Jimmy
Hi, Lewis, I saw your posted message 5816630 about "Could not start Jboss 2.2.1 in windows 2000 Server" I am getting the same error msg even though I had installed JDK1.3.1 What exactly did you do to make it work? By the way, I tried Jboss 2.2.1 on my NT 4.0 SP5, and it works great. Thanks a

[JBoss-user] Deploying Multiple Web Apps with EJBs into JBoss+Tomcat

2001-05-24 Thread Hunter Hillegas
We are re-implementing part of our JavaBeans/JSP/Servlet content management system as EJBs. We host this system for several clients whom we service with virtual hosts. Will we be able deploy multiple copies of the application (the beans will have the same names but be based off of different data

Re: [JBoss-user] Source for opentools minerva pool?

2001-05-24 Thread Toby Allsopp
On Thu, May 24, 2001 at 11:00:00AM -0700, Murali Rangan wrote: > Hi, > > I have downloaded JBoss 2.2.1 with Tomcat 3.2.1, released on April 19th. I > could not find the source code for Minerva pools, which are in the package > org.opentools.minerva... in that package. The latest browsable s

Re: [JBoss-user] automatic generated primarykey ???

2001-05-24 Thread Nicholas
A failsafe method I use for generating database based primary keys is to create a session bean that invokes a call to the database. In my case I simply select a value from an Oracle sequence. If you want to be more creative, you could probably cache values somewhere, provided you did not need to

Re: [JBoss-user] RE: CMP OrderBy DESC problem

2001-05-24 Thread danch (Dan Christopherson)
You should probably upgrade to version 2.2.1 - The bug you've hit was fixed just before the release of JBoss 2.2. See the online documentation page for information on transitioning from 2.0 to 2.2 - there are some changes in how the datasources are configured. -danch Dave, Pragnesh wrote: >

[JBoss-user] RE: CMP OrderBy DESC problem

2001-05-24 Thread Dave, Pragnesh
Dan, here is the server log (I am using JBoss 2.0 final, SQL Server 6.5, and inet tds "UNA" driver) [JAWS] java.sql.SQLException: [RFSRVDEV]Incorrect syntax near the keyword 'DESC'. [JAWS] at com.inet.tds.TdsConnection.a(Unknown Source) [JAWS] at com.inet.tds.TdsStatement.if(Unknown Source) [J

[JBoss-user] no web container found

2001-05-24 Thread Shake
Hai,   I'm trying to install Jboss with Tomcat.When I run the server I get errors like this. Please help     [J2EE Deployer Default] Create application interest.jar[J2EE Deployer Default] install module interest.jar[Container factory] Deploying:file:/D:/JbTom/jboss/tmp/deploy/Default/interes

[JBoss-user] Mosaic Filter Mail

2001-05-24 Thread James L Robinson
Hello, I am out of the office today. I shall be back in the office on Friday, May 25. James ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Source for opentools minerva pool?

2001-05-24 Thread Murali Rangan
Hi, I have downloaded JBoss 2.2.1 with Tomcat 3.2.1, released on April 19th. I could not find the source code for Minerva pools, which are in the package org.opentools.minerva... in that package. The latest browsable source in jboss website have them packaged differently under org.jboss.m

Re: [JBoss-user] RE: CMP OrderBy DESC problem

2001-05-24 Thread danch (Dan Christopherson)
Dave, Pragnesh wrote: > Dan, the following is the stack trace on the client when the finder fails > > javax.ejb.FinderException: Find failed > javax.ejb.FinderException: Find failed > at > sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown > Source) > at sun.r

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-24 Thread Howard Ginsburg
>From looking at the documentation, there is nothing that points to durable queues. Should I be using a topic instead even though I only ever need one subscriber? -Original Message- From: Howard Ginsburg [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 12:46 PM To: '[EMAIL PROTECT

Re: [JBoss-user] RE: CMP OrderBy DESC problem

2001-05-24 Thread danch (Dan Christopherson)
Try enabling jaws SQL tracing by adding 'true' to the top level of your jaws.xml file. Also, make sure that debugging information is output to the logs, either in jboss.conf (for old-style logging) or in log4j.properties (for log4j logging). Dave, Pragnesh wrote: > Dan, the following is the s

Re: [JBoss-user] Auto deploy failing

2001-05-24 Thread danch (Dan Christopherson)
Does your servlet override 'init(ServletConfig)'? If so, does it call 'super.init(config)'? If not, that would tend to cause null pointer exceptions when things try to log. -danch Jonathan Holloway wrote: > Could anybody tell me why auto-deploy fails on the following ear file, > is this a bu

Re: [JBoss-user] JBoss 2.2.1 and Windows 2000

2001-05-24 Thread Scott M Stark
The run with the -verbose mode VM flag and find where the crimson xml classes are coming from because the error at org.apache.crimson.tree.AttributeSet.(AttributeSet.jav:139) does not match the crimson 1.1 source. - Original Message - From: "Michael Haupt" <[EMAIL PROTECTED]> To: <[EMAIL

[JBoss-user] RE: CMP OrderBy DESC problem

2001-05-24 Thread Dave, Pragnesh
Dan, the following is the stack trace on the client when the finder fails javax.ejb.FinderException: Find failed javax.ejb.FinderException: Find failed at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source) at sun.rmi.transport.StreamRemoteCall.executeCa

[JBoss-user] Mosaic Filter Mail

2001-05-24 Thread James L Robinson
Hello, I am out of the office today. I shall be back in the office on Friday, May 25. James ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-24 Thread Rama Rao
Hi, That is the way it should work. Once you restart the server it should process all the messages. That is happening with us. Your XMLs seems to be OK. Which version of JBoss you are using? Can u post the few lines of code which puts the messages in queue? bye rama rao - Original Message

[JBoss-user] Auto deploy failing

2001-05-24 Thread Jonathan Holloway
Could anybody tell me why auto-deploy fails on the following ear file, is this a bug in jboss or a mistake I've made in the creation of the ear file and config files or possible the configuration I've currently got with jboss. I've had this problem since version 2.0 FINAL. Thanks. Jon. [Auto

Re: [JBoss-user] JBoss 2.2.1 and Windows 2000

2001-05-24 Thread Scott M Stark
Your picking up an old version of the org.xml.sax.Attributes class. You must have some xml classes in your VM lib/ext directory. - Original Message - From: "Michael Haupt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 7:43 AM Subject: [JBoss-user] JBoss 2.2.1 a

[JBoss-user] Using another JMS provider

2001-05-24 Thread Breslauer, Don
I'm new to JBoss, so I apologize in advance if has be covered already. Is there any documentation available on how to deploy MDB beans on JBOSS, but using another JMS provider, such as fioranomq? I imagine I would modify the JMS defalts in the jboss.jcml file? thanks, Don _

[JBoss-user] Mosaic Filter Mail

2001-05-24 Thread James L Robinson
Hello, I am out of the office today. I shall be back in the office on Friday, May 25. James ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] RE: CMP OrderBy DESC problem

2001-05-24 Thread danch (Dan Christopherson)
Dave, Pragnesh wrote: > Gang, still NO response on my question. > > Some additional info- > Here is my jaws.xml file > > rfsrvdev > MS SQLSERVER > > > Facility > facility > false > > findTicketsFacility > fac_num < {0} > fac_num > >

Re: [JBoss-user] Container generated PrimaryKey ?

2001-05-24 Thread Jacob Andresen
hi! You could take a look at the Sequence generator in OsCore from OpenSymphony at http://www.opensymphony.com hope this helps, Jacob - Original Message - From: "gizmo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 3:46 PM Subject: [JBoss-user] Container gener

[JBoss-user] Persistence Queue with Message Driven Bean

2001-05-24 Thread Howard Ginsburg
I have my client send messages to a persistent queue, then have a mdb listening on that queue. At runtime, everything seems to work correctly. I am now trying to verify the persistence of the queue. To do this, I remove the mdb from my deployment, send messages from my client, shutdown jboss, r

[JBoss-user] JBoss 2.2.1 and Windows 2000

2001-05-24 Thread Michael Haupt
Hello all, I am trying to use JBoss 2.2.1 on Linux as well on Windows 2000. While everything is quite fine on Linux, JBoss won't start on Windows 2000. Below is what it says. Thanks for any help, Michael Haupt --cut-- C:\JBoss-2.2.1_Tomcat-3.2.1\jboss\bin>run JBOSS_CLASSPATH=;run.jar;../lib/cr

[JBoss-user] (no subject)

2001-05-24 Thread Simon BATESON
hello everyone i'm new to jboss, managed to get it up and running and co-operating happily with tomcat and an oracle db without help so far, but i'm getting a bit stuck with the infamous pet store. note - i'm using the 1.2 version of pet store that doesn't - i presume - need patching. when i tr

[JBoss-user] ** title for my previous email should read "jboss/petstore help needed", sorry**

2001-05-24 Thread Simon BATESON
** title for my previous email should read "jboss/petstore help needed", sorry** Simon Bateson ICTeam S.p.A Italia ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] RE: CMP OrderBy DESC problem

2001-05-24 Thread Dave, Pragnesh
Gang, still NO response on my question. Some additional info- Here is my jaws.xml file rfsrvdev MS SQLSERVER Facility facility false findTicketsFacility fac_num < {0} fac_num Everything works fine with the above config

Re: [JBoss-user] Log4j xml configuration in the log4j service mbean

2001-05-24 Thread Scott M Stark
Add it as a feature request at sourceforge.net - Original Message - From: Paul Austin To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 4:46 AM Subject: [JBoss-user] Log4j xml configuration in the log4j service mbean Are there any plans to modify the Log4jService to use the DOMConfi

Re: [JBoss-user] Container generated PrimaryKey ?

2001-05-24 Thread Emanuel Galindo
I'm using Integer or Long, or in the id generator i use a String. On Thu, 24 May 2001, gizmo wrote: > I don't want to generate a primary key and i did read it's possible the > container can do this for me. > I just need to act with java.lang.Object as key the way I show in the code > below. > T

[JBoss-user] Pointbase and InstanceDB problem

2001-05-24 Thread Ben Hui
I am using the pointbase database. After I put the driver and connection pool parameters into jboss.jcml, the original InstanceDB connection pool failed to start. It just hang up forever. Is there any conflict between InstanceDB and Pointbase? I am using jboss 2.2.1 btw, is the hypersonic datab

Re: [JBoss-user] Connection Pooling

2001-05-24 Thread Michael Davis
In an EJB or anything that needs a connection you need to look up the connection. Something like the following: ... private Connection dbCon = null; private Connection getConnection() { if( dbCon == null ) { try { InitialContext ic = new InitialContext();

Re: [JBoss-user] Stateless Session Bean and CallableStatement

2001-05-24 Thread David Ward
As much as I made it clear (via earlier response) that I don't think clients should have access to DB resources like your CallableStatement, it is understandable that a client could very well want to display something like a JTable with the results of a query. In which case, you still need th

Re: [JBoss-user] Need help in starting jboss and Tomcat

2001-05-24 Thread Scott M Stark
Using what version of the tomcat/jboss bundle? - Original Message - From: Francesco Marchioni To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 5:31 AM Subject: [JBoss-user] Need help in starting jboss and Tomcat Hello, I'm having problems in starting tomcat + jboss. I get the foll

[JBoss-user] Container generated PrimaryKey ?

2001-05-24 Thread gizmo
I don't want to generate a primary key and i did read it's possible the container can do this for me. I just need to act with java.lang.Object as key the way I show in the code below. The bean is very simple and handle with a string. I can deploy the bean without problems. But when i try to access

Re: [JBoss-user] jsp cannot import classes from the common classpath. Will it be fixed?

2001-05-24 Thread David Ward
The thing to remember here is the main goal of WAR packaging: portability. The idea is that everything a web application needs should be inside the WAR file. The web container should not have to try to find things like classes outside of the WAR file for any given web app. **Exception:** T

Re: [JBoss-user] Need help in starting jboss and Tomcat

2001-05-24 Thread Nirvana
remove the TOMCAT_HOME env variable and then try   cheers, Nirvana   -Original Message-From: Francesco Marchioni <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Thursday, May 24, 2001 7:03 PMSubject: [JBoss-user] Need help in starting jbo

Re: [JBoss-user] javax.naming.NameNotFoundException: com.client.EmployeeHome not bound

2001-05-24 Thread Nirvana
make sure your application jar file is in the class path. I have a feeling that you lookup methodology also has some problems. follow the first chapter of the documentation..it's very straight forward...it woked fine for me today cheers, nirvana -Original Message- From: Dinesh <[EMAIL PRO

[JBoss-user] Need help in starting jboss and Tomcat

2001-05-24 Thread Francesco Marchioni
Hello, I'm having problems in starting tomcat + jboss. I get the following server trace. Does anybody has a clue for me how to fix it? Thank you very much in advance. Francesco     [Container factory] Started[EmbeddedTomcat] Starting[EmbeddedTomcat] Starting EmbeddedTomcat2001-05-24 02:25

[JBoss-user] Log4j xml configuration in the log4j service mbean

2001-05-24 Thread Paul Austin
Are there any plans to modify the Log4jService to use the DOMConfigurator if the user specifies a xml config file?   cheers, Paul   Paul Austin Viant Tel: +44-20-7984-7158 Fax: +44-20-7984-7101 AIM: PaustinViant YahooIM: p_d_austin JabberIM: paustin    

[JBoss-user] javax.naming.NameNotFoundException: com.client.EmployeeHome not bound

2001-05-24 Thread Dinesh
hi all, I tryied to deploy a sample ejb application in jboss2.2.1 and it is also deployed successfully. but, when i run the client, it is giving the following exception.. ---Exception - C:\JBOSS-SERVER\employee>java EmployeeClient Got conte

RE: [JBoss-user] About JBoss HA: Simply curiosity

2001-05-24 Thread jsoriano
Hello Matthew: That's all that i know about JBoss HA --> http://194.38.95.241/jboss/ In this web you'll find a list of features about JBoss HA, a download link, and information about installing JBoss HA (i suggest you to download the compiled version). Regards: _

RE: [JBoss-user] About JBoss HA: Simply curiosity

2001-05-24 Thread Sacha Labourey
Hello Matthew, > Where can I find out more about JbossHA? Here : http://194.38.95.241/jboss/ You'll find some information about a *first* test implementation of HA for SLSB (features, installation, ...). There's currently no document about future features. As said before, I will write a small d

RE: [JBoss-user] About JBoss HA: Simply curiosity

2001-05-24 Thread jsoriano
Hello Sacha: You're really quick! Thanks > When you say you are >interested about it, you mean by curiousity or as a developer (both cases >are interesting!) let us know! ;) Sorry, i'm not a developer :-( but more than a curious user... By the moment i'm only testing JBoss as a very good op

RE: [JBoss-user] About JBoss HA: Simply curiosity

2001-05-24 Thread Matthew . GREEN
Hi, Where can I find out more about JbossHA? Is there a list of features that it will have? Thanks Matt > -Original Message- > From: Sacha Labourey [mailto:[EMAIL PROTECTED]] > Sent: 24 May 2001 10:49 > To: jboss-user > Subject: RE: [JBoss-user] About JBoss HA: Simply curiosity *

Re: [JBoss-user] Cant run the JBoss example client

2001-05-24 Thread Tobias Frech
Hi again! In the test client you define the JNDI settings. One of those values is java.naming.provider.url . Can you ping the host which is given in the url ? Please try it. If you install a TCP/IP sniffer, can you see the client trying to connect on that porton the server ? Please also make sur

[JBoss-user] Scrollable ResultSet

2001-05-24 Thread Richard Conway
Since upgrading from JBoss 2.0 FINAL to 2.2.1 my system has developed a bug - an exception is thrown from a call to ResultSet.last(). The exception is thrown because the ResultSet is of type TYPE_FORWARD_ONLY. >From searching the mail-archive it appears that this is down to a bug in the minerva

RE: [JBoss-user] About JBoss HA: Simply curiosity

2001-05-24 Thread Sacha Labourey
Hello Jaume, > Hello: nowadays i'm testing High Availability with JBoss > (http://194.38.95.241). great! in fact, it is http://194.38.95.241/jboss/ > I've installed and configured JBoss HA in two different PCs > running Linux Mandrake 7.2. > I've deployed the 'testbean.jar' and later i've run

Re: [JBoss-user] Connection Pooling

2001-05-24 Thread Darius Davidavicius
in JBoss.xml I define: oraclePool oraclePool in the java source code you can do like: protected Connection getConnection() throws SQLException { InitialContext initCtx = null; String aOraclePoolName = "java:comp/env/jdbc/oraclePool"; t

[JBoss-user] Tomcat and Jboss

2001-05-24 Thread Thomas Wrobel
Hello, I've some problems installing Tomcat and JBOSS. Followed the instructions in the documentation i couldn't start Tomcat. I get the following errors: [EmbeddedTomcat] Starting [EmbeddedTomcat] Starting EmbeddedTomcat 2001-05-24 10:42:39 - ContextManager: Adding context Ctx( /examples )

[JBoss-user] how to configure jboss for forwarding?

2001-05-24 Thread Rogelio Triviño
Hi: I'm using a linux machine for firewall and forwarding. I try to connect jboss from a client applet that I serve with jboss. The applet connect to my public ip in internet, and the firewall redirects the input to the jboss server (another linux machine) I have enabled forwarding for ports 10

[JBoss-user] async logging

2001-05-24 Thread Gabor Dolla
Hi Is there any plan to implement async logging ? I saw an implementation of it recently in a commercial product. I guess it could be implemented on top of log4j and JMS easily and this could be transparent to the users of log4j. When the user call log.info("Hello"); it'd generate a message and a

Re: [JBoss-user] log4j+JBoss

2001-05-24 Thread SRadford
The log4j setup is in jboss.conf (to be uncommented)? Not in my version (JBoss 2.2.0 FINAL) - Just checked my older versions (2.1 and 2.0) and neither do they. (I don't think I deleted them) Sean -- Dr Sean Radford, MBBS, MSc Senior Consultant Ag

[JBoss-user] About JBoss HA: Simply curiosity

2001-05-24 Thread jsoriano
Hello: nowadays i'm testing High Availability with JBoss (http://194.38.95.241). I've installed and configured JBoss HA in two different PCs running Linux Mandrake 7.2. I've deployed the 'testbean.jar' and later i've run 5 instances of TestGUI.jar, and...it RUNS!!! : every node in the cluster is s

Re: [Re: [JBoss-user] Cant run the JBoss example client]

2001-05-24 Thread swamy
Hi, The problem is solved now. I dunno how. I restarted the JBoss server and executed the client again it is working fine for one of my test bean, but still the Interest example bean is not working. This is the o/p I get is as follows ... Got context Got reference Interest on 1000 units, at 10%

Re: [JBoss-user] Connection Pooling

2001-05-24 Thread Toby Allsopp
Lan Nguyen wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* That's nice. > Hi Everyone; > > After you modify the jboss.jcml to include ... > how do you access this connection pool in the client program?? Define "client program". Connection pools are for