Re: [JBoss-user] Oracle database pool hangs on 2.1

2001-03-21 Thread Guy Rouillier
I don't understand what you are saying. The code works fine under 2.1 with Minerva. It does not work with the Oracle XA implementation. - Original Message - From: "Shahar Solomianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 7:09 AM Subject: RE: [JBoss-

Re: [JBoss-user] Are Hypersonic and/or InstantDB needed?

2001-03-21 Thread danch
Rafizan Baharum wrote: > how do u remove them? i mean besides the DataSourceLoader mbeans, hsqldb > mbean, what else can you remove? Those are all that I chop out. > for example, can i remove blackboxDS? I don't believe that removing that will harm anything. I was getting errors from it anyway

Re: [JBoss-user] Are Hypersonic and/or InstantDB needed?

2001-03-21 Thread Rafizan Baharum
how do u remove them? i mean besides the DataSourceLoader mbeans, hsqldb mbean, what else can you remove? for example, can i remove blackboxDS? .r danch wrote: > I remove them pretty regularly. I don't use JBossMQ, but it does seem to > start up all right. > > Alexander Jerusalem wrote: > > >

Re: [JBoss-user] How to handle client jars?

2001-03-21 Thread danch
I put all of a bean's classes (impl, home and remote, as well as any required support classes) into its jar. I believe this is required by spec. I then create a jar containing the client bits (anything exposed as or by an interface), then use the manifest header from client jars. Lennart Peter

Re: [JBoss-user] Are Hypersonic and/or InstantDB needed?

2001-03-21 Thread danch
I remove them pretty regularly. I don't use JBossMQ, but it does seem to start up all right. Alexander Jerusalem wrote: > Hi, > > Does anyone know if the hypersonic and/or instantDB datasources are > needed by JBoss or JBossMQ or by the JNDI service? Or are they just > there as an example to

Re: [JBoss-user] java.lang.reflect.UndeclaredThrowableException

2001-03-21 Thread danch
Take a look in the server-side log. This will give you the server side trace. Have you recently changed the throws clause of 'setDevice', but forgotten to change the interface? That's one possibility. Another possibility is that that something on the server side is throwing a strange exception

Re: [JBoss-user] How to run separate tomcat in jboss ??

2001-03-21 Thread Alexander Jerusalem
Hi, It's here: http://www.jboss.org/manual/third_party.html#tomcat I don't know if this document is still valid for 2.1. but I suppose it should be. It basically says that you have to start JBoss and Tomcat separately and put the right jar files in the WEB-INF/lib directory of your web app. r

[JBoss-user] Are Hypersonic and/or InstantDB needed?

2001-03-21 Thread Alexander Jerusalem
Hi, Does anyone know if the hypersonic and/or instantDB datasources are needed by JBoss or JBossMQ or by the JNDI service? Or are they just there as an example to try out jaws? Can I safely remove them? thanks, Alexander ___ JBoss-user mailing list

[JBoss-user] How to run separate tomcat in jboss ??

2001-03-21 Thread Ricky
Hi all , i am using Linux6.1 , jdk1.3 , jboss2.1 and Tomcat3.2.1. We have been successfully embedded tomcat in the jboss. However what i am trying to do is that i want to run tomcat as standalone and separate from jboss2.1. I did not see any documentation about it. Maybe someone please gi

Re: [JBoss-user] X509 Client certificate authentication module?

2001-03-21 Thread Scott M Stark
It will be in the jbosssx cvs module under src/main/org/jboss/plugins/samples. It won't be there until later tonight. - Original Message - From: "Michel & Anke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 3:40 PM Subject: Re: [JBoss-user] X509 Client certi

[JBoss-user] java.lang.reflect.UndeclaredThrowableException

2001-03-21 Thread Brian Elliott
I am getting an UndeclaredThrowableException when trying to execute a method within my Bean and not sure how to track it down. It looks like I am able to create the bean ok. Here is the code: InitialContext jndiContext = new InitialContext(); Object devRef = jndiContext.lookup("mls/DeviceIde

RE: [JBoss-user] EJB concurrency

2001-03-21 Thread Trawick, James
does the number of pool instances equate to the number of concurrent uses in jboss? every "pool" i've worked with removes the object from the pool once it's allocated (replacing it if the pool gets too small) and returns it when it's available again. that traditional pool functionality helps the

Re: [JBoss-user] X509 Client certificate authentication module?

2001-03-21 Thread Michel & Anke
Thanks, I will have a look at it. What's its location in the source tree? Michel > I have an LDAP based LoginModule just about ready for check in. It will be committed > tonight. The credentials are whatever you pass in and could be an X509 cert. > > - Original Message - > From: "Miche

Re: [JBoss-user] X509 Client certificate authentication module?

2001-03-21 Thread Michel & Anke
Well, before I jump into it, it seems like a Good Idea to check that reuse is not an option. Before I start working on it, I need to know what tools are available. Michel > |[mailto:[EMAIL PROTECTED]]On Behalf Of Michel & > |Anke > |Sent: Wednesday, March 21, 2001 5:42 PM > |To: [EMAIL PROTECTE

Re: [JBoss-user] X509 Client certificate authentication module?

2001-03-21 Thread Scott M Stark
I have an LDAP based LoginModule just about ready for check in. It will be committed tonight. The credentials are whatever you pass in and could be an X509 cert. - Original Message - From: "Michel & Anke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 2:42 PM

[JBoss-user] Error using a bean in JBoss from Jakarta-4.0

2001-03-21 Thread Tye, Timothy
I get the following error trying to call a bean on JBoss-2.0 from Jakarta-4.0 servlet. Running JDK1.3 on Linux(Mandrake) 7.1 When calling the same bean from a standalone Java client, it all works fine. java.lang.reflect.UndeclaredThrowableException: java.net.MalformedURLException: unknown protoc

Re: [JBoss-user] Execution threads in Jboss

2001-03-21 Thread R . Price
>> Greetings all!  Can anyone tell me about how the execution threads work >> between JBoss and Tomcat, and how many there are, can we change them, >> etc.? >> >> We've put a slew of timing debug statements in our code to try to narrow >> down >> a perceived bottle-neck in JBoss.  We dump 100

RE: [JBoss-user] X509 Client certificate authentication module?

2001-03-21 Thread marc fleury
|[mailto:[EMAIL PROTECTED]]On Behalf Of Michel & |Anke |Sent: Wednesday, March 21, 2001 5:42 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-user] X509 Client certificate authentication module? | | |Does anyone know of or have a security pluging for Tomcat/JBoss |that allows to |authenticate using X50

Re: [JBoss-user] EJB concurrency

2001-03-21 Thread Michel & Anke
Maybe limit the number of pool instances would work? Michel de Groot > Is there a way to limit the number of EJB instances used concurrently? > > An example scenario: > > Two message queues, Q1 and Q2. Two message beans, B1 and B2 handling > messages from their respective queues. B1 receives

Re: [JBoss-user] JBoss+tomcat+cocoon anyone?

2001-03-21 Thread Michel & Anke
Hi Uno, move xerces.jar to the front of the classpath, like: CLASSPATH=xerces.jar:$CLASSPATH Works for me. Sincerely, Michel de Groot > Hi, I'm trying to install the cocoon servlet from xml.apache.org > on top of jboss with embedded tomcat. > However there seam to be some class path error.

Re: [JBoss-user] JBoss+tomcat+cocoon anyone?

2001-03-21 Thread Michel & Anke
If you want to add another XML parser than the JBoss default (Sun XML), f.e. Xerces, add it at the front of the classpath in run.sh Michel de Groot > hi, cocoon as been installed on top of jboss-tomcat by several people, > there has been several post explainning it. > have a look at the archive

Re: [JBoss-user] Apache and Jboss + Embedded Tomcat Integration

2001-03-21 Thread Dewayne McNair
You'll need to work with JBoss Pre-2.1 to get Apache+Tomact+JBoss to work. Tomcat's server.xml isn't parsed in the 2.0 Final release, but it is in the Pre-2.1 CVS sources. Get more information in the docs at JBoss --> JBoss 3rd Party --> Tomcat or, more to the point http://www.jboss.org/busines

[JBoss-user] Tools.jar replacement?

2001-03-21 Thread Michel & Anke
What free/open source replacements for tools.jar (especially the java compiler) exist? Jikes seems to do it. Any other alternatives? Michel de Groot > > > Yeah you still need to add tools.jar from the JDK 1.2 or 1.3 into your > classpath. > > Hope this helps > > Regards > > Scott Warren > Lead

Re: AW: [JBoss-user] DB to XML Project Exist?

2001-03-21 Thread Michel & Anke
___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] help needed: transaction options for a simple case

2001-03-21 Thread fractals
Hi again Dan, And thanks so much for your patience ! Well, this is a neat solution indeed. The fact is, I've never used transactions so I don't know what they cost. At the very moment, I am beginning an implementation using JTA. To begin with, let's say that I'll probably abandon this idea in fa

Re: [JBoss-user] Execution threads in Jboss

2001-03-21 Thread Dan Christopherson
On Wed, 21 Mar 2001 [EMAIL PROTECTED] wrote: > Greetings all! Can anyone tell me about how the execution threads work > between JBoss and Tomcat, and how many there are, can we change them, > etc.? > > We've put a slew of timing debug statements in our code to try to narrow > down > a perceiv

[JBoss-user] Apache and Jboss + Embedded Tomcat Integration

2001-03-21 Thread Joe Krause
Does anybody know how to integrate the Apache web-server with JBoss and embedded Tomcat? We've been developing an EJB/JSP web solution using JBoss/Tomcat by doing all testing through a web browser connected to port 8080, but now we want to deploy to a real production environment using Apache to se

[JBoss-user] X509 Client certificate authentication module?

2001-03-21 Thread Michel & Anke
Does anyone know of or have a security pluging for Tomcat/JBoss that allows to authenticate using X509 client-side certificates? Anyone chance for an integration with LDAP tools? Can people provide some pointers to open source/free tools that could be useful? Michel de Groot _

Re: [JBoss-user] (no subject)

2001-03-21 Thread Dewayne McNair
For your combination, use the docs at JBoss --> JBoss 3rd Party --> Tomcat or, more to the point http://www.jboss.org/business/jboss-tomcat.html Good luck... -- Dewayne - Original Message - From: "Wayne Leishman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 20

Re: [JBoss-user] Please clarify JBoss and Tomcat setup

2001-03-21 Thread Michel & Anke
Hi, for JBoss and Tomcat install you only need jboss-tomcat-2.1-beta.zip. Unzip the zip file. That's it. You're ready, it works. Try to deploy an EAR containing a WAR in the jboss21/deploy directory. Alternatively, you can modify the tomcat32/conf/serverl.xml and add a context pointing to a d

[JBoss-user] Best practice for source management and build/test cycle

2001-03-21 Thread tim . taylor
We are using a fairly effective approach based on CVS and make. However, I wonder if anyone has posted a "bean/webapp" build/management pattern. For example, how should you structure your repositories and how should developers work through the build/test cycle?

[JBoss-user] Oracle XA driver and CMP

2001-03-21 Thread Wilson, Graeme
Title: Oracle XA driver and CMP Hi  - we recently tried to get out first prototype app switched over from BMP with Oracle 8.1.7 running on Linux 7.0 over to CMP. After wading thorough more self created errors than I`m prepared to admit to in a public forum we ended up with one I`m stumped on.

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread tim . taylor
Check that your ejb-jar.xml file has Bean and that you are looking up "java:comp/UserTransaction" from the bean. It's not bound to javax.transaction.UserTransaction. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kirill Averianov Sent: Wednesday, March

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Dan Christopherson
Try getting it from the session context. On Wed, 21 Mar 2001, Kirill Averianov wrote: > I tried to it in a session bean it DOES NOT FIND it too. > > Is UserTransaction implemented in JBOSS at all? > Looks to me that it is not. > > > > -Original Message- > From: [EMAIL PROTECTED] [mai

[JBoss-user] Execution threads in Jboss

2001-03-21 Thread R . Price
Greetings all! Can anyone tell me about how the execution threads work between JBoss and Tomcat, and how many there are, can we change them, etc.? We've put a slew of timing debug statements in our code to try to narrow down a perceived bottle-neck in JBoss. We dump 100 virtual users on the b

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Mike Jau
Is that mean that the TransactionContext propogation is not implemented? Also, does that mean that JTS is not supported yet? - Mike Jau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 3:06 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss

Re: R: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Bill Burke
My patch didn't do any of the performance tuning Marc or Simone was talking about. It only made sure that thousands of LOCKING-WAITING messages weren't being printed to the log. Bill Juha Lindfors wrote: > At 20:48 21.3.2001 -, you wrote: > >>> I was only planning to drop the patch in..

[JBoss-user] Auto-deployment not getting new version of session bean.

2001-03-21 Thread tim . taylor
I posted an example (attached here) some time ago of a "hello world"-level session bean that doesn't redeploy correctly. Whenever I redeploy session beans using drag-and-drop into the deploy directory, I never get the new code's behavior. I have to restart JBoss for it to pick up the changed ver

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Kirill Averianov
I tried to it in a session bean it DOES NOT FIND it too. Is UserTransaction implemented in JBOSS at all? Looks to me that it is not. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 4:06 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-u

Re: [JBoss-user] help needed: transaction options for a simple case

2001-03-21 Thread Dan Christopherson
You're right, you have a problem. Just off the cuff, here's what I'd think about doing. I assume this is a web app? this makes it hurt worse. This is an awfully long transaction. You really don't want a real transaction open this long. Therefore, I'd use the HTTP Session to store up all the inf

[JBoss-user] Dependent Objects

2001-03-21 Thread Fink, Paul
Sorry if this is old, I tried the archives but the mail list was not working so here is my question. I'm moving from Orion to JBoss. My orion model relies on dependent objects so that the EJBs can return Java objects. We marshal/unmarshall the dependent objects into/from XML using Castor. How do

[JBoss-user] CMP and dependent objects , supported? Work arounds?

2001-03-21 Thread Dave Smith
After looking through the mailing lists and other sources I know that Sun's EJB 2.0 spec is still in flux and particularly the dependent objects. But also looking through the archives it looks like some people are using dependent objects with JAWS. So I have two questions. 1) Are dependant obj

RE: [JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread tim . taylor
Previous discussions indicate that this can't be done in JBoss and that supporting it would be non-standard. I wanted to do this too and ran into the same issue. If you just want to use a UserTransaction from code in the same JVM as JBoss, you have to use a session bean. You can't use the UserT

Re: R: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Juha Lindfors
At 20:48 21.3.2001 -, you wrote: >> I was only planning to drop the patch in...didn't want it to >> get lost. But >> you can have this one, you're more familiar with it :) Enjoy! > >??? > >Did you attach something (a patch) ? No, the code changes were in Bill Burke's email. -- Juha _

[JBoss-user] FW: [hsql-user] New Project Formed at SourceForge

2001-03-21 Thread Kemp Randy-W18971
For those interested in Hypersonic SQL, here is some encouragement from their user mailing lists. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: [hsql-user] New Project Formed at SourceForge

[JBoss-user] help needed: transaction options for a simple case

2001-03-21 Thread fractals
Hi, This is a very simple question concerning transactions: I need to make a user-registration in multiple steps: 1. The user enters a pin code that corresponds to a certain amount of money he/she spent to get access to the application -> application checks the pin code, and marks a corresp

R: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Bordet, Simone
Hey Juha, > Hey, > > At 13:43 21.3.2001 -, you wrote: > >I'm also working on that, I fixed it but didn't tested it enough. > >Keep me informed if you will work on this. > > I was only planning to drop the patch in...didn't want it to > get lost. But > you can have this one, you're more fa

Re: [JBoss-user] MS Sql Server

2001-03-21 Thread Dan Christopherson
Here's my SQL Server & Inet setup for JBoss 2.1, as promised. The instructions Juha pointed to on Inet's web site are for 2.0. There have been a couple of changes since (don't change properties, no MLET tag needed in jboss.conf, etc.) Note 1: I was doing BMP with these. For CMP to work you'll als

[JBoss-user] (no subject)

2001-03-21 Thread Wayne Leishman
Hello. I have downloaded jboss-2.1.zip and jboss-tomcat-2.1-beta.zip. I extracted JBoss to C:\JBoss and Tomcat to C:\jboss-tomcat-2.1-beta So far so good. Could someone please point me to the correct documentation on how to run Tomcat with JBoss ? I've find instructions in the following place

[JBoss-user] Please clarify JBoss and Tomcat setup

2001-03-21 Thread Wayne Leishman
Hello. I have downloaded jboss-2.1.zip and jboss-tomcat-2.1-beta.zip. I extracted JBoss to C:\JBoss and Tomcat to C:\jboss-tomcat-2.1-beta So far so good. Could someone please point me to the correct documentation on how to run Tomcat with JBoss ? I've find instructions in the following place

Re: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Dan Christopherson
It should work from another VM? That would require all the minerva pooling stuff as well as the Oracle drivers to be serializable, wouldn't it? Or it would require the entry bound into JNDI to be a factory sort of thing, right? On Wed, 21 Mar 2001, Joe wrote: > it should still work (when you say

Re: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Dan Christopherson
On Wed, 21 Mar 2001, Joe wrote: > danch wrote: > > > Note that you really should do your lookups at > > "java:comp/env/jdbc/OracleDB", but that does require that you either set > > up OracleDB as your default, or make a couple of mapping entries in > > jboss.xml. > > can you explain why ? becau

[JBoss-user] Newbie: deploying stateful bean

2001-03-21 Thread Garry Thuna
I am trying to deploy a stateful bean but am failing. Stateless is okay. To narrow in on the problem I tried to deploy the interest.jar example after changing its deployment descriptor to indicate that it was a stateful bean instead of stateless and it failed to deploy in the same way as my ow

RE: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Kirill Averianov
Yes , BEAN = EJB. May be it should work , but it does not. I can access it from EJB with no problem , but if try InitialContext.lookup( dataSourceName ) from a different VM it throws Exception : "javax.naming.NameNotFoundException: OracleDB not bound

Re: [JBoss-user] Jetty/Jboss help

2001-03-21 Thread Daren R. Sefcik
I realized I had another process running on 1099.. stopped it and it works fine now. never mind. On Wed, 21 Mar 2001, Daren R. Sefcik wrote: > Hi, I am trying out the Jetty/Jboss bundle > and everything works fine except for the > Jboss demo. I get the initial page fine > but when I try and ru

RE: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Juha Lindfors
Hi, At 13:43 21.3.2001 -, you wrote: >I'm also working on that, I fixed it but didn't tested it enough. >Keep me informed if you will work on this. I was only planning to drop the patch in...didn't want it to get lost. But you can have this one, you're more familiar with it :) Enjoy! -- J

RE: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Juha Lindfors
Hey, At 13:43 21.3.2001 -, you wrote: >I'm also working on that, I fixed it but didn't tested it enough. >Keep me informed if you will work on this. I was only planning to drop the patch in...didn't want it to get lost. But you can have this one, you're more familiar with it :) Enjoy! --

Re: [JBoss-user] MS-SQL Server JDBC Driver Benchmark

2001-03-21 Thread Juha Lindfors
At 08:26 21.3.2001 -0500, you wrote: >They compare i-net drivers to those of NetDirect, AveConnect, and J-Turbo as >well as a JDBC-ODBC bridge. They test for performance, stability, >reliability, etc... > >Of course, this is a commercial site, but it is more info for those >searching for a driver.

Re: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Joe
it should still work (when you say BEAN you mean EJB right? ) - Original Message - From: "Kirill Averianov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 6:50 PM Subject: RE: [JBoss-user] Accessing DataSource from a client > Your suggestion will work only

Re: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Joe
danch wrote: > Note that you really should do your lookups at > "java:comp/env/jdbc/OracleDB", but that does require that you either set > up OracleDB as your default, or make a couple of mapping entries in > jboss.xml. can you explain why ? because the specs recommend you do ? I am still pretty

[JBoss-user] Jetty/Jboss help

2001-03-21 Thread Daren R. Sefcik
Hi, I am trying out the Jetty/Jboss bundle and everything works fine except for the Jboss demo. I get the initial page fine but when I try and run the HelloEJB example I get the following: = Servlet calling EJB Call failed... Except

RE: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Kirill Averianov
Your suggestion will work only if it's implemented as a BEAN. I want to access it from a different VM. It works fine with a weblogic. Does JBOSS do it too ? Thanks , Kirill. -Original Message- From: danch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001

[JBoss-user] EJX Editor bug ?

2001-03-21 Thread Franco Biaggi
HI, I see a bug in EJC editor, when editing a JAWS file, CMP mapping ( DB is mySQL), changing a BLOB SQL type of a java.lang.TimeStamp to an SQL type of TIMESTAMP is not stored in the JAWS.XML file. The JAWS.XML must be manually edited. Thanks   http://www.ticino.com/u

Re: [JBoss-user] table not found

2001-03-21 Thread fractals
Hi dan ! Thank you very much again for all your answers. > > I read in the docs that objects should be bound to java:/env and not java:/ > This binding here is really so that JBoss' internals can see it. You > shouldn't access it here, although it will work if you do. It does. What's the proble

RE: [JBoss-user] unsubscribe

2001-03-21 Thread ZAPHOD
1) Go to: http://lists.sourceforge.net/lists/listinfo/jboss-user 2) Enter your email address on the bottom of the page (next to the "Edit Options" button) and press the "Edit Options" button. 3) Type in your password next to the "Unsubscribe" button and press the "Unsubscribe" button. 4) If you

Re: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread danch
Joe wrote: > your OracleDB is bound to "java:/OracleDB" > your look up should look like this > xads = ( javax.sql.DataSource )jndiCtx.lookup ( "java:/OracleDB" ); Note that you really should do your lookups at "java:comp/env/jdbc/OracleDB", but that does require that you either set up OracleDB

Re: [JBoss-user] CVS is online at sourceforge

2001-03-21 Thread danch
Interesting. Security works, and it has the jbosssx jars, so it's not very old. Did that property ever get updated in the source? Alexander Jerusalem wrote: > Hi, > > I've downloaded the cvs files from sourceforge but I wonder if this is > the latest version because the Ant build file has a l

Re: [JBoss-user] MS Sql Server

2001-03-21 Thread danch
Steven Webster wrote: > Hi again all, > > Thanks for all the help with Hypersonic...can someone tell me where exactly > JBoss > decides that Hypersonic is the default database it will use for CMP ? In standardjaws.xml, the default datasource is defined near the top. > > Meanwhile, back at the

[JBoss-user] PLEASE HELP : How to bind javax.transaction.UserTransaction

2001-03-21 Thread Kirill Averianov
PLEASE HELP ! > How to bind javax.transaction.UserTransaction to the JNDI > at the JBoss startup ? > What JBoss configuration files must be changed for that ? > > > Thanks a lot , Kirill. ___ JBoss-user mailing list [EMAIL PRO

Re: [JBoss-user] Unsubscribe

2001-03-21 Thread Mathieu Viau
Doesn't work... Sorry, my mistake... Mathieu Viau wrote: > > To be removed from the list, send the following command to > [EMAIL PROTECTED]: > > unsubscribe jboss-user > > Will Knoblauch wrote: > > > > Please unsubscribe everyone at telecomse.com from this list. > > > > Thanks. > > > > ---

Re: [JBoss-user] Unable to load a ResultSet column into a variable of type 'int'

2001-03-21 Thread Burkhard Vogel
Unable to load a ResultSet column into a variable of type 'int'OK, you are probably not getting as far as being able to call the getHeadline() method of your CMP-bean, because the container needs to instantiate (load) the bean beforehand. During this loading I guess one of the columns which is ass

RE: [JBoss-user] CVS is online at sourceforge

2001-03-21 Thread Kimpton,C (Chris)
Hi, > -Original Message- > From: Alexander Jerusalem [mailto:[EMAIL PROTECTED]] > > I've downloaded the cvs files from sourceforge but I wonder > if this is the > latest version because the Ant build file has a line: > > oops - I think that was my fault... I will try and correct i

RE: [JBoss-user] Hypersonic SQL

2001-03-21 Thread Kimpton,C (Chris)
Hi, > > > Have you got the jaws.xml flag set such that tables are > dropped when the > > application finishes - if this is set, it should mean that > the tables are > > re-created upon startup - curing your problem. > > We tried that in standardjaws.xml - there was no jaws.xml > filethe

Re: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Dragan Milic
Hi, On Wed, 21 Mar 2001, Alexander Kogan wrote: > marc fleury wrote: > > > > Just out of curiousity Simone... > > > > when we benched at SUN one of the big difference under load was the thread > > management. > > > > The best in terms of resource usage was put the thread to sleep (with a 5 >

AW: [JBoss-user] New User

2001-03-21 Thread Jung , Dr. Christoph
The ZOAP docs (including loads of hierarchically structured UML/JavaDoc) are available in the cvs directly as it would not fit in the web-site structure ... Best, CGJ -Ursprüngliche Nachricht- Von: Bankwalla, Viraf [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 21. März 2001 14:04 An: '

Re: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Alexander Kogan
"Swarr, Bob" wrote: > > To address these problems a number of theorticians in concurrent > programming, such as Brinch Hansen, developed the idea of a monitor. I guess > today we would call it a design pattern. Some writers claim that Java > wait() and notify() implement a monitor, although I've

Re: [JBoss-user] Error on create in applet

2001-03-21 Thread Ken Jenks
I've been battling applets for a few days now. There seem to be several problems in getting a JDK 1.1 applet to talk to an EJB, even indirectly through JMS. First, it's hard (impossible?) to use JNDI from an applet. jBoss' 2.0's implementation of the JNDI InitialContext() method requires you t

Re: [JBoss-user] Flux ?????

2001-03-21 Thread Burkhard Vogel
Its really Flux (see http://www.simscomputing.com/products/flux/) which is a really interesting implementation of JMS which offers firing of messages on a ms basis. Is this firing possible with jbossMQ as well? - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

[JBoss-user] MS Sql Server

2001-03-21 Thread Steven Webster
Hi again all, Thanks for all the help with Hypersonic...can someone tell me where exactly JBoss decides that Hypersonic is the default database it will use for CMP ? Meanwhile, back at the ranch, we're now looking at using MS SQL Server, and have so far followed the documentation on the JBoss we

RE: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Bordet, Simone
Hey, > Which leads to a question since I'm a JBoss novice. Is there > a way to set > the number of threads in JBoss? I use WebLogic regularly and > it provides a > configuration parameter that allows you to set the number of > threads in the > VM that the server uses. No. (but this is open s

[JBoss-user] unsubscribe

2001-03-21 Thread Steve Nguyen
Please assist to unsubscribe me out of this list Thanks, Steve Nguyen -- KBMail Software & Java Hosting Support E-mail: [EMAIL PROTECTED] Web site: http://www.ebpcs.net | http://www.kbmail.com ___ JBoss-user mailing list [EMAIL PROTECTED] http://lis

Re: [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Joe
your OracleDB is bound to "java:/OracleDB" your look up should look like this xads = ( javax.sql.DataSource )jndiCtx.lookup ( "java:/OracleDB" ); - Original Message - From: "Kirill Averianov" <[EMAIL PROTECTED]> To: "JBOSS (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 3:4

[JBoss-user] Hypersonic SQL

2001-03-21 Thread Kemp Randy-W18971
Regarding the discussions on Hypersonic SQL, there are some points worth adding. 1. Hypersonic SQL is shipped with the Orion commercial web server (www.orionserver.com) as the default rdms. When I raised this identical question, someone from the Orion team said it is still a good database for

RE: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Swarr, Bob
Marc, I think that the body of opinion in CS literature is consistent with your findings. Busy/wait burns cpu and leads to various programming problems (race, starvation, deadlock, etc). To address these problems a number of theorticians in concurrent programming, such as Brinch Hansen, develop

Re: [JBoss-user] CVS is online at sourceforge

2001-03-21 Thread Alexander Jerusalem
Hi, I've downloaded the cvs files from sourceforge but I wonder if this is the latest version because the Ant build file has a line: regards, Alexander Jerusalem At 08:47 21.03.01, Scott M Stark wrote: >The wait for CVS access appears to be over. I am seeing the code via the >sourceforge >c

Re: [JBoss-user] table not found

2001-03-21 Thread fractals
Hi dan ! (this might be the second time you receive this message. It's just that, weirdly, I don't receive any more messages from the jboss mailing-list, and just to be sure I want to send this last message once again) Thank you very much again for all your answers. > > I read in the docs that

RE: [JBoss-user] Unable to load a ResultSet column into a variable of type 'int'

2001-03-21 Thread Ernest Chen
Title: Unable to load a ResultSet column into a variable of type 'int' Mmm, which column/file are you talking about?  My client code is just calling getHeadline() method that returns a String.  Thanks! -Original Message-From: Burkhard Vogel [mailto:[EMAIL PROTECTED]]Sent: Wednesd

RE: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread Ernest Chen
Title: RE: [JBoss-user] JAAS Based Security in JBoss Your client should always use /client/auth.conf, the other one is to configure the SecurityManager Container.  Again if you run Tomcat in standalone everything works fine. standardjboss.xml --         Standard S

RE: [JBoss-user] Flux ?????

2001-03-21 Thread Jee-Meng Ang
marc, Flux as in the Flux Scheduler at www.simscomputing.com. We are evaluating it for use with JBoss. We need a Enterprise Scheduler for our J2EE application, especially in the EJB area. jee-meng. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf O

[JBoss-user] Rép. : [JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Thierry Templier
You can access to a datasource only in the jvm of the server but not outside it. You must lookup on java:/OracleDB Templ >>> [EMAIL PROTECTED] 21/03/01 16h46 >>> I have a stand alone java client (NOT A BEAN) where I am trying to get a pointer to "OracleDB" DataSource using the fo

[JBoss-user] Accessing DataSource from a client

2001-03-21 Thread Kirill Averianov
I have a stand alone java client (NOT A BEAN) where I am trying to get a pointer to "OracleDB" DataSource using the following code : xads = ( javax.sql.DataSource )jndiCtx.lookup ( "OracleDB" ); I get : "javax.naming.NameNotFoundException: jdbc not bound"

Re: [JBoss-user] Got error java.lang.NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-21 Thread Constantin Teodorescu
danch wrote: > > Constantin Teodorescu wrote: > > > Got the latest 2.1 jboss (PRE 2.1) and tried to run the same example > > (interest.jar) that worked fine in 2.0 > > > > Compilation OK, deployment OK, but received error running InterestClient > > : > > > > > > Got context > > Got reference > >

Re: [JBoss-user] Error on create in applet

2001-03-21 Thread danch
You're calling create on an EJB and it isn't working. Take a look at the server log, there should be a couple other exception backtraces in there that will tell you more. Marteijn Nouwens wrote: > HEllo everybody, I am trying to connect to an enterprise bean from an > applet. This has worked

Re: [JBoss-user] Hypersonic SQL

2001-03-21 Thread Steven Webster
Hi, > I think there is a big difference between default and recommended. HSql is > good for getting started quickly - but it has limits that need to be > understood and accepted if it is to be used. I think we're realising that already... ;) > There is a client that comes with hsql - have you

Re: [JBoss-user] Got error java.lang.NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-21 Thread danch
Constantin Teodorescu wrote: > Got the latest 2.1 jboss (PRE 2.1) and tried to run the same example > (interest.jar) that worked fine in 2.0 > > Compilation OK, deployment OK, but received error running InterestClient > : > > > Got context > Got reference > Exception in thread "main" java.lang

Re: [JBoss-user] LOCKING-WAITING

2001-03-21 Thread Alexander Kogan
marc fleury wrote: > > Just out of curiousity Simone... > > when we benched at SUN one of the big difference under load was the thread > management. > > The best in terms of resource usage was put the thread to sleep (with a 5 > sec timeout) and notify (1) and that REALLY flew and scaled REALLY

Re: [JBoss-user] Tomcat + Jboss Integration

2001-03-21 Thread danch
Nguyen Thanh Phong wrote: > Hi, > How about the stub/skeletons generate by ejb compiler when > you deploy the EJB jar files? Stubs are generated at runtime. There are no skeletons generated. Generally, generated code does not 'inherit' the GPL from the tool that generates it (you can compile no

Re: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread danch
I assume that you're calling from a stand-alone client? Did you point that client at the auth.conf in the /client directory, or the one in conf/default? The client needs to read the auth.conf from the client directory in order to Do the Right Thing. danch thierry birre wrote: > hi jboss-user

RE: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread Ernest Chen
I had the same problem with Tomcat embeded in Jboss 2.1, authentication works but authorization fails with jaas/other configuration.  However if you run Tomcat as a separate process it works fine.  -Original Message-From: thierry birre [mailto:[EMAIL PROTECTED]]Sent: Wednesday,

Re: [JBoss-user] primary key problem

2001-03-21 Thread danch
You're using JBoss 2.0, right? If so this is a known weakness of that version. Andy Evans wrote: > Hi > > CMP beans work fine EXCEPT a primary key is not > created in the database table just a normal column. > This happens both with mySQL and InstantDB. > > Has anybody else noticed this. > >

  1   2   >