[JBoss-user] [Installation, Configuration & Deployment] - JDBC Realm for Form Based Authentication

2005-07-30 Thread mduffy_lists
Can anyone point me to some documentation for configuring a JDBC realm for form based authentication? This is very easy to do in Tomcat: http://www.onjava.com/pub/a/onjava/2002/06/12/form.html A similar approach DOES NOT WORK in JBoss. This is so basic. I thought there would be clear documenta

[JBoss-user] [Beginners Corner] - Re: Communication Between 2 different WAR files

2005-07-30 Thread Neelixx
Hmmm I guess that all depends on what you are trying to accomplish. A few things come to mind, although, they may be overkill on what you want to do: First you have the Java Messenging system, where you can have java objects send messages to a "queue", and have another object pick those mes

[JBoss-user] [JBoss Getting Started Documentation] - Re: What happened to jetty ??

2005-07-30 Thread frankgrimes
Yes, Tomcat replaced Jetty as the default web container in Jboss. This happened quite a while back, say jboss-3.2.1 or jboss-3.2.3. Acutally, to be more precise, Jetty is no longer supported by Jboss, but Jboss can still be configured to use Jetty instead of Tomcat. This is thanks to the Jetty dev

[JBoss-user] [Security & JAAS/JBoss] - Re: how to setUserrprincipal()

2005-07-30 Thread tcherel
If you want your own principal to be returned from getUserPrincipal (meaning that you want to set you own user principal), you need to let the container (tomcat/JBoss) do the authentication for you, meaning you need to use BASIC or FORM (j_security_check) authentication. Thomas View the origin

[JBoss-user] [Security & JAAS/JBoss] - Re: how to setUserrprincipal()

2005-07-30 Thread prof214
>You cannot set the request UserPrincipal without using container >managed >authentication. I am new. So I want to explain Please Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887512#3887512 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBoss Getting Started Documentation] - What happened to jetty ??

2005-07-30 Thread stevebovy
Why was jetty replaced by tomcat ??? When I try to use jetty , i get a buch of errors View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887511#3887511 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887511 -

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn - TreeCacheSSOClusterManager fails

2005-07-30 Thread bstansberry
This is definitely quite odd if the same config works on one machine and not another. As you state, the log clearly shows the TreeCache being started and registered in JMX, yet TreeCacheSSOClusterManager cannot find it when it queries the JMX server. Couple things: 1) Can you go into the jmx-

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: What is the latest on a Tomcat 6 alpha?

2005-07-30 Thread [EMAIL PROTECTED]
Before xmas. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887509#3887509 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887509 --- SF.Net email is sponsored by: Di

[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2005-07-30 Thread [EMAIL PROTECTED]
I'll have our resident MyFaces portlet expert post something in the wiki when he has time about getting JSF portlets running in portal. I'll have him post the source as well for the cardemo-portlet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887508#388750

[JBoss-user] [JBoss Portal] - Re: Demo of JBoss Portal

2005-07-30 Thread [EMAIL PROTECTED]
There is a live version at http://labs.jboss.com It uses the same css as this site, and they removed the window decorations, but it does have custom portlets and several instances running within the container. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-30 Thread [EMAIL PROTECTED]
"scottlholmes" wrote : As far as maximize goes, I probably going to put that one hold. I've been playing around with the Admin CMS editor and I've run into a number of things I'm not comfortable with in the way TinyMCE is set to gen some code (or not gen). So I'm probably going to develop a them

[JBoss-user] [Beginners Corner] - Re: javax.ejb not found

2005-07-30 Thread darranl
In the client folder of the JBoss installation there is a file called jbossall-client.jar, add this to the classpath for the javac task. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887504#3887504 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: What is the latest on a Tomcat 6 alpha?

2005-07-30 Thread youngm
anonymous wrote : There is always a chance. How about the chance of there being a general timeline you can share. :) I'm more interested in a Tomcat 6 alpha but any word you can give on JBoss 5 would be nice too. Mike View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Error while trying to connect to a Oracle DB schema

2005-07-30 Thread lafr
On startup jboss checks for the existence of certain tables in the database. Probably the tables for jms here. The check is done only based on tablename not respecting the schema/owner. Accessing the table later in queries is not possible than and leads to the error you got. See http://jira.jboss

[JBoss-user] [EJB/JBoss] - Re: transient?

2005-07-30 Thread jactor
The EJB 3.0 entities... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887490#3887490 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887490 --- SF.Net email is spons

[JBoss-user] [Beginners Corner] - Re: where to download admin guide classloading examples ?

2005-07-30 Thread [EMAIL PROTECTED]
See the Source link/box next to the "JBoss Application Server Guide" row here: http://www.jboss.com/products/jbossas/docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887482#3887482 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [JNDI/Naming/Network] - Solved: jndi.properties jnp.timeout=60000000 ignored

2005-07-30 Thread llucifer
After digging through the doc I found that changing an attribute in ejb3.deployer/META-INF/jboss-service.xml did the thing: socket://0.0.0.0:3873/?socketTimeout=30 Thanks to scott for replying fast and helpfully. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Performance Tuning] - Re: Setting Processor Affinity

2005-07-30 Thread treespace
Agreed, need metrics from production system or a reasonable fax. Pinning each JVM in a multiple JVM configuration with many threads per JVM may be beneficial but the proof of the pudding is in the eating as they say. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Beginners Corner] - javax.ejb not found

2005-07-30 Thread krubin
Hello, I am trying to use Ant with JBOSS and am having a real "newbie" type problem. When ant all is typed I get: [javac] C:\eclipse\workspace\Story\src\teste\Story.java:4: package javax.ejb does not exist [javac] import javax.ejb.*; [javac] ^ [javac] C:\eclipse\workspace\Story

[JBoss-user] [Security & JAAS/JBoss] - Re: Saved Subject

2005-07-30 Thread [EMAIL PROTECTED]
Why isn't this done on the logout method of the custom login module? You can flush the auth cache on session invalidation to trigger this, or use the jboss-web.xml flushOnSessionInvalidation=true attribute on the security-domain element. View the original post : http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - Re: security about jmx-invoker-service

2005-07-30 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoISecureTheJMXConnection View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887474#3887474 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887474 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: Subject context no longer propagated to callee in the pr

2005-07-30 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=64868 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887473#3887473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887473 --

[JBoss-user] [Security & JAAS/JBoss] - Re: authentication based on unix logins ?

2005-07-30 Thread tcherel
But the jaas-pam stuff looks promissing :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887472#3887472 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887472 --- S

[JBoss-user] [Security & JAAS/JBoss] - Re: authentication based on unix logins ?

2005-07-30 Thread tcherel
I tried to use these a little while ago, but they are pretty useless in a client/server context like in JBoss. The NT and Unix module are just populated a JAAS subject with some data coming from the currently authenticated user (the user running the Java code). You cannot provide an arbitrary use

[JBoss-user] [Security & JAAS/JBoss] - Re: Subject Returning Read-only

2005-07-30 Thread [EMAIL PROTECTED]
You have no ability to modify the Subject returned from an authentication. If you want to do this you have to integrate via a custom login module. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887470#3887470 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Security & JAAS/JBoss] - Re: connecting jboss and openldap-error 403 Access to the re

2005-07-30 Thread [EMAIL PROTECTED]
There is no reason this should work. You require a role of Admin and your ldif shows no such value in any context attribute. The only role shown is role1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887469#3887469 Reply to the post : http://www.jboss.org/

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.3RC1 / EJB3 / JBossIDE / Mac OS X 10.4 Tiger

2005-07-30 Thread kostaboss
Hi, you will need @ least the JBoss Server with EJB3 Support. So you might want to download the JBoss 4.0.3 RC 1 installer. http://prdownloads.sourceforge.net/jboss/jboss-4.0.3RC1-installer.jar?download For your convinience you might want to get also the JBossIDE ... http://prdownloads.sourcefo

[JBoss-user] [Security & JAAS/JBoss] - Re: Active Directory

2005-07-30 Thread [EMAIL PROTECTED]
Show some ldif for the case in question so that one can understand what the AD schema in use is. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887467#3887467 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887467 --

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS/LDAP - retrieve user roles from ldap using ldaplogi

2005-07-30 Thread [EMAIL PROTECTED]
Read the security chapter in the admin/devel guide for the details. The roles (and any information for that matter) is always in the Subject since that is the only accessible by-product of a jaas authentication. http://www.jboss.org/products/jbossas/docs View the original post : http://www.jb

[JBoss-user] [Security & JAAS/JBoss] - Re: Domino LDAP

2005-07-30 Thread [EMAIL PROTECTED]
See if the LdapExtLoginModule can be made to work with the domino schema. http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapExtLoginModule http://jira.jboss.com/jira/browse/JBAS-1525 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887465#3887465 Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP: client-side authentication

2005-07-30 Thread [EMAIL PROTECTED]
The same ldap login module that works on the server side. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887464#3887464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887464 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is this forum moniter by JBoss??

2005-07-30 Thread [EMAIL PROTECTED]
There is always paid support if you want a guarentee. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887463#3887463 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887463 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: What is the latest on a Tomcat 6 alpha?

2005-07-30 Thread [EMAIL PROTECTED]
There is always a chance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887462#3887462 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887462 --- SF.Net email is spo

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: SSL & js_security_check problem

2005-07-30 Thread [EMAIL PROTECTED]
j_security_check is not usable by anything but the container. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887461#3887461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887461 ---

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-07-30 Thread [EMAIL PROTECTED]
Map it to a session bean that creates the entity. JBossXB does not support the java5 annotation driven processing yet. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887460#3887460 Reply to the post : http://

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 EJB3 Problem catching exception while persis

2005-07-30 Thread triathlon98
AFAIU the entitymanager will throw these exceptions. However, it is not stated when these exceptions need to be thrown, and they will (in the case of hibernate) only be throws on session.flush and/or tx commit. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [JNDI/Naming/Network] - Re: jndi.properties jnp.timeout=60000000 ignored

2005-07-30 Thread [EMAIL PROTECTED]
This is not a jndi issue. The call that is failing is an ejb3 call. See the remoting docs for configuring the invocation transport layer timeout. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887457#3887457 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Security & JAAS/JBoss] - Re: authentication based on unix logins ?

2005-07-30 Thread [EMAIL PROTECTED]
The sun jdk for a given platform has an os specific login module. See the javadoc: http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/spec/com/sun/security/auth/module/package-summary.html Also, see if this has anything iteresting: http://sourceforge.net/projects/jaas-pam/ View the origin

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - What is the latest on a Tomcat 6 alpha?

2005-07-30 Thread youngm
I'd really like to try out the JSF 1.2 alpha in JBoss but the latest JSF 1.2 codebase requires a JSP 2.1 container. Is there any word on when we might see a tomcat 6 alpha integrated wth a JBoss 5 alpha by chance? Mike View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [Performance Tuning] - Re: Setting Processor Affinity

2005-07-30 Thread [EMAIL PROTECTED]
I don't believe that in general j2ee type of apps have sufficient locality of cache references, especially as the number of user increases, for this to make a difference. The only way to know for sure if this has any effect is to benchmark it. View the original post : http://www.jboss.org/ind

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-07-30 Thread [EMAIL PROTECTED]
trace level logging of the security category is needed and should be used to debug all security issues. | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887453#3887453 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Security & JAAS/JBoss] - Re: Servlet init() calling secured EJBs

2005-07-30 Thread [EMAIL PROTECTED]
There is an open bug report that will be fixed for 4.0.3: http://jira.jboss.com/jira/browse/JBAS-2015 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887452#3887452 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887452

[JBoss-user] [Beginners Corner] - Re: hibernate class not found?

2005-07-30 Thread Neelixx
Ooops. Code got stripped out: For example: | | Rather than: | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887451#3887451 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887451

[JBoss-user] [Beginners Corner] - Re: hibernate class not found?

2005-07-30 Thread Neelixx
qwidjibo, Can you post your hbm.xml files, as well as the structure of your har file? Normally, when you create your hbm.xml files, you must define the classes you are persisting. Since you have a many-to-one with another class, but that class is in a different package, you'll have to use the

[JBoss-user] [Beginners Corner] - Re: deploy and hibernate

2005-07-30 Thread Neelixx
chwang, The deploy directory is meant for you to deploy all of your applications. Tomcat is used as an embedded service, so you should never deploy your applications in the Tomcat.sar folder. Also, I do not think the tomcat.sar folder is monitored for hot-deploy. So, if you ever replace your

[JBoss-user] [Security & JAAS/JBoss] - Re: How to Forward to a Particular Page if Login is of a Par

2005-07-30 Thread [EMAIL PROTECTED]
Try making the form-error-page a servlet that does the forwarding. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887447#3887447 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887447 --

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss JAAS grant Principal equivalent

2005-07-30 Thread [EMAIL PROTECTED]
The server.policy is just a place holder. You need to setup the security manager and security policy like any other java application. We don't configure a security manager by default. An ant macrodef from our testsuite for running with a security manager: | | | |

[JBoss-user] [EJB/JBoss] - Re: Jaas with axis

2005-07-30 Thread [EMAIL PROTECTED]
Use the j2ee webservices. We don't support integration with standalone axis. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887445#3887445 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887445

[JBoss-user] [Security & JAAS/JBoss] - Re: How to use my own Principal class?

2005-07-30 Thread [EMAIL PROTECTED]
The custom principal recepie works in both the ejb and web container provided that the container is doing the authentication. http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887444#3887444 Repl

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with SwiftMQ integration

2005-07-30 Thread iit
Added a comment to this Jira item: http://jira.jboss.com/jira/browse/JBAS-1850 Andreas Mueller SwiftMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887443#3887443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388744

[JBoss-user] [Security & JAAS/JBoss] - Re: Obtaining failed username & password

2005-07-30 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887442#3887442 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887442

[JBoss-user] [Security & JAAS/JBoss] - Re: Mbean (Service) Calling Secure EJB and SecurityAssociati

2005-07-30 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887441#3887441 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887441 --- SF.Net email is sponsored by: Discover Ea

[JBoss-user] [Security & JAAS/JBoss] - Re: how to setUserrprincipal()

2005-07-30 Thread [EMAIL PROTECTED]
You cannot set the request UserPrincipal without using container managed authentication. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887439#3887439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887439 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with SwiftMQ integration

2005-07-30 Thread iit
"[EMAIL PROTECTED]" wrote : In the SwiftMQ case, the uppercase property name in the required properties | of META-INF/ra.xml is wrong. Pardon me for jumping in here. I guess you are wrong, Adrian. You might check the examples for the JCA 1.5 spec, section 12.7: "A sample JMS resource adapter

[JBoss-user] [Beginners Corner] - Problem with EAR holding WAR and JAR files

2005-07-30 Thread tiago182
Hi there! I'm generating a .ear file using Maven and deploying at JBoss 4.0.3RC1. This file contains all .jar and .war files needed for my application, and for now I basically have to access one of the web-applications (defined at security.war, inside security.ear) located at http://localhost:8

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem in executing run.sh

2005-07-30 Thread darranl
The CLASSPATH environment variable is not used by JBoss so you do not need to set it at all. The run scripts create the classpath required by JBoss based on the JAVA_HOME environment variable and relative to the run script. The classpath generated by the run script overrides the CLASSPATH env

[JBoss-user] [EJB/JBoss] - Re: transient?

2005-07-30 Thread darranl
What type of entity beans? BMP, CMP 1, CMP 2 or even EJB 3.0 entities? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887433#3887433 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887433 -

[JBoss-user] [Beginners Corner] - Communication Between 2 different WAR files

2005-07-30 Thread vvangara
Hello All, How do we communicate between 2 different war files in the same session? Is it possible? I Really appreciate your help. V View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887431#3887431 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem in executing run.sh

2005-07-30 Thread vashistvishal
JBoss Bootstrap Environment | | JBOSS_HOME: /home/vikas/sharath/jboss-4.0.2 | | JAVA: java | | JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.s You have to set yr JAVA_HOME environment variable pointing to JDK loction Like JAVA_HOME= C:/java/JDK-1.5 As tools.jar comes wit

[JBoss-user] [EJB/JBoss] - transient?

2005-07-30 Thread jactor
How do you say that fields should not be persistent in entity beans? I have fields in my entity beans that should not be persisted and they are marked as transient, but they are still written to the db. Is there a way to mark fields as "not persistent". View the original post : http://www.jbos

[JBoss-user] [EJB/JBoss] - Re: Proxy error

2005-07-30 Thread jactor
I am working on several things on my server and things suddenly start woking, so I must have done something that has the right sideeffect. Thanx for the tips anyway! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887422#3887422 Reply to the post : http://ww

[JBoss-user] [Beginners Corner] - where to download admin guide classloading examples ?

2005-07-30 Thread [EMAIL PROTECTED]
the jboss application server guide refereces downloadable sourcecode in the classloading explanation. it seems to be included in a zip together with the pdf. but i can't seem to find that zip file... any idea where i can find a download with the classloading examples ? thanks, regards, tom.