Re: [jBoss-User] Auto-deploy not working in 2.1?

2001-03-13 Thread Jim Archer
Ah! Its not just me! I have noticed this behavior as well, on PRE 2.1. I run on W2K woith JDK 1.3. This behavior is intermintant and I can't reliably reproduce it, so I didn't report it. But I have definately dropped an EAR file on top of an old one and seen some (but not all) of the code

RE: [jBoss-User] Auto-deploy not working in 2.1?

2001-03-13 Thread Jim Archer
- -Original Message- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 14 March 2001 3:05 PM To: JBoss-User Cc: Tim Taylor Subject: Re: [jBoss-User] Auto-deploy not working in 2.1? Ah! Its not just me! I have noticed

Re: [jBoss-User] Why are application exceptions wrapped?

2001-03-12 Thread Jim Archer
Hi Bryan... I am using jBoss PRE 2.1 and have not seen that behavior at all. I did run into a now fixed bug that prevented my exceptions thrown from a SLSB in a JAR from reaching my servlets in a WAR (both in the same EAR) but since that fix I have had no problems in this area. Prehaps you

Re: [jBoss-User] New 2.1 distribution - is it right?

2001-03-12 Thread Jim Archer
Also, I just installed jBoss 2.1 and when it starts it identifies itself as: [Default] JBoss PRE-2.1 Started in 0m:6s Is that right? Jim --On Monday, March 12, 2001 1:24 PM -0500 Jim Archer [EMAIL PROTECTED] wrote: Hi All... I just saw that there are three new binary distributions posted

Re: [jBoss-User] 2.1 release doesn't have source.

2001-03-12 Thread Jim Archer
Marc made a posting on the dev list that this is actually a beta, not a release. He agreed its confuseing and said something about fixing that. Jim --On Monday, March 12, 2001 3:56 PM -0500 "John M. Flinchbaugh" [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On

Re: [jBoss-User] command for EAR

2001-03-10 Thread Jim Archer
I use ANT to package my EAR files. You can download an example of an ANT script that builds a WAR and a JAR and then an EAR at: http://www.archer.net/Test20Cmp This code won't run on jBoss. Its a sample for Orion, but the packaging is exactly the same. Jim --On Saturday, March 10, 2001

Re: [jBoss-User] command for EAR

2001-03-10 Thread Jim Archer
My apologies, I did get it worng. http://www.archer.net/Test20Cmp.zip Jim --On Sunday, March 11, 2001 1:05 AM -0500 Steve Salkin [EMAIL PROTECTED] wrote: You can download an example of an ANT script that builds a WAR and a JAR and then an EAR at: http://www.archer.net/Test20Cmp This

Re: [jBoss-User] Bug: EJBException does not result in atransaction rollback

2001-03-08 Thread Jim Archer
Hi Jim... I agree, the spec says that all non-application exceptions should cause a rollback and EJBException qualifies! Just so we know what to watch out for, which version of jBoss are you seeing this in? Thanks! Jim --On Thursday, March 08, 2001 11:15 AM -0500 James Cook [EMAIL

Re: [jBoss-User] Release schedule?

2001-03-08 Thread Jim Archer
--On Thursday, March 08, 2001 4:04 PM -0500 Bill Burke [EMAIL PROTECTED] wrote: Again, what I was really getting at was that there really needs to be a CVS branch for 2.0 bug fixes so that those of us who are going to use JBoss in production can contribute and receive bug fixes to the

Re: [jBoss-User] Whyjava.lang.reflect.UndeclaredThrowableException ?

2001-03-07 Thread Jim Archer
. I have send a couple of post to this mailing list regarding this subject about a week ago, browse the archive for more details : www.mail-archive.com Someone has made a fix but i don't know if it has been added to the CVS tree. regards, Elouan Jim Archer wrote: Hi All... I am

[jBoss-User] Can't make embedded tomcat work with current source

2001-03-07 Thread Jim Archer
Hi All... I just checked out the jboss module from CVS and folowwed the instructions for configuring embedded Tomcat. I have Tomcat 3.2.1 installed. All this runs under Suns JDK 1.3 on Windows 2000. I am having a problem I found discussed in the list archive, but I didn't see the solution.

Re: [jBoss-User] Can't make embedded tomcat work with currentsource

2001-03-07 Thread Jim Archer
here (unless the docs say to do otherwise, which they don't). Jim --On Wednesday, March 07, 2001 1:36 PM -0500 Jim Archer [EMAIL PROTECTED] wrote: Hi All... I just checked out the jboss module from CVS and folowwed the instructions for configuring embedded Tomcat. I have Tomcat 3.2.1

Re: AW: [jBoss-User] RMI over SSL with JBoss

2001-03-07 Thread Jim Archer
That was a pretty good explanation for a non-RMI expert! Your completely correct. Jim --On Wednesday, March 07, 2001 5:16 PM +0100 Ole Husgaard [EMAIL PROTECTED] wrote: Hi, Guy Rouillier wrote: Yes, RMI is a TCP protocol. RMI over IIOP simply carries the RMI protocol on top of IIOP,

Re: [jBoss-User] ear deployment

2001-03-06 Thread Jim Archer
I use ANT, from jakarta. Works great! Jim --On Wednesday, March 07, 2001 11:38 AM +1030 Tom Cook [EMAIL PROTECTED] wrote: On Tue, 6 Mar 2001, wei shung chung wrote: Hi, is there any GUI tool for ear in jboss? No, unless someone is hiding it veeery well... Tom -- "If you mess with

[jBoss-User] Why java.lang.reflect.UndeclaredThrowableException ?

2001-03-06 Thread Jim Archer
Hi All... I am having a problem with jBoss-tomcat beta, which I installed from the binary distribution and run on Sun JDK 1.3 on Windows 2000. I have a servlet that calls a stateless session bean that creates an entity bean. If the entity already exists, my applicationthrown a

Re: [jBoss-User] Design question - Checking for an existingrecord??

2001-03-05 Thread Jim Archer
ejb.DuplicateKeyException is defined by spec, just create and check for that Jim Archer wrote: Hi All... I have what must be a fairly common problem and I was wondering if someone could suggest what they think the preferred solution might be. I need to create an EB for a user and I h

Re: [jBoss-User] Design question - Checking for anexistingrecord??

2001-03-05 Thread Jim Archer
the error was. BTW - have you been getting msgs from the mailing list? I havent seen anything since friday night. Jim Archer wrote: Hi Dave... Thats what I thought. When I try that, I don't ever seem to catch a DuplicateKeyException. Rather, I catch a CreateException. Here is the code I

RE: [jBoss-User] Design question - Checking for an existing record??

2001-03-02 Thread Jim Archer
) for discussion on ways to handle it. JBoss used to come with one but I don't see it any more. -Original Message- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 11:45 AM To: JBoss-User Subject: [jBoss-User] Design question - Checking for an existing record?? Hi All

[jBoss-User] Is this a bug or a feature? Name service issue

2001-03-02 Thread Jim Archer
Hi All... I spent some time fighting something involving name service and I seriousely don't know if its a bug or a feature. I created a stateless session bean to provide a serice. I then wrote a class to wrap that SLSB with a has-a relationship. When the wrapper class is instansiated the

[jBoss-User] Design question - Checking for an existing record??

2001-03-02 Thread Jim Archer
Hi All... I have what must be a fairly common problem and I was wondering if someone could suggest what they think the preferred solution might be. I need to create an EB for a user and I have set the userid up as a primary jey. Of course, the user ID must be unique. I'm wondering what the

RE: [jBoss-User] Design question - Checking for an existing record??

2001-03-02 Thread Jim Archer
cade. Have a session bean wrap user the registration task. The session bean gets the user registration info, checks the id for uniqueness using a SQL call, generates a "user id taken" exception if not unique or else creates the user entity bean. Rick Hansen -Original Message---

Re: [jBoss-User] env-entry in war file WEB-INF/web.xml

2001-03-01 Thread Jim Archer
Oh! Using 2.0 FINAL is the problem. You'll need a CVS pull for 2.1 PRE that post dates Dec 21. Try out the beta Rickard just posted for jBoss2.1/Tomcat. It works well. http://www.jboss.org/newsite/bin/jboss-tomcat-2.1-beta.zip Try that and let us know how you make out. We can go from there.

[jBoss-User] javax.naming.NameNotFoundException: jdbc not boundin PRE2.1-Tomcat

2001-02-28 Thread Jim Archer
Hi All... I'm having a strange problem I would appreciate some input on. I have an EAR file that contains a WAR and a JAR. In the JAR is a stateless session bean that creates an entity BMP bean. This BMP bean creates a few other BMP EBs. So, the entire process is that a servlet in the WAR

Re: [jBoss-User] javax.naming.NameNotFoundException: jdbc notbound in PRE2.1-Tomcat

2001-02-28 Thread Jim Archer
t + /MakeUAR + null ) - java.lang.reflect.UndeclaredThrowableException: javax.transaction.RollbackEx ception: Unable to commit, tx=XidImpl [FormatId=257, GlobalId=macduff//3, Branch Qual=] status=STATUS_ROLLEDBACK Thanks... Jim --On Wednesday, February 28, 2001 2:36 PM -0500 Jim Archer [EMA

RE: [jBoss-User] javax.naming.NameNotFoundException: jdbc not bound in PRE2.1-Tomcat

2001-02-28 Thread Jim Archer
o deal with next. So I guess I kind of hope they are related Grin. Anyhow, I sent a not to Dan about the tables and this error. Jim -Original Message----- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 1:37 PM To: JBoss-User

Re: [jBoss-User] env-entry in war file WEB-INF/web.xml

2001-02-28 Thread Jim Archer
Steve, did you set up a jboss-web file? This is required to make the java:/comp/env namespace work. Search the archive for jboss-web.xml. I'll also paste one of mine below for you. Good luck! Jim jboss-web ejb-ref ejb-ref-nameejb/Sample20Entity/ejb-ref-name

RE: [jBoss-User] Does java:/comp/env work with SLSB in PRE2.1?

2001-02-27 Thread Jim Archer
e ejb-name instead of ejb-ref-name. :) only at 2AM would it take me this long to see that. -Original Message----- From: Jim Archer To: JBoss-User Cc: Castro, David Sent: 2/27/01 12:19 AM Subject: RE: [jBoss-User] Does java:/comp/env work with SLSB in PRE2.1? Hi David and thanks very muc

RE: [jBoss-Dev] Re: [jBoss-User] #jboss.org IRC

2001-02-27 Thread Jim Archer
is VERY active, you must have been unlucky... marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer |Sent: Monday, February 26, 2001 9:06 PM |To: JBoss-User; jBoss Developers |Subject: [jBoss-Dev] Re: [jBoss-User] #jboss.org IRC

Re: [jBoss-Dev] Re: [jBoss-User] #jboss.org IRC

2001-02-27 Thread Jim Archer
I was actually wondering that myself. I think that the channels are supposed to be connected accross servers, but I'm not sure... Maybe an IRC user could explain how this works and suggest the best times for checking? Thanks! Jim --On Tuesday, February 27, 2001 11:37 PM +0100 Ole Husgaard

Re: [jBoss-User] CMP Relationships

2001-02-26 Thread Jim Archer
Hi Florian... I'm much less familliar with the EJB 1.1 spec then I am with the EJB 2.0 spec, but I believe 1-n relationships are not supported in EJB 1.1 CMP unless the server provides server specific OR mapping capability. I'm sure n-m relationships are not in the spec. But you can do all

[jBoss-User] Does java:/comp/env work with SLSB in PRE2.1?

2001-02-26 Thread Jim Archer
Hi All... I havd had success getting the java:/comp/env namespace to work from a servlet to lookup an entity bean within an EAR. However, I can't get it to work with stateless session beans. The lookup fails with a naming exception. I'm running jBoss PRE2.1 on JDK 1.3 and W2K. Has anyone

[jBoss-Dev] Re: [jBoss-User] #jboss.org IRC

2001-02-26 Thread Jim Archer
Probably the mail list, since every time I check that IRC channel I'm the only person on it... Jim --On Tuesday, February 27, 2001 11:11 AM +0700 achandra [EMAIL PROTECTED] wrote: what is better mailing list or irc -- -- To

RE: [jBoss-User] Does java:/comp/env work with SLSB in PRE2.1?

2001-02-26 Thread Jim Archer
.) So fool around with that xml file and see if you can get it to give you more sensible output. -Original Message----- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 11:05 PM To: JBoss-User Subject: [jBoss-User] Does java:/comp/env work with SLSB in PRE2.1?

Re: [jBoss-User] Quality Assurance

2001-02-25 Thread Jim Archer
--On Sunday, February 25, 2001 3:43 PM +0100 Ole Husgaard [EMAIL PROTECTED] wrote: The point I was trying to make with that last comment is that the large user base of JBoss helps making JBoss robust. We simply cannot test JBoss in any possible configuration, under any possible

Re: [jBoss-User] Classpath problems...

2001-02-24 Thread Jim Archer
Hi Alexander... I have been wresteling with similar problems lately. I can'r explain why the classpath does not work, but I was able to get this to work by placing the .class files of the home and remote interfaces plus any utility classes into my WAR file. Its not a great solution, but it

[jBoss-User] Table not created at deployment / BMP

2001-02-24 Thread Jim Archer
Hi All... From what I have read in the docs, I was expecting jBoss to create a database table for my entity bean if I did not supply a jboss.xml file to change this behavior. I have properly deployed a BMP entity bean and when I created it, jBoss threw an exception complaining that the table

Re: [jBoss-User] Table not created at deployment / BMP

2001-02-24 Thread Jim Archer
Oh, I forgot the important part... The entity is BMP. Jim --On Sunday, February 25, 2001 1:30 AM -0500 Jim Archer [EMAIL PROTECTED] wrote: Hi All... From what I have read in the docs, I was expecting jBoss to create a database table for my entity bean if I did not supply a jboss.xml file

Re: [jBoss-User] Graceful shutdown of jBoss?

2001-02-23 Thread Jim Archer
Hi Chris... I routinely use ctrl-C to shutdown jBoss and then restart it in the same shell. I'm running on Windows 2000 with Sun's JDK 1.3. What version of windows do you have and what happens when you try to restart jBoss? Jim --On Friday, February 23, 2001 9:36 AM -0700 Chris Cuilla

[jBoss-User] Broken links on jBoss site

2001-02-23 Thread Jim Archer
Hi All.. The CMP with Postgres howto on the documentation page contains two links, both of which are broken. The howto is at: http://www.jboss.org/newsite/documentation/postgres.htm Just thought someone would like to know. Jim I shall be telling

RE: [jBoss-User] Jboss on Solaris

2001-02-23 Thread Jim Archer
We do this all the time at work with no trouble. We compile on W2K and/or Win NT and move up to Solaris. Always works fine. Jim --On Friday, February 23, 2001 2:49 PM -0700 Richard Keene [EMAIL PROTECTED] wrote: We had a pile of JSP and .class files that we built on Windows2000. When we

Re: [jBoss-User] Can't use java:/comp/env to find a bean from aservlet

2001-02-23 Thread Jim Archer
: CreateNewUarHomeSlsb not bound This message was emited by the catch clause in my own code, and NE indicates a naming exception. CreateNewUarHomeSlsb is the JNDI name, so what does it mean that its "not bound?" Thanks... Jim --On Friday, February 23, 2001 1:46 PM -0500 Jim Archer [EMAIL

[jBoss-User] BUG: Comments in application.xml not read as comments

2001-02-22 Thread Jim Archer
Hi All... I wrote the application.xml file below for me .EAR file. When I deployed it, jBoss complained that it expected only one ejb tag. As soon as I deleted the second, commented out one entirely, deployment went fine. The deployer didn't seem to mind the other commented out lines. I just

[jBoss-User] When do tables get created?

2001-02-22 Thread Jim Archer
Hi All... Thanks to those who helped me get Hypersonic's Database Manager to work. Just for the record, I had reviewed the Hypersonic site and the docs on datasources, but was still confused. Now, I have it running but don't see any tables. I checked the server log and it did say my entity

RE: [jBoss-User] Why is the list so slow all the time? Is it possible to improve this?

2001-02-21 Thread Jim Archer
st getting so many hours behind? Is this a long term issue? -Original Message----- From: Jim Archer To: Castro, David Sent: 2/20/01 9:08 PM Subject: RE: [jBoss-User] Still get No valid deployment descriptor was fou nd ... Hi David... Thanks for your reply. I did find the problem. I ha

[jBoss-User] How to use HSQL DatabaseManager to look at my data?

2001-02-21 Thread Jim Archer
Hi All... I am wondering how I could use the Hypersonic SQL Database Manager to view the database tables jBoss is creating. I have deployed my app and was interested in looking to see that the data was being persisted as I expect it to be. I started Database Manager thusly: java -cp

[jBoss-User] Still get No valid deployment descriptor was found...

2001-02-20 Thread Jim Archer
Hi All... After several days of trying (on and off) I still can't get WAR files to deploy with jBoss 2.0 FINAL and embeddeed Tomcat. I downloaded the binary distribution from the jBoss site and installed it. Its running in JDK 1.3 from Sun on Windows 2000. The error seems to be: No valid

[jBoss-User] Still get No valid deployment descriptor was found...

2001-02-20 Thread Jim Archer
Hi again... To follow up, I just downloaded and installed the jBoss/Jetty binary distribution and got exactly the same error with the same WAR file... Jim --- Hi All... After several days of trying (on and off) I still can't get WAR files to

Re: [jBoss-User] Integrating JBoss-tomcat to Apche

2001-02-20 Thread Jim Archer
Hi Sundar... This is an ongoing effort discussion. You may wish to check the list archives for this list and the developer list for more info. Search on stuff like jboss+tomcat+apache which was a popular subject line. I *believe* its not working quite right yet, but I may be mistaken. It is

Re: [jBoss-User] Problems with entity bean CMP descriptors

2001-02-20 Thread Jim Archer
Hi Tom... I get this all the time as well also, using JDK 1.3 on Windoze 2000. I DLed jBoss 2.0 FINAL binary distribution just last week. Jim --On Tuesday, February 20, 2001 8:48 AM +1030 Tom Cook [EMAIL PROTECTED] wrote: On Tue, 20 Feb 2001, you wrote: Hello, we need help to deploy an

[jBoss-User] Solved:Still get No valid deployment descriptor wasfound...

2001-02-20 Thread Jim Archer
20, 2001 1:45 PM + Ian Purton Ian#032#[EMAIL PROTECTED] wrote: Check the case of your application.xml file anem it should all be lower case, this is the error I get when I accidentily use Application.xml. Jim Archer [EMAIL PROTECTED] 02/20/01 03:36am Hi All... After several days

RE: [jBoss-User] Still get No valid deployment descriptor wasfound ...

2001-02-20 Thread Jim Archer
Yup, that was the problem! I found it a few hours ago. My foolish error. Thanks VERY much for your reply! Jim --On Tuesday, February 20, 2001 3:12 PM + Nimbus Partners Ltd [EMAIL PROTECTED] wrote: Hi, Jim servlet servlet-nameGo/servlet-name

Re: [jBoss-User] Call to Project Owner

2001-02-16 Thread Jim Archer
Is the jBoss/Tomcat page still available? I coulden't find that one... Jim --On Thursday, February 15, 2001 9:03 PM -0800 marc fleury [EMAIL PROTECTED] wrote: Folks, I have updated the website with "PROJECT PAGES" some are with the right template (JBossMQ, JBossServer, JBossCMP) some

[jBoss-User] Can't deploy .WAR in jBoss 2.0/Tomcat eve if Icomment out DOCTYPE

2001-02-16 Thread Jim Archer
Hi All... I am having trouble getting a .WAR to deploy using the jBoss 2.0 FINAL and Tomcat bundle. I'm running under JDK 1.3 on Windows 2000. I have read the posts in the mail archive about the DOCTYPE and / before the context root in the descriptor. I have commented out the DOCTYPE and

Re: [jBoss-User] changing jboss.jcml

2001-02-15 Thread Jim Archer
to add configurations to jboss.jcml. - Original Message - From: "Jim Archer" [EMAIL PROTECTED] To: "jBoss" [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 12:08 PM Subject: RE: [jBoss-User] changing jboss.jcml Does anyone know if this bug is fixed in 2.0

RE: [jBoss-User] ANN jboss-business mailing list

2001-02-15 Thread Jim Archer
True, but some of us would rather not type all our personal and contact information into that thing... Jim --On Thursday, February 15, 2001 10:52 AM -0800 marc fleury [EMAIL PROTECTED] wrote: yahoo (ex egroups) is good for "little volume lists" it is a no hassle "setup" .. yeah it

[jBoss-User] buildfile error when building archived source

2001-02-14 Thread Jim Archer
Hi All... This should be easy, but I can't ge tit to work. I downloaded the jboss-cvs.zip from the archives and unzipped it to c:\ When I go to the jboss/src/build and execute build.bat I get the error pasted below. The ant.jar seems to be where it belongs. This is running on Windows 2000

Re: [jBoss-User] Where do I get a beta?

2001-02-14 Thread Jim Archer
from Marc from earlier today stated that the pre-2.1 version isn't tagged, but that the next versions 2.2, 2.3, etc will be. - Original Message - From: "Jim Archer" [EMAIL PROTECTED] To: "Tom Coleman" [EMAIL PROTECTED] Cc: "jBoss" [EMAIL PROTECTED] Sent: Tu

Re: [jBoss-User] printable documentation

2001-02-14 Thread Jim Archer
I would like to see printable docs as well, but the only thing I'm intereested in as far as being "printable" is that I can print it in one fell swoop without having to follow each link and print that section, one part at a time. So anything will do. A giant text file is fine. Whatever is

Re: [jBoss-User] EJB/J2EE Compliance

2001-02-14 Thread Jim Archer
Thats awsome, Peter! Thanks! Jim --On Wednesday, February 14, 2001 6:00 AM -0800 Peter Braswell [EMAIL PROTECTED] wrote: Anthony, Available in the CVS modules is the latest effort to ensure EJB 1.1 compatibility (see jbosstest). The current effort verifies most of the stateful/stateless

RE: [jBoss-User] changing jboss.jcml

2001-02-14 Thread Jim Archer
Does anyone know if this bug is fixed in 2.0 FINAL, or do we need to go to the CVS archives to use the NVC Persistence manager? Thanks... Jim --On Wednesday, February 14, 2001 4:39 PM +0100 "Schouten, Andreas" [EMAIL PROTECTED] wrote: Hi, from MVCSoft I got this answer: Hi

Re: [jBoss-User] Where do I get a beta?

2001-02-13 Thread Jim Archer
Hi Tom, and thanks for the reply. Is it possible to get a particular Beta version? For example, I thought I read about some potential problems in PROD-04 and was thinking I might like to try PROD-03. I didn't see on the website any info about CVS tags or snapshots of a particular source tree

[jBoss-User] jBoss Tomcat install confusion

2001-02-12 Thread Jim Archer
Hi All... I have been reading the jBoss web site in an effort to understand how to install jBoss and Tomcat and intergrate the two. The web site has a bundled download that includes jBoss 2.0 FINAL and Tomcat 3.2b7. However, if I read further down (on the jBoss/Tomcat page) I see it says

[jBoss-User] Where do I get a beta?

2001-02-12 Thread Jim Archer
I promise, I have been over the web site, through the FAQ and I checked the mail archive... I can't figure out where to get the beta versions of jBoss. I was looking for PROD-03 or PROD-04 to test with Tomcat. If it there I missed it, I'm sorry, but please tell me where to find them...

Re: [jBoss-User] MVCSoft EJB 2.0

2001-02-05 Thread Jim Archer
I have not tried the software yet, but I can rave about their manual. Its very well done and alone is worth the price. --On Monday, February 05, 2001 11:03 AM +0100 Flemming Schmidt Boller [EMAIL PROTECTED] wrote: Hi I have just been reading about EJB 2.0 support i jBoss.. has anybody

[jBoss-User] EJB 2.0 available for jBoss

2001-02-02 Thread Jim Archer
I assume everyone has seen this? http://theserverside.com/home/thread.jsp?thread_id=3930 Have fun! Jim -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] Any EJB 2.0 plans yet ?

2000-12-08 Thread Jim Archer
Hi Everyone... I was just wondering if the jBoss board is ready to share their plans for EJB 2.0 support (as in time table for specific features). Thanks! Jim -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe:

[jBoss-User] Exception when calling create from a home object

2000-09-02 Thread Jim Archer
Hi All... I am using PR4 and I deployed my bean. I had no trouble getting the context and the home object. When I call the home object's create() method, I get: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: Exception

Re: [jBoss-User] Exception when calling create from a home object

2000-09-02 Thread Jim Archer
Oh, one more thing... I'm sorry I didn't include the trace file, but its empty (even after I stop the server, its 0 bytes). Jim --On Saturday, September 02, 2000 8:34 PM -0400 Jim Archer [EMAIL PROTECTED] wrote: Hi All... I am using PR4 and I deployed my bean. I had no trouble getting

Re: [jBoss-User] Exception when calling create from a home object

2000-09-02 Thread Jim Archer
of a ClassCastException, though it's not totally clear from the bit you quoted. Aaron On Sat, 2 Sep 2000, Jim Archer wrote: Hi All... I am using PR4 and I deployed my bean. I had no trouble getting the context and the home object. When I call the home object's create() method, I get: RemoteException

[jBoss-Dev] Re: [jBoss-User] Major update to jBoss 2.0

2000-05-30 Thread Jim Archer
Rickard, thats very exciting! I'm anxious to get home and give it a whirl. Can I suggest that you tag it in CVS? That way, as you continue to make changes, we'll still have a reference point for testing and bug reporting. Jim --On Tuesday, May 30, 2000 8:47 PM +0200 Rickard Öberg [EMAIL

Re: [jBoss-User] Major update to jBoss 2.0

2000-05-30 Thread Jim Archer
Rickard, great job! My bean now deploys, with the same code and ejb-jar.xml file I have been using, with no luck, until now. Thats great! Reguarding JAWS.XML, how little can I get away with specifying in this file? I would like to be able to specify just my finder methods, or whatever else I

[jBoss-User] CommunicationException

2000-05-30 Thread Jim Archer
Hi All! I have been playing with the latest (as of 10:00PM Eastern) jBoss pulled down from CVS. I can now deploy my CMP Entity bean and test it. My test client has the following code: UserHome userHome = null; Properties prop = getEJBossProps(); try { //

Re: [jBoss-User] Defaults done

2000-05-28 Thread Jim Archer
Hi Marc and list... OK, I pulled down a fresh cvs tree and it built fine. I placed the class files for my bean in the right spot and the ejb-jar.xml file in there as well. I started the server and got a ClassCastException. I'll paste the server log and my XML file below. I would appreciate

[jBoss-User] Rickards bank test fails 2/3

2000-05-22 Thread Jim Archer
Hi All... I have been trying to get Rickard's test beans to run in jBoss 2.0. I just blew away my CVS tree and checked out the jboss module again. It build with some warnings, but seemed to produce a correct .jar. If I run Rickard's banktest beans, I see two out of three of the tests fail.

Re: [jBoss-User] NullPointerExceptions

2000-05-20 Thread Jim Archer
la "naive" jBoss 1.0) instead of asking you to answer all these questions. You don't care and you don't want to care about the questions. The features are for the power user (you will certainly become given your fearlessness) and the startups that need a custom adaptable cont