[JBoss-user] [Beginners Corner] - Problem running jboss 4.0.0 on Windows XP

2004-09-26 Thread prarthana50
Hi, I downloaded jboss-4.0.0 and tried running it on Windows XP. I am getting the following error. I get the same message with jboss-3.25. I am able to run all versions of tomcat on the same machine. I have j2sdk 1.5.0 installed and have set up JAVA_HOME and JBOSS_HOME correctly. Please help.

[JBoss-user] [Clustering/JBoss] - HAJNDI-Listener threads hang

2004-09-26 Thread lbasili
Hello, I am using jboss-3.2.3. My application is running on a partition consisting of two nodes. I have a client application that uses HAJNDI to balance its requests on both nodes of the partition. This application that runs on one of the two nodes consists of a minimal and separate instance

[JBoss-user] [EJB/JBoss] - Re: Problem using remote interface

2004-09-26 Thread rimmeraj
Having been through this recently , you did not give us the proper info. What invokers are you using and what are your values in the inital context. Without this info I am flying blind but I am going to go out on a limb and say that jboss thinks you are local, ie your machine name resolves to

[JBoss-user] [EJB/JBoss] - Re: JBoss Ejb error

2004-09-26 Thread craig1980
Please... help me if you can (also a very little and simple sample) i'm still blocked on this error. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849548#3849548 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss Ejb error

2004-09-26 Thread craig1980
Please... help me if you can (also a very little and simple sample) i'm still blocked on this error. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849549#3849549 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-26 Thread Janaudy
It is not recommended to access the DS from outside the J2EE container View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849550#3849550 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849550

[JBoss-user] [JCA/JBoss] - Re: ClassLoader problem with a rar inside an ear

2004-09-26 Thread Janaudy
P.S. the same ear works ok in websphere and weblogic. Do jboss classloaders work differently ? Yes, jBoss ClassLoaders are different. They have a concept of UnifiedClassLoader that does not exist on Weblogic AFAIK. Read this: http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration

[JBoss-user] [Beginners Corner] - Re: Problem running jboss 4.0.0 on Windows XP

2004-09-26 Thread [EMAIL PROTECTED]
Its starts up fine for me on WinXPsp2 using the current 1.5.0rc. You need to be using this version of the java5 jdk. | [EMAIL PROTECTED] bin]$ /usr/java/jdk1.5.0/bin/java -version | java version 1.5.0-rc | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63) | Java

[JBoss-user] [Installation Configuration] - Re: Implementing EAR based logging

2004-09-26 Thread [EMAIL PROTECTED]
Which of the various techniques described in the loggins page have you tried? This page has been updated since you originally posted. http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849553#3849553 Reply to the

[JBoss-user] [EJB/JBoss] - Re: JBoss Ejb error

2004-09-26 Thread darranl
There is no need to start bumping your post yet, it is still the weekend!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849554#3849554 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849554

[JBoss-user] [Beginners Corner] - how to invalidate Entity Bean on demand

2004-09-26 Thread stefan_meyer
Is there a possibility to force a Bean to forget his cached Data ? I have a Project in Production with commit-option A. From time to time, we have to make some data-hacks on the database by SQL. I would like to know if i could advise the bean to reread when the next getter is asked for Data.

[JBoss-user] [EJB/JBoss] - Re: Writing Custom Interceptor

2004-09-26 Thread pilhuhn
Just write your interceptor and put it in the right place (outside the tx demaracation) in the intereptor stack. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849558#3849558 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss UCL and EAR packaging

2004-09-26 Thread Costin
Anyone? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849559#3849559 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849559 --- This SF.Net email is sponsored by: YOU BE

[JBoss-user] [Persistence CMP/JBoss] - JBoss 4.0 and MySQL problem (non-standard SQL?)

2004-09-26 Thread Tesuji
When trying to move to JBoss 4.0 I ran into a snag. ejb-deployer.xml in the deploy directory contains something that is probably not standard SQL: create table TIMERS ( TIMERID varchar(50) not null, TARGETID varchar(50) not null, INITIALDATE timestamp not

[JBoss-user] [EJB/JBoss] - JBoss 4.0 and MySQL problem (non-standard SQL?)

2004-09-26 Thread Tesuji
I posted the following on the Persistence/JBoss forum, but maybe it suits better here. When trying to move to JBoss 4.0 I ran into a snag. ejb-deployer.xml in the deploy directory contains something that is probably not standard SQL: create table TIMERS ( TIMERID varchar(50) not null, TARGETID

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-26 Thread neochen
i got the same error message when i used the eclipse's jboss starter to start the jboss server. it doesn't use the run.bat scripts from jboss. so i add the java vm parameter writen previously and then the error message is gone. View the original post :

[JBoss-user] [Installation Configuration] - Re: Deploying application in JBoss 4.0.0 - Spec Violation pr

2004-09-26 Thread peteslater
It would appear that my problem lies in how i start jboss 4. When i deploy my ear file to the standard servers deploy directory and start the server using jboss-ide in eclipse - i get verification errors. When i start the server in a shell - it works fine. Annoying for sure - but at least it

[JBoss-user] [Installation Configuration] - HELP -- java service wrapper and JBoss 4.0

2004-09-26 Thread mf915
I am having problem running Jboss 4.0 using tanukisoftware's service wrapper. It runs fine using run.bat... when I run it as service, i got the following errors: - [XMLLoginConfigImpl] End loadConfig, failed to load config:

[JBoss-user] [EJB/JBoss] - Re: Problem using remote interface

2004-09-26 Thread jgbargar
First, let me clarify that the client is on the same machine - just not in the container (they're junit tests). It is this attempt to get the remote interface that is proving problematic. Using local interfaces from a web app deployed in JBoss as well as inter-EJB calls are working fine.

[JBoss-user] [Persistence CMP/JBoss] - ejb-ql jboss-ql integration problem?

2004-09-26 Thread jhammerle
I'm trying to use a parameterized IN for a CMP bean, which I believe requires a jboss-ql. According to some posts, I've learned that you should leave your ejb-ql empty and write your query in the jboss-ql. But I get the following exception when I deploy my ear file to jboss-3.2.5:

[JBoss-user] [Clustering/JBoss] - Re: Jboss clustering - again error

2004-09-26 Thread nonsense321
Dear Chintan: Have you got your Jboss clustering problem fixed? I encountered the same exception. Please let me know how you solved the problem. Thanks! Jason View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849569#3849569 Reply to the post :

[JBoss-user] [JCA/JBoss] - adding parameters to the connection

2004-09-26 Thread aagmon
hi all , im using mysql 4.1+ connector(3.1) with hibernate and jboss4 im trying to add parameters to my mysql connection like : [url]?useUnicode=true or [url]?characterSetResult=utf-8 and everytime i add it to the url in my mysql-ds.xml im getting errors.. like this is not the way to

[JBoss-user] [Security JAAS/JBoss] - Unexpected Error after upgrade from 3.2.5 to 4.0.0

2004-09-26 Thread gdemir
Hi, I have an EAR with a custom login module. It is running fine in 3.2.5. After upgrading to 4.0.0, I started to get an unexpected error: NoClassDefFoundException at first request to the server from the client. My custom login module delegates the real authentication logic to a deployed