List all session objects?

2002-05-16 Thread Markus Garscha
Hi! is it possible to list all session beans which are active? i need this to keep my memory clean. thanx markus -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: I get arround...

2002-05-14 Thread Markus Garscha
Ok, i found the error myself: i had xerces.jar in my WEB-INF/lib and this parser conflicts with the jaxp parser provided by tomcat... markus * Markus Garscha <[EMAIL PROTECTED]> [2002-05-14 12:16]: > Hi! > > i try to adapt the validator-example vom "struts" to

I get arround...

2002-05-14 Thread Markus Garscha
Hi! i try to adapt the validator-example vom "struts" to my on app. i copied the web.xml, registration.jsp, RegistrationAction.java, RegistrationForm.java and made the relevant changes in struts-config.xml. i build a .war and deloy it but tomcat shows the following exception: 2002-05-14 12:05:54

Please help: sealed Package...

2002-05-13 Thread Markus Garscha
Hi i get the following exception in my tomcat environment: javax.servlet.ServletException: class de.gama.adr.manager.AdressManager : java.lang.SecurityException: Sealing violation loading javax.transaction.SystemException : Package javax.transaction is sealed. i don't know what to do with this e

Using beans and Security...

2002-05-10 Thread Markus Garscha
Hi! I've written a bean which handles database connections. its config is a xml file which is located in the same jar as the bean and lies under WEB_INF/lib. in the bean the method getResource("config.xml") is called to load the config file. but somehow i don't have access to config.xml in the ja