[jBoss-User] User Authentification

2000-08-14 Thread Ingo Bruell
Hi, is user authentification possible with jBoss or is it on the todo list ? Ingo Bruell --- OBL GmbH ([EMAIL PROTECTED]) Hude (Oldenburg) Germany -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

Re: AW: [jBoss-User] ZOAP

2000-08-14 Thread Budi Wiyono
Hallo, Now, I'm using JDK 1.3 But several errors still appear... What kind of library should i use. I'm already use all of library from zoap\lib\ext Best Regards, BDW Error Mesage bellow: Buildfile: ..\etc\makefiles\zoap.xml Project base dir set to: F:\TEMP\zoap Executing Target: init

Re: [jBoss-User] problem with create

2000-08-14 Thread Luan O'Carroll
From: "marc fleury" hey, send me your jar privately so I can test it, I suspect something silly:) marc Correct! It was something silly, I had a spelling mistake for an ejb-name in the assembly-descriptor. Fortunately the new meta-inf stuff threw an exception and enabled me to track it down.

RE: [jBoss-User] Clean shutdown of JBoss

2000-08-14 Thread SimonKenyon
^c is SIGINTR kill sends SIGTERM are they both being caught by java? -- simon -- From: marc fleury [SMTP:[EMAIL PROTECTED]] Sent: 12 August 2000 02:30 To: jBoss Subject: RE: [jBoss-User] Clean shutdown of JBoss uh! well I guess you are

AW: AW: [jBoss-User] ZOAP

2000-08-14 Thread Jung , Christoph
Hi Budi, it is described in the index.html. You need to add tools.jar, ejb.jar and !jmxri.jar! to the lib/ext directory! You get these libraries only via SUN (or in the jboss source dist ;-) Best, CGJ -Ursprüngliche Nachricht- Von: Budi Wiyono [mailto:[EMAIL PROTECTED]] Gesendet:

Re: [jBoss-User] jboss.xml, resource-manager

2000-08-14 Thread Sebastien Alborini
Jeremiah Johnson wrote: Sorry for my ignorance if a message passed me by... The resource-manager tag in jboss.xml appears to have changed. res-jndi-name changed to jndi-name. no it hasn't, it was a typo. I corrected that. Thanks, Sebastien --

RE: [jBoss-User] problem with create

2000-08-14 Thread marc fleury
Correct! It was something silly, I had a spelling mistake for an ejb-name in the assembly-descriptor. Fortunately the new meta-inf stuff threw an exception and enabled me to track it down. he he I like the new metadata stuff also with the "verifier" from juha, nothing will escape us :)

Re: [jBoss-User] CD sample doesn't run in latest CVS build

2000-08-14 Thread Sebastien Alborini
Tim Drury wrote: I think something with the new Metadata broke the CD bean (exception dump follows). I recompiled the cd.jar using the new ejb.jar. Is there anything else I was supposed to do? Did some names in ejb-jar.xml change? -tim drury Hi, No names should change in

Re: [jBoss-User] CD sample doesn't run in latest CVS build

2000-08-14 Thread Sebastien Alborini
Tim Drury wrote: snip [Container factory] org.jboss.ejb.DeploymentException: expected one session-type tag Hi, According to the ejb-jar.xml dtd (1.1), the session-type tag in the session element is mandatory, it must contain "Stateful" or "Stateless". The new metadata only showed that our

RE: [jBoss-User] CD sample doesn't run in latest CVS build

2000-08-14 Thread marc fleury
he he... proves sebastien's new MetaData is "unforgiven" with the ejb-jar.xml... and spots problems before they arise... good for you. Like I say this and the verifier and going to be "killer" features for the "production quality" release of jboss. Sebastien can you fix the example online?

Re: AW: AW: [jBoss-User] ZOAP

2000-08-14 Thread Budi Wiyono
Yes :-) Thanks for your pointer. Regards, BDW At 16:03 14/08/00 +0200, Jung , Christoph wrote: Hi Budi, it is described in the index.html. You need to add tools.jar, ejb.jar and !jmxri.jar! to the lib/ext directory! You get these libraries only via SUN (or in the jboss source dist ;-) Best,

[jBoss-User] Lastest source tree looking good

2000-08-14 Thread Richard Backhouse
Just to let you know that the latest build from cvs seems to have cured all my recent problems. ejbCreate, ejbStore and ejbLoad all seem to work fine now. Thanks Richard Backhouse Oak Grove Software -- -- To subscribe:[EMAIL

RE: [jBoss-User] Lastest source tree looking good

2000-08-14 Thread marc fleury
thanks man... keep stroking us... we need it to keep going. I used to be marathon runner (5 marathons 3 boston, 1 NYC, 1 Paris) The toughest, less pleasurable one, was when nobody cheered you on.. (guess which one it was :(()... the best was Boston, well people kept telling you "looking good,

[jBoss-User] Jboss standard configuration

2000-08-14 Thread marc fleury
sebastien is finishing the DTD for the advanced container and bean configurations (overwriting jndi, binding datasource by name, advanced plugin configuration)... I came to the conclusion that what we used to call "default" configuration is really "standard" configuration (which are already

Re: AW: [jBoss-User] ZOAP

2000-08-14 Thread Budi Wiyono
Hallo, I'm trying to deploy test-bean.jar of ZOAP distribution. But several errors appear... Any additional step should i do for deploying zoap to jBOSS ? I am already add all of zoap library to jBOSS installation. Best Regards, BDW Error Mesage bellow: [Auto deploy] Auto deploy of

Re: [jBoss-User] Standard commit and tx options

2000-08-14 Thread Rickard Öberg
Hi! marc fleury wrote: I believe (and I did it :() that some times if you forget to specify the TxAttribute (you need to understand what they mean before you can set it properly) then you don't see the persisted stuff. That is dangerous since most folks know the DB world and will go look at

[jBoss-Dev] New tests in cvs

2000-08-14 Thread marc fleury
The new TestBeans.jar are in cvs remove(Handle) and remove(Pk) work for both SB and EB almost there, 2 bugs left 1- the EJBMetaData (client stuff not container stuff) seems to be off 2- the JAWS stuff for BMP doesn't seem to store properly outside of the PK marc Marc

[jBoss-Dev] RE: [jBoss-User] New tests in cvs

2000-08-14 Thread marc fleury
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Monday, August 14, 2000 12:18 PM To: jBoss; jBoss Developer Subject: [jBoss-User] New tests in cvs The new TestBeans.jar are in cvs remove(Handle) and remove(Pk) work for both

[jBoss-Dev] jboss.xml DTD

2000-08-14 Thread Sebastien Alborini
Hi, As advertised, here is a DTD for the jboss.xml file. I tried to describe jboss "standard" behavior as accurately as I could. This should help you know what to put and what NOT to put in jboss.xml... Any comments appreciated. Have fun, Sebastien - !-- Architecture of

[jBoss-Dev] RE: [jBoss-User] jboss.xml DTD

2000-08-14 Thread marc fleury
Thank you sebastien, you're my hero... The big success of this DTD basically is that YOU SHOULD NEVER EVEN BOTHER WITH IT :))) and if you do you only specify the part of the tree that you wish to over-ride with respect to the standard configuration. need a specific jndi name? only specify

[jBoss-Dev] more bug fixes

2000-08-14 Thread marc fleury
#54 (heiko, problem on PK, heiko can you retest it??? it should work) #73 infinite wait #89 getEJBMetaData and HomeImpl #90 home.remove #148 createEntity #169 synch is not serialized getting there :))) Marc Fleury Chief Technology Officer Telkel, Inc.