AW: AW: [jBoss-User] Using ZOAP?

2001-01-07 Thread Jung , Dr. Christoph
Hi Jeff, -Ursprüngliche Nachricht- >Von: Jeffrey Wescott [mailto:[EMAIL PROTECTED]] >Gesendet: Freitag, 5. Januar 2001 20:40 >An: jBoss >Betreff: Re: AW: [jBoss-User] Using ZOAP? >1- Is there a release download or just the CVS snapshot that I found? Just the cvs-snapshot which should h

RE: [jBoss-User] Re: Confused about statefulness

2001-01-07 Thread Robert Schulz
An instance of a stateful session bean - gets created with create() - this also creates state (invoking create again, gets you a differnent instance) - if you keep invoking methods on the bean, you keep accessing the same one (hence the bean can maintain state) - gets destroyed (bean instance a

Re: [jBoss-User] home vanishes!

2001-01-07 Thread R Naithani
That's exactly what I do sir! - Original Message - From: "Robert Schulz" <[EMAIL PROTECTED]> To: "'jBoss'" <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 12:23 PM Subject: RE: [jBoss-User] home vanishes! > Jar or your EJBs should be placed in deploy (at least in 2.0Final). > If you

RE: [jBoss-User] home vanishes!

2001-01-07 Thread Robert Schulz
Jar or your EJBs should be placed in deploy (at least in 2.0Final). If you copy them over, they automatially get redeployed. Robert. > -Original Message- > From: R Naithani [mailto:[EMAIL PROTECTED]] > Sent: Monday, 8 January 2001 17:31 > To: [EMAIL PROTECTED] > Subject: [jBoss-User] home

[jBoss-User] home vanishes!

2001-01-07 Thread R Naithani
Hi! I have a couple of beans in say rahul.jar and I copy it to the bin of jboss. Everything works fine when my jsp pages connect to java beans, which connect to JBoss server. But when I make a change in the bean, and recreate the rahul.jar and re-copy it to the bin of jboss, even new requests fr

[jBoss-User] Re: Confused about statefulness

2001-01-07 Thread R Naithani
Yeah but what is it in a client that makes the session kick off? Is it the instantiation of the stateful session bean? Suppose I instantiate a stateful session bean from a normal java program. How will the bean know when the session is supposed to end? In case of browser based clients in a setup l

[jBoss-User] (No Subject)

2001-01-07 Thread Unmesh S Malvankar
Hi, Can anyone tell me when JBoss wil be EJB 2.0 compliant? I am keen to work on message-driven beans. The design is ready for a project. I am waiting for the container to deploy in. Unmesh Malvankar Get FREE Email/Voicemail with 15MB at Lycos Communications at http://comm.lycos.com --

[jBoss-User] confused about statefulness

2001-01-07 Thread R Naithani
Hi! I have a question related to stateful session beans. It's mentioned in the books that a 'unique stateful session bean' maintains a 'state' for each connected client. Well what is this connected client? An instance of a browser? a Java bean which is in the session scope or is it related to EJB

RE: [jBoss-User] urgent

2001-01-07 Thread MEENAKSHISUNDARAM Anand
hi Lance, Iam not able to locate the source code for the same. could pls give more details on the same Anand Meenakshisundaram CBS India - Bangalore Phone :91-80-5268694/5 Extn.6876 Fax : 91.80.5261501 Email: [EMAIL PROTECTED] -Original Message- From: Lance W. Hankins [mailto:[EMAIL PR

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-07 Thread Kevin P. Monaghan
Hi Per: Two things: 1) CMP 1.1 and inheritance; and 2) your domain (business) object model. 1) If memory serves, and please correct me if I am wrong, I believe CMP 1.1 does not handle inheritance relationships between persistent business objects (Entity Beans) well (if at all). Or if it does, it

Re: [jBoss-User] CMP with MS SQL server 7.0

2001-01-07 Thread solent
Thank you James for your email. I reinstalled jboss and it now shows that sun.jdbc.odbc.JdbcOdbcDriver is loaded. I added the following lines to jboss.conf rt.jar was not there in the lib/ext so I copied it from jdk1.3. I also made the corresponding changes to jaws.xml according to the do

RE: [jBoss-User] urgent

2001-01-07 Thread Lance W. Hankins
I think this stuff is at org.jboss.tomcat.TomcatService Looks like the normal tomcat main is dynamically loaded and then kicked off in a separate thread. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of MEENAKSHISUNDARAM Anand Sent: Sunday, January 07, 2

Re: [jBoss-User] CMP with MS SQL server 7.0

2001-01-07 Thread James Francis
On Sun, 7 Jan 2001, solent wrote: > Hi, > > I am trying to run the CMP example on jboss.org with MS SQL Server. I am trying to >use JDBC to ODBC bridge. I made all the changes given in the documentation. I am >still getting the following message while running jboss. > > [JDBC] Could not load

[jBoss-User] urgent

2001-01-07 Thread MEENAKSHISUNDARAM Anand
Hi, We want to start tomcat programatically.Where can we find the Source code for invocating the tomcat programatically? ANY HELP IS OF GREAT USE THANKS IN ADVANCE Anand Meenakshisundaram -- -- To subscribe:[EMAIL PROTE

[jBoss-User] CMP with MS SQL server 7.0

2001-01-07 Thread solent
Hi,   I am trying to run the CMP example on jboss.org with MS SQL Server. I am trying to use JDBC to ODBC bridge. I made all the changes given in the documentation. I am still getting the following message while running jboss.   [JDBC] Could not load driver: jdbc.odbc.JdbcOdbcDriver   Please

RE: [jBoss-User] Where does JBoss Passivate

2001-01-07 Thread Bordet, Simone
Hey, > Hi! > Can somebody tell me where in the file system does JBoss passivate a > stateful bean. If I remember well, under dist/bin/. Simon > Thank you! > Rahul. > > > _ > Do You Yahoo!? > Get your free @yahoo.com address at http://ma

[jBoss-User] Is there an example of saving an binary via CMP?

2001-01-07 Thread Ken K
Hi all, I was wondering if there was any example code of using a CMP Bean to save and return a binary file to a database. I am using postgres 7 and would like to store and disply JPEG images. The save would be via a Java application and the displays from JSP code. Thanks, Ken -- ---

[jBoss-User] SwiftMQ with JBoss?

2001-01-07 Thread Sacha Labourey
Hello, Does one of you has some experience with SwiftMQ (http://www.swiftmq.com/) in relation with Jboss? At first sight, compared to SpyderMQ, it does not seem to be open source but it includes some nice routing capabilities as well as GUI explorer administration tool. Cheers,

[jBoss-User] classpath

2001-01-07 Thread trang le
In the interest example, only the jboss-client.jar 9in the folder c:\jboss\client is needed to run it. However, in some other examples like the ones in the wrox book "ProJavaServer_J2EE ed" require ALL the jar files in the same folder in order to run. I wonder why? By the way, the wrox book is pr

[jBoss-User] jBoss examples

2001-01-07 Thread Chris Cuilla
Are there any other jBoss examples besides "interest"? Ones that work? Chris -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] SocketException when undeploying - followup

2001-01-07 Thread Benjamin Broll
Since attachments aren't allowed, here comes the stack trace: .bbr [Container factory] java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read [Container factory] at java.net.SocketInputStream.socketRead(Native Method) [Container factory] at java.net.Soc

[jBoss-User] SocketException when undeploying

2001-01-07 Thread Benjamin Broll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, Ive got this strange exception occurring when stopping jboss or when trying to redeploy my application. In fact, I think this occurrs everytime an application should be undeployed. Does anybody have any tip regarding this error? I attached

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-07 Thread Shahar Solomianik
Hi Per Nyfelt. I am about to try deploying my inherited beans (today or tomorrow). I will then be able to report what worked and what didn't. My experience with java and its products suggests that if something sounds like it should work logically, it does work finally. -Original Message

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-07 Thread Per Nyfelt
So how about a real Is-A situation? I have motors and pumps that both are products. In the database there is a Product table with generic attributes like id, serialNumber, price etc. There is also a Motor and a Pump table with specific data such as axelDiameter for Motor and length for Pump. The

[jBoss-User] Re: Error undeploying Bank.jar

2001-01-07 Thread Ralf Purnhagen
I forgot to say, that i build JBoss from the current CVS and the error occurs under Linux and Windows. Ralf Ralf Purnhagen wrote: > > Hi, > > when i deploy Bank.jar from jbosstest-Module everything works fine. > At Undeployment the following Exception occurs: > > [Container factory] > Undeplo

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-07 Thread Shahar Solomianik
Hi Kevin. Thanks for the detailed, well explained reply. I thought IsA is initials for something like "Inehritance Structure Architecture" or something like... Well, the inheritance discussed is not a IsA... I just have some entities with same attributes ... (and I am lazy...) Cheers Shahar ---