[JBoss-user] Changing the HTTP port for catalina?

2001-10-18 Thread Keith
Hi, I am running Jboss 2.4.3 with tomcat 4.0. Searching through the mail archive, I notice that server.xml is not read when starting Jboss 2.4.3 with the bundled tomcat 4.0, but I can change the HTTP port through JMX admin page. However, it seems that the port number is reverted back to 8080 wh

Re: [JBoss-user] JBoss and Open Source DBs

2001-10-18 Thread Dmitri Colebatch
Postgres works fine for me. We're using 7.1.2 atm I think, but I didn't have any probs with 7.0. If you've got a hang I would suspect its an application problem. hth dim On Thu, 18 Oct 2001, Kent Henneuse wrote: > Of the Open Source databases out there which have people had the best > luck wi

[JBoss-user] JBoss and Open Source DBs

2001-10-18 Thread Kent Henneuse
Of the Open Source databases out there which have people had the best luck with? I need version numbers as well. In the DB realm I have tried three different databases with three different results. Cloudscape 3.6 - FAILS Unable to create a PreparedStatement PostgreSQL 7.0.2 - HANGS when making

[JBoss-user] MS SQL Server: [ODBC SQL Server Driver]Invalid Descriptor Index

2001-10-18 Thread David Cao
Anyboy catch error with jboss-2.4.x-tomcat-3.2.3 when using MS Sql Server: can't load the entity, find works, just can't load, the error message is: java.rmi.ServerException: Load failed; nested exception is: java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index C

Re: [JBoss-user] javax.naming.NameAlreadyBoundException; remaining name 'env'

2001-10-18 Thread Scott M Stark
I got a chance to look at this today and the problem is that you are not allowed to do ANYTHING in your EJB constructor that requires the container environment. Look at the operations allowed in the methods of a stateless session bean table in the EJB spec. For the bean constructor line there are

Re: [JBoss-user] Auto Incrementing Primary Key with PostgreSQL andJBoss

2001-10-18 Thread Dmitri Colebatch
On Fri, 19 Oct 2001, Johannes Brodwall wrote: > > > > CREATE SEQUENCE tablename_colname_seq; > > ... snip > > Now the only question I am still wondering about is how do you get this to > work with CMP? > In your ejbCreate open a jdbc connection and read the next value of the sequence. S

Re: [JBoss-user] Control Log4j directory

2001-10-18 Thread Guy Rouillier
Sure, in your log4j.properties file, just set the value for log4j.appender.Default.File=d:/log/server.log where you want it to go. There is a similar setting for other appenders. You can use a log4j.properties for standalone clients; change the category factory class to the one that comes with

Re: [JBoss-user] Auto Incrementing Primary Key with PostgreSQL and JBoss

2001-10-18 Thread Johannes Brodwall
A long time ago, in a galaxy far, far away, Federico Vesco wrote: > How may i obtain the value of the primary key generated by PostgreSQL ( i > need to obtain this value because i have to return the primary key value) ? Searching for a solution to the same problem, I came across the following in

Re: [JBoss-user] Graceful shutdown of JBoss 2.2.2

2001-10-18 Thread Dmitri Colebatch
use the html/http interface at http://localhost:8082 hth dim On Thu, 18 Oct 2001, Micky I. Mimo wrote: > Besides using the kill command on a UNIX server, how can I shutdown > JBoss gracefully? > > > ___ > JBoss-user mailing list > [EMAIL PROTECTED]

[JBoss-user] Control Log4j directory

2001-10-18 Thread Lucas McGregor
Is there a way to control the logging directory for the Log4J objects? I am trying the JMS example clients from http://www.jboss.org/documentation/HTML/ch08s07.html. When I ran the code, it turns out the the org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory class, uses the log4j objec

Re: [JBoss-user] sorting with findAll()

2001-10-18 Thread Dmitri Colebatch
On Thu, 18 Oct 2001, Frank Morton wrote: > The docs refer to "jaws.xml" for this, but I'm a newbie confused if > this file is now called "standardjaws.xml" and they are the same file > or if they are different. that "jaws.xml" is in the .jar's META-INF directory with ejb-jar.xml and jboss.xml h

Re: [JBoss-dev] Re: [JBoss-user] mdb and security context

2001-10-18 Thread Dmitri Colebatch
Excellent, that was the sort of reply I was hoping for. thanks again, dim On Thu, 18 Oct 2001, Scott M Stark wrote: > The problem is that JMS has no real notion of security. You can provide > a username and password when obtaining a connection but this is > the extent of JMS security. There i

Re: [JBoss-user] database conn pool

2001-10-18 Thread Guy Rouillier
Set the MaxSize attribute in jboss.jcml. - Original Message - From: "Mir S Islam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 2:20 PM Subject: [JBoss-user] database conn pool > Is it configurable on how many connections can stay in the pool ? I am > runn

[JBoss-user] Graceful shutdown of JBoss 2.2.2

2001-10-18 Thread Micky I. Mimo
Besides using the kill command on a UNIX server, how can I shutdown JBoss gracefully? ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] database conn pool

2001-10-18 Thread Mir S Islam
Title: RE: [JBoss-user] database conn pool Thanks. That was indeed the case. I was not closing the connection and it was getting piled up. Mir   - Original Message - From: Herve Tchepannou To: Mir S Islam Sent: Thursday, October 18, 2001 12:11 PM Subject: RE: [JBo

Re: [JBoss-user] problem with jboss with catalina

2001-10-18 Thread Pasturel
Manu KY wrote: > hello all, > i installed jboss with catalina. > but when the jsp and servelts in examples in catalina are invoked i > get a 404 error. > please help > > thanks in advance, > manu > > > _ > Do You Yahoo!? > Get your free @ya

Re: [JBoss-user] Help !! Strange ejbStore behaviour, Cant Update

2001-10-18 Thread Pasturel
Binoy wrote: >Hi Everybody, >I am still using jboss version 2.2.2 jetty RC6 on win2k with postgresql >7.1.2 >I have a strange problem here I am using this certain architecture >Servlets --> Session Bean --> EntityBean -- Database; > >I am trying to call a business method of Entity Bean from sessi

Re: [JBoss-user] JBoss documentation available at Flashline

2001-10-18 Thread Scott M Stark
No, this is for the 2.4.x version. Updates will be available through Flashline. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Patrick Munis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Oc

Re: [JBoss-user] database conn pool

2001-10-18 Thread Yong T. Kim
Did you close the connection after you used it? --- Mir S Islam <[EMAIL PROTECTED]> wrote: > Is it configurable on how many connections can stay > in the pool ? I am > running into problem with jboss with postgres at the > backend. After using > some jsp pages which queries some stateless ejb >

[JBoss-user] JBossMQ Clustering

2001-10-18 Thread Lucas McGregor
I am trying to figure out if JBossMQ natively supports some sort of clusteing. I have not found any information about this in the documentation. I know that Jonas' Joram JMS server does handle clustering amoung it's joram instances. Does any one know if JBossMQ has anything similar? My goal is to

[JBoss-user] database conn pool

2001-10-18 Thread Mir S Islam
Is it configurable on how many connections can stay in the pool ? I am running into problem with jboss with postgres at the backend. After using some jsp pages which queries some stateless ejb postgres starts giving error about too many clients conencted and refuses farther connections from jboss.

RE: [JBoss-user] JBoss documentation available at Flashline

2001-10-18 Thread Patrick Munis
does it cover jboss 3.0 and ejb2.0. ? And how do I get updates of this doc.? Patrick -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 1:25 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [JBoss-user] JBoss documentation available at

Re: [JBoss-user] sorting with findAll()

2001-10-18 Thread Frank Morton
Thanks for pointing me where the finder properties go, but I'm still missing something. When calling findAll() it still isn't sorting. In fact, I defined the something that should error (that is, made the order "nameLast ERROR") and no error occurred, so it still isn't being used. Everything is

[JBoss-user] JBoss documentation available at Flashline

2001-10-18 Thread Scott M Stark
http://www3.flashline.com/components/View.jsp?sid=1003424992671-1091351083-5 0&prodid=4252 JBoss documentation available at Flashline We included ALL THE AVAILABLE DOCUMENTATION in one convenient download bundle. The bundle contains ALL the file formats you can use: - Full JBoss documentation in

Re: [JBoss-user] sorting with findAll()

2001-10-18 Thread Fred Loney
standardjaws.xml holds default settings and type mappings. jaws.xml holds your app's EB-to-db config. jaws.xml is packaged in the ejb .jar. Fred Loney Spirited Software, Inc. www.spiritedsw.com - Original Message - From: "Frank Morton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: T

Re: [JBoss-user] sorting with findAll()

2001-10-18 Thread danch
'standardjaws.xml' is the defaults file. You can override that in a 'jaws.xml' which you place in META-INF in your ejb-jar file. The XML snippet you have below should go in a jaws.xml in your META-INF directory. -danch - Original Message - From: "Frank Morton" <[EMAIL PROTECTED]> To: <[

Re: [JBoss-user] Unable to create PreparedStatement! error - SapDB and CMP entitybean

2001-10-18 Thread danch
The 'tuned-updates' will result in different SQL being generated depending on which properties of the EJB are changed. This might result in some cache being exceeded, leading to the error. As far as the transaction problem goes, are your methods marked Required, RequiresNew, or Mandatory? The tra

[JBoss-user] javax.naming.NameAlreadyBoundException; remaining name 'env'

2001-10-18 Thread Keith Kee
Hi: I wonder if anyone is encountering the same problem as I do. I have 2 EJBs in an application, and one of them makes a jndi look up in the constructor as shown: package com.example; import java.rmi.RemoteException; import javax.ejb.*; import javax.naming.InitialContext; public class Exa

[JBoss-user] sorting with findAll()

2001-10-18 Thread Frank Morton
I'd like to specify the sorting order with findAll() for a CMP entity bean. First thing I tried was adding the following to standardjaws.xml: Profile findAll nameLast false

[JBoss-user] Unable to create PreparedStatement! error - SapDB and CMP entitybean

2001-10-18 Thread EGGERT,MICHAEL (A-Westford,ex1)
Hi All, I getting the following error using jboss 2.4.1 with a SapDB 7.3 database using a CMP entity bean. If I change the parm to true, then this goes away. Anybody have a clue why this is? I searched the archives and it appears that there was a similar problem with MSSQL and that it was a dr

FW: [JBoss-user] 4000 downloads per day

2001-10-18 Thread Herve Tchepannou
Title: FW: [JBoss-user] 4000 downloads per day this is a good news I hope that it will force sun to do something for the J2ee certification. I hope they are not silly enough to ignore all the contribution that JBoss is doing to make J2ee affordable to mister every body -Original Message-

[JBoss-user] my How-To jBoss+jBuilder.

2001-10-18 Thread IvanLatysh
2. jBoss personal: If noone will not have any protests or some problem with this you can put this letter to manual. I think this will be helpfull to future users. Also you can put there my eMain: [EMAIL PROTECTED] P.S. And please fix language mistakes :-) I have check this way in on my home comp

Re: [JBoss-user] mdb and security context

2001-10-18 Thread Peter Antman
On 18 Okt, Scott M Stark wrote: > The problem is that JMS has no real notion of security. You can provide > a username and password when obtaining a connection but this is > the extent of JMS security. There is no defined mechanism for propagating > the user identity as part of the message. > > I

Re: [JBoss-user] mdb and security context

2001-10-18 Thread Scott M Stark
The problem is that JMS has no real notion of security. You can provide a username and password when obtaining a connection but this is the extent of JMS security. There is no defined mechanism for propagating the user identity as part of the message. I think its rather poor myself. I would be in

[JBoss-user] mdb and security context

2001-10-18 Thread Dmitri Colebatch
hey list, I've been spending the last few days looking at mechanisms for asynchronous container invocations, and am now going to ask a question I should have asked previously. Can someone give me a viewpoint on why the security context of a invocation does not get propagated with a JMS call? Fr