Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
David is quite correct (as is his wont) - when you make a configuration change it is usually a good idea to kill (expurgate, delete, elminiate, etc.) jboss-auto.conf. In more than good fun, danch David Jencks wrote: > I haven't been following your thread but if you leave jboss-auto.jcml lying

Re: [JBoss-user] Jetty vs. Tomcat

2001-04-19 Thread danch
Alternatively, Tomcat is the reference implementation. Jetty is lightweight and fast. The only other thing is that (judging from traffic analysis of these mailing lists) Integration of Tomcat with JBoss is better tested. (Jetty users, feel free to argue) -danch Alvin Yap wrote: > Tomcat is

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread David Jencks
I haven't been following your thread but if you leave jboss-auto.jcml lying around ( and aren't using the -very- latest ( i think 2.3, maybe 2.2.1) sources you will keep getting all the mbeans from your previous runs even though you removed them from jboss.jcml. Delete jboss-auto.jcml and these

[JBoss-user] j2ee app client support

2001-04-19 Thread Victor Lan
Does jBoss support running a j2ee app client within a container? Something like "runclient.bat" in the J2EE reference implementation? Victor ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] ResultSet or minerva.ResultSetInPool

2001-04-19 Thread Guy Rouillier
Just use a simple ResultSet: Connection connection = ((DataSource)new InitialContext().lookup("java:comp/env/jdbc/DefaultDS")).getConnection(); Statement stmt = connection.createStatement(); ResultSet rs = stmt.executeQuery("SELECT count(*) from account"); - Origin

Re: [JBoss-user] Tomcat-JBoss ClassNotFoundException (again)

2001-04-19 Thread Victor Lan
In addition to the tomcat+jboss howto, you should read the "Deployment on JBoss" section. Also, get the tomcat-test.ear app from the contrib suite to see how it's done. It does work. Victor - Original Message - From: "Bill Pfeiffer" <[EMAIL PROTECTED]> Date: Thursday, April 19, 2001

[JBoss-user] Tomcat-JBoss ClassNotFoundException (again)

2001-04-19 Thread Bill Pfeiffer
Has anyone successfully deployed a non trivial .ear (ie something other than the example ear) under the integrated Tomcat-JBoss binary? I've read the docs. I've reviewed the working sample. I've tried what seems to be every concievable permutation of .jcml, .conf, manifest settings that I can c

Re: [JBoss-user] How can I use a properties file?

2001-04-19 Thread Toby Allsopp
Hi. Please don't reply to a random message when you're starting a new thread. On Fri, Apr 20, 2001 at 10:17:33AM +0800, Sam Liu wrote: > In ejb project(include .war file), Can i use a properties file? > because I think properties file is convenient. > if i can use a properties file, where can i

Re: [JBoss-user] Jetty vs. Tomcat

2001-04-19 Thread Alvin Yap
Tomcat is more robust and extensible. Jetty is lightweight and fast. Alvin Jason Dillon wrote: > Does anyone have any opinions as to which contain is more robust, easier to > use and such? > > --jason > > ___ > JBoss-user mailing list > [EMAIL PROTEC

[JBoss-user] Jetty vs. Tomcat

2001-04-19 Thread Jason Dillon
Does anyone have any opinions as to which contain is more robust, easier to use and such? --jason ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
Robert, I used your versions of jboss.conf and jboss.jcml with the adjustments for jdbc url. (Thanks:)) It looks like it ran well. Take a look at the log though. I have this phantom datasource at the bottom again!! Where is DefaultDB coming from?? For that matter where is BlackBoxDB coming fr

[JBoss-user] How can I use a properties file?

2001-04-19 Thread Sam Liu
Hi, In ejb project(include .war file), Can i use a properties file? because I think properties file is convenient. if i can use a properties file, where can i put it? and how can i use it in a java file? thanks, Sam Liu. http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Beans calling Beans

2001-04-19 Thread Brian Farrar
I have a service bean (stateless session) which maintains metadata on my system (call it MSB.)  MSB is used by other beans (call them Worker Beans.)  It appears that I must deploy the MSB first (which I would expect.)  However when I deploy the Worker Beans that use the MSB they give an erro

[JBoss-user] Starting JBOSS with previously deployed beans

2001-04-19 Thread Brian Farrar
JBOSS 2.0 Final on Linux:   Here the situation, I start JBOSS without any beans deployed.  I deploy my beans (three for what it's worth.)  Every thing is fine, test programs work, jndiView class shows the home interfaces.  I stop JBOSS.  I start JBOSS.  The beans "seem" to be redeployed, how

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
Set loggingEnabled to true in your jcml. God willing, that will allow you to see the damned SQLException that's being thrown and eaten. -danch John Menke wrote: > It was related to that. (pg_hba.conf) I had an entry for localhost in the > pg_hba.conf. For some reason Postgresql was seeing th

Re: [JBoss-user] mod_jk.conf-auto file not being rewritten

2001-04-19 Thread Dewayne McNair
This was answered a few days ago -- search the list archives if you can for full details. But, in summary, if you really need Apache to serve your static content instead of Tomcat serving it, the answer is "put static content in a static place" (i.e., not in your .ear file). -- Dewayne >>From:

Re: [JBoss-user] 2.2.1 release available at sourceforge

2001-04-19 Thread Scott M Stark
Negative. - Original Message - From: "Alexander Kogan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 2:48 PM Subject: Re: [JBoss-user] 2.2.1 release available at sourceforge > Hi, > > That is really great that *binary* release is bundled with sources now.

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread Robert Schulz
We run RH7.0 with jBoss2.2 and Postgres7.1b5 - works like a dream. Attached is out jboss.conf and jboss.jcml - have look at it. Will not fit your need exactly, as we don't use tomcat and I also ripped other MBeans which we don't need, but the postgres stuff should be the same (change connection i

Re: [JBoss-user] InstantDB vs. HypersonicSQL

2001-04-19 Thread Jason Dillon
Straight from the horses mouth I see. Thanks for the info. --jason On Thu, 19 Apr 2001, Paul A Morgan wrote: > Jason, > > I know that InstantDB is in use by hundreds of > commercial products so I guess that says a lot! Also, > InstantDB, unlike Hypersonic is fully JDBC2.0 compliant and >

[JBoss-user] Example: Interest in the JBoss Doc

2001-04-19 Thread bing lu
I am running JBoss 2.2 on Window 2000. I started jboss server and copied interest.jar to the deploy directory and get [Auto deploy] Auto deploy of file:/C:/Install/JBoss/deploy/interest.jar [J2EE Deployer Default] Stopping module interest.jar [Container factory] Undeploying:file:/C:/Install/JBoss

[JBoss-user] Example: Interest in the JBoss Doc

2001-04-19 Thread bing lu
I am running JBoss 2.2 on Window 2000. I started jboss server and copied interest.jar to the deploy directory and get [Auto deploy] Auto deploy of file:/C:/Install/JBoss/deploy/interest.jar [J2EE Deployer Default] Stopping module interest.jar [Container factory] Undeploying:file:/C:/Install/JBoss

[JBoss-user] JBoss 2.2 + Petstore TheShoppingClientController error

2001-04-19 Thread Shaun O'Hagan
Hi, I'm trying to get the above working and am making some progress. I've applied the petstore patch and followed the instructions. I'm actually using Interbase as my database and the boot up of JBoss with the deployed petstore looks clean. However doing http://localhost:8080/petstore/index

Re: [JBoss-user] CMP Postgres and Booleans

2001-04-19 Thread Christofer Sandberg
I had this problem aswell, and i belive that the postgres JDBC2 driver is to blame. A quick fix to the problem is to edit the ResultSet.java file in the Postgres driver source. Change the line: return ((c == 't') || (c == 'T')); int the getBoolean function on line 184:ish to: return ((c == 't'

Re: [JBoss-user] InstantDB vs. HypersonicSQL

2001-04-19 Thread Paul A Morgan
Jason, I know that InstantDB is in use by hundreds of commercial products so I guess that says a lot! Also, InstantDB, unlike Hypersonic is fully JDBC2.0 compliant and even supports the XA protocol for distributed transactions. More often than not, InstantDB is used with the Enhydra Enterpris

Re: [JBoss-user] 2.2.1 release available at sourceforge

2001-04-19 Thread Alexander Kogan
Hi, That is really great that *binary* release is bundled with sources now. But, maybe, build directory should be also included in this case? Scott M Stark wrote: > > A new 2.2.1 release is available from the jboss.org page at sourceforge along > with a JBoss2.2.1/Tomcat3.2.1 bundle. See http

RE: [JBoss-user] ResultSet or minerva.ResultSetInPool

2001-04-19 Thread Filip Hanik
The code we use: l_query= "SELECT noticia FROM noticias"; l_pstmt = l_con.prepareStatement(l_query); l_rst = l_pstmt.executeQuery(); // which of the next two lines should be here?? a) l_rst2 = ((org.jboss.minerva.jdbc.ResultSetInPool)l_rst).getUnderlyingResultSet(); // JBOSS b

Re: [JBoss-user] mod_jk.conf-auto file not being rewritten

2001-04-19 Thread David L Solomon
i ran into this problem also. I ran tomcat.bat first which generated the mod_jk.conf-auto, then killed off tomcat, and ran jboss with embedded tomcat after. hope this helps, dave - Original Message - From: "Ryan Partridge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Ap

[JBoss-user] cocoon + jetty

2001-04-19 Thread Bob Mancarella
Title: cocoon + jetty I have followed the instructions posted here to get cocoon working with jboss/jetty. It works as specified. My question is if I want to have the xml/xsl files in the ear file how do I do the configuration. -Bob

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
It was related to that. (pg_hba.conf) I had an entry for localhost in the pg_hba.conf. For some reason Postgresql was seeing the JBoss connection coming from my local network IP address instead of localhost. I determined this by trying to connect to a JSP page that uses the database from Tomcat.

Re: [JBoss-user] mod_jk.conf-auto file not being rewritten

2001-04-19 Thread Ryan Partridge
Thanks for the quick response. That leads me to my next question: Since JBoss dynamically creates directories to unpack .ear files (e.g. /usr/local/jboss/tmp/deploy/Default/adb.ear/web1001) how can I tell Apache what paths to use? Each time I redeploy my ear file, the location changes (web100

Re: [JBoss-user] mod_jk.conf-auto file not being rewritten

2001-04-19 Thread Dewayne McNair
You shouldn't be using mod_jk.conf-auto. If you do, any changes you make get overwritten each time you start Tomcat. mod_jk.conf-auto is only an example. Make a copy of it, make any changes you need, and then use this new file as your include from Apache. -- Dewayne - Original Message ---

[JBoss-user] InstantDB vs. HypersonicSQL

2001-04-19 Thread Jason Dillon
Does any one know what the basic differences are between these two databases? Is one better suited for production usage? --jason ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] mod_jk.conf-auto file not being rewritten

2001-04-19 Thread Ryan Partridge
I am running JBoss w/ Embedded Tomcat + Apache (all the latest versions) on a RedHat 7.0 box. I have followed on the instructions on jakarta.apache.org to configure Apache and Tomcat. However, this setup depends on Tomcat rewriting the mod_jk.conf-auto file each time it starts. For whatever

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
My only thought is if you have pg_hba.conf set up to allow TCP from localhost? -danch John Menke wrote: > > I just tried that and it still doesn't work. > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel > > Cardin > > Sent: Thursday,

[JBoss-user] Arbitrary object persistence

2001-04-19 Thread Jason Dillon
Does any one know of a production quality library that integrates into JBoss that can provide persistence of arbitrary objects into a RDBMS? I have looked a bit at Castor, but it *looks* like this requires some extra metadata for the object. Any ways, if someone happens to know of something that

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
I just tried that and it still doesn't work. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel > Cardin > Sent: Thursday, April 19, 2001 2:52 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > I can't s

Re: [JBoss-user] different datasources for differnet entity beans

2001-04-19 Thread Franco Biaggi
Hi, if I'm right on the discussion, the datasource is defined at ejb-jar.xml, for instance if you need more that one datasource, build a jar file for each datasource that contain the correct xml files and eventually the EBs. With this approach we are able to connet to mySQL for the new applicati

[JBoss-user] Unsubscribe me !

2001-04-19 Thread Puthezhath, Rajeev (TWII Boston)
Please unsubscribe me. Thanks Rajeev ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] different datasources for differnet entity beans

2001-04-19 Thread Toby Allsopp
On Thu, Apr 19, 2001 at 08:07:15PM +0100, Ijonas Kisselbach wrote: > Yeah no problem what so ever. The following works for BMP as well as CMP > beans. > > Basically, all you need to do is specify different datasource resource > references in your ejb-jar.xml and jboss.xml files, e.g.: I'm fairly

RE: [JBoss-user] Question about custom finders for compound objects

2001-04-19 Thread Daniel Cardin
I'm not sure I understand completely... but let's use another terminology. XYZBean the name of the bean XYZPK the class for the primary key then the home interface contains XYZ findByPrimaryKey(XYZPK key); // Where XYZ is the remote interface to your bean The same name will be used in

Re: [JBoss-user] JBoss 2.2: Servlet Authentication against JBoss realms. How ?

2001-04-19 Thread Scott M Stark
Correct. - Original Message - From: "Ijonas Kisselbach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 11:44 AM Subject: Re: [JBoss-user] JBoss 2.2: Servlet Authentication against JBoss realms. How ? > So let me get this right. > > First I authenticate with

[JBoss-user] Question about custom finders for compound objects

2001-04-19 Thread Nordahl, David C
I found a place in my EJB book (O'Reilly 2nd ed. pg. 159) that talks about having a compound key as a primary key. It says that you have to map the keys to corresponding fields in the bean class. Ex. If 'Component' is a compound primary key and 'id' is an attribute of 'Component' which findByP

Re: [JBoss-user] different datasources for differnet entity beans

2001-04-19 Thread Ijonas Kisselbach
Yeah no problem what so ever. The following works for BMP as well as CMP beans. Basically, all you need to do is specify different datasource resource references in your ejb-jar.xml and jboss.xml files, e.g.: ejb-jar.xml - Bean1

Re: [JBoss-user] Service is not intialized...

2001-04-19 Thread Scott M Stark
Go through: http://www.jboss.org/documentation/HTML/ch10s40.html "How to Integrate Custom Services via MBeans" - Original Message - From: Andrew To: [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 11:16 AM Subject: [JBoss-user] Service is not intialized... Hello, I write some M

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread Daniel Cardin
I can't say for sure, because I don't use Postgresql... but AFAIK, you should use the same values for the PoolName and the Name under the XADataSource service. ie: jdbc/PostgresDB instead of jdbc/PostgresDB When JBoss hangs on the datasource binding, from my experience, it indicate

[JBoss-user] 2.2.1 release available at sourceforge

2001-04-19 Thread Scott M Stark
A new 2.2.1 release is available from the jboss.org page at sourceforge along with a JBoss2.2.1/Tomcat3.2.1 bundle. See http://sourceforge.net/projects/jboss/ An new JBoss2.2.1/Jetty bundle will be released later today. See the Change Notes with Group=v2.2.1 for the changes relative to the 2.2.0

Re: [JBoss-user] Adding new connection pool during runtime

2001-04-19 Thread Toby Allsopp
On Thu, Apr 19, 2001 at 11:33:40AM +0200, Avi Kavas wrote: > Hi, > > I still have not found a way to add a connection pool to a new database at > runtime. > Can this be done with JBoss ? How ? It certainly can. All of the connection pools are configured at runtime by org.jboss.configuration.Conf

Re: [JBoss-user] JBoss 2.2: Servlet Authentication against JBoss realms. How ?

2001-04-19 Thread Ijonas Kisselbach
So let me get this right. First I authenticate within Tomcat, using the usual means This then sets ups credentials which will be passed onto JBoss for further handling. But always authenticate in Tomcat first... ?? This makes sense if this is the case. Can you confirm ? Cheers, Ijonas. -

[JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
I have the following coded in my jboss.jcml and I have included postgresql.jar in my lib/ext folder, but JBoss hangs on startup. postmaster is running with the -i option when I try this and I have a database setup named ejb with ejbUser as a user and ejbUserPassword as the account password. My e

[JBoss-user] different datasources for differnet entity beans

2001-04-19 Thread Carles Pi-Sunyer
Is it possible to configure the datasource that an entity bean uses on a per-bean basis? I have entity beans (container managed) that represent tables in different databases. I would like to avoid packaging them in different jar files. Is there any way to do this? Thanks, Carles ___

Re: [JBoss-user] ResultSet or minerva.ResultSetInPool

2001-04-19 Thread danch
He's casting what was returned from executeQuery so that he can call getUnderLyingResultSet. Filip Hanik wrote: > > getUnderLyingResultSet returns a java.sql.ResultSet, and if you are using > racle then it returns oracle.jdbc.ResultSet or something like that, you have > to look up the exact clas

[JBoss-user] Service is not intialized...

2001-04-19 Thread Andrew
    Hello, I write some MBean and want to start it as service- all is okServiceControl  say: Initializing "#standard beans"+ "my bean" MBeans but mybean is Not initialized later.Have I lost something?Regards.

RE: [JBoss-user] ResultSet or minerva.ResultSetInPool

2001-04-19 Thread Filip Hanik
getUnderLyingResultSet returns a java.sql.ResultSet, and if you are using racle then it returns oracle.jdbc.ResultSet or something like that, you have to look up the exact class. you get a classcast exception because you think it is a Minerva resultset. getUnderLyingResultSet returns the actual d

Re: [JBoss-user] JBoss 2.2: Servlet Authentication against JBoss realms. How ?

2001-04-19 Thread Scott M Stark
You have to have a Tomcat realm ahead of the JbossRealm as the JbossRealm just mpas the credentials obtained by the Tomcat Realm onto the JBoss notion of the thread user. - Original Message - From: Ijonas Kisselbach To: jbUser Sent: Thursday, April 19, 2001 10:01 AM Subject: [JBoss-user]

[JBoss-user] ResultSet or minerva.ResultSetInPool

2001-04-19 Thread Jose Ramon Diaz
Hi, We are trying to obtain a ResultSet from an Oracle database. We find a trouble with Minerva types, We are using JBoss 2.2, with JDBC 2.0 and Oracle 8.1.7. We are using MinervaPool driver for the JDBC. In our configuration files, - jboss.jcml: We use 'org.jboss.minerva.xa.

RE: Subject: [JBoss-user] Problem running the InterestBean example

2001-04-19 Thread D Miller
In case anyone is interested I figured out the problem. I did not have ioser12.dll on my Path. Obviously it is a native DLL and loaded from the path. Since I am trying to stick with running Borland's delivered version of 1.3 JDK I used JBuilder's file. So I simply added \jre\bin to my path and tha

Re: [JBoss-user] DataSource, JDBC, and stuffs

2001-04-19 Thread Ijonas Kisselbach
Hi,   Step 1. You should have a getConnection() method that returns a java.sql.Connection object, which is retrieved through Context.lookup(). We use a base class with the following method:     protected Connection getConnection() throws SQLException {    Connection conn = null;    Object o;

Re: [JBoss-user] Finder method question

2001-04-19 Thread Ijonas Kisselbach
Using BMP this is definitely possible. All you would have is a finder method which looks something like this: public String ejbFindByFirstName(Person p) { PreparedStatement pstmt = myDBConnection.prepareStatement("select emp_id from employee where firstname = ?"); pstmt.setString(1, p.ge

RE: [JBoss-user] Finder method question

2001-04-19 Thread Daniel Cardin
I am under the impression that custom finders (ejbFindBy...) are supported under CMP. Just add the FindBy method in the home interface and all should be well. ps. I hope it works, I'll need to code some real soon :) btw. as a precision, what you return is the primary key class... be it Integer,

RE: [JBoss-user] Finder method question

2001-04-19 Thread Schouten, Andreas
Let's asume the Employee remote interface inherits from (interface) Person. Let's also asume the Employee home interface inherits from PersonHome (Where person is not a bean itself!) and PersonHome has a finder-method which returns a object of type person. (I tried to implement this.) Then the con

[JBoss-user] jboss-jetty EAR

2001-04-19 Thread fractals
Hi, I have developed a couple of EJB's for some kind of shared calendar for which I have a web interface and a Java client. I run the servlets in JServ/Apache, which works very well, but for "prettyness" reasons and enhanced configurability, I'd like to package the whole thing in an EAR archive.

RE: [JBoss-user] jBoss-Multiple Instances-LDAP Sharing

2001-04-19 Thread Sam
I am interested in others comments as well. We have the same interest. I have had good luck in using the command line parameter settings for starting JBoss and I can actually get multiple instances running. Things get more complicated as one adds their own code. a) I found that the default in

[JBoss-user] JBoss 2.2: Servlet Authentication against JBoss realms. How ?

2001-04-19 Thread Ijonas Kisselbach
Hi,   I'm trying to authenticate servlets against a a JBoss realm. I've got the servlets and JSP authenticating against the org.apache.tomcat.request.SimpleRealm and tomcat-users.xml file. This works fine. But I know want to go to the next step and authenticate against a Jboss realm. Hence I

[JBoss-user] Finder method question

2001-04-19 Thread Nordahl, David C
I'm wondering if it is possible to create a finder method for an attribute which is nested in another object attribute of my bean. For example, say I have an Employee bean with an attribute of type Person (non bean) which has an attribute of last and first name, and I want to make a method findBy

[JBoss-user] (no subject)

2001-04-19 Thread Dario Sanchez C.
Help, I need a document for install jboss and petstore, before the patch jps1.1.1 go to srs/petstore/src/ modify build.xml and change my directory o jboss. before run sh build.sh and I get.. ... Copying 1 files to /usr/local/jps1.1.1/src/petstore/build/classes Compiling 97 source fi

Re: [JBoss-user] DataSource, JDBC, and stuffs

2001-04-19 Thread Cokorda Raka Angga Jananuraga
Hi, I have exactly the same problem (please see email with subject: JNDI and Connection Pool, etc. From Pellegrini, John. Posted on Sun, 01 Apr 2001 06:49:56 -0700). Please, does anybody know the answer to this problem. thanks a lot, Raka --- Cokorda Raka Angga Jananuraga <[EMAIL PROTECTED]> w

Re: [JBoss-user] Tomcat authentication problem 2

2001-04-19 Thread danch
I'm not a Tomcat expert, but I believe that on your client side (in JSPs and servlets, that is) you should be using Tomcat style login interceptors. There is a JBoss interceptor that picks up the Tomcat principal and credential and assigns the SecurityAssociation to the thread. This way, as long a

Re: [JBoss-user] diff in behavior between server-side and client-side

2001-04-19 Thread danch
toby cabot wrote: > > danch, > > > toby cabot wrote: > >> I noticed that the remote client code gets a copy of moola but the > >> server-side session bean gets a reference to the member itself > >> (and can thus change it). > > > > Turn off optimized invocations in jboss.xml > > Got it, thank

Re: [JBoss-user] env-entry JDNI name

2001-04-19 Thread Mike Hoolehan
An empty jboss-web.xml in WEB-INF. By empty I mean the file consists of: as Darrin suggested below. On Wed, Apr 18, 2001 at 04:06:33PM -0700, Jason Dillon wrote: > Is this an empty element or an empty jboss.xml (or > jboss-web.xml) file in WEB-INF/? > > --jason > > > On Wed, 18 Apr 2001,

[JBoss-user] jBoss-Multiple Instances-LDAP Sharing

2001-04-19 Thread K.V. Vinay Menon
Hi, A couple of basic questions regarding running jBoss in a production environment a) Can I run multiple instances of jBoss on a single server? If so what changes are needed in the configuration? b) Can jBoss integrate with external LDAP products like ADS or Netcape LDAP? If this is po

[JBoss-user] DataSource, JDBC, and stuffs

2001-04-19 Thread Cokorda Raka Angga Jananuraga
Hi, I'm a newbie to EJB and JBoss. Now, I'm entering creating BMP entity bean chapter in my EJB book. I have trouble in deploying the bean, especially mapping a jndi name to a connection pool (?). Which files to configure, and how ? I can't find enough clues in JBoss documentation. I've search

RE: [JBoss-user] Flushing Cache (For Simone ?)

2001-04-19 Thread Daniel Cardin
On the topic of flushing the EJB cache Francois Archambault said... |So we created our own LRUEnterpriseContextCachePolicy class to be able |to passivate beans with JMS messages. We actually call the ageOut |method with the beans key we want to flush by going through the LRUList |obtains from ge

Re: [JBoss-user] Problems with the connection(-pool) on container-managed beans

2001-04-19 Thread Roman Wittchen
Hi Toby ! I could solve my problem ... You remember your hint with calling the getUnderlyingConnection method ? I mistakenly closed that connection. After I eliminated the close call, everything went fine. Anyway, thanks for your help :-) Best regards, Roman Wittchen _

Re: [JBoss-user] How to configure jboss-tomcat embbeded with IIS

2001-04-19 Thread Dewayne McNair
I'm not sure I understand the second sentence "... I don't know which is the directory...". Can you explain what you're trying to do? For the most part, configuring IIS+JBoss+Tomcat should be no different than configuring IIS+Tomcat. But, maybe I'm missing something... > I think that doc, it`s

[JBoss-user] Session Validation

2001-04-19 Thread Simphoukham, Southin
Hi, Is there a way to check if a user's session is valid in JBoss? Is there a JBossmethod or function that I can call. Outside of that there is always the session time out. Southin ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourcefo

[JBoss-user] Load

2001-04-19 Thread Simphoukham, Southin
Hi, Does anyone know if JBoss 2.2 connection pooling for Oracle 8i is stable? I would like to know if it will be stable under load of at least 250 people. If not is Jboss scalable, a few more instance of JBoss running on their own processor with Cisco LoadBalancer up front. As for now I am stil

RE: [JBoss-user] How to configure jboss-tomcat embbeded with IIS

2001-04-19 Thread Antonio Vazquez
Hi Dewayne, I think that doc, it`s only to Tomcat.My problem is that I don`t know which is the directory where the IIS has to point to.In a Tomcat + IIS configuration that directory is the application directory, but in a Jboss+Tomcat+IIS with an ".ear file" deployed in jboss\deploy, which is the d

Re: [JBoss-user] Error getting InitialContext when running Tomcat separate from JBoss

2001-04-19 Thread James Cook
The key jar file is jnp-client.jar and the key directory to place it is /WEB-INF/lib. Looks like one of these is not happening. jim - Original Message - From: "Brett Palmer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 5:59 PM Subjec

Re: [JBoss-user] How to configure jboss-tomcat embbeded with IIS

2001-04-19 Thread Dewayne McNair
Sure... instructions are at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l -- Dewayne > Hi all, > could anybody tell me how I can configure jboss-tomcat embbeded with IIS? > > Thanks in advance > > Antonio ___ JBoss-u

[JBoss-user] JBoss

2001-04-19 Thread B to B
Is the latest version of jboss mature enough for commercial use? Other than the documentations that I can find from jboss.org, where else I can find jboss documentations, is there any downloadable version in pdf? __ Do You Yahoo!? Yahoo! Auction

Re: [JBoss-user] diff in behavior between server-side and client-side

2001-04-19 Thread toby cabot
danch, > toby cabot wrote: >> I noticed that the remote client code gets a copy of moola but the >> server-side session bean gets a reference to the member itself >> (and can thus change it). > > Turn off optimized invocations in jboss.xml Got it, thanks. I can hack standardjboss.xml for a s

[JBoss-user] problems starting jboss on win2k-box

2001-04-19 Thread osman . guemues
Hi to all, I searched the list archive, but cant find any solution to my problem. I hope somebody can help me. If I start the run.bat I get the following Exception: Using configuration "default" javax.management.ServiceNotFoundException: Problems while parsing URL file:/D:/Tools/jboss/dist/con

Re: [JBoss-user] Problem with JBoss+Tomcat+Posgresql

2001-04-19 Thread toby cabot
> I'm using Tomcat3.2, jdk1.2.2(or Jdk1.3), Postgreql7.0.2 > under linux mandrake 7.2. > > After configuring jboss.jcml and jboss.conf, I try to >start jboss and I've got nothing. > Jboss begin to start using default config file and then > it frozen and I've to do Ctrl-c. Do you have an empty

[JBoss-user] Tomcat authentication problem 2

2001-04-19 Thread Tobias Seelinger
Hi, I am using JBoss 2.2 with embedded Tomcat and I have written my own LoginModules for JAAS authentication. Calling secure Beans from a Java client seems to work, but calling them from embedded Tomcat leads to a Authentication exception. The exception gets thrown by the JBoss SecurityIntercepto

RE: [JBoss-user] Help deploying Interest EJB from jboss docs.

2001-04-19 Thread RvrPrasad
Hi Harley i think u r not giving the correct jndi name while doing the lookup. so check out the jndi name again in ur xml file. bye rvrprasad -Original Message- From: Harley Rana [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: [JBoss-user]

RE: [JBoss-user] Help deploying Interest EJB from jboss docs.

2001-04-19 Thread Harishankar Nair
Check out your ejb-jar.xml - the name be incorrect there Regards Harish -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Harley Rana Sent: Friday, April 20, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Help deploying Interest EJB from jboss do

[JBoss-user] Help deploying Interest EJB from jboss docs.

2001-04-19 Thread Harley Rana
Hi i am getting javax.naming.NameNotFoundException, when trying to run the InterestClient. I have followed the ejb docs exactlly. Packaged the ejb jar, putting it in the deploy dir,then running the client with; java -classpath jboss-client.jar;jbosssx-client.jar;jnp-client.jar; InterestClient Wha

[JBoss-user] How to configure jboss-tomcat embbeded with IIS

2001-04-19 Thread Antonio Vazquez
Hi all, could anybody tell me how I can configure jboss-tomcat embbeded with IIS? Thanks in advance Antonio ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Naming: IOException - NETSTAT

2001-04-19 Thread Jose Ramon Diaz
Hi, We have discovered it. This happens when netsaint, a program to validate the status of applications, makes a ping to the JNDI port 1099. Is possible to show the status of JBoss in other way from a remote system? Cheers Jose R. Jose Ramon Diaz wrote: > Hi all, > >

[JBoss-user] Naming: IOException

2001-04-19 Thread Jose Ramon Diaz
Hi all, Once started JBoss 2.2, it raises the next exception after a few seconds: These are the messages in the console: Any ideas?? [Service Control] Started 17 services [Default] JBoss 2.2.0 FINAL Started in 0m:5s [Naming] java.io.IOException: Broken pipe [Naming]at java.net.So

[JBoss-user] Problem with JBoss+Tomcat+Posgresql

2001-04-19 Thread Marc Wissler
Hi everybody, I'm using Tomcat3.2, jdk1.2.2(or Jdk1.3), Postgreql7.0.2 under linux mandrake 7.2. After configuring jboss.jcml and jboss.conf, I try to start jboss and I've got nothing. Jboss begin to start using default config file and then it frozen and I've to do Ctrl-c. Have you got an idea

Re: [JBoss-user] "BindException" when starting Jboss-tomcat2.2

2001-04-19 Thread jBoss Monkey
Are you sure you do not have any other instance runing at the same time using the same address. ?? ~jm Arun wrote: > when i start jboss using run.sh > im getting this error > > [EmbeddedTomcat] Starting > [EmbeddedTomcat] Starting EmbeddedTomcat > 2001-04-18 01:14:47 - ContextManager: Add

[JBoss-user] Adding new connection pool during runtime

2001-04-19 Thread Avi Kavas
Hi, I still have not found a way to add a connection pool to a new database at runtime. Can this be done with JBoss ? How ? Thanks, Avi. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Tomcat authentication problem

2001-04-19 Thread jBoss Monkey
This problen is most probably caused by the inability of tomcat services to pass on the credential properly to the jBoss. The solution is to update your tomcat-services.jar with the latest code in contrib module. good luck ~jm Hein Saris wrote: > Hi, > > I have successfully installed jBoss2