[JBoss-user] BMP -- ejbStore (when exactly it is getting called by container)

2001-04-27 Thread prateeks saxena
Hi I have a BMP entity bean. I am doing the following steps . 1.) ejbcreate Insert only the Primary key in the table 2.) call the setters Set all other values of table 3.) Call the business methods In which it may so happen that Instance variables( oth

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Rama Rao
CMP only - Original Message - From: danch <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 11:57 PM Subject: Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic > Is the entity CMP or BMP? > > > Rama Rao wrote: > > > > Hi All, > > > > We have

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Rama Rao
In jboss.jcml add oracle driver class name to the driver list. Second setup the pool. Put classes111.zip in lib/ext directory. bye rama rao - Original Message - From: Roman Brückner <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 7:03 PM Subject: Re: [JBoss-user] J

Re: [JBoss-user] Does anyone know what this error means?

2001-04-27 Thread Guy Rouillier
Make sure classes12.zip is in the classpath being used by JBoss. The easiest way to do this is to modify the batch file you are using to start JBoss, and add this zip to the classpath established in there. - Original Message - From: "Micky I. Mimo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

RE: [JBoss-user] Commit Option A

2001-04-27 Thread James Cook
There is no requirement in the EJB spec for the container to synchronize access to beans. In fact, in normal practice this is a very poor way to design the container. It is prone to deadlocks and really kills the throughput of the system. If you have two separate transactions using the same entit

[JBoss-user] [Re]petstore & jboss build error

2001-04-27 Thread dbin yoon
It's because src/petstore/src/build.xml in petstore-1.1.1-patch.zip is invalid. Change src/petstore/src/build.xml into what follows. 1) place ejbjar before war start of the original text end of the original text start of th

Re: [JBoss-user] EJB 2.0 support in jBoss

2001-04-27 Thread Khaled Aboudan
Yes...please check www.mvcsoft.com They have an add in for JBoss to support CMP EJB 2.0 style. It is an 'educational' release and cost $28.00. It has a nice manual that is well worth the $28.00. Khaled - Original Message - From: "Daryl Wilding-McBride" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: [JBoss-user] EJB 2.0 support in jBoss

2001-04-27 Thread Jim Archer
Hi Daryl... Currently, jBoss does not support EJB 2.0 CMP relationships by itself. However, you can solve this problem for $28. MVC Soft sells an EJB 2.0 Persistence Manager for jBoss for $28 and it includes a great manual on how to use it. I have had great luck with it. Of course, it implem

RE: [JBoss-user] Using JSP with JBoss

2001-04-27 Thread Dain Sundstrom
Vishal, I think Guy is suggesting that you switch your architecture it a Servlet centric model (a.k.a Model 2). Although this architecture is far superior to a JSP centric model, it is more complicated. As long as your application will ALWAYS remain small stick with your JSP centric approach. If

Re: [JBoss-user] what is ejbPostCreate() for

2001-04-27 Thread Jim Archer
Well, I can't speak to EJB 1.1, but in 2.0 you need to init all your CMP relationship fields in the postcreate method. Basically, anything you ned to do after your bean really exists can be done here. Jim --On Wednesday, April 25, 2001 9:10 AM -0700 Steve Zhang <[EMAIL PROTECTED]> wrote: > h

[JBoss-user] [Re]petstore & jboss build error

2001-04-27 Thread ???
It's because src/petstore/src/build.xml in petstore-1.1.1-patch.zip is invalid. Change src/petstore/src/build.xml into what follows. 1) place ejbjar before war start of the original text end of the original text start

[JBoss-user] EJB 2.0 support in jBoss

2001-04-27 Thread Daryl Wilding-McBride
Hello, Does jBoss 2.2 support the new CMP entity bean relationships described in EJB 2.0? More generally, is there a document somewhere that describes the specs supported by jBoss? Thanks, Daryl. ___ JBoss-user mailing list [EMAIL PROTECTED] http://

[JBoss-user] Does anyone know what this error means?

2001-04-27 Thread Micky I. Mimo
[Shutdown] Shutdown hook added [Service Control] Registered with server [Configuration] Could not create MBean DefaultDomain:service=XADataSource,name=thinPool() [Configuration] java.lang.ClassNotFoundException: [Configuration] at javax.management.loading.MLet.findClass(MLet.java:800) [Co

Re: [JBoss-user] Slowing down the AutoDeployer

2001-04-27 Thread Jason Dillon
> > Yes, edit the code and insert a delay. I would suggest instead that you > build the jat file somewhere else and copy (or better yet, move) it into > place when it is done. > I would suggest the latter... adding a delay would be the wrong thing to do IMHO. --jason

RE: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread Roman Brouk
thanks for reply! why isn't it a correct way to access Datasource? -roman. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Toby Allsopp Sent: Friday, April 27, 2001 3:48 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Please Help... i have been workin

Re: [JBoss-user] Slowing down the AutoDeployer

2001-04-27 Thread Toby Allsopp
Ed Swierk wrote: > When using JBoss with the automatic Jar creation feature of JBuilder, I > often encounter the race condition where the AutoDeployer attempts to > redeploy the EJB package before JBuilder has completed building it. > > Is there some way to force the AutoDeployer to wait for a f

Re: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread Toby Allsopp
Roman Brouk wrote: > I am using BMP. The question is how to access DataSource that represents > connection pool. > > on start up JBOSS says that "[mySQLDS] XA Connection pool mySQLDS bound to > java:/mySQLDS [mySQLDS] ". I have entries in jboss.jcml. > > But in entity bean which I retrieve fro

Re: [JBoss-user] jdbc not bound - no resource manager found

2001-04-27 Thread Toby Allsopp
Leonard Kierstead wrote: > > Hi, > > I am getting a "jdbc not bound" exception my CMB entity > bean is trying to access the database. The JBoss log (below) > indicates the driver is loading, the JDBC pool is created, > and the beans are deployed. However, it gives a message that > "no resource

[JBoss-user] *.ear deployment

2001-04-27 Thread G.L. Grobe
Are *.ear files (including an EJB and WEB app) deployed in the same fashion as other web servers, or is it different w/ jboss. I looked at the tree and saw that when including tomcat, it was separated from jboss and didn't quite understand how do deploy my app w/o splitting it into the my-ejb.jar

RE: [JBoss-user] I really need the help

2001-04-27 Thread Steve Zhang
wo, it is so cool.. Thank all of u!! -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 1:40 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [JBoss-user] I really need the help http://www.jboss.org/documentation/HTML/ch06s05.html ~

Re: [JBoss-user] my problem: postgresql 7.0.2 jdbc driver don't update database really

2001-04-27 Thread Matthew Hixson
Are you sure you're committing the inserts? You need to make sure you're calling Connection.commit(). -M@ -- There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy. On Sat, 28 Apr 2001, [EMAIL PROTECTED] wrote: > I work with jboss2.2 which connect to postgr

Re: [JBoss-user] JAAS Tutorial

2001-04-27 Thread Guy Rouillier
Dug, thanks very much for this extensive sample! This is a keeper. I'm climbing the learning cliff with JAAS and JBoss security, so this message is very timely. - Original Message - From: "Dug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 2:28 PM Subject: RE:

Re: [JBoss-user] Using JSP with JBoss

2001-04-27 Thread Guy Rouillier
This is of course very subjective, but I would recommend that your JSPs not talk directly to an EJB. Can be done, obviously, as JSPs can contain any Java code. But JSPs are meant as a presentation layer. I would recommend you use a simple Java Bean (like the interest client) to talk with the EJ

[JBoss-user] problems deploying the PetStore demo

2001-04-27 Thread Maxime Levesque
I droped the estore.ear file in the /deploy directory, I see on the server console that it get's deployed, it seems successfull, I get : [Default] JBoss 2.2.1 Started in 0m:7s [Auto deploy] Auto deploy of file:/D:/lib/jboss/JBoss-2.2.1_Tomcat-3.2.1/jboss/d eploy/estore.ear [J2EE Deployer Def

[JBoss-user] Slowing down the AutoDeployer

2001-04-27 Thread Ed Swierk
When using JBoss with the automatic Jar creation feature of JBuilder, I often encounter the race condition where the AutoDeployer attempts to redeploy the EJB package before JBuilder has completed building it. Is there some way to force the AutoDeployer to wait for a few seconds before tearing in

RE: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread WMckean
try "java:comp/env/mySQLDS" in your lookup. Wes -Original Message- From: Roman Brouk [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 5:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Please Help... i have been working on this problem for 5 days I am using BMP. The question i

Re: [JBoss-user] my problem: postgresql 7.0.2 jdbc driver don't update database really

2001-04-27 Thread toby cabot
> I work with jboss2.2 which connect to postgresql 7.0.2 by its own > jdbc driver. I insert some records into database in my session > bean, and no error is reported by jboss or jdbc. it's seemed that > everything is ok. >But when i look into the database with the psql client, all >inserte

[JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-27 Thread Roman Brouk
I am using BMP. The question is how to access DataSource that represents connection pool. on start up JBOSS says that "[mySQLDS] XA Connection pool mySQLDS bound to java:/mySQLDS [mySQLDS] ". I have entries in jboss.jcml. But in entity bean which I retrieve from JNDI, when I get connection: tr

Re: [JBoss-user] Are readonly beans/transactions possible?

2001-04-27 Thread Sven Van Caekenberghe
David, We are using CMP because it frees us from doing DB specific things. Can you interact with the actual DB connection in the case of CMP ? Wouldn't changing connection parameters be to coarse - it is only needed for some beans? The findAll was just an example, we are seeing similar problem

Re: [JBoss-user] Are readonly beans/transactions possible?

2001-04-27 Thread Sven Van Caekenberghe
Jeff, When a session bean starts a 'required' transaction and is accessing entity beans that he is treating as readonly support objects, shouldn't the supporting readonly entity beans be accessed in a 'unsupported' transaction instead of 'supported' - in the first case the ongoing tx is suspe

RE: [JBoss-user] I really need the help

2001-04-27 Thread Filip Hanik
http://www.jboss.org/documentation/HTML/ch06s05.html ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Zhang > Sent: Friday, April 27, 2001

[JBoss-user] I really need the help

2001-04-27 Thread Steve Zhang
HI all: I am using a session bean to call a entity bean. like following: public class SignInLoggerManagerEJB implements javax.ejb.SessionBean { privateSignInLoggerHome mySignInloggerHome; public SignInLoggerManagerEJB(){} public void ejbRemove(){} public

RE: [JBoss-user] JProbe

2001-04-27 Thread marc fleury
|Whenever a cmp bean has a custom pk class, JBoss introspects this pk class |and makes sure that the bean has the corresponding fields, the problem is |that JProbe adds on runtime a field called 'profile' to the pk class, and |this makes JBoss throw an exception on JawsEntityMetaData around line

[JBoss-user] JProbe

2001-04-27 Thread Roberto Leong
Hi I´ve been using JProbe to profile an application running on JBoss and I came across a problem. Whenever a cmp bean has a custom pk class, JBoss introspects this pk class and makes sure that the bean has the corresponding fields, the problem is that JProbe adds on runtime a field called 'prof

Re: [JBoss-user] When does the container call ejbLoad()

2001-04-27 Thread David Jencks
Hi, Check out the commit option. jboss default is A, meaning jboss expects to be the only one changing the data. B or C allow for other apps changing it too. jboss config is discussed in ch06s08.html, advanced configuration/container configuration of the manual. ( a spec section ref would be

[JBoss-user] Using JSP with JBoss

2001-04-27 Thread Vishal Chawla
Hello, I am working with the first example (Interest ejb ) in the documentation. Instead of the Java application calling the ejb method, I have a simple ejb that invokes the method and displays the result. My question is how can I use this JSP. I am not clear about the structure of the ejb "jar" f

Re: [JBoss-user] jboss compilation from cvs

2001-04-27 Thread Scott M Stark
This has been fixed. - Original Message - From: "Daniel Germain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 10:09 AM Subject: [JBoss-user] jboss compilation from cvs > Hi, > > I succeed to build the default target (Thanks Scott, > I did not know that I ha

Re: [JBoss-user] Many threads in JBoss java VM

2001-04-27 Thread danch
Just wanted to follow up on this. Threading behavior in JBoss is mostly determined by the RMI implementation. For servlets, there may be config parameters in server.xml (assuming tomcat) If you split into several processes, you may get better throughput on multi-CPU systems. I wouldn't expec

Re: [JBoss-user] LOCKING-WAITING after setRollbackOnly()

2001-04-27 Thread danch
I'll put together a little sample and look into this. By my reading of the spec, you should be able to call into the bean (even the same instance) after you call setRollbackOnly and throw an application exception. Even if that weren't legal, locking-waiting would not be what we'd want to see. -d

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread danch
Is the entity CMP or BMP? > Rama Rao wrote: > > Hi All, > > We have tested the performance of JBoss in comparision to weblogic. > We have carried out tests with one simple session bean and one > simple entity bean. > Session bean's method does nothing. Entity beans method just inserts > o

RE: [JBoss-user] JAAS Tutorial

2001-04-27 Thread Dug
There are a few things you need to do: I have not tried this with 2.2.1 but from the jboss-tomcat-2.2 download: To secure the beans for access from a java client edit $JBOSS/conf/default/auth.conf and add this entry other { org.jboss.security.plugins.samples.DatabaseServerLoginModule r

Re: [JBoss-user] When does the container call ejbLoad()

2001-04-27 Thread danch
the parameter to change is 'commit-option'. Change it to B or C. Refer to the 1.1 spec to see what this means. Todd Chaffee wrote: > > I don't remember the parameter you have to change, but you should search the > message archives because I've seen this answered before. From what I > remember,

Re: [JBoss-user] my problem: postgresql 7.0.2 jdbc driver don't update database really

2001-04-27 Thread danch
make sure that you have your transaction-type set to Requires or RequiresNew. "[EMAIL PROTECTED]" wrote: > > I work with jboss2.2 which connect to postgresql 7.0.2 by its own jdbc driver. I >insert some records into database in my session bean, and no error is reported by >jboss or jdbc. it's

Re: [JBoss-user] JAAS Tutorial

2001-04-27 Thread Scott M Stark
See JAAS Based Security in JBoss: http://www.jboss.org/documentation/HTML/ch11s78.html JBossSX Security Extension Framework: http://www.jboss.org/documentation/HTML/ch09.html - Original Message - From: "John P. Coffey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 28,

Re: [JBoss-user] How to access the security roles in ejb-jar.xml

2001-04-27 Thread Scott M Stark
No you can't. - Original Message - From: "Apichat Banyatsupasil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 10:41 AM Subject: [JBoss-user] How to access the security roles in ejb-jar.xml > Hi, >I want to know whether I can access the security roles def

Re: [JBoss-user] When does the container call ejbLoad()

2001-04-27 Thread Victor Langelo
You're definately reading the spec wrong. Look at the diagrams in sections 9.5.4 and 9.5.5 in the EJB 1.1 spec. Pay attention to the commit options. --Victor Thomas Hagedorn wrote: > On Fri, 27 Apr 2001, you wrote: > > I have a problem with the data in my EJB becoming out of sync with the > >

Re: [JBoss-user] When does the container call ejbLoad()

2001-04-27 Thread Victor Langelo
Look at the commit-option element in the jboss.xml DTD. It's in the docs at: Container configuration --Victor Richard Conway wrote: I have a problem with the data in my EJB becoming out of sync with the database. The cause of this is that the data may be modified by a source external to my EJB. W

Re: [JBoss-user] Updates when using CMP in jBoss.

2001-04-27 Thread David Jencks
Hi, I have seen no evidence jboss still does this, my experience is it generates update statements. I've been tracing all my sql statements for about a month, and deletes are only generated when I remove a bean. Perhaps this is leftover from jboss1? thanks david jencks On 2001.04.27 09:20:46 -04

[JBoss-user] jdbc not bound - no resource manager found

2001-04-27 Thread Leonard Kierstead
Hi, I am getting a "jdbc not bound" exception my CMB entity bean is trying to access the database. The JBoss log (below) indicates the driver is loading, the JDBC pool is created, and the beans are deployed. However, it gives a message that "no resource manager found for jdbc/Amstel1DB". I su

[JBoss-user] How to access the security roles in ejb-jar.xml

2001-04-27 Thread Apichat Banyatsupasil
Hi, I want to know whether I can access the security roles defined in ejb-jar.xml at run time from an EJB. If yes, how? Thanks in advance, Apichat Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ ___ JBos

Re: [JBoss-user] JAAS authorization

2001-04-27 Thread Scott M Stark
You can setup principal based security policy security, but what do you mean by support? - Original Message - From: "Galina Gavrilo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 9:10 AM Subject: [JBoss-user] JAAS authorization > Does jBoss support JAAS princ

[JBoss-user] JAAS Tutorial

2001-04-27 Thread John P. Coffey
I'm very new at using JBoss and my first task is to attempt to secure an existing set of EJB beans via roles and users. I intend using a database to store these in. I am looking for a good staring point. I spent an inordinate amount of time looking for a step by step guide on how to enable the

[JBoss-user] jboss compilation from cvs

2001-04-27 Thread Daniel Germain
Hi, I succeed to build the default target (Thanks Scott, I did not know that I had to add the option -d to cvs update) but next I tried ./build.sh dist and got the following: util: [javac] Compiling 1 source file to /home/src/jboss/build/util/classes [javac] /home/src/jboss/src/main/

[JBoss-user] my problem: postgresql 7.0.2 jdbc driver don't update database really

2001-04-27 Thread [EMAIL PROTECTED]
I work with jboss2.2 which connect to postgresql 7.0.2 by its own jdbc driver. I insert some records into database in my session bean, and no error is reported by jboss or jdbc. it's seemed that everything is ok. But when i look into the database with the psql client, all inserted records di

Re: [JBoss-user] When does the container call ejbLoad()

2001-04-27 Thread Thomas Hagedorn
On Fri, 27 Apr 2001, you wrote: > I have a problem with the data in my EJB becoming out of sync with the > database. The cause of this is that the data may be modified by a source > external to my EJB. When I call the getData() function of my EJB the > container does NOT call ejbLoad() before serv

Re: [JBoss-user] When does the container call ejbLoad()

2001-04-27 Thread Todd Chaffee
I don't remember the parameter you have to change, but you should search the message archives because I've seen this answered before. From what I remember, you need to tell jboss that your data can be externally modified and it will then behave the way you want it to. I believe the default is th

[JBoss-user] JAAS authorization

2001-04-27 Thread Galina Gavrilo
Does jBoss support JAAS principal-based policy entry in security policy file? Thanks in advance. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ ___

Re: [JBoss-user] Tomcat+jBoss EAR with Virtual Hosting?

2001-04-27 Thread Raffael Herzog
Todd Chaffee <[EMAIL PROTECTED]> wrote: > [solution for virtual hosts with tomcat proxy] I did this, too -- it won't work cleanly. Tomcat will try to set session cookies for the wrong path, the cookie paths won't be translated by Apache. OK, since JBoss 2.2 you can edit server.xml and disable th

[JBoss-user] When does the container call ejbLoad()

2001-04-27 Thread Richard Conway
I have a problem with the data in my EJB becoming out of sync with the database. The cause of this is that the data may be modified by a source external to my EJB. When I call the getData() function of my EJB the container does NOT call ejbLoad() before servicing the request, and hence the answer

Re: [JBoss-user] JBoss on unix with sane permissions

2001-04-27 Thread pohl
Sebastien wrote: > > pohl wrote: > > Another piece of the puzzle is a sysvinit script that > > responds to start, stop, and restart -- and does the right > > thing. > > You can use these ones as a starting point: > http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg12192.html Thank

Re: [JBoss-user] JBoss on unix with sane permissions

2001-04-27 Thread Sebastien Alborini
pohl wrote: > Another piece of the puzzle is a sysvinit script that > responds to start, stop, and restart -- and does the right > thing. You can use these ones as a starting point: http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg12192.html > I suppose another way to make this

Re: [JBoss-user] Tomcat+jBoss EAR with Virtual Hosting?

2001-04-27 Thread Tbone
Hi, I think that tomcat support virtual hosts Greetz-tbone - Original Message - From: "Todd Chaffee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 8:13 PM Subject: Re: [JBoss-user] Tomcat+jBoss EAR with Virtual Hosting? > This took me a couple days of going th

Re: [JBoss-user] Adding jboss test environment to VisualAge for Java

2001-04-27 Thread Anthony Dickinson
Title: Re: [JBoss-user] Adding jboss test environment to VisualAge for Java >> >> >> All, >> >> Having recently upgraded from 3.5 to 3.5.3 I have come across the >> following error while trying to add (reapply after upgrade) the jboss >> test env feature: >> >> >> 'Cannot complete the

RE: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread marc fleury
|I guess that Rama is talking about milliseconds... the JBoss TX |and security |layers adds lots of overhead. The argument (de)marshalling and the actual |transportation of a no-args call over the network layers should typically |not take more than 0.5 - 1.5 milliseconds to complete. To see that

[JBoss-user] ConnectException

2001-04-27 Thread Reid Beckett
I am doing some testing with jboss2.2/jetty3.0.5 set up. I have successfully deployed and accessed beans through servlets running on the same server as jboss. However, when I try to write an application on a different machine, I get the following exception: javax.naming.CommunicationException.

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Roman Brückner
Hi Rama, I just have a short question, what did you acctualy do to install the oracledriver in JBoss? Please send me quick note, as I am having trouble. Thanks Roman -Ursprüngliche Nachricht- Von: Rama Rao [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 27. April 2001 12:57 An: [EMAIL PROTE

Re: [JBoss-user] JBoss on unix with sane permissions

2001-04-27 Thread Philipp Meier
On Tue, Apr 24, 2001 at 09:08:22PM -0500, pohl wrote: > > Jim Archer wrote: > > > > We attempted to configure the jBoss/Tomcat 2.2.1 bundle > > so that anywhere jBoss or Tomcat had to write was in a > > directory below /var while jBoss was installed below > > /usr, but no luck. We were not su

[JBoss-user] Updates when using CMP in jBoss.

2001-04-27 Thread Kjell Nilsen
In the jBoss user manual ( chp. 4 - Litations of CMP) I find the following regarding CMP : " Alternatively the server could do a SELECT to get the current column values, delete the whole row, then insert a row with modified values. This is the approach that JBoss uses. " This seams like a

SV: SV: [JBoss-user] Guest user

2001-04-27 Thread Lennart Petersson
I didn't mean you, sorry. /Lennart - Original Message - From: Raffael Herzog <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 1:09 AM Subject: Re: SV: [JBoss-user] Guest user > "Lennart Petersson" <[EMAIL PROTECTED]> wrote: > > > As has been said so many times n

SV: [JBoss-user] Followup - Joins - CMP Entity Beans - BUG????

2001-04-27 Thread Lennart Petersson
problem is that those days never comes... trust me :-( /L - Original Message - From: Vinay Menon <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 1:15 PM Subject: Re: [JBoss-user] Followup - Joins - CMP Entity Beans - BUG You bet. I've submitted the patch a

[JBoss-user] Debug EJB in JBuilder.

2001-04-27 Thread Claudio Pi
Hi there ! I am trying to debug EJB using JBoss and JBuilder4 Enterprise enviroment. The EJBs deploy succesfully in JBoss but when I try to debug them in JBuilder4 I never reach the breakpoints that I set (I can only reach the breakpoint set at the client application). I followed exactly all t

Re: [JBoss-user] Adding jboss test environment to VisualAge for Java 3.5.3

2001-04-27 Thread jK.MkIII
Anthony Dickinson wrote: > > > All, > > Having recently upgraded from 3.5 to 3.5.3 I have come across the > following error while trying to add (reapply after upgrade) the jboss > test env feature: > > > 'Cannot complete the operation because Java class libraries > WAS 3.5.3 is required b

Re: [JBoss-user] JBoss Performance Tests --- Comparision withWeblogic

2001-04-27 Thread Per Lewau
On Fri, 27 Apr 2001, Rama Rao wrote: > Thanks for your reply > OS : Windows NT Server > JDK : 1.3 > JBoss:2.1 Could you post the first lines from server.log? (Something like: [Info] Java version: 1.3.0_01,Sun Microsystems Inc. [Info] Java VM: Java HotSpot(TM) Client VM 1.3.0_01,Sun Microsyste

Re: [JBoss-user] Followup - Joins - CMP Entity Beans - BUG????

2001-04-27 Thread Vinay Menon
You bet.   I've submitted the patch as-is at the sourceforge site. The code does do a lot of things that Java purists would consider 'not-so-right'! My idea has been to get the whole thing working first :-) What's the point having performance if the code doesn't work!   But I guess at some point of

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Rama Rao
jboss 2.1 weblogic 5.1 - Original Message - From: achandra <[EMAIL PROTECTED]> To: JBoss User <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 3:40 PM Subject: Fw: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic > + the jboss version and the weblogic version > > -

[JBoss-user] petstore build problem!

2001-04-27 Thread Nick Buus
I get the following error when trying to build the jboss petstore example:   executing target:ear   deleting: d:\jps1\src\petstore\build\petstore.ear(error) (exec) Assemble Application  {../../components/shoppingcart/build/shoppingcartEjb.jar=, ../../components/mail/inventory/build/inventory

[JBoss-user] petstore problem!

2001-04-27 Thread Nick Buus
I get the following error when trying to build the jboss petstore example:   executing target:ear   deleting: d:\jps1\src\petstore\build\petstore.ear(error) (exec) Assemble Application  {../../components/shoppingcart/build/shoppingcartEjb.jar=, ../../components/mail/inventory/build/inventory

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Rama Rao
Thanks for your reply OS : Windows NT Server JDK : 1.3 JBoss:2.1 we are calling these methods from a servlet. TIA Rama Rao - Original Message - From: Toby Allsopp <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 2:32 PM Subject: Re: [JBoss-user] JBoss Performance T

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Rama Rao
Sorry , I forgot to mention the fact that all times are in milli seconds. Database is Oracle 8.1 we have conducted the tests with a jsp calling the session/entity bean. We have conducted the test with a test driver which creates threads and pumps the requests to the jsp. But the times we have meas

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Rama Rao
Thanks for your reply. what is it? can you elaborate on this? And how to do that? bye rama rao - Original Message - From: Doyle, Steven <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 2:08 PM Subject: RE: [JBoss-user] JBoss Performance Tests --- Comparision with We

Fw: [JBoss-user] RE: Starting Trouble

2001-04-27 Thread anaconda%thinkspice.com
i think JBOSS_HOME should be %JBOSS_HOME% make sure you SET JBOSS_HOME=(your jboss directory) - Original Message - From: "Vishal Chawla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 5:06 AM Subject: [JBoss-user] RE: Starting Trouble > Toby, > Thanks for your

Fw: [JBoss-user] Unable to start jboss 2.2 on NT

2001-04-27 Thread achandra
don't  use CLASSPATH or edit run.bat and change CLASSPATH to CP or anything you prefer   - Original Message - From: Amit Banerji To: [EMAIL PROTECTED] Sent: Friday, April 27, 2001 9:05 AM Subject: [JBoss-user] Unable to start jboss 2.2 on NT I am getting the sealing violation error

[JBoss-user] Adding jboss test environment to VisualAge for Java 3.5.3

2001-04-27 Thread Anthony Dickinson
Title: Adding jboss test environment to VisualAge for Java 3.5.3 All, Having recently upgraded from 3.5 to 3.5.3 I have come across the following error while trying to add (reapply after upgrade) the jboss test env feature:         'Cannot complete the operation because Java class

RE: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Per Böckman
Hi, I guess that Rama is talking about milliseconds... the JBoss TX and security layers adds lots of overhead. The argument (de)marshalling and the actual transportation of a no-args call over the network layers should typically not take more than 0.5 - 1.5 milliseconds to complete. However the

[JBoss-user] How to start jboss

2001-04-27 Thread Алексей Дрекалов
Hello All, I need to be able to start JBoss from another directory that '%JBOSS_HOME%/bin'. But startup stops on the line: [InstantDB] Starting [InstantDB] XA Connection pool InstantDB bound to java:/InstantD Is it possible to start JBoss outside of %JBOSS_HOME% ? Thanks, Alex _

Fw: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread achandra
+ the jboss version and the weblogic version - Original Message - From: "Doyle, Steven" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 3:38 PM Subject: RE: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic > Are you running with server side jav

RE: [JBoss-user] JDBC Sybase configuration?

2001-04-27 Thread MacAndrew, Robert
The url format is the same as that you would use to connect to the database from any java program it should look something like this: jdbc:sybase:Tds:XXX:YYY?ELIMINATE_010SM=true where XXX is the address of the database (i.e. along the lines of mydb.mycompany.com) and YYY is the port you should

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Jose Ramon Diaz
Hi,    Could you explain how have you done the comparison? Which JVM, hardware, operating system...     Thanks    Jose R.   Rama Rao wrote: Hi All,   We have tested the performance of JBoss in comparision to weblogic.  We have carried out tests with one simple session bean and one s

Re: [JBoss-user] Followup - Joins - CMP Entity Beans - BUG????

2001-04-27 Thread Peter Routtier-Wone
Match your bet, raise you one. :-) query.trim().charAt(0) I think we all need a holiday. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JMX page on port 8082

2001-04-27 Thread Thomas Hagedorn
Hello, Since this is a good feature to manage the configuration of jBoss, I'm wondering if it is possible to password-protect this page. At least since you can see the password of your datasources :-( Is there any possibility to protect this page ? best regards tom -- THETA - Consulting K

[JBoss-user] How to start jboss

2001-04-27 Thread Alex D
Hello All,I need to be able to start JBoss from another directory that '%JBOSS_HOME%/bin'. But startup stops on the line:   [InstantDB] Starting[InstantDB] XA Connection pool InstantDB bound to java:/InstantD   Is it possible to start JBoss outside of %JBOSS_HOME% ?   Thanks,Alex  

[JBoss-user] petstore setup problems!

2001-04-27 Thread nickbuus
I get the following error when trying to build the jboss petstore example:   executing target:ear   deleting: d:\jps1\src\petstore\build\petstore.ear(error) (exec) Assemble Application  {../../components/shoppingcart/build/shoppingcartEjb.jar=, ../../components/mail/inventory/build/inventory

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Toby Allsopp
Rama Rao wrote: > Hi All, > > > > We have tested the performance of JBoss in comparision to weblogic. > > We have carried out tests with one simple session bean and one simple > entity bean. > > Session bean's method does nothing. Entity beans method just inserts > one record in to

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Stephen Bough
I'm a bit confused as to what these measurements actually mean. Are they in seconds, or milliseconds? I can't believe a session bean which doesn't do anything takes 13 seconds! |+---> || "Rama Rao" | ||| ||

Re: [JBoss-user] Followup - Joins - CMP Entity Beans - BUG????

2001-04-27 Thread Oleg Nitz
Hi, I love such discussions so much, that I can't keep from putting my 2 cents :-) I'd write this condition as if (query.charAt(0) == ',') { Oleg Peter Routtier-Wone wrote: > Commas aren't case sensitive. You can probably improve performance slightly > by changing this >> if (query.toL

RE: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Doyle, Steven
Are you running with server side java hotspot, as this will make a big difference -Original Message- From: Rama Rao [mailto:[EMAIL PROTECTED]] Sent: 27 April 2001 09:29 To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic Hi All, We have

[JBoss-user] I want to unsubscribe

2001-04-27 Thread Nicolas Prochazka
Sorry to spam the list but jboss-user-request don't work nope jboss-user-request I LOSE MY PASSWORD PLEASE , UNSUBSCRIBE ME > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Scott M > Stark > Envoyé : vendredi 27 avril 2001 03:52 > À : [EMAIL PROTECT

[JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Rama Rao
Hi All,     We have tested the performance of JBoss in comparision to weblogic.   We have carried out tests with one simple session bean and one simple entity bean.   Session bean's method does nothing. Entity beans method just inserts one record in to database.   And here are the results (Qu

Re: [JBoss-user] Followup - Joins - CMP Entity Beans - BUG????

2001-04-27 Thread Peter Routtier-Wone
Commas aren't case sensitive. You can probably improve performance slightly by changing this > if (query.toLowerCase().startsWith(",")) { to this if (query.startsWith(",")) { And I'd be inclined to trim whitespace like this if (query.trim().startsWith(",")) { ___

[JBoss-user] Barrow H Kwan/Corporate/ThoughtWorks/US is out of the office.

2001-04-27 Thread bhkwan
I will be out of the office starting 04/26/2001 and will not return until 05/12/2001. I will respond to your message when I return. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

  1   2   >