Re: [JBoss-user] Compiling JBoss-all / Running JBoss 3.x

2002-04-09 Thread Marius
Loïc Lefèvre wrote: Quite interesting, I didn't know such a service existed... :D Do you know some website where I can find informations and examples using this timer/scheduler mbean? TIA, Loic -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part

AW: [JBoss-user] RE: accessing EJBs from ASP, JBoss,NET-problems

2002-04-09 Thread Jung , Dr. Christoph
Marius, Some basic libs such as axis.jar, wsdl4j.jar, etc. currently go under jboss/lib I plan to have them included into the sar, but that is not yet the case. Use the build -Dmodules=jboss.net command to get the stuff copied there. CGJ -Ursprüngliche Nachricht- Von: Marius

AW: AW: [JBoss-user] accessing EJBs via SOAP ?

2002-04-09 Thread Jung , Dr. Christoph
Hello Marius, At least the non-persistent part of the testsuite should run now since some rar stuff seems to be broken in head. The exe has been created with VisualStudio.Net, I guess you will need at least their runtime environment to get it running on your machine. I cannot explain why the

Re: AW: AW: [JBoss-user] accessing EJBs via SOAP ?

2002-04-09 Thread Marius
Jung , Dr. Christoph wrote: Hello Marius, At least the non-persistent part of the testsuite should run now since some rar stuff seems to be broken in head. The exe has been created with VisualStudio.Net, I guess you will need at least their runtime environment to get it running on

[JBoss-user] Jboss 2.4.4 and Tomcat Virtual paths (repost)

2002-04-09 Thread Mike Lecza
I think my thread got a bit fragmented so I though I repost my last question as a new thread: Hi Scott (or anyone who knows), Just wondering if you can explain your suggestion below a little bit. Perhaps by supplying an example. I appreciate your assistance. Best Regards, Mike

[JBoss-user] jbosscmp-jdbc.xml

2002-04-09 Thread Eric Jain
I'm looking for a short explanation of the read-ahead section and the list-cache-max value in jbosscmp-jdbc.xml. Any pointers? -- Eric Jain ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] log4j.properties collision

2002-04-09 Thread Alex Loubyansky
Sorry, it has been probably already discussed... but I missed it :( I have log4j.properties collision. I need jbossmq-client.jar in my client classpath that contains log4j.properties. My client app has it's own log4j.properties. So, to setup my client for logging I have to do it

Re: [JBoss-user] Jboss 2.4.4 and Tomcat Virtual paths (repost)

2002-04-09 Thread Scott M Stark
See the following change note: http://sourceforge.net/tracker/index.php?func=detailaid=491463group_id=228 66atid=381174 Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Mike Lecza To: [EMAIL PROTECTED]

[JBoss-user] is it a bug?

2002-04-09 Thread Alex Loubyansky
I've written two simple applications: queue sender and queue receiver. They work properly without exceptions. Both create sessions this way: qsession = qcon.createQueueSession(false, Session.AUTO_ACKNOWLEDGE); But when I restart JBoss I see these exceptions: 2002-04-09 17:45:26,311 DEBUG

RE: [JBoss-user] is it a bug?

2002-04-09 Thread James Higginbotham
Well, I noticed that one message: called from java.lang.Throwable: here at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.startService(EmbeddedCa tali naServiceSX.java:229) Twice! Can someone please remove that, as it appears to be a silly check of the stacktrace for debugging but is

[JBoss-user] drop table failing silently?

2002-04-09 Thread Dan Berger
I've run into a strange problem over the last few days, and I'm trying to get a handle on where the root cause might be. I'm using JBoss 2.4.4 and Oracle's thin JDBC driver (I've tried versions 8.1.7 and 9.0.1 with no difference) against an Oracle 8i instance. If I issue the following three

Re: [JBoss-user] Bugs in JBoss.NET,SOAP found (NoSoapAction)

2002-04-09 Thread Marius Kotsbak
I verfied it was a bug. I manually downloaded the generated .wsdl-file and added hello in the wsdlsoap:operation soapAction=/ field, and then it actually worked :-)) Great work! I think this is easily fixed, don't know if it is in axis or jboss-module. On tir, 2002-04-09 at 19:46, Marius

[JBoss-user] Apache/Mod_backhand/JBoss Jetty - Help Please?

2002-04-09 Thread Stephen Davidson
Greetings. I think this is one of those simple questions that I just don't know where to look for the answer for. I have checked the Forums and the Apache documentation. I have come up with the CGI-General way of doing this, but not what I am looking for. Please help if you can. I am

[JBoss-user] JBoss 3.0.0beta2 and Tomcat 4.0.2 - No Context configured to process this request?!

2002-04-09 Thread James Richards
Hello, I have been trying out JBoss3.0.0beta2 on Mac OS X 10.1.3. I built from the latest CVS [maybe a day ago] and downloaded the original JBoss 3.0 beta/Tomcat 4.0.2 distribution. I copied the 4.0.2 directory from the root Jboss3.0beta directory to the JBoss3.0.0beta2 directory and

Re: [JBoss-user] JBoss 3.0.0beta2 and Tomcat 4.0.2 - No Contextconfigured to process this request?!

2002-04-09 Thread Peter Fagerlund
on 09-04-2 22.39, James Richards at [EMAIL PROTECTED] wrote: I'm assuming that deploying a war file into the server/default/deploy will work, but I would like to develop locally without the pain of jarring everything up... Ahhh ... A web service deployed as a .sar will give You a context

RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO)?

2002-04-09 Thread James Higginbotham
Attached is a testcase that reproduces the problem that we talked about here. My apologies for sending this to all on the list, but I hope that this testcase finds it way to the appropriate Jboss developers. I don't have an official bug number for reference, nor do I have a specific email to send