Re: [JBoss-user] CMR with Remote Objects

2003-01-21 Thread Meyer-Willner, Bernhard
This is by no means "stylistic": it is required by the EJB spec. Get it from java.sun.com and read it! Only local beans can participate in container managed relationships Bernhard -Ursprüngliche Nachricht- Von: Nathaniel Rahav [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 21. Januar 20

RE: [JBoss-user] Good MBean and JBoss Tutorial

2003-01-21 Thread Rupp,Heiko
Hi, > Does anyone know of a good MBean tutorial which focuses on JBoss. there is the JMX book my Marc Fleury, which is available in print and as for pay doc. Last time that I looked at it (over a year ago), it seemed pretty good to me. (Should get my boss into buying a copy ..) Heiko -- B

[JBoss-user] Jboss handbooks

2003-01-21 Thread Marco Tedone
Hi, I saw that at the moment there is an handbook manual on Jboss. It's named 'JBoss 3.0 Deployment and Administration Handbook'. As Jboss is nearly to its 4.0 release and as you may know, are any other handbooks planned for the 4.0 release(I wouldn't like to waste my money)? At the moment, I'm pla

[JBoss-user] EJB2.0 JBoss 3.0.4 NullPointerException on invocation of abstractgetter

2003-01-21 Thread Brandon, Raymond
Hi all,   I have an entity bean that retreives data from the following table:   CREATE TABLE testnullvalues.DomainClass (    id INTEGER    NOT NULL,    f1 DOUBLE PRECISION  NULL,    f2   

Re: [JBoss-user] EJB2.0 JBoss 3.0.4 NullPointerException on invocation of abstract getter

2003-01-21 Thread Alex Loubyansky
Raymond, could you provide more info about the bean and the way you are trying to load it? alex Tuesday, January 21, 2003, 2:29:32 PM, you wrote: BR> Hi all, BR> I have an entity bean that retreives data from the following table: BR> CREATE TABLE testnullvalues.DomainClass ( BR> id

RE: [JBoss-user] Jboss handbooks

2003-01-21 Thread Bill Burke
I've bought the WROX book and reviewed it. here's my review posted on TSS. http://www2.theserverside.com/home/thread.jsp?thread_id=17346 The Official JBoss documentation goes definately in large detail into the JBoss internals, sure... In my experience, you sometimes need this in-depth, compl

RE: [JBoss-user] Building Jboss from the source

2003-01-21 Thread Bill Burke
jboss-head: cvs checkout jboss-head jboss 3.2: cvs checkout -r Branch_3_2 jboss-3.2 jboss 3.0.x: cvs checkout -r Branch_3_0 jboss-3.0 cd to /build run build.sh or build.bat to build entire project. To run testsuite: start JBoss using build/output/jboss -Original Message- > From: [EMAI

RE: [JBoss-user] EJB2.0 JBoss 3.0.4 NullPointerException on invocation of abstract getter

2003-01-21 Thread Brandon, Raymond
Alex, In a web-tier I lookup the entitybean and invoke the findByProfileOnKey(minId, maxId) on the remote interface of the bean. This returns a collection. I iterate over the collection and per Object in the collection I call a function upon that entity bean object that gets the data from this bea

Re: [JBoss-user] EJB2.0 JBoss 3.0.4 NullPointerException on invoc ation of abstract getter

2003-01-21 Thread David Jencks
You need to use an object wrapper, i.e. Double object instead of the primitive double type AFAIK the npe is correct behavior when a null is read from a field mapped to a non-nullable primitive type. david jencks On Tuesday, January 21, 2003, at 09:52 AM, Brandon, Raymond wrote: Alex, In a w

[JBoss-user] JMS ping timeout exception

2003-01-21 Thread Sebastian Hauer
Hi, Lately we experience more of these JMS ping timeouts in one of our "almost production" installations. We get these exceptions on the client side. On the server side we use JBoss 3.0.5 with the UIL IL. Here is the exception: - 17:47:39,093 W

RE: [JBoss-user] JMS ping timeout exception

2003-01-21 Thread John Fawcett
Hi, There is a deadlock bug in the org.jboss.mq.il.uil.multiplexor package. I submitted a patch to this a few days ago, and this is the behavior that lead me to it. I don't know whether the patch is, was or will be applied. Good luck, fawce -Original Message- From: [EMAIL PROTECTED] [m

[JBoss-user] CVS Checkout Timeout?

2003-01-21 Thread Jason Stortz
I can't seem to perform a successful checkout... D:\jboss>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login (Logging in to [EMAIL PROTECTED]) CVS password: cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed: Connection timed out D:\jboss> I just hit enter when I get a password.

Re: [JBoss-user] Jboss handbooks

2003-01-21 Thread Phil Shrimpton
On Tuesday 21 January 2003 14:03, Bill Burke wrote: Hi, > The Official JBoss documentation goes definately in large detail into the > JBoss internals, sure... > If you want a beginners guide, we offer a Getting Started > guide for free available for download at SourceForge. > > Your comments

[JBoss-user] JMS Not picking up persistent messages after JBoss restart

2003-01-21 Thread Stefan Arentz
JBoss 3.2.0RC1, 3.0.4 and 3.0.5 All my queues are persistent with the file based PersistenceManager. When I queue messages I see them in server/default/db/jbossmq/file//QUEUENAME. It runs fine when I run a scheduled task to pick these up. Life is good and JBoss rocks :-) Now the problem; I sto

Re: [JBoss-user] JMS Not picking up persistent messages after JBoss restart

2003-01-21 Thread Stefan Arentz
On Wednesday, Jan 22, 2003, at 00:31 Europe/Amsterdam, Stefan Arentz wrote: JBoss 3.2.0RC1, 3.0.4 and 3.0.5 All my queues are persistent with the file based PersistenceManager. When I queue messages I see them in server/default/db/jbossmq/file//QUEUENAME. It runs fine when I run a schedul

[JBoss-user] Jboss handbooks

2003-01-21 Thread Marco Tedone
Message: 1 From: "Bill Burke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: [JBoss-user] Jboss handbooks Date: Tue, 21 Jan 2003 09:03:54 -0500 Reply-To: [EMAIL PROTECTED] I've bought the WROX book and reviewed it. here's my review posted on TSS. http://www2.theserverside.com/home/th

[JBoss-user] Jboss handbooks - Apologizes for Bill Burke

2003-01-21 Thread Marco Tedone
Relating to my last message I wanted to make my apologizes to Bill. Actually I downloaded the Getting Started guide from Sourceforge and from a first look it seems to me that there is everything needed for a beginner to deploy and use an EJB on Jboss. Thank you and in any case I'm looking forward t

Re: [JBoss-user] Jboss handbooks

2003-01-21 Thread Rod Macpherson
A good experiment would be to follow a dozen or so brand new JBoss developers and capture the initial stumbling blocks and document them in the first week. The issues are usually trivial in nature and soon forgotten until another newbie comes along and trips over the same pebble. - Original Me

Re: [JBoss-user] JMS ping timeout exception

2003-01-21 Thread Scott M Stark
Main never had the UIL deadlock fix ported from 3.0 and 3.2 so this really does not apply here. I need to see the thread dump of the main deadlock or else I'm just going to update main with the 3.2 changes. Scott Stark Chief Technology Officer JBoss Group, LLC xxx

[JBoss-user] (no subject)

2003-01-21 Thread Matthias Krause
--- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp