Re: [jBoss-User] BASIC authentication in embedded tomcat notworking? working?

2001-02-22 Thread Patrick Buchinger
ntly, when tomcat-service.jar was updated. >>> >>> - >>> Anatoly Akkerman >>> Computer Science Dept. >>> Courant Institute of Mathematical Sciences, NYU >>> 719

[jBoss-User] Transaction timed out

2001-02-22 Thread Patrick Buchinger
hello! i'm using a stateless session bean which reads lots of data from a database. a webapp running in embedded tomcat uses a bean (no EJB) which uses the above mentioned stateless session bean. but when i was testing the webapp, the stateless session bean always terminated. on my console

Re: [jBoss-User] BASIC authentication in embedded tomcat not working?

2001-02-22 Thread Patrick Buchinger
Fax: 212 995-4123 > ----- > > On Tue, 20 Feb 2001, Patrick Buchinger wrote: > >> hi everyone! >> >> i just tried to protect parts of a webapplication by BASIC >> authentication. i followed the steps described on the

[jBoss-User] BASIC authentication in embedded tomcat not working?

2001-02-20 Thread Patrick Buchinger
hi everyone! i just tried to protect parts of a webapplication by BASIC authentication. i followed the steps described on the tomcat homepage, and everything works just great if i run tomcat and jboss seperatly. now i created an .ear file so that i can deploy it on jboss/embedded tomcat. the

[jBoss-User] catching OutOfMemoryError not possible??

2001-02-19 Thread Patrick Buchinger
hi everyone!! i was playing around a little bit with jboss and the following problem occured: i have a stateless session bean which reads data from a database. i now wanted to produce an OutOfMemoryError, so i ran a loop which copies a very big Object[][] multiple time and saves the produced

[jBoss-User] Transaction XidImpl [FormatId=257,GlobalId=dumpfbacke.edi.org//111, BranchQual=] timed out.status=STATUS_ACTIVE

2001-02-14 Thread Patrick Buchinger
hi! what does this message want to tell me?? should i be worried, or should i ignore it? the message was printed out on the console where jboss runs in. tnx, patrick -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe:

[jBoss-User] changing port for embedded tomcat in jboss 2.1

2001-02-13 Thread Patrick Buchinger
hi! how can i change the port embedded tomcat runs on in jboss 2.1?? tnx, patrick -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] unable to build snapshot of the sources

2001-02-12 Thread Patrick Buchinger
hi everyone!! i just downloaded the zip file of the latest (12.2.2001, 02:00) cvs-snapshot, but i'm unable to compile them what did i do: 1.) i unzipped the file. 2.) i changed to /src/build and executed "sh build.sh" 3.) now the build skript complained about not finding classes in the "stan

Re: [jBoss-User] Deployment fails

2001-01-26 Thread Patrick Buchinger
ok, i just found out something: i wrote a package which contains an abstract class which provides some methods. all my EJBs (stateless session beans) extended this class. first the deployment failed because during deployment a "java.lang.NoClassDefFoundError: javax/ejb/EJBException" occured.

[jBoss-User] Deployment fails

2001-01-26 Thread Patrick Buchinger
hi! i've installed jBoss 2.0 FINAL on my machine (linux 2.2.16 with jdk 1.3). until yesterday i could deploy without any problems, but since today i cannot deploy any EJBs anymore. i did not change anything in my jboss' configuration, so i think it is a problem in my jar file... i took a quic