RE: [JBoss-user] SAP R/3 JCA connector and JBoss 3.0.0

2002-08-18 Thread Chris Pinfold
Here you go David... Regards Chris -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 August 2002 10:47 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] SAP R/3 JCA connector and JBoss 3.0.0 Can you send me the (suitably de-password-ized) working co

RE: [JBoss-user] illegalArgumentException while removing the entity bean

2002-08-18 Thread Saroj Kumar
Title: Message Hi Kamran,   I would like to point out something regarding use of remove() method on EJBHome/EJBObject.   EJBObject : No need to use Handle here.  I think that you are not using this method. It seems that you are calling EJBHome.remove();   EJBHomeObject: There are 2 ways to

Re: [JBoss-user] jboss 4 (cvs head) new jdbc xa wrapper -- please help test!

2002-08-18 Thread David Jencks
Well, I put in a quick fix that if the getter is missing we assume it is a String. Obviously this is not ideal. However, I hope that very soon we wll have vendor-specific subclasses that have getters and setters for all the XADataSource properties for that vendor. david jencks On 2002.08.18 23

Re: [JBoss-user] Ant & JBoss NT service

2002-08-18 Thread Stephen Davidson
Hi Yong. Try something along the lines of and set the command line parameters to have the service name and start or stop, depending on what you are trying to do. I apologize, but I do not remember the exact syntax of the M$ "service" command, but a little experimentation and research should

[JBoss-user] BMT/CMT Re : Connection Pooling Jboss 3.0

2002-08-18 Thread Arijit Ghosh
Hi, What I understand from your mail is that I need to close a connection. Two doubts --- 1. When I am not opening a connection, how can I close it ? 2. What is the difference between BMT and CMT, as far as connection handling is concerned ? I was of the opinion that if it is BMT, then I am

Re: [JBoss-user] jboss 4 (cvs head) new jdbc xa wrapper -- pleasehelp test!

2002-08-18 Thread Igor Fedorenko
After fixing few miner problems (to be committed later) I was able to deploy oracle datasource using this new code. However, when I've tried to get a connection from the datasource it did not work. The problem is with the way XAManagedConnectionFactory#getXADataSource() processes datasource pr

[JBoss-user] question on JMS from within EJB - messages sent 'outside' tx

2002-08-18 Thread Dmitri Colebatch
hey all, I'm sure this is a simple question, so am hoping that someone can point out the error of my ways. I'm running JBoss 3.0.1, win2k, sun 1.3.1, postgres 7.2 My problem is basically that I'm trying to send JMS messages from within an entity bean, but the messages either (a) aren't being se

[JBoss-user] remote queue creation

2002-08-18 Thread G.L. Grobe
I'm porting my app over to 3.0.1 and still searching for this one ... anyone happen to know how this works using the host:8080/jmx-console in 3.0.1 ... whereas before I used the following code on host:8082 to do dynamic queue creation remotely.Here's what I had to do in 2.4.4 ...--- snip ---

Re: [JBoss-user] Creating XA problem

2002-08-18 Thread Andreas Wollschlaeger
On Sunday 18 August 2002 21:34, you wrote: > hi, > > I am here with a problem about the XA pool. As it is taking alot of time in > Creating XA Pool. It takes too much time initially when we start the server > and 2ndly after some time of accessing application. the some time is very > little nearly

Re: [JBoss-user] Creating XA problem

2002-08-18 Thread Andreas Wollschlaeger
On Sunday 18 August 2002 21:34, you wrote: > hi, > > I am here with a problem about the XA pool. As it is taking alot of time in > Creating XA Pool. It takes too much time initially when we start the server > and 2ndly after some time of accessing application. the some time is very > little nearly

Re: [JBoss-user] Verifier complains of AutoNumber

2002-08-18 Thread Dain Sundstrom
Marius Kotsbak wrote: > On Mon, 2002-08-12 at 01:23, [EMAIL PROTECTED] wrote: > >>Bean : AutoNumber >>Method : public String ejbCreate(String) >>Section: 10.6.4 >>Warning: The throws clause must define the javax.ejb.CreateException. >> >>Could somebody with write access to cvs fix this, so we c

Re: [JBoss-user] Re: Connection pooling Jboss 3.0

2002-08-18 Thread Burkhard Vogel
Hi, AFAIK, closing a connection and a transaction ahs nothing to do with each other. The less you bother about the JBoss internals the happier you will be (at least for a start). If you have a method marked as transaction required and you obtain/use a connection within this method, you will need t

[JBoss-user] Creating XA problem

2002-08-18 Thread Nayyer Kamran
hi,   I am here with a problem about the XA pool. As it is taking alot of time in Creating XA Pool. It takes too much time initially when we start the server and 2ndly after some time of accessing application. the some time is very little nearly equal to 5 minutes. After that It seems that c

Re: [JBoss-user] Verifier complains of AutoNumber

2002-08-18 Thread Marius Kotsbak
On Mon, 2002-08-12 at 01:23, [EMAIL PROTECTED] wrote: > Bean : AutoNumber > Method : public String ejbCreate(String) > Section: 10.6.4 > Warning: The throws clause must define the javax.ejb.CreateException. > > Could somebody with write access to cvs fix this, so we can remove this message for

Re: JBoss 3.2 and 4.0 (Re: [JBoss-user] building jboss from cvs)

2002-08-18 Thread Scott M Stark
Client side interceptors are in 3.0.0-3.0.2. What is not in 3.0.x that is in 3.2 is the ability to have multiple invokers associated with an EJB. In 3.0.x only one invoker can be configured. Scott Stark Chief Technology Officer JBoss Group, LLC --

Re: JBoss 3.2 and 4.0 (Re: [JBoss-user] building jboss from cvs)

2002-08-18 Thread David Jencks
On 2002.08.18 13:01:17 -0400 Andreas Kuckartz wrote: > Thanks a lot. My error was to check out *everything* from the repository > /cvs/jboss using Netbeans and due to a glitch not all modules were > checked > out. > > I am curious and now checked out the 4.0 version of jboss-all. I had no > probl

JBoss 3.2 and 4.0 (Re: [JBoss-user] building jboss from cvs)

2002-08-18 Thread Andreas Kuckartz
Thanks a lot. My error was to check out *everything* from the repository /cvs/jboss using Netbeans and due to a glitch not all modules were checked out. I am curious and now checked out the 4.0 version of jboss-all. I had no problems building it. Is there any roadmap available? Which features ar

RE: [JBoss-user] XMBean Persistence

2002-08-18 Thread Adrian Brock
Hi Matt, >From: "Matt Munz" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: [JBoss-user] XMBean Persistence >Date: Sat, 17 Aug 2002 21:03:41 -0400 > >Adrian, > > Is there any code I could see / use as a starting point? The changes David suggested sound o

Re: [JBoss-user] building jboss from cvs

2002-08-18 Thread David Jencks
For jboss 3, you should check out cvs ... -rBranch_3_0 co jboss-all this is what the quickstart 3.0 docs refer to for jboss 3.2 you should check out cvs ... -rBranch_3_2 co jboss-all for jboss 4 you should check out cvs ... co jboss-all The "resource" error means I think that part of the

[JBoss-user] Java Developer's Journal - bSun Now Wants to Be One of the S's in OSS br-b --

2002-08-18 Thread Eric Kaplan
Check this link out. Seems a bit hypocritical. He either supports open source or he doesn't. Contrast with one of the earlier articles posted in this list where McNealy states his reasons why open source in the form of jboss is a threat. Is it possible Sun just has a thing against jboss?...

Re: [JBoss-user] building jboss from cvs

2002-08-18 Thread Michael Bartmann
Andreas Kuckartz wrote: > building jboss from cvsI also have trouble to build JBoss using the latest > source code version on a Windows 2000 machine. > Co-workers of me who also use Windows 2000 and Java have told me of some obscure dll-conflict; they had to remove a certain dll but I dont recal

Re: [JBoss-user] building jboss from cvs

2002-08-18 Thread Andreas Kuckartz
building jboss from cvsI also have trouble to build JBoss using the latest source code version on a Windows 2000 machine. The directory structure seems to have changed after version 3.0.1. The 3rd draft of "JBoss 3.0: Quick Start Guide" therefore is no longer up-to-date. I found lots of readme

Re: [JBoss-user] building jboss from cvs

2002-08-18 Thread Michael Bartmann
Uroš Jurglič wrote: > I have all environment variables set and I use suns jdk1.3.1_03. > Now that you've told me, I've used build.bat, but again not > successfully. Build batch returns in no-time and prints nothing. Not > very usefull for finding out what's wrong though. I never had the build p

RE: [JBoss-user] building jboss from cvs

2002-08-18 Thread Uroš Jurglič
Title: RE: [JBoss-user] building jboss from cvs I have all environment variables set and I use suns jdk1.3.1_03. Now that you've told me, I've used build.bat, but again not successfully. Build batch returns in no-time and prints nothing. Not very usefull for finding out what's wrong though.

Re: [JBoss-user] building jboss from cvs

2002-08-18 Thread Michael Bartmann
Uroš Jurglič wrote: > I downloaded all the modules from cvs, but am having troubles building > any of them. I get the following error: > BUILD FAILED > Error reading project file: unknown protocol: resource > > Are there any general docs about building jboss? > > > Tnx. > Most of the time I h

[JBoss-user] building jboss from cvs

2002-08-18 Thread Uroš Jurglič
Title: building jboss from cvs I downloaded all the modules from cvs, but am having troubles building any of them. I get the following error: BUILD FAILED Error reading project file: unknown protocol: resource Are there any general docs about building jboss? Tnx.