Re: [JBoss-dev] EJB generation

2001-05-19 Thread Andreas Schaefer
Hi Geeks Attention: Please go to sourceforge.net to look for Rickard Oeberg's project: EJBDoclet. Right now we are heading to release 1.0 which should allow you to merge code as well. EJBDoclet isn't designed to generated an application but to create all the duplicated code within EJBs (remote

Re: [JBoss-dev] current source - classloading & jndi?

2001-05-19 Thread Scott M Stark
What is out of synch is the jboss-client.jar you are using. The JBoss-2.3 org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy has a serialVersionUID = 432426690456622923L: client 571>serialver -classpath jboss-client.jar org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy org.jboss.ejb.plugins.jrmp.inte

[JBoss-dev] [ jboss-Change Notes-425566 ] SecurityAssociation now uses ITL

2001-05-19 Thread noreply
Change Notes item #425566, was updated on 2001-05-19 21:02 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=425566&group_id=22866 Category: None Group: v2.4 Status: Open Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Nobody/Anonymous (nobod

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

2001-05-19 Thread starksm
User: starksm Date: 01/05/19 20:47:44 Modified:src/lib jboss-jaas.jar jbosssx.jar Log: Include the SecurityAssociation InheritableThreadLocal change Revision ChangesPath 1.8 +56 -57jboss/src/lib/jboss-jaas.jar <> 1.8 +65 -65jboss/

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

2001-05-19 Thread starksm
User: starksm Date: 01/05/19 20:47:44 Modified:src/client jbosssx-client.jar Log: Include the SecurityAssociation InheritableThreadLocal change Revision ChangesPath 1.6 +27 -25jboss/src/client/jbosssx-client.jar <> ___

[JBoss-dev] CVS update: jbosssx/lib jaas.jar jboss-j2ee.jar jboss-jdbc_ext.jar jmxri.jar log4j.jar

2001-05-19 Thread starksm
User: starksm Date: 01/05/19 20:46:24 Removed: lib jaas.jar jboss-j2ee.jar jboss-jdbc_ext.jar jmxri.jar log4j.jar Log: Remove the redundant libs that exist in the jboss dist ___ Jboss-development mailing list

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

2001-05-19 Thread starksm
User: starksm Date: 01/05/19 20:44:47 Modified:src/build build.xml Log: Update the build libs to use the latest jboss dist libs Revision ChangesPath 1.8 +32 -24jbosssx/src/build/build.xml Index: build.xml

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

2001-05-19 Thread starksm
User: starksm Date: 01/05/19 20:29:29 Modified:src/main/org/jboss/security SecurityAssociation.java Log: Default the SecurityAssociation server mode of storing security information to use InheritableThreadLocal to allow the propagation of the security information to child threa

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

2001-05-19 Thread starksm
User: starksm Date: 01/05/19 20:29:29 Modified:src/main/org/jboss/security/auth/callback SecurityAssociationHandler.java Log: Default the SecurityAssociation server mode of storing security information to use InheritableThreadLocal to allow the propagation

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

2001-05-19 Thread starksm
User: starksm Date: 01/05/19 20:29:29 Added: src/main/org/jboss/test ThreadLocalTest.java Log: Default the SecurityAssociation server mode of storing security information to use InheritableThreadLocal to allow the propagation of the security information to child threads.

RE: [JBoss-dev] EJB generation

2001-05-19 Thread Jay Walters
My thoughts are a bit scattered, but here's what I've got at the moment. I'm working on putting together a web page but it's a bit funky yet. It's at, http://www.akutan.org. I'll just include all the links and stuff here for you as well. The book to which I referred, Program Generators with Jav

Re: [JBoss-dev] jo integration

2001-05-19 Thread Hendrik Schreiber
This sounds very much like what I was looking for! -hendrik Scott M Stark wrote: > I'm writing a new howto on integrating servlet containers > into JBoss using the new AbstractWebContainer class. It > provides support for integrating web-app.xml items into > the JNDI namespace as well as hooking

[JBoss-dev] jboss daily test results

2001-05-19 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = JBoss daily test results SUMMARY Number of tests run: 66 --

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmsra/bean PublisherBean.java PublisherCMPBean.java TopicPublisherBean.java

2001-05-19 Thread kimptoc
User: kimptoc Date: 01/05/19 16:13:11 Modified:src/main/org/jboss/test/jmsra/bean PublisherBean.java PublisherCMPBean.java TopicPublisherBean.java Log: made method signature valid for ejb - to help debug jmsra test failing Revision ChangesPath 1.

Re: [JBoss-dev] jo integration

2001-05-19 Thread Scott M Stark
I'm writing a new howto on integrating servlet containers into JBoss using the new AbstractWebContainer class. It provides support for integrating web-app.xml items into the JNDI namespace as well as hooking into the JBossSX authentication and authorization layer. The doc will be out on the web si

[JBoss-dev] CVS update: jbosstest/src/resources/testbean2/META-INF jaws.xml

2001-05-19 Thread kimptoc
User: kimptoc Date: 01/05/19 13:32:29 Modified:src/resources/testbean2/META-INF jaws.xml Log: dbtest and testbean tests use beans wih same name - but different structure - amended testbean test to use different jdbc table Revision ChangesPath 1.2 +4 -3 jboss

[JBoss-dev] CVS update: jbosstest/src/resources/dbtest/META-INF jaws.xml

2001-05-19 Thread kimptoc
User: kimptoc Date: 01/05/19 13:32:29 Modified:src/resources/dbtest/META-INF jaws.xml Log: dbtest and testbean tests use beans wih same name - but different structure - amended testbean test to use different jdbc table Revision ChangesPath 1.11 +1 -1 jbosstes

[JBoss-dev] jo integration

2001-05-19 Thread Hendrik Schreiber
> If jo! is also a ServletContainer, as is Jetty, then your code should be > very similar to mine - perhaps we could share some ! > > Have a look through it and ask me anything you like. cool. thanks. it might take a while as my work only leaves me with weekends currently... :-( > Jules (jboss-

[JBoss-dev] TEST FAILURE - XADataSource1 not bound

2001-05-19 Thread Chris Kimpton
Hi, I've looked into the failing xa test and it is failing because the data sources it uses are not bound. It is looking for XADataSource1 and XADataSource2. Is this something that needs to be manually configured in jboss.jcml before the test ? Thanks in advance, Chris __

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

2001-05-19 Thread kimptoc
User: kimptoc Date: 01/05/19 12:19:54 Modified:src/main/org/jboss/test/xa/test Main.java Log: fix build probs with the xa test and make it report up the server error it gets Revision ChangesPath 1.3 +77 -77jbosstest/src/main/org/jboss/test/xa/test/Main.java

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

2001-05-19 Thread kimptoc
User: kimptoc Date: 01/05/19 12:19:54 Modified:src/build/subprojects build-xa.xml Log: fix build probs with the xa test and make it report up the server error it gets Revision ChangesPath 1.2 +4 -1 jbosstest/src/build/subprojects/build-xa.xml Index: buil

[JBoss-dev] [ jboss-Bugs-425480 ] deployment exception needed from client

2001-05-19 Thread noreply
Bugs item #425480, was updated on 2001-05-19 11:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=425480&group_id=22866 Category: JBossServer Group: v2.3 (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Chris Kimpton (kimptoc) Assigned

[JBoss-dev] invalidation of cache on demand

2001-05-19 Thread marc fleury
Someone pointed out the fact that invalidating the state of an instance remotely through an ejbRemote call was a useful thing for them. Does anyone want to take this on? Does anyone else have use for this? marc _ Marc Fleury, Ph.D [EMAIL PROTECTED] _

RE: [JBoss-dev] EJB generation

2001-05-19 Thread James Cook
I am also interested in the topic of template engines, esp. those driven by XML models. Can you provide links to any of these "opensource" offerings? thanks, jim > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jay > Walters -snip > At this point I

Re: [JBoss-dev] Call for Help

2001-05-19 Thread Scott M Stark
Let me know what is required. Any management integration interface should be exposed through the new AbstractWebContainer class so that every web container integrater knows what the requirements are. As much as possible should be handled automatically by the AbstractWebContainer itself. - Ori

RE: [JBoss-dev] jo! integration

2001-05-19 Thread marc fleury
hey, we are always interested in integrating 3rd party servlet engines, please take a look at the Tomcat and Jetty integration. You want the hotdeploy ClassLoader integration, the naming and security integration as well. marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAI

Re: [JBoss-dev] jo! integration

2001-05-19 Thread Julian Gosnell
check out contrib and have a look in the Jetty subdirectory. It should all be fairly simple. If jo! is also a ServletContainer, as is Jetty, then your code should be very similar to mine - perhaps we could share some ! Have a look through it and ask me anything you like. Jules (jboss-jetty mai

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment/scope J2eeGlobalScopeDeployer.java Scope.java ScopedURLClassLoader.java package.html

2001-05-19 Thread marc fleury
| Log: | First "official" try for a scoped application deployer that is |able to build | "virtual" applications out of dependent earĀ“s. Currently reads |dependency information | from property file. setup of application management information hum what is this "reads dependency information"

RE: [JBoss-dev] current source - classloading & jndi?

2001-05-19 Thread marc fleury
You are using the old version of the HomeProxy class in your client but the server has the newer one marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of David |Jencks |Sent: Saturday, May 19, 2001 8:47 AM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-

Re: [JBoss-dev] current source - classloading & jndi?

2001-05-19 Thread David Jencks
Hi, I had a similar problem, prompting me to suggest a different directory/build structure for jboss, with less duplication. No one has responded with even a comment, however. What I did was grep the sources to find which class has the VersionUID, look in the build.xml to find out what jar it end

[JBoss-dev] jo! integration

2001-05-19 Thread Hendrik Schreiber
Hi, I would like to better integrate the jo! webserver into JBoss. With the current jo! release the simple startup as MBean is supported, but automatic deployment is not. I would like to change this. I am not familiar with the JBoss code and didn't find any description on how to do it. Therefore

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

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:27:16 Modified:src/lib jboss-j2ee.jar Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.3 +115 -117 jbosstest/src/lib/jboss-j2ee.jar <> _

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

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:27:03 Modified:lib jboss-j2ee.jar Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.3 +115 -117 jbosssx/lib/jboss-j2ee.jar <> ___

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

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:26:30 Modified:src/lib jboss-j2ee.jar Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.3 +115 -117 jbossmq/src/lib/jboss-j2ee.jar <> ___

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

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:26:02 Modified:src/client jboss-j2ee.jar Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.3 +115 -117 jboss/src/client/jboss-j2ee.jar <>

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

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:26:16 Modified:src/lib jboss-j2ee.jar Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.3 +115 -117 jbosscx/src/lib/jboss-j2ee.jar <> ___

[JBoss-dev] CVS update: jbosspool/lib jboss-j2ee.jar

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:26:48 Modified:lib jboss-j2ee.jar Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.3 +115 -117 jbosspool/lib/jboss-j2ee.jar <> _

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

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:25:52 Modified:src/lib jboss-j2ee.jar Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.3 +115 -117 jboss/src/lib/jboss-j2ee.jar <> _

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/transaction/xa XAException.java

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:23:10 Modified:src/main/javax/transaction/xa XAException.java Log: forgot a ; Revision ChangesPath 1.5 +2 -2 jboss-j2ee/src/main/javax/transaction/xa/XAException.java Index: XAException.java =

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/transaction/xa XAException.java

2001-05-19 Thread pkendall
User: pkendall Date: 01/05/19 01:19:15 Modified:src/main/javax/transaction/xa XAException.java Log: changed numbers to match SUNs for interoperability purposes. Revision ChangesPath 1.4 +30 -27jboss-j2ee/src/main/javax/transaction/xa/XAException.java Index

[JBoss-dev] current source - classloading & jndi?

2001-05-19 Thread Ferguson, Doug
When I deploy to jboss that is built from the current source I get the following stack trace on my jndi lookup javax.naming.CommunicationException with Root Exception java.io.InvalidClassException: org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy; local class not comptible: stream clas