Re: [JBoss-dev] ANT Verifier task?

2001-03-28 Thread Juha-P Lindfors
You don't need an explicit task for it, see admin/build.xml for an example http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/admin/build/build.xml?cvsroot=jboss --8<-- --8<-- -- Juha On Thu, 29 Mar 2001, marc fleury wrote: > Any news on the

[JBoss-dev] ANT Verifier task?

2001-03-28 Thread marc fleury
Any news on the Task for ANT that does "verification"? marc _ Marc Fleury, Ph.D [EMAIL PROTECTED] _ ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/docs customizingjaws.xml

2001-03-28 Thread danch
User: danch Date: 01/03/28 20:47:52 Modified:src/docs customizingjaws.xml Log: Added doco on new select-for-update and debug tags for JAWS Revision ChangesPath 1.4 +16 -2 manual/src/docs/customizingjaws.xml Index: customizingjaws.xml =

Re: [JBoss-dev] Sourceforge cvs problem

2001-03-28 Thread Vladimir Blagojevic
Hey, I still can not do this on Redhat 7 although I am close. Used ssh-keygen, created both RSA and DSA key pairs, added them to running ssh-agent, uploaded pub keys to server. Did you use website upload or scp command? In the log below clearly server refuses my private RSA key . ssh -v -l

[JBoss-dev] JDBC provider redundant and XA stuff

2001-03-28 Thread marc fleury
Guys, (Aaron, Rickard) Looking at the jdbc configuration and packages. If I understand the JDBCProvider class well, it is about 80 lines of code that does essentially one thing Class.forName("driver"); With a fancy MBean structure around it. Also the usage of the System.get/setProperty is str

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security/plugins AbstractServerLoginModule.java

2001-03-28 Thread starksm
User: starksm Date: 01/03/28 18:28:38 Modified:src/main/org/jboss/security/plugins AbstractServerLoginModule.java Log: Further generalize the notion of role mapping to allow sets of named roles using any number of Groups Revision ChangesPath 1.

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security/plugins/samples UsernamePasswordLoginModule.java DatabaseServerLoginModule.java IdentityLoginModule.java JaasServerLoginModule.java LdapLoginModule.java RolesLoginModule.java SimpleServerLoginModule.java

2001-03-28 Thread starksm
User: starksm Date: 01/03/28 18:27:13 Modified:src/main/org/jboss/security/plugins/samples DatabaseServerLoginModule.java IdentityLoginModule.java JaasServerLoginModule.java LdapLoginModule.java RolesLoginModule.ja

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security AppPolicy.java

2001-03-28 Thread starksm
User: starksm Date: 01/03/28 18:29:47 Modified:src/main/org/jboss/security AppPolicy.java Log: Fix recursion problem that existed when lookup used the default configuration. Revision ChangesPath 1.2 +1 -1 jbosssx/src/main/org/jboss/security/AppPolicy.java

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/test LoginModulesTest.java

2001-03-28 Thread starksm
User: starksm Date: 01/03/28 18:30:34 Modified:src/main/org/jboss/test LoginModulesTest.java Log: Updates tests to include all sample login modules Revision ChangesPath 1.2 +133 -6jbosssx/src/main/org/jboss/test/LoginModulesTest.java Index: LoginModulesTe

[JBoss-dev] CVS update: manual/src/docs howtomssql.xml

2001-03-28 Thread kunle
User: kunle Date: 01/03/28 17:01:08 Modified:src/docs howtomssql.xml Log: updated to be in line with new new guideleines Revision ChangesPath 1.3 +24 -26manual/src/docs/howtomssql.xml Index: howtomssql.xml =

FW: [JBoss-dev] Sourceforge cvs problem {was:- Sourceforge: WinCVS & SSH over Firewall ... anyone?)

2001-03-28 Thread Micheal J
Fulco, this may help... -Original Message- From: Micheal J [mailto:[EMAIL PROTECTED]] Sent: 27 March 2001 10:39 To: Jung , Dr. Christoph Subject: RE: [JBoss-dev] Sourceforge: WinCVS & SSH over Firewall ... anyone? It is related but I can expand on that... SSH LOGIN: To use WinCVS effec

Re: [JBoss-dev] Sourceforge cvs problem

2001-03-28 Thread Scott M Stark
I have been able to upload my ssh key to allow for access without having to type the password each time. I used ssh-keygen and did not assign the generated key a passphrase. This is only working on windows 2000 though. On RedHat linux 7.0 I am having to enter the password each time. I believe this

Re: [JBoss-dev] Access

2001-03-28 Thread Tom Cook
On Wed, 28 Mar 2001, Vladimir Blagojevic wrote: > Filip Hanik wrote: > > > the way to do this today is > > 1. get the list of all bound names > > 2. retrieve all the object bound from the JNDI tree > > 3. type check the returned object to see if it implements the EJBHome > > interface > > > > Am

RE: [JBoss-dev] Access

2001-03-28 Thread marc fleury
There is no centralized repository at this point...   hack one in the container factory   I am surprised you can't browse the home from JNDI though, that smells of "bad config" to me   marc   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J.

RE: [JBoss-dev] Sourceforge cvs problem

2001-03-28 Thread Filip Hanik
you can't use pserver with sourceforge. you have to use SSH authentication for linux read http://sourceforge.net/docman/display_doc.php?docid=3228&group_id=1 Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

R: [JBoss-dev] Sourceforge cvs problem

2001-03-28 Thread Bordet, Simone
Ciao Fulco, > hallo, > I'm not behind a firewall and I use Linux, cvs > works except for commit: the response is: > > cvs [server aborted]: "commit" requires write access to the > repository > > Is it a problem of my account? No, it shouldn't. > The command was: > > cvs -z3 -d:pserver:[E

Re: [JBoss-dev] Sourceforge cvs problem

2001-03-28 Thread Vladimir Blagojevic
Hey Fulco, Almost same config as yours. You can not use pserver authentication to commit, you have to use ssh. Get an ssh client for linux from gnomerpm if you dont have it. Do a clean checkout to get rid of CVS directories that contain old method of authentication in Root file. Do co without

Re: [JBoss-dev] Access

2001-03-28 Thread Vladimir Blagojevic
Filip Hanik wrote: > the way to do this today is > 1. get the list of all bound names > 2. retrieve all the object bound from the JNDI tree > 3. type check the returned object to see if it implements the EJBHome > interface > > Am I correct? > I would say so. 1. list bindings in root context of

[JBoss-dev] CVS update: manual/src/docs preface.xml

2001-03-28 Thread vlada
User: vlada Date: 01/03/28 14:09:55 Modified:src/docs preface.xml Log: some initial guidelines, will add more soon Revision ChangesPath 1.3 +56 -0 manual/src/docs/preface.xml Index: preface.xml =

RE: [JBoss-dev] Access

2001-03-28 Thread Filip Hanik
I think this is what he tries to achieve: 1. get a list of all the names to home objects bound in the JNDI tree 2. get an enumeration of all the home stubs corresponding to those names. the way to do this today is 1. get the list of all bound names 2. retrieve all the object bound from the JNDI

Re: [JBoss-dev] Access

2001-03-28 Thread Dan Christopherson
What do you mean by "without having the bound name"? On Wed, 28 Mar 2001, J. G. Zambrano wrote: > Hello, > > I need to access all the homes deployed in a JBoss container from a client without >having the bound name. I have tried several approaches using the client's initial >context and was u

[JBoss-dev] Sourceforge cvs problem

2001-03-28 Thread Fulco Muriglio
hallo, I'm not behind a firewall and I use Linux, cvs works except for commit: the response is: cvs [server aborted]: "commit" requires write access to the repository Is it a problem of my account? The command was: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss commit contrib/catalina

[JBoss-dev] Access

2001-03-28 Thread J. G. Zambrano
Hello,   I need to access all the homes deployed in a JBoss container from a client without having the bound name. I have tried several approaches using the client's initial context and was unable to do so. Any help would be appreciated!    JGZ  

Re: SV: [JBoss-dev] Sourceforge: WinCVS & SSH over Firewall ...anyone?

2001-03-28 Thread Jim Archer
Check out: http://www.firethru.com This will probably solve your problem. Unfortunatly, it may be about the only way to solve it. Jim --On Tuesday, March 27, 2001 10:19 AM +0200 Lennart Petersson <[EMAIL PROTECTED]> wrote: > I'm also looking for a solution on this :-( > > /Lennart > -

[JBoss-dev] Q: jBoss & Jetty Package

2001-03-28 Thread Day, Jem BGI WAC
Guys, Do you intend to update the "jBoss & Jetty" combined distribution for 2.1. The download page says that the standalone & tomcat versions were produced on Mar 26th but the jetty version is from Jan 28th. Great stuff - keep up the good work. Jem.. _

RE: [JBoss-dev] Mission: rewrite ejb.jar binary

2001-03-28 Thread Jay Walters
Great suggestion, I'm looking into it right now. Cheers Jay -Original Message- From: Ari Suutari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 1:07 AM To: marc fleury; Jboss-Development@Lists. Sourceforge. Net Subject: Re: [JBoss-dev] Mission: rewrite ejb.jar binary Hi, T

Re: [JBoss-dev] CVS suggestion

2001-03-28 Thread Sebastien Alborini
On Wed, 28 Mar 2001, Bordet, Simone wrote: > I don't know who is mantaining CVSROOT/* files (SourceForge or Marc or > Sebastien), but would be useful to have email notification on tag operations > also, through the CVSROOT/taginfo file. Hi, I don't really know how it works, but usually you get