[JBoss-dev] Exception when calling a stateless from a stateful on jBoss2.2

2001-04-18 Thread Harishankar Nair
Hi all , When I try to call a Stateful session Bean , which in turn calls a stateless session bean using jBoss 2.2 on windows 2000 , I get the following exception. Could someone help me out with this ?? My client is an ordinary java class. This exception occurs just when the stateful calls the

RE: [JBoss-dev] Exception when calling a stateless from a stateful on jBoss2.2

2001-04-18 Thread Bordet, Simone
Please, repost on jboss-user, this list will not answer these questions Simon -Original Message- From: Harishankar Nair [mailto:[EMAIL PROTECTED]] Sent: mercoled 18 aprile 2001 12:48 To: [EMAIL PROTECTED] Subject: [JBoss-dev] Exception when calling a stateless from a stateful on

[JBoss-dev] Help With Exception: java.lang.NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-04-18 Thread Kevin James Baxter
Hello, everyone; Any insight would be greatly appreciated. I'm porting an existing application from jBoss 2.0 FINAL to jBoss 2.2. FINAL. Here's the exception I'm getting: Starting tomcat. Check logs/tomcat.log for error messages No webapps/ directory C:\local\forte4j\temp\tomcat\webapps

RE: [JBoss-dev] Help With Exception: java.lang.NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-04-18 Thread Bordet, Simone
Please repost to jboss-user, this list is devoted to development only, nobody will answer you. Simon -Original Message- From: Kevin James Baxter [mailto:[EMAIL PROTECTED]] Sent: mercoledi 18 aprile 2001 13:45 To: jboss Subject: [JBoss-dev] Help With Exception:

Re: [JBoss-dev] [ jboss-Change Notes-416920 ] Don't use CLASSPATH in run.bat/run.sh

2001-04-18 Thread James Cook
Is there a need for including additional classes on the system classpath if the ClassPathExtension MLet is used? jim - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 10:19 PM Subject: [JBoss-dev] [ jboss-Change Notes-416920 ] Don't use

[JBoss-dev] Bug: Ear deployment - Support Classes

2001-04-18 Thread James Cook
According to the following documentation, jBoss includes the ability to deploy library archives in an ear file. http://www.jboss.org/documentation/HTML/ch10s71.html#N37d7 "On deployment one - common - classloader is created. This classloader will get all archives in its classpath that are

RE: [JBoss-dev] Bug: Ear deployment - Support Classes

2001-04-18 Thread Kimpton,C (Chris)
Hi, -Original Message- From: James Cook [mailto:[EMAIL PROTECTED]] According to the following documentation, jBoss includes the ability to deploy library archives in an ear file. http://www.jboss.org/documentation/HTML/ch10s71.html#N37d7 "On deployment one - common -

Re: RE: [JBoss-dev] Bug: Ear deployment - Support Classes

2001-04-18 Thread James Cook
I was just looking through the source in the Installer.java file and came across the same conclusion!The problem is the manifests thatare inspected are in the war and jar files, not the ear files.Thanks for the response!jimTo: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED]cc: Subject: RE:

[JBoss-dev] CVS update: admin/src/org/jboss/admin/monitor/tree ApplicationTreeNode.java BeanTreeNode.java MethodTreeNode.java RootNode.java

2001-04-18 Thread juhalindfors
User: juhalindfors Date: 01/04/18 07:55:29 Modified:src/org/jboss/admin/monitor/tree ApplicationTreeNode.java BeanTreeNode.java MethodTreeNode.java RootNode.java Log: Fixed bugs in app tree updates. Revision ChangesPath 1.2 +1 -1

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/sql - Imported sources

2001-04-18 Thread jwalters
User: jwalters Date: 01/04/18 08:01:13 Log: Intial checkin of JDBC 2.0 extensions Status: Vendor Tag: initial Release Tags: start N jboss-j2ee/src/main/javax/sql/ConnectionEvent.java N jboss-j2ee/src/main/javax/sql/ConnectionEventListener.java N

[JBoss-dev] CVS update: admin/src/org/jboss/admin/monitor InvocationTimeStatsView.java MonitorFrame.java MonitorPane.java StatsView.java

2001-04-18 Thread juhalindfors
User: juhalindfors Date: 01/04/18 08:03:16 Modified:src/org/jboss/admin/monitor MonitorFrame.java MonitorPane.java Added: src/org/jboss/admin/monitor InvocationTimeStatsView.java Removed: src/org/jboss/admin/monitor StatsView.java Log:

[JBoss-dev] CVS update: jboss-j2ee/src/build build.xml

2001-04-18 Thread jwalters
User: jwalters Date: 01/04/18 08:05:03 Modified:src/build build.xml Log: Added JDBC standard extensions to the javadoc build Revision ChangesPath 1.5 +1 -1 jboss-j2ee/src/build/build.xml Index: build.xml

[JBoss-dev] New JBoss?

2001-04-18 Thread sujith s.pillai.
Hi, Good to see the new release of JBoss. I downloaded both the JBoss only package, and the JBoss + Jetty package. On unzipping, I found that JBOss only zip file contains JBoss2.2 folder, while the JBoss+Jetty version has got the old folders (Jboss-pre-2.1) (I downloaded both from

Re: [JBoss-dev] [ jboss-Change Notes-416920 ] Don't use CLASSPATH in run.bat/run.sh

2001-04-18 Thread Scott M Stark
Generally no. ClassPathExtension mbean can be used to add jars/classes to the server classpath. - Original Message - From: "James Cook" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 5:57 AM Subject: Re: [JBoss-dev] [ jboss-Change Notes-416920 ] Don't use

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins MetricsInterceptor.java

2001-04-18 Thread danch
You Rock! [EMAIL PROTECTED] wrote: User: juhalindfors Date: 01/04/18 08:25:51 Modified:src/main/org/jboss/ejb/plugins MetricsInterceptor.java Log: Reimplemented to move msg.publish() overhead out of the invocation thread. Confidential e-mail for addressee only. Access to

[JBoss-dev] CVS update: jboss/src/lib idb.jar

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 10:59:13 Modified:src/lib Tag: Branch_2_2 idb.jar Log: Copy the 3.26 version update to the 2.2 branch Revision ChangesPath No revision No revision 1.2.2.1 +721 -691

[JBoss-dev] [ jboss-Change Notes-417126 ] Updated InstantDB to 3.26

2001-04-18 Thread noreply
Change Notes item #417126, was updated on 2001-04-18 11:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=417126group_id=22866 Category: None Group: v2.2.1 Status: Open Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Nobody/Anonymous

[JBoss-dev] CVS update: jbosstest/src/build run_tests.xml

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 11:22:26 Modified:src/build run_tests.xml Log: Integrate the patch to run the CTS unit tests. Revision ChangesPath 1.5 +1 -0 jbosstest/src/build/run_tests.xml Index: run_tests.xml

Re: [JBoss-dev] New JBoss?

2001-04-18 Thread Juha Lindfors
the correct jetty package is available at http://prdownloads.sourceforge.net/jboss/jboss-jetty.2.2.zip the website link should update automatically soon -- Juha At 08:09 18.4.2001 -0700, sujith s.pillai. wrote: Hi, Good to see the new release of JBoss. I downloaded both the JBoss only

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/naming/test - New directory

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:46:35 jbosstest/src/main/org/jboss/test/naming/test - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/naming/interfaces - New directory

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:46:15 jbosstest/src/main/org/jboss/test/naming/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/naming/ejb - New directory

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:45:43 jbosstest/src/main/org/jboss/test/naming/ejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/build build.xml

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:28 Modified:src/build build.xml Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.21 +22 -1 jbosstest/src/build/build.xml Index: build.xml

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/idgen/interfaces IdCounterHome.java

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:28 Modified:src/main/org/jboss/test/idgen/interfaces IdCounterHome.java Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.2 +3 -3

[JBoss-dev] CVS update: jbosstest/src/lib jbosssx-client.jar

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:28 Modified:src/lib jbosssx-client.jar Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.2 +50 -36jbosstest/src/lib/jbosssx-client.jar Binary file

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/naming/ejb TestENCBean.java

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:28 Added: src/main/org/jboss/test/naming/ejb TestENCBean.java Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/naming/interfaces TestENC.java TestENCHome.java

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:29 Added: src/main/org/jboss/test/naming/interfaces TestENC.java TestENCHome.java Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/xa/test Main.java

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:29 Modified:src/main/org/jboss/test/xa/test Main.java Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.2 +6 -2 jbosstest/src/main/org/jboss/test/xa/test/Main.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/naming/test TestENC.java TestExternalContext.java

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:29 Added: src/main/org/jboss/test/naming/test TestENC.java TestExternalContext.java Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/security/test NamespacePermissionCollection.java

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:29 Modified:src/main/org/jboss/test/security/test NamespacePermissionCollection.java Log: Try to clean up out of date JUnit tests. Add additional naming tests Revision ChangesPath 1.2 +1 -1

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/naming TestExternalContext.java

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 12:48:28 Removed: src/main/org/jboss/test/naming TestExternalContext.java Log: Try to clean up out of date JUnit tests. Add additional naming tests ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] Cleaning up JBossTest

2001-04-18 Thread Scott M Stark
I tried cleaning up some of the tests that were not implemented as valid JUnit test cases but there are still 5 unit tests that have errors/failures that need to be fixed. They are: testsuite name="org.jboss.test.cts.test.AllJUnitTests" tests="19" failures="4" errors="0" time="11.547 sec"

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread Jason Dillon
What is a rule engine used for in real world applications? Could you give an example (other than "compute factorials and fibonacci numbers")? --jason On Wed, 18 Apr 2001, David Jencks wrote: Hi, I am pleased to announce that I have a working rule engine integration between JBoss and JEOPS

[JBoss-dev] CVS update: contrib/tomcat/src/etc/conf/tomcat server.xml.patch

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 13:19:33 Modified:tomcat/src/etc/conf/tomcat server.xml.patch Log: Update the comments on the jboss interceptors Revision ChangesPath 1.3 +11 -6 contrib/tomcat/src/etc/conf/tomcat/server.xml.patch Index: server.xml.patch

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins MetricsInterceptor.java

2001-04-18 Thread juhalindfors
User: juhalindfors Date: 01/04/18 13:36:17 Modified:src/main/org/jboss/ejb/plugins MetricsInterceptor.java Log: Attempts to deal with message congestion a little better. Revision ChangesPath 1.9 +36 -12

[JBoss-dev] CVS update: jboss/src/lib exolabcore-0.1.jar log4j-old.jar

2001-04-18 Thread user57
User: user57 Date: 01/04/18 14:05:13 Removed: src/lib exolabcore-0.1.jar log4j-old.jar Log: o Removing unused .jar files (no class or configuration files inside of the jboss module reference any classes located in these jar files).

[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss.jcml

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 14:53:45 Modified:src/etc/conf/default Tag: Branch_2_2 jboss.jcml Log: The SRP services have moved to the org.jboss.security.srp package Revision ChangesPath No revision No revision

[JBoss-dev] CVS update: jboss/src/lib jboss-jaas.jar jbosssx.jar

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 14:57:07 Modified:src/lib Tag: Branch_2_2 jboss-jaas.jar jbosssx.jar Log: Moved the SRPPermission class to jboss-jaas.jar Revision ChangesPath No revision No revision 1.2.2.3 +60 -52

[JBoss-dev] CVS update: jboss/src/client jbosssx-client.jar

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 14:56:09 Modified:src/client Tag: Branch_2_2 jbosssx-client.jar Log: Add the SRPPermission class Revision ChangesPath No revision No revision 1.2.2.3 +27 -26

[JBoss-dev] CVS update: jboss/src/build build.xml

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 15:37:52 Modified:src/build Tag: Branch_2_2 build.xml Log: Create the dist archives with a root directory equal to the JBoss-${version} Revision ChangesPath No revision No revision

RE: [JBoss-dev] CVS update: jboss/src/build build.xml

2001-04-18 Thread Vincent Harcq
Scott, I just updated my local from cvs. There are 2 ^M lines 388 389 that avoid the build to complete. Vincent. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de [EMAIL PROTECTED] Envoy : jeudi 19 avril 2001 0:39 : [EMAIL PROTECTED] Objet :

[JBoss-dev] why is Home lookup an RMI call?

2001-04-18 Thread Bill Burke
All, (If this is a jboss-user question, I apologize.) I've been doing some performance testing on my code, and I noticed that Home lookups on the InitialContext is always an RMI call through jnp even though the Naming service is in the same VM. Maybe this is a configuration problem on my

[JBoss-dev] CVS update: contrib/tomcat/src/build build.xml

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 16:20:53 Modified:tomcat/src/build build.xml Log: Include tomcat-test.ear in the bundle Revision ChangesPath 1.11 +10 -3 contrib/tomcat/src/build/build.xml Index: build.xml

[JBoss-dev] CVS update: jboss/src/build build.xml

2001-04-18 Thread starksm
User: starksm Date: 01/04/18 16:24:25 Modified:src/build build.xml Log: Fix some CR junk Revision ChangesPath 1.64 +2 -2 jboss/src/build/build.xml Index: build.xml === RCS file:

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread David Jencks
Hi, At least one person saw my message. Thats one of the questions I was asking. A couple of months ago Marc suggested someone write a rule engine integration for jboss, so I volunteered. Although there is a java community process group working on an integration standard, I couldn't find out

Re: [JBoss-dev] why is Home lookup an RMI call?

2001-04-18 Thread Scott M Stark
As long as you don't have a Context.PROVIDER_URL set in the env passed to InitialContext or jndi.properties the Context returned is the RMI implementation object and calls on it should not involve RMI invocations. - Original Message - From: Bill Burke To: Jboss-Development@Lists.

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread Vladimir Blagojevic
Hey, I saw your message too. However, I am so busy this week that I can not devote any time to JBoss. As I understand Rule engines are some sort of interpreter for if-then-else logic. I assume that they are going to be used mostly in business logic of your beans. I assume that instead of

RE: [JBoss-dev] why is Home lookup an RMI call?

2001-04-18 Thread Bill Burke
I think there may be a bug because here's my jndi.properties. I'm pretty sure there isn't another jndi.properties in my path. jndi.properties: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory #java.naming.provider.url=localhost java.naming.factory.url.pkgs=org.jboss.naming

RE: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread Filip Hanik
www.blazesoft.com is another rules engine. commercial software use rule engines for a lot of different things. imagine product promotions, if you bought something for this amount, on this date and you are of a certain age you will get a different promotion that if you were of a different age.

[JBoss-dev] jbosstest jboss/src/main/test/*

2001-04-18 Thread Jason Dillon
Can someone explain the difference between these for me? Is jboss/src/main/test/* still being used by anything? --jason ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] jbosstest jboss/src/main/test/*

2001-04-18 Thread Scott M Stark
jboss/src/main/test/* is for unit tests of internal server components. The JBossTest suite is for testing the behavior of the server via its public interfaces. - Original Message - From: "Jason Dillon" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 6:11 PM

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread Stan Ng
In general, a rule engine would run on a layer above jboss. The underlying business components are hosted by jboss and the "glue logic" is created by a business analyst or domain specialist. They would write business rules that are interpreted by the business rule engine. This is a very useful

RE: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread David Jencks
Hi, Even though I implemented it I wondered this too. I can think of several reasons to use rules rather than hard-coding. 1. The rules change frequently. "this week, anyone buying more than x widgets of types a, b, and c gets an extra 35% discount". I think things like this are often

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread David Jencks
Hi, Thanks for your appreciation of my work. The current implementation uses a rule engine that works on java objects and whose rules are essentially written as java statements. You (with both of my 2 toy examples) need to add some helper methods to get beans, create beans, etc. I am hoping

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-18 Thread David Jencks
Hi, Thanks for your interest. You're right about what the rule engine does. For some reason I can't get to haley right now, I'll check again later. I haven't been able to find out what jsr 94 is/will be proposing. Does anyone have any information? Thanks David Jencks On 2001.04.18 19:28:59

[JBoss-dev] RE: [JBoss-user] Flushing Cache (For Simone ?)

2001-04-18 Thread marc fleury
That is pretty cool post it to jboss-dev francois, |So we created our own LRUEnterpriseContextCachePolicy class to be able |to passivate beans with JMS messages. We actually call the ageOut |method with the beans key we want to flush by going through the LRUList |obtains from getList() method.

[JBoss-dev] How to un-subscribe?

2001-04-18 Thread Asad Bukhari
Anybody knows if there is any URL to unsubscribe? Thanks __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ ___ Jboss-development mailing list [EMAIL