Re: [JBoss-user] Farming problem on JBoss 3.2.0 beta 2 - FIXED

2003-03-11 Thread Christian Neuroth
FYI: the farm-service.xml needed a depends tag: dependsjboss:service=invoker,type=jrmpha/depends now it works! :) - Original Message - From: Christian Neuroth To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 11:38 AM Subject: [JBoss-user] Farming

RE: [JBoss-user] Crazy CPU Usage Problem

2003-03-11 Thread Rupp,Heiko
Hi, From: Corby Page [mailto:[EMAIL PROTECTED] 3.0.6 (Win2K, 4-processor P3-1000, JDK 1.4). When I perform a What JDK 1.4 exactly? The release notes for 1.4.1 at http://java.sun.com/j2se/1.4.1/ReleaseNotes.html say that at least three GC bugs have been fixed since the first 1.4.1 release. --

Re : [JBoss-user] create methods of statefull session beans

2003-03-11 Thread sebastien . petrucci
I runned my application on JBoss 3.0.6 and it worked perfectly. Any idea on why it's not working on 3.2.x ? From Heiko : It could be that 3.2 is more strict wrt. method signatures. E.g. with CMP finders, you always need to specify the complete class even of 'basic' objects like String. This

RE: Re : [JBoss-user] create methods of statefull session beans

2003-03-11 Thread Rupp,Heiko
Hi, From: [EMAIL PROTECTED] Hu ... I don't really get your point ... could u plz be more explicit ? E.g. in 3.0.6 the server tries to guess that in String getFoo(); or setFoo(String foo); the server might guess by itself that 'String' is in fact java.lang.String, while in 3.2 the

[JBoss-user] setup classpath problem in ear that should include a folder of the ear

2003-03-11 Thread Stephan . Frind
Hi, I am trying jboss 3.0.6 I have the following ear structure my.ear props--- directory that should be included in classpath some.properties myejb.jar somelib.jar META-INF application.xml MANIFEST.MF of myejb.jar looks like this Class-Path:

[JBoss-user] Re: Scoped classloading - .sar

2003-03-11 Thread Eric Jain
Re: Scoped classloading - .sar Are the libraries of your .sar scoped too? I'd expect them to be, but can tell you for sure. Try it! -- Eric Jain --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[JBoss-user] assertions in jsp's

2003-03-11 Thread SainTiss
Hi, It seems like java 1.4 supports the assert keyword, but to actually use it, one needs to add a command line switch to the javac command. So I was wondering, is it possible to use this feature with JSP's as well? I mean, is there a way to provide command-line options to the javac command

RE: [JBoss-user] CMP Entity Bean commit-option problem

2003-03-11 Thread Mike Lecza
Can someone confirm that this works for them so at least I know it may be something that I am doing wrong? Best Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Lecza Sent: Monday, March 10, 2003 6:53 AM To: [EMAIL PROTECTED]

[JBoss-user] Deploy a struts application on JBoss

2003-03-11 Thread Danilo Luiz Rheinheimer
Hello, I am not able to deploy a Struts application on the JBoss server. I am having problems with the issues show in this message : http://www.mail-archive.com/[EMAIL PROTECTED]/msg61363.html There are some solution for this ? -- Best regards, Danilo

[JBoss-user] Let server start up fail if 1099 is already bound

2003-03-11 Thread Weiqi Gao
Hi, Is there a way to let JBoss 3.0.4 server start up fail on JVM_BIND: cannot bound to port 1099? On Windows 2000, we have experienced situations when port 1099 is still bound after a server shutdown. Currently the server startup completes, but is useless. Thanks, -- Weiqi Gao [EMAIL

[JBoss-user] JGStore Error: cannot assign instance of $Proxy90 to field..

2003-03-11 Thread jpcl
I've used the CVS version to overcome the ERROR [JGStore] could not demarshal incoming update java.lang.ClassNotFoundException but now I got a new one: Cannot assign instance of $Proxyxx to field remote.reference.to.ejb of type ejb.interface in instance of servlet.that.contains.reference ERROR

Re: [JBoss-user] CMP Entity Bean commit-option problem

2003-03-11 Thread Dain Sundstrom
Have you tried 3.0.6? -dain On Tuesday, March 11, 2003, at 08:32 AM, Mike Lecza wrote: Can someone confirm that this works for them so at least I know it may be something that I am doing wrong? ? Best Regards ? ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [JBoss-user] Deploy a struts application on JBoss

2003-03-11 Thread Stas Krichevsky
We had similar problems with struts, I don't remember right now whether it was the same error or not. The solution we found is to put all struts jar files (struts.jar and all commons-*.jar) under $JBOSS_HOME/server/configuration_name/lib. StasK -Original

Re: [JBoss-user] Many-to-many relation table is not being updated

2003-03-11 Thread Mauricio Hiroshi Nagaoka
I've managed to make it work! I simply moved the code (Collection.add) to a business method INSIDE the Entity Bean code. I was trying to do this by calling Collection.add from the Session Bean (facade) using Local references but this doesn't seem to work. Thanks for your help! Mauricio -

RE: [JBoss-user] CMP Entity Bean commit-option problem

2003-03-11 Thread Mike Lecza
Just tried 3.0.6 and it works :-) Thx. -Original Message- From: Mike Lecza [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:39 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] CMP Entity Bean commit-option problem Not yet... -Lex -Original Message- From: [EMAIL

Re: [JBoss-user] Deploy a struts application on JBoss

2003-03-11 Thread Scott M Stark
Start with a bug report that includes the jboss version along with an ear that demonstrates the problem. I don't see any problems redeploying the struts-1.1-rc1 sample wars. Scott Stark Chief Technology Officer JBoss Group, LLC - Original

RE: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-11 Thread Jaco Van Rooyen
Hi, Check if a 'jndi.properties' has found it's way into one of your jars. Cheers, Jaco -Original Message- From: Andrew Carpenter [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 March 2003 2:01 p.m. To: jboss-user Subject: [JBoss-user] Follow-up to my hot redeployment issue

Re: [JBoss-user] Scoped classloading - .sar

2003-03-11 Thread Scott M Stark
There is no reason why the sar cannot use the common jars in the ear. Submit a bug report with an example of the problem you see. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Keysers, Wonne [EMAIL

Re: [JBoss-user] Linkage Error on Redeploy

2003-03-11 Thread Scott M Stark
Its due to duplicate commons-logging.jar from tomcat and your app. See the class loading doc on sourceforge to see ways to address this and if you have a simple example submit a bug report to sourceforge. Scott Stark Chief Technology Officer JBoss Group, LLC

RE: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-11 Thread Andrew Carpenter
On Wed, 2003-03-12 at 12:23, Jaco Van Rooyen wrote: Check if a 'jndi.properties' has found it's way into one of your jars. I'm afraid not; checked that long ago :) Mind you, at this point I don't care if it uses RMI locally or not; I'm willing to sacrifice performance for the ability to

Re: [JBoss-user] VirtualHost in jboss-web.xml limitation ?

2003-03-11 Thread Scott M Stark
See the virtual host example in the quickstart guide on sourceforge. You need to define a Host context with Alias entries for the duplicate virtual host name. Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message -

Re: [JBoss-user] XA Datasource Oracle Problem (3.0.4)

2003-03-11 Thread Brian Wallis
On Sat, 8 Mar 2003 00:40, David Jencks wrote: Absolutely not. Don't try to write your own TransactionManager. If your program is written as (session) ejbs, I recommend using container managed transactions. If it is a servlet or mbean or you found some other exotic way to run code inside

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-11 Thread Scott M Stark
Depending on whether or not you cache your session beans, you also need to force JNDI lookups to be by value by including a jndi.properties file or building the InitialContext and specify a java.naming.provider.url=localhost:1099 property to force the lookup to be over RMI. Attached is an example