[JBoss-user] [JBoss-user]

2001-03-22 Thread wei shung chung
Hi, Can we use entity beans with SQL server or mySQL ? Thanks. Wei(new to EJB/JBoss) __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ JBoss-user mai

[JBoss-user] New to jBoss

2001-03-22 Thread anarain
Hello friends,     I am trying to run a sample example using EJB jboss application server. I have already put the jar file containing the following in deploy directory of jboss installation. But when i run the server, i get the following error message  : Can someone help me out...     [J2EE D

[JBoss-user] I Hope it's working right now...

2001-03-22 Thread Alexander Methke
...and if it does could somebody answer my question: Why do I get some Exception like the following during startup of jBoss? I added only some database for CMP's, nevertheless it's working fine, I got access to data, can find'em and lookup every installed context. But this exception doesn't l

[JBoss-user] Some question regarding Jboss

2001-03-22 Thread Ricky
Hi all , I am using Linux6.1 , jdk1.3 , postgresql7.0.2 and jboss2.1. I have a question regarding finder method code below : ArrayList result = new ArrayList(); Collection collection = usercompanyHome.findByLikeTrade(trade); Iterator iterator = collection.iterator(); while(it

Re: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Bill Burke
You need to have jboss_jaas.jar in your client's classpath. Regards, Bill Andrew Tan wrote: > Hi, > > I have a problem when I tried to run a client to access the EJB. It > managed to get a reference to this EJB object, but when it tried > called home.create() this error came up. > > > >

[JBoss-user] FYI: OracleXADataSource HOWTO

2001-03-22 Thread Bill Burke
Seems like a lot of people are asking questions about how to use this. oraclePool oracle.jdbc.xa.client.OracleXADataSource URL=jdbc:oracle:thin:[EMAIL PROTECTED]:1521:dbname Should work fine. BIll ___ JBoss-user mailing lis

[JBoss-user] JBoss Embedded Tomcat error

2001-03-22 Thread Nallakkandi Rajeevan
Hello, I am having problem running JBoss with embedded Tomcat. Here is what happens when I start JBoss. Can somebody help? or Can somebody send me a working jboss.conf, jboss.jcml and (Tomcat) server.xml files. Thanks Rajeevan [EmbeddedTomcat] Starting [EmbeddedTomcat] Starting EmbeddedTomcat

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Guy Rouillier
Dan, what did you mean by "this" in the statement "Usually this is done in ejbCreate..."? - Original Message - From: "Dan Christopherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 4:52 PM Subject: Re: [JBoss-user] A little BMP philosophy/understanding >

[JBoss-user] test please ignore

2001-03-22 Thread Vladimir Blagojevic
___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Oracle datasource problems

2001-03-22 Thread Guy Rouillier
I had the same problem with the Oracle XA implementation.  Switch to the following and see if the problem goes away.       org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl - Original Message - From: J. G. Zambrano To: [EMAIL PROTECTED] Sent: Wednesday, March

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

2001-03-22 Thread Jim Archer
Dan, what version of jBoss are you using? Seveal weeks ago there was a bug in jBoss that caused exceptions to not be martialed correctly, and I believe the current PRE 2.1 binary release has this bug as well... Jim --On Thursday, March 22, 2001 10:42 AM -0600 Dan Christopherson <[EMAIL PROTEC

RE: [JBoss-user] How do i unsubscribe this emails..

2001-03-22 Thread achandra
goto http://lists.sourceforge.net/lists/listinfo/jboss-user  look for "To change your subscription (set options like digest and delivery modes, get a reminder of your password, or unsubscribe from JBoss-user), enter your subscription email address:" enter your email address and press "Edit op

[JBoss-user] (no subject)

2001-03-22 Thread wei shung chung
Hi, Can SQL server be used together with entity beans? __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http

[JBoss-user] (no subject)

2001-03-22 Thread wei shung chung
Hi, Can we use SQL server or mySQL for writing entity beans? Thanks. Wei Shung Chung __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ JBoss-user mai

[JBoss-user] Auto Deploy failure on war file... using jboss-jetty

2001-03-22 Thread Tye, Timothy
I am using jboss-jetty, jdk1.3 on Linux 6.1. I have built a war file for my servlets and placed the ear file containing the war file in the deploy directory. However, I get the following error: [J2EE Deployer] Starting module coop07.war [Jetty] Deploying: context=/coolejb webapp=file:/home/a00

[JBoss-user] How do i unsubscribe this emails..

2001-03-22 Thread 박정현
plz let me know!!!   How do i unsubscribe this emails..

RE: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Dragan Milic
Hello, On Thu, 22 Mar 2001, Johan Nordin wrote: > Hi, > > I just fixed the problem, it was not a JBoss problem (of course) =) > > It's a bugg in JWS, > JWS does something wrong with the classloaders. > > Before creating any InitialContext, > this code snipped must be included: > (Found it on

Re: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Scott M Stark
Your missing the jbosssx-client.jar from your classpath. Its in the jboss dist client directory. - Original Message - From: Andrew Tan To: [EMAIL PROTECTED] Sent: Friday, March 23, 2001 10:37 AM Subject: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation Hi, I ha

Re: [JBoss-user] Bean deployment Problem in JBOSS 2.1

2001-03-22 Thread Alexander Kogan
Kirill, Check that your EJBs have different JNDI names in ejb-jar.xml's. Looks like they are identical (bean1). Also, jndiView may help you ti discover the current naming tree. Kirill Averianov wrote: > > I am new to JBOSS. I am trying to deploy > stateless EJB's . Whe

[JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Andrew Tan
Hi, I have a problem when I tried to run a client to access the EJB. It managed to get a reference to this EJB object, but when it tried called home.create() this error came up.   I am using: Jboss2.1 Windows 2000 JDK1.3   If anyone can help me solve it problem, I would be grateful.   Regar

Re: [JBoss-user] A little BMP philosophy/understanding - Thanks!

2001-03-22 Thread Alexander Kogan
Filip, Dan, everyone who responded to me! Thanks a lot, guys for your time and knowledge. Best regards, Alexander Kogan wrote: > > Hello, > > I've been trying to follow this interesting discussion, but > now I'm lost. Let me explain my confusion: > > Usually in my BMP business methods I obt

RE: [JBoss-dev] Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Filip Hanik
oops, we are cross posting, no good, sorry about that. > I'm re-writing the PreparedStatement cache > - so that it is configurable from jboss.jcml. I can no way right now > other than changing the source directly of configuring the PS cache size. > - so that connections watch all open cursors t

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Filip Hanik
ok, let's separate out two very different topics 1. Connection pooling. Yes for JDBC 1.x JBoss is implementing the connection pool (see minerva) This connection pool is a wrapper around any existing JDBC compliant driver. when you call connection.close() minerva actually just returns the connecti

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Bill Burke
Hey all, - I sent an e-mail detailing how to shut off PreparedStatement caching in JBoss 2.0-Final. Please see the archives if you're interested. It will work for JBoss 2.1 as well(minerva beta3?) - I am re-writing the PreparedStatement caching for minerva. Who maintains minerva and where

[JBoss-user] Bean deployment Problem in JBOSS 2.1

2001-03-22 Thread Kirill Averianov
I am new to JBOSS. I am trying to deploy stateless EJB's . When a put a several jar files (one for each EJB) into deploy directory and than start JBOSS I get an output that all my jar files are DEPLOYED . However when I try to do lookup for my EJB's from

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Mike Jau
It seems that the JBOSS EJB container do need to implement the connection pooling and preparedstatement caching just because the JDBC driver already support them. Does the JDBC2.x and above support the connection pooling? Is JDBC2.x specification mention about the Preparedstatement caching? - M

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Filip Hanik
> Doesn't this defeat the purpose of caching and prepared statements? If you > close the prepared statement then the db connection goes away > right? So why > used a prepared statmenet at all, beacuse it is never really prepared? It > seems to me the cache would need to keep at least one of each p

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Dan Christopherson
On Thu, 22 Mar 2001, Alexander Kogan wrote: > Hello, > > I've been trying to follow this interesting discussion, but > now I'm lost. Let me explain my confusion: > > Usually in my BMP business methods I obtain a connection, > create prepared statements and close statements and the connection >

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Hansen, Richard
Doesn't this defeat the purpose of caching and prepared statements? If you close the prepared statement then the db connection goes away right? So why used a prepared statmenet at all, beacuse it is never really prepared? It seems to me the cache would need to keep at least one of each prepared st

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Filip Hanik
you should close the statements and connections. the code for using a connection pool should be the same as if you were not using a connection pool. ie transparent. when using a connection pool the con.close() call is an indicator for the pool that you are done with the connection and it is now av

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

2001-03-22 Thread Kar YEOW
I have expirenced the same problem and I have also gave up and go back to using Minerva. - Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 2:09 PM Subject: Re: [JBoss-user] Oracle database pool hangs on 2.1 > I don't und

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Alexander Kogan
Hello, I've been trying to follow this interesting discussion, but now I'm lost. Let me explain my confusion: Usually in my BMP business methods I obtain a connection, create prepared statements and close statements and the connection at the very end of the method (assuming that jboss is caching

Re: [JBoss-user] Incorrect archive links on jBoss site

2001-03-22 Thread Sebastien Alborini
Hi, The archives are now on mail-archive.com : http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/ http://www.mail-archive.com/jboss-development%40lists.sourceforge.net/ The website has been updated. Sebastien On Thu, 22 Mar 2001, Bob Newby wrote: > The page http://www.jboss.o

RE: [JBoss-user] Incorrect archive links on jBoss site

2001-03-22 Thread marc fleury
merci sebastien je suis un peu deborde en ce moment :) marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Sebastien |Alborini |Sent: Thursday, March 22, 2001 4:13 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-user] Incorrect archive links on jBoss

RE: [JBoss-user] EJB concurrency

2001-03-22 Thread marc fleury
quickly.. no the pool size is something else. The concurency in threads is disconnected. We do thread "concurency management" in the container stacks based on use and tx association. Only when a client is associated with an instance does the thread penetrate it's code. It is true that "# acti

Re: [JBoss-user] UndeclaredThrowableException problems

2001-03-22 Thread Dan Christopherson
On Thu, 22 Mar 2001, natxo wrote: > > Thank you very much, > > Your advice resolve my problem, but I don't figure out why it doesn't work > in the other way. The root of the confution is that in EJBs the bean implementation doesn't directly implement the remote interface. If this were so, you

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Dan Christopherson
I believe that Bill Burke is going through the cache and making this right at the moment (Bill, you listening in case I'm wrong?) On Thu, 22 Mar 2001 [EMAIL PROTECTED] wrote: > In the original JBoss 2.0 version the PreparedStatement cache was not > discarded after the connection was returned to

RE: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Johan Nordin
Hi, I just fixed the problem, it was not a JBoss problem (of course) =) It's a bugg in JWS, JWS does something wrong with the classloaders. Before creating any InitialContext, this code snipped must be included: (Found it on the discussion forum for JWS, http://forum.java.sun.com/read/56761/qA

RE: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Wim De Clercq
Hi, There is a known problem with 1.0 FCS Java Web Start: it does not set the context class loader on the event dispatch thread. When you create the InitialContext in the main thread it should find the classes. I hope this helps. Wim -Original Message- From: [EMAIL PROTECTED] [mailto:[

Re: [JBoss-user] EJB concurrency

2001-03-22 Thread Michel & Anke
Hmm... maybe some of the pool implementors can answer this one? > 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 w

Re: [JBoss-user] UndeclaredThrowableException problems

2001-03-22 Thread natxo
Thank you very much, Your advice resolve my problem, but I don't figure out why it doesn't work in the other way. At 12:25 22/03/2001 -0600, you wrote: >Try Tim Clarke's advice, catch the UndeclaredThrowableException, call >getUndeclaredThrowable and print it. This might be more enlightening

Re: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Michel & Anke
Hi, I think you need to set the option -Djavax.naming.initialcontext to the class that implements the initialcontext (f.e. javax.naming.InitialContext). I'm not sure I typed the right option name, so check the JNDI spec for this. Do you like Web Start? Michel de Groot > Hi ! > > We are trying

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Mike Jau
So, the caching of the PreparedStatement is stored in the database connection context and is not shared between the database connection. I am thinking a work around way and it may solve the caching issue.  If we have the "named connection" from the pool with the lifecyclye control to release

Re: [JBoss-user] JDBCRealm , please help

2001-03-22 Thread Alvin Yap
I got it working over JBoss 2.1, Tomcat 3.2 and Postgres. 1)Edit the server.xml 2)Uncomment the JDBCRealm: 3)Make sure you comment any other Realm, like SimpleRealm...and so on. To avoid conflict. 4)Define security in your web.xml 5) restart JBoss Alvin joel cordonnier wrote: > Hi all, > > D

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread harviej
In the original JBoss 2.0 version the PreparedStatement cache was not discarded after the connection was returned to the pool because more than likely you might want to issue that one of these PreparedStatements again. To make matters worse there wasn't an upper limit on the number of PreparedStat

RE: [JBoss-user] Problem with ORACLE CMP and BLOBS

2001-03-22 Thread Shahar Solomianik
My friend ! CMPing a LOB has not yet been proven to be possible using jboss+oracle. Even Oracle's JServer's EJB server doesnt CMP a LOB !!! (I heard it today from Oracle support, it took them 2 months to clarify this issue for me... they say : maybe Oracle9 will do it... ye right) (If you do manag

[JBoss-user] unscribe

2001-03-22 Thread Volker Graf
unscribe ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Re: UndeclaredThrowableException problems

2001-03-22 Thread Ralf Purnhagen
This problem has been solved some weeks ago for embedded Tomcat and current cvs JBoss. Just try the 2.1-beta release from the JBoss website. Ralf ncabre wrote: > > I''ve read a lot of e-mails with that subject, but I haven't found its > solution. I use Tomcat 3.2.1 standalone and JBoss 2.1. wit

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

2001-03-22 Thread Scott M Stark
If the auth.conf file in your jboss_dist/client directory is as you indicate then that is the problem. That is the auth.conf file for the server and should be in the jboss_dist/conf/default directory. You jboss_dist/client/auth.conf file should be the default one shipped with the distribution whic

[JBoss-user] JbossRealm

2001-03-22 Thread joel cordonnier
Hi! Can someone explain me, how work the JbossRealm Authentication mechanism ? For embedded tomcat, why this authentication mechanism is specified in tomcat' server.xml file ? And not in jboss.jcml ? Is there the same mechanism for JBOSS stand alone ?? Thanks Joel __

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Mike Jau
Could you give me some background information about the Preparedstaement caching on the EJB container side? Since the connection get from pool need to return to pool once the transaction done. I assumed that the resouce associate to this connection should be released and the released resoure incl

Re: [JBoss-user] UndeclaredThrowableException problems

2001-03-22 Thread Dan Christopherson
Try Tim Clarke's advice, catch the UndeclaredThrowableException, call getUndeclaredThrowable and print it. This might be more enlightening. Is 'MessageException' an exception of yours? If so, is it declared as being thrown from your 'getMessage' method in both your bean and the bean's remote inte

[JBoss-user] Incorrect archive links on jBoss site

2001-03-22 Thread Bob Newby
The page http://www.jboss.org/business/lists.html does not properly link to the sites of the new mailing list archives for JBOSS-USER and JBOSS-DEV. For example, the JBOSS-USER Archive link takes you to http://lists.sourceforge.net/archives//jboss-user/, which is a black hole. The actual archive

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Bill Burke
Dan Christopherson wrote: > On Fri, 23 Mar 2001, Peter Routtier-Wone wrote: > >>> Someone from this discussion group indicate that container might cache the >>> PreparedStatement. >> >> I can't speak with authority on this, but that rings true. I'm guessing that >> interception doesn't happen

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

2001-03-22 Thread Marteijn Nouwens
Thanks for your time to respond, I solved the problem. I was supplying a wrong parameter tot my applet. I am using Swing classes in the applet so java 1.2.2 or 1.3 was required The plugin is required. The connection problem is true, I Sign the applet and a user has to trust the applet. It is wor

Re: [JBoss-user] UndeclaredThrowableException problems

2001-03-22 Thread natxo
The stacktrace is below: java.lang.reflect.UndeclaredThrowableException java.lang.reflect.UndeclaredThrowableException: MessageException: Hola soc una excepcio at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245) at sun.rmi.transport.StreamRemoteCall

[JBoss-user] Problem with ORACLE CMP and BLOBS

2001-03-22 Thread Noonan Michael
Hi, I'm trying to use CMP with an oracle data source. one of my CMP fields is a byte[] that can get quite large JAWS creates a table with this field mapped onto a BLOB type. When I try to create the entity if the byte[] contains several k's of data I get the following exception. [docSession]

Re: [JBoss-user] UndeclaredThrowableException problems

2001-03-22 Thread Dan Christopherson
What's the stack trace you see from your servlet? On Thu, 22 Mar 2001, ncabre wrote: > Hi, > I''ve read a lot of e-mails with that subject, but I haven't found its > solution. I use Tomcat 3.2.1 standalone and JBoss 2.1. with JDK1.3 in > windows 2000. My problem is when i launch an exception f

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Dan Christopherson
On Fri, 23 Mar 2001, Peter Routtier-Wone wrote: > > Someone from this discussion group indicate that container might cache the > > PreparedStatement. > > I can't speak with authority on this, but that rings true. I'm guessing that > interception doesn't happen for the setEntityContext() method a

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

2001-03-22 Thread Tim_Clarke
Hmm.. I'm a bit of a newbie and I haven't read all the thread but.. ..but i had this error once with JBoss. I tracked it down to forgetting to serialize a data holder I was trying to pass using RMI. But anyway - the getUndeclaredThrowable()method got a lot more info out of the system for me.

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

2001-03-22 Thread Christopher Albert
Wayne Leishman wrote: > > 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 Wayne, You don'n need both of these. jboss-tomcat-2.1-beta.zip=jboss+tomcat and all the classes you need are there. The ja

RE: [JBoss-user] JBoss user archive search doesn't work

2001-03-22 Thread Filip Hanik
are you running Win95 or Win98? you have to set the environment space for your dos prompt /e:4096 or something like that? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net > -Original Message- > From: [EMAIL PROTECTED] > [mailt

Re: [JBoss-user] J2EE Blueprint Application

2001-03-22 Thread Christopher Albert
[EMAIL PROTECTED] wrote: > What are the steps involved to get the J2EE Blueprint Application > (Petstore) configured to run with the JBoss EJB Application Server? > Please advise. > > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > http://lists.sour

Re: [JBoss-user] JBoss user archive search doesn't work

2001-03-22 Thread Christopher Albert
Pifen Ellwood wrote: > Hi, > Can anyone provide a link to search the jboss-user archive? I got an error > msg everytime I tried to search via > http://www.geocrawler.com/lists/3/SourceForge > > I got Out of Environment Space error when I run Jboss. I know some one ask > the same question before.

Re: [JBoss-user] J2EE Blueprint Application

2001-03-22 Thread Jorge Uriarte Aretxaga
http://www.jboss.org/documentation/petstore-1.1.1-01.html - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 5:33 PM Subject: [JBoss-user] J2EE Blueprint Application > What are the steps involved to get the J2EE Blueprint Application >

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

2001-03-22 Thread Dan Christopherson
On Sat, 3 Mar 2001, fractals wrote: > Hi again Dan, > > And thanks so much for your patience ! No problem. I learn best by explaining what I (think I) know. And at least you're typing the entire word 'you' 8^}). > > Well, this is a neat solution indeed. The fact is, I've never used > transacti

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

2001-03-22 Thread Dan Christopherson
It should have been in d:\jboss\log\server.log. Hmmm. Exceptions are logged at a fairly high level, so you would have had to go out of the way to turn them off. What's the rest of the client-side trace? Maybe something is wacky with your RMI stuff at the client. On Wed, 21 Mar 2001, Brian Elliott

[JBoss-user] UndeclaredThrowableException problems

2001-03-22 Thread ncabre
Hi, I''ve read a lot of e-mails with that subject, but I haven't found its solution. I use Tomcat 3.2.1 standalone and JBoss 2.1. with JDK1.3 in windows 2000. My problem is when i launch an exception from EJB, which isn't caught in my client (servlet). I tried a lot of combinations around CLAS

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Peter Routtier-Wone
> Someone from this discussion group indicate that container might cache the > PreparedStatement. I can't speak with authority on this, but that rings true. I'm guessing that interception doesn't happen for the setEntityContext() method and therefore you actually create a PreparedStatement rather

[JBoss-user] J2EE Blueprint Application

2001-03-22 Thread HKUptain
What are the steps involved to get the J2EE Blueprint Application (Petstore) configured to run with the JBoss EJB Application Server? Please advise. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JBoss user archive search doesn't work

2001-03-22 Thread Pifen Ellwood
Hi, Can anyone provide a link to search the jboss-user archive? I got an error msg everytime I tried to search via http://www.geocrawler.com/lists/3/SourceForge I got Out of Environment Space error when I run Jboss. I know some one ask the same question before. However, I can't search the archive

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

2001-03-22 Thread Shahar Solomianik
Off course , I ment prepareStatement and not getConnection in my previous email... [conn.prepareStatement(statementSyntax.toString(),ResultSet.TYPE_SCROLL_INSE NSITIVE,ResultSet.CONCUR_READ_ONLY);] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rouil

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

2001-03-22 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... > dou

RE: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Mike Jau
Someone from this discussion group indicate that container might cache the PreparedStatement. Could someone talk about the PreparedStatement lifecycle in the JBOSS EJB Container? I beleieve that will help us to understand the usage of the PreparedStatement in the EJB environment. - Mike Jau --

[JBoss-user] JDBCRealm , please help

2001-03-22 Thread joel cordonnier
Hi all, Does anyone have tried using JDBCRealm for security? I am using Jboss Pre-2.1, embedded tomcat I will to configure JBOSS to use Oracle 8i: I must absolutely configure the JBoss Autentication ? Is there some HOW TO , or samples? Thanks Joel ___

[JBoss-user] JBoss on JDK1.2.2 working?

2001-03-22 Thread Tom Furrer, Infonic AG
The binary download page of JBoss 2.1 states: It will run on both 1.2.2 and 1.3 JVMs Running the JBoss/Jetty distribution failed on my machine (WinNT4) with JDK 1.2.2 installed and ran happily after moving to JDK 1.3. Tom ___ JBoss-user mailing list [

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

2001-03-22 Thread Alvin Yap
I experience this problem before i went nuts with this. This usually happens when your treating an object as a specific type but that object is not the type you expected. Try checking the type first before casting it or invoking the method to that object. Alvin Brian Elliott wrote: > I can't f

Re: [JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread danch
The basic EJB philosophy is to make the Bean & Application developer's lives simpler by forcing the container developer to worry about all resource/object pooling, object caching, etc. In other words, all of the things you're used to doing, the container should do, plus pool the database connectio

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

2001-03-22 Thread Lionel Siau
An EJB solution may be an overkill, unless u're using the other services. U could use a servlet/jsp engine that does the same thing much faster. My 2c. - Original Message - From: "fractals" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 04, 2001 6:51 AM Subject: Re: [JBo

Re: [JBoss-user] stratup class

2001-03-22 Thread Juha-P Lindfors
Yes. Search the archives for words "startup" and "mbean". Read the manual. -- Juha On Thu, 22 Mar 2001, Gabi Wengrower wrote: > Hi, > Can i defined a "startup" class like in weblogic ? > (class that will run in the jboss jvm that is not [ and can not be due a >restrictions violence ] a bean)

[JBoss-user] unscribe

2001-03-22 Thread José Carlos Baquero Triguero
unscribe = José Carlos Baquero Triguero C/ Tunaima 2, 4ºA 28033 Madrid (Spain) Tel. (+34)917646674; (+34)609604329 e-mail: [EMAIL PROTECTED] __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___

RE: [JBoss-user] stratup class

2001-03-22 Thread Bordet, Simone
Hey,   yes you can. They're called MBeans, and follow the JMX specification. For further info, see www.java.sun.com/jmx, and also the archives of this list (but I'm not sure if they were ported to SF or they still are on working-dogs).   Simon -Original Message-From: Gabi Wengrow

[JBoss-user] stratup class

2001-03-22 Thread Gabi Wengrower
Hi, Can i defined a "startup" class like in weblogic ? (class that will run in the jboss jvm that is not [ and can not be due a restrictions violence ] a bean).

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

2001-03-22 Thread Shahar Solomianik
It is just that working with scrollable result sets worked with 2.0+minerva. when i upgraded (with the same code - I mean my application code) to 2.1+minerva, I got "cannot scroll a non-scrollabal result set" or something like that... I suspect that the getConnection(url,2nd param,3rd param) in mi

[JBoss-user] A little BMP philosophy/understanding

2001-03-22 Thread Jeff Markham
I don't believe I quite have an understanding of EJBs as most of the people on this list so I'd like to ask a couple questions on BMP EJB design best-practices. In all the examples I've ever seen of BMPs, every persistence and finder method both 1) finds a DataSource and gets a Connection from it

[JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Johan Nordin
Hi ! We are trying to get a client application communicating with JBoss to work with Java Web Start. When creating the InitialContext, javax.naming.NoInitialContextException... (Se stacktrace). When we directly run the application, there is no problem. We tried to unpack the jnp-client and jta

[JBoss-user] Problem with SQL MAX() function in jaws.xml finder

2001-03-22 Thread Richard Taylor
I cannot get the MAX() function to work within a finder. Environment: NT 4.0, jBoss 2.1-beta with tomcat Here's my jaws.xml file: CustomerBean findNewest (key = (SELECT MAX(key) FROM CustomerBean)) Here's the result: [JAWS] java.sql.SQLException: Column not

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

2001-03-22 Thread thierry birre
hi danch, my client/auth.conf on server side is : simple org.jboss.security.plugins.samples.SimpleServerLoginModule required; }; // The default server login module other {org.jboss.security.plugins.samples.JaasServerLoginModule required; }; session-roles { org.jboss.security.plugins.sampl

[JBoss-user] Oracle datasource problems

2001-03-22 Thread J. G. Zambrano
Hello,   I am attempting to use an oracle 8 datasource with CMP and I keep jboss to deploy the datasource. There were postings on this list that indicated successful running with configurations very similar to this.  However, I keep on getting a null pointer exception when attempting to depl

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

2001-03-22 Thread Brian Elliott
I can't find the trace. I looked in the jboss log: D:\jBoss\log\server.log and trace.log and log.pro and the tomcat logs: D:\tomcat\logs\jasper.log and servlet.log . Am I missing something? Thanks, Brian -- Brian Elliott Unplugged Systems [EMAIL PROTECTED] http://www.unpluggedsystems.com danch

[JBoss-user] Mysterious deployment failure

2001-03-22 Thread Eric Anderson
I'm at wits end with this one. I had a perfectly good working CMP bean, that I had to modify today in two ways. 1) Change it to use a different datasource (same type, just different database), and 2) add new bean member variables, accessors, and change the create() method. So, I get all this

Re: [JBoss-user] (no subject)

2001-03-22 Thread Guy Rouillier
You don't need both zips. jboss-tomcat*.zip is jboss AND tomcat, integrated together. jboss*.zip is jboss by itself. - Original Message - From: "Wayne Leishman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 3:38 PM Subject: [JBoss-user] (no subject) > Hel