Re: [JBoss-user] TypeConvertionException with Firebird Database

2003-11-19 Thread Milen Dyankov
Yates, Danny wrote: Hi, Is your object really serializable? Can you serialize it to a file? Are all it's members serializable or transient? If this wasn't the case I wouldn't be able to store it into MySQL and then read it back correctly, would I? Another approach if you are having problems

Re: [JBoss-user] CMP2 and loadbalancing

2003-11-19 Thread Alexey Loubyansky
Yes, it also would help. Thanks. Raghuram wrote: Hi, I might be wrong here, but would it not help him if he used optimistic concurrency for writes to ensure consistency of the data ? raghu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexey Loubyansky

Re: [JBoss-user] TypeConvertionException with Firebird Database

2003-11-19 Thread Alexey Loubyansky
Milen Dyankov wrote: That is not a bad idea, but I wonder if it's going to work when my object is local interface of CMP Bean. Thanks Dan, I'll give it a try. Are you going to store a local interface as a BLOB? I guess, this is not supposed to work. You can obtain a Handle for EJBObject that can

RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataS ource handling (Stack Trace)

2003-11-19 Thread Yates, Danny
One way might be to off-load the non-XA work to a separate bean which has its transaction attribute set to Not Supported. -- Danny Yates -Original Message- From: Sasidharan, Manoj [mailto:[EMAIL PROTECTED] Sent: 18 November 2003 19:41 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user]

Re: [JBoss-user] Caching issue?

2003-11-19 Thread Phil Shrimpton
On Tuesday 18 November 2003 15:57, Alexey Loubyansky wrote: Hi, Then the problem might occur when clients access *different* orders which share items. The call order.getItems() can be performed at the same time for both clients (w/o locking) as orders are different. But when a shared item is

Re: [JBoss-user] TypeConvertionException with Firebird Database

2003-11-19 Thread Milen Dyankov
Alexey Loubyansky wrote: Milen Dyankov wrote: That is not a bad idea, but I wonder if it's going to work when my object is local interface of CMP Bean. Thanks Dan, I'll give it a try. Are you going to store a local interface as a BLOB? I guess, this is not supposed to work. You can obtain a

[JBoss-user] Axis/JBoss-net problem: Deserializing a POJO

2003-11-19 Thread Jonathan . O'Connor
As there were no answers for my previous query, I thought I better get a bit more specific. In a session bean, I have a method: /** * @ejb.interface-method view-type=remote * @jboss-net.web-method */ public BsAddressBean getDeliveryAddress( String id); BsAddressBean is marked as a serializable

Re: [JBoss-user] TypeConvertionException with Firebird Database

2003-11-19 Thread Alexey Loubyansky
It's legal. Milen Dyankov wrote: Alexey Loubyansky wrote: Milen Dyankov wrote: That is not a bad idea, but I wonder if it's going to work when my object is local interface of CMP Bean. Thanks Dan, I'll give it a try. Are you going to store a local interface as a BLOB? I guess, this is not

Re: [JBoss-user] Caching issue?

2003-11-19 Thread Alexey Loubyansky
If I understand you right, you will get items with deleted flag on for the second client. CMR collection contains a set of related IDs. In your case, each transaction fetches its set of related IDs at the same time. Deleting some item in one tx does not delete it from the CMR collection in

[JBoss-user] How change the ConnectionURL of a datasource?

2003-11-19 Thread Maffeo Gaetano
Title: How change the ConnectionURL of a datasource? Hi all, After i call: ds = (DataSource)ctx.lookup(java:/+Misc.getDSname(this.getContextRoot())); how can i change the connectionURL od the DataSource? many thanks in advance for whom helps me gaetano

[JBoss-user] urgent : no response from jboss

2003-11-19 Thread Vivek
iam using jboss-3.x on Redhat Linux 7.3. our application sends http requests to the the server,there is some processing done in the background, and a response is sent back. this whole process works quite fine in mosts machines. but on a particular machine, when the requests are sent, the backend

[JBoss-user] JBoss Runtime Error after an exception

2003-11-19 Thread Hugo Minni
Hi all. Please forgive me for my bad english.. We are running JBoss 3.2.1 on Debian 3.0. After any non captured application exception the Jboss hangs up with an: RuntimeException: java.lang.NullPointerException ... ... ...and we need to restart JBoss to start working again. Any ideas? Thanks in

[JBoss-user] Custom MBean state

2003-11-19 Thread Simone Milani
Hi, Is there some kind of state machine that prevents jumping from one state to another? I was expecting that to call start on a destroyed bean would cause some kind of invalid state Exception. Am I missing something? Thanks Simone

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-19 Thread Panagiotis Korros
I am using JBoss 3.2.2 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java: 215) At org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecur

RE: [JBoss-user] Urgent - NamingService - Error writing response

2003-11-19 Thread Eric J Kaplan
Thanks Scott. Any color on why we're getting the messages every minute? We have no idea which client might be causing this, any way to tell? Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Tuesday, November 18, 2003 5:33 PM

Re: [JBoss-user] jboss causing system instability

2003-11-19 Thread Bill Burke
You may have to increase your max file descriptors. Vivek wrote: hi, iam using jboss-3.x on redhat linux 7.3. when i start jboss, after it has handled a 100 or so requests the linux system becomes unstable. by this i mean, that iam not able to execute any command. if i type ls i get a

Re: [JBoss-user] Custom MBean state

2003-11-19 Thread Scott M Stark
There is no state machine driving transistions given an operation invocation. Its something we need. -- Scott Stark Chief Technology Officer JBoss Group, LLC Simone Milani wrote: Hi, Is there some kind of state machine that prevents jumping

Re: [JBoss-user] Urgent - NamingService - Error writing response

2003-11-19 Thread Scott M Stark
Use netstat to see who is connecting to 1099. -- Scott Stark Chief Technology Officer JBoss Group, LLC Eric J Kaplan wrote: Thanks Scott. Any color on why we're getting the messages every minute? We have no idea which client might be causing

[JBoss-user] BindAddress and Remote JMS (was JMS to remote hosts doesn't work any more)

2003-11-19 Thread Didi Posselt
Hi, Since the option --host=yourhost causes lots of problems in applications that don't specify a host to connect to, I cannot use it for my JMS-problem. I figured, that everything works fine, if I drop the Attribute BindAddress in the deployment descriptor for the UIL2 Invocation Layer (the

Re: [JBoss-user] loading properties files from a JAR on the classpath..

2003-11-19 Thread Weiqi Gao
Rob Helmer wrote: I'm trying to load a properties file from a JAR that's in $JBOSS_HOME/server/default/lib I assumed that this directory was implicitly in the classpath for anything deployed in $JBOSS_HOME/server/default/deploy, however that does not seem to be the case. I wrote a little testcase

RE: [JBoss-user] loading properties files from a JAR on the classpath..

2003-11-19 Thread Srinivas Malladi
use URLCLassLoader For example Method method = null; method = Thread.class.getMethod(getContextClassLoader, null); return (ClassLoader) method.invoke(Thread.currentThread(), null); urls =

RE: [JBoss-user] urgent : no response from jboss

2003-11-19 Thread Srinivas Malladi
Explain more so that We can help you. Are you using clustering or HAJNDI etc? -Original Message-From: Vivek [mailto:[EMAIL PROTECTED]Sent: Wednesday, November 19, 2003 8:45 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] urgent : no response from jboss iam using jboss-3.x on

RE: [JBoss-user] jboss causing system instability

2003-11-19 Thread Srinivas Malladi
what is your ulimit set to -Original Message-From: Vivek [mailto:[EMAIL PROTECTED]Sent: Wednesday, November 19, 2003 9:04 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] jboss causing system instability hi, iam using jboss-3.x on redhat linux 7.3. when i start

[JBoss-user] Unable to run 3.2.2 on Windoze

2003-11-19 Thread Jim Crossley
I'm having a heck of a time getting JBoss 3.2.2-Jetty to run on either Win2K or XP. (I can run it on multiple Linux's fine). I've verified that I have no other services listening on JBoss' ports (8080, 8009, 1099, , etc), but Jetty doesn't seem to be happy when it comes up. Even odder, when

RE: [JBoss-user] Unable to run 3.2.2 on Windoze

2003-11-19 Thread Paul Kavanagh
TCPView might help diagnose the problem: http://www.sysinternals.com/ntw2k/source/tcpview.shtml For what it's worth, I'm running 3.2.3RC1 on Win2K and I see 1099 disappear from the list of active endpoints immediately upon shutting down JBoss. HTH, -Paul -Original Message- From:

RE: [JBoss-user] Unable to run 3.2.2 on Windoze

2003-11-19 Thread Rod Macpherson
I am using the tomcat version (seems to be the server of choice now) on XP no problemo. Either you have multiple copies of it running (assume you rebooted) or something is wacky about your system. Did you try telnet to 8080 on localhost before starting JBoss? Speaking of localhost, not sure if

Re: [JBoss-user] SSO with JBoss-tomcat

2003-11-19 Thread Paul Ekeland
Scott, thanks for the answer. I would nevertheless be interested in the patch in sourceforge to try it out. Could you please tell me where is the patch and how to use it? Thanks again, Paul Scott M Stark wrote: You need the patch sitting in sourceforge. The default tomcat sso solution does

Re: [JBoss-user] multiple instances of jboss

2003-11-19 Thread Alwyn Schoeman
I am really confused as to why one would run multiple instances on the same hardware? Could someone please explain? On Tue, Nov 18, 2003 at 04:22:18AM +0800, [EMAIL PROTECTED] wrote: I'm much more peaceful now knowing that I'm not the only one... :) Thanks James. -Original