RE: [JBoss-dev] NoClassDefFoundError

2001-07-31 Thread Tahir Awan
away. HTH. alex >From: Tahir Awan <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [JBoss-dev] NoClassDefFoundError >Date: Tue, 31 Jul 2001 11:23:24 -0400 > >Guys, > >I'm getting the following exception. Any idea what happened

[JBoss-dev] NoClassDefFoundError

2001-07-31 Thread Tahir Awan
Guys, I'm getting the following exception. Any idea what happened to this class. I am using bundled jboss-2.2.2/tomcat-3.2.2 & apache. java.lang.NoClassDefFoundError: org/jboss/security/SecurityAssociation at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.getPrincipal(GenericProxy .ja

[JBoss-dev] RMI-IIOP code scan

2001-06-18 Thread Tahir Awan
Marc/Scott (and other core guys), I've spent quite a bit of time on researching RMI-IIOP and have just started going through JBoss code. I am sure there are some guys who started late and are upto speed with contributing to JBoss core stuff. So, please help me with any tips to attack the code fr

[JBoss-dev] broken link

2001-06-15 Thread Tahir Awan
One more broken link http://www.jboss.org/business/lists.html Tahir ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] JBOSS.ORG back online on JBOSS/TOMCAT

2001-06-15 Thread Tahir Awan
Marc, http://www.jboss.org/documentation/files and http://www.jboss.org/documentation/migration.jsp also giving error. Tahir > -Original Message- > From: K.V. Vinay Menon [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 15, 2001 11:44 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-de

RE: Commit Messages was [RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb CacheKey.java]

2001-06-13 Thread Tahir Awan
I am strongly in favor of javadoc/comments. beside that, we should select some coding standard and stick to it. Open source evolution demands it (as people do come & go) but code has to stay forever (atleast we should wish that). I know its not easy to follow standards but even if people follow 60

RE: [JBoss-dev] soo... RMI-IIOP

2001-06-13 Thread Tahir Awan
Marc, I agree this is really critical and hence suggest the following. 1. You assign a lead from one of core developers 2. Lead will just define the problem scope and a reasonable completion timeframe. 3. Volunteer writers (me, Ajay etc.) will start working and make sure it goes as smooth as pos

RE: [JBoss-dev] RMI IIOP

2001-06-11 Thread Tahir Awan
ssage- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On > Behalf Of Tahir > |Awan > |Sent: Monday, June 11, 2001 3:23 PM > |To: '[EMAIL PROTECTED]' > |Subject: RE: [JBoss-dev] RMI IIOP > | > | > |Hi Marc, > | > |I would love to contribute to

RE: [JBoss-dev] RMI IIOP

2001-06-11 Thread Tahir Awan
Hi Marc, I would love to contribute to jboss and hope my decent experience can be helpful. btw, I am using JBoss (and hence on the list) for 6 months now. Thanks, Tahir > -Original Message- > From: marc fleury [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 11, 2001 1:11 PM > To: Jboss-

[JBoss-dev] xml parser problem

2001-03-20 Thread Tahir Awan
Hi All, Some JBoss source files are using com.sun.xml.tree.XmlDocumentBuilder (through JBoss/lib/parser.jar) which is giving me tough time. As I am using Xerces/Xalan for XSLT/XPath, but parser.jar is being required by JBoss and it contained older implementations of Xml parser. Could someone fix