[JBoss-user] JBossNET hot deployment problem again (ClassCastException

2003-10-27 Thread Stephane Nicoll
Guys, Back from vacation I finnaly ran the code submited by Adrian. I patched Axis 1.1 final and put the jar in jboss-net. I added some more extra info arount the narrow (the code which actually fails) with a try catch that output the original exception here's what I tested: 1/ Start of JBoss

Re: [JBoss-user] JBossNET hot deployment problem again (ClassCastException

2003-10-27 Thread Adrian Brock
Now change the code to iterate over clazz.getInterfaces() Regards, Adrian On Mon, 2003-10-27 at 08:11, Stephane Nicoll wrote: Guys, Back from vacation I finnaly ran the code submited by Adrian. I patched Axis 1.1 final and put the jar in jboss-net. I added some more extra info arount the

RE: [JBoss-user] Beginner's question

2003-10-27 Thread Yates, Danny
You can make your DOS box scrollable on NT/W2K/XP. Don't know if it works on 95/98/ME. Try this: * Start your server in the normal way * Click on the window's system menu (icon at left end of title bar) * Select 'Properties' from menu, and then go to the 'Layout' tab * Under 'Screen Buffer Size',

RE: [JBoss-user] JBossNET hot deployment problem again(ClassCastException

2003-10-27 Thread Stephane Nicoll
Adrian, Thanks for the fast reply. I updated the code this way: // Lookup InitialContext context = new InitialContext(); // Will work only for use as the context is available directly Object obj = context.lookup(ejb/kiala/nodesynch/NodeSyncherLocal); Class clazz =

RE: [JBoss-user] JBossNET hot deployment problem again(ClassCastException

2003-10-27 Thread Adrian Brock
I meant you should examine the classloaders of the interfaces :-) Regards, Adrian On Mon, 2003-10-27 at 09:33, Stephane Nicoll wrote: Adrian, Thanks for the fast reply. I updated the code this way: // Lookup InitialContext context = new InitialContext(); // Will work only

Re: [JBoss-user] JMS Persistence Managers and Performance

2003-10-27 Thread Adrian Brock
On Mon, 2003-10-27 at 05:05, Alwyn Schoeman wrote: Hi, I've been doing some testing and found that the file persistence manager is considerably faster than a jdbc one hosted on the same machine. Would it be faster to remote database due to reduced cpu utilization from local database?

Re: [JBoss-user] 3.2.2 Connection Pool problem

2003-10-27 Thread Andrew May
This has been fixed. You should also notice that this performs better in 3.2.3RC1 compared with 3.2.1 if you always do readonly on the connection. ReadOnly is now set lazily, so it will only pass the request to the db the first time. After that it will remain as readonly until you don't

[JBoss-user] SnmpAdaptor MIB?

2003-10-27 Thread Markus Härnvi
Has anyone made a MIB for JBoss now when there is basic SNMP support? For now I need a MIB that covers the traps we send (heartbeat, start/stop and some custom ones). I'm looking at the Weblogic server MIB now to see if I can get some inspiration. How invented ASN.1? It makes sendmail.cf look

Re: [JBoss-user] 3.2.2 Connection Pool problem

2003-10-27 Thread Adrian Brock
On Mon, 2003-10-27 at 09:58, Andrew May wrote: This has been fixed. You should also notice that this performs better in 3.2.3RC1 compared with 3.2.1 if you always do readonly on the connection. ReadOnly is now set lazily, so it will only pass the request to the db the first time.

RE: [JBoss-user] JBossNET hot deploymentproblemagain(ClassCastException

2003-10-27 Thread Adrian Brock
I can't see where the problem is, all the classes look to be the same instance. Out of interest, what classloader do you get if you do Class.forName() on the interface class name after the redeploy? Regards, Adrian On Mon, 2003-10-27 at 10:53, Stephane Nicoll wrote: Adrian, Thanks a lot for

Antwort: [JBoss-user] Looking for feedback on JBoss/JAAS article.

2003-10-27 Thread ulf . schroeter
Hi Dave, good article ! But we should should look for a better place to store it ( e.g. JBoss homepage ) or even better include it into the offical documentation. You should ask Scott ! Regards Ulf

[JBoss-user] weblogic - jboss transition/translation project?

2003-10-27 Thread David Ward
Hi, all - Didn't there used to be a project that given weblogic-specific deployment descriptors, jboss could automagically translate it to it's own needs and use it (dynamically at deployment time)? I thought this was undertaken to try to ease migration from weblogic to jboss. Am I smoking

Re: [JBoss-user] 3.2.2 Connection Pool problem

2003-10-27 Thread Andrew May
This is the diff (fairly trivial): http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/WrappedConnection.jpp?r1=1.1.2.8r2=1.1.2.9 Thanks, that does the trick. Once again I can search obscure bibliographic databases :) -Andrew

[JBoss-user] native JSP debugging

2003-10-27 Thread harm
Hi all, I would like to make use of native JSP debugging (JSR-045) I understand that tomcat 4.x does not support native debugging. I read that Tomcat 5.x does. Is it possible to run JBoss 3.2.2 with Tomcat 5.x? Or is there an existing bundle for this? Thanks, Harm de Laat Informatiefabriek

Re: [JBoss-user] weblogic - jboss transition/translation project?

2003-10-27 Thread Alexey Loubyansky
http://jboss.org/services/bea-port.jsp WebLogic 6.1 Your feedback would be highly appreciated. alex David Ward wrote: Hi, all - Didn't there used to be a project that given weblogic-specific deployment descriptors, jboss could automagically translate it to it's own needs and use it

Re: [JBoss-user] weblogic - jboss transition/translation project?

2003-10-27 Thread David Ward
Thanks! Mensaje citado por Alexey Loubyansky [EMAIL PROTECTED]: http://jboss.org/services/bea-port.jsp WebLogic 6.1 Your feedback would be highly appreciated. alex David Ward wrote: Hi, all - Didn't there used to be a project that given weblogic-specific deployment

RE: [JBoss-user] Problem with jbossweb-tomcat50.sar in 3.2.2

2003-10-27 Thread Mike Youngstrom
Thanks for the help. That appeared to fix it. So for future reference if anyone else is experiencing the same problem. It appears it's not good enough to have commons-logging.jar in the server/lib or in the jbossweb-tomcat50.sar. For some reason it needs to be appended onto the classpath of

[JBoss-user] Looking for article on JBoss/XDoclet

2003-10-27 Thread Sasidharan, Manoj
Hello All, I am looking for some write-up on using XDoclet for JBoss 3.2.x or JBoss 4.x. Can somebody point me to a website/URL. Thanks in advance. rgds MS --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what

[JBoss-user] Looking for article on JBoss/Web Services/Axis

2003-10-27 Thread Sasidharan, Manoj
Hello All, I am looking for some write-up on developing/using web services with JBoss 3.2.x or JBoss 4.x with Axis. Thanks in advance. rgds MS --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what

Re: [JBoss-user] 3.2.2 : Incorrect SQL generation

2003-10-27 Thread Phil Shrimpton
On Friday 24 October 2003 10:50, Alexey Loubyansky wrote: Hi, as for me, 3.0.8 is wrong and 3.2.2 is correct. Interesting, especially as another app server (Borland's) generates the same SQL as 3.0.8 Since you use OR between the terms o.contact.surnameUpper = ?2 OR

Re: [JBoss-user] Beginner's question SORTED

2003-10-27 Thread john
JBoss should also be creating a server logs and boot logs in JBOSS_HOME\server\default\log. Thanks Jon, I can see my error messages in the server.log. At least I'm not fighting blindfolded now. Cheers J --- This SF.net email is sponsored

[JBoss-user] Jboss JMS not configurable via service binding?

2003-10-27 Thread Clover, James
Title: Jboss JMS not configurable via service binding? I've been messing with port configuration via the cool service binding stuff. Everything works great, except for JMS. I get this error message: 09:35:14,860 WARN [ServiceConfigurator] Failed to apply service binding override

Re: [JBoss-user] Jboss JMS not configurable via service binding?

2003-10-27 Thread Adrian Brock
This is the UIL service correct? UIL was deprecated in favour of UIL2 a while ago. As of 3.2.2 UIL is just a jndi alias to UIL2 so there no real service anymore. You can find the real service in docs/examples/jca if you are interested. But the solution is to remove UIL from the binding service

Re: [JBoss-user] JMS Persistence Managers and Performance

2003-10-27 Thread Alwyn Schoeman
On Mon, Oct 27, 2003 at 05:42:12PM +0800, Adrian Brock wrote: When I looked at this before, I found jdbc drivers generate a large amount of garbage which causes some slowdown due to increased gcs. I also found that as time goes on the database gets slower and slower, maybe this is just

Re: [JBoss-user] JMS Persistence Managers and Performance

2003-10-27 Thread Adrian Brock
http://www.postgresql.org/docs/6.5/interactive/sql-vacuum-1.htm Random link found using google, use whatever is relevent to your version. Postgres works a bit a like an Object db, you must garbage collect regularly. Regards, Adrian On Tue, 2003-10-28 at 01:17, Alwyn Schoeman wrote: On Mon,