[JBoss-user] [Persistence CMP/JBoss] - Re: Problem with remove() URGENT!!!

2004-10-27 Thread optimusprime
Could someone please help me. I really need help on this Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853003#3853003 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853003

[JBoss-user] [Clustering/JBoss] - Re: Clustered HASingleton How-To

2004-10-27 Thread lokki
Thanks for all of you work deciphering how to make HASingletons work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853004#3853004 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853004

[JBoss-user] [Clustering/JBoss] - HAJNDI Access Error via HTTPS from internal VM

2004-10-27 Thread ahahamyan
Hello, Using Jboss 3.2.6 I am setting up a cluster of 3 jboss boxes behind a apache load balancer box (via mod_jk2) talking to the coyote AJP connectors on the jboss boxes. I am using the clustering doc (Edition 6). Just to get things started I am only using one of the jboss boxes and the load

[JBoss-user] [HTTPD, Servlets JSP] - Re: WebService Work, Servlet deploys, but can't locate

2004-10-27 Thread cballew
Sorry left out a couple of things, first yes I remembered the :8080 when calling the Servlet. Second, I'm using JBoss 4 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853007#3853007 Reply to the post :

[JBoss-user] [Installation Configuration] - checksum error extractiving jboss-4.0.0.tar file

2004-10-27 Thread vidyesh
Hi, I downloaded jboss-4.0.0.tar.gz file to XP box. FTPed (Binary) to AIX box. gunzip jboss-4.0.0.tar.gz to jboss-4.0.0.tar file. tar -xvf jboss-4.0.0.tar throws checksum error as follows x

[JBoss-user] [Jobs@JBoss] - JBoss Development Manager - Admin Console

2004-10-27 Thread ivelin
Come join a rapidly growing enterprise software and services company and the home of Professional Open Source. JBoss, Inc. has immediate opening for a Development Manager to join our team in Atlanta, Georgia or Austin, Texas. This is a tremendous opportunity to be a part of a fast-paced,

[JBoss-user] [Beginners Corner] - Re: running servlet with JBoss Please Help

2004-10-27 Thread Raist_Majere
Hi. I haven't used JBuilder X, but I'll try to figure out with the answers to these questions: - Do you use an EAR file to package your web-app or just a WAR one? If it's the second option, can you tell us the name of that file (like .war)? - Is this file properly deployed? You should look

[JBoss-user] [Installation Configuration] - Re: Is there any way to config max user using JBoss?

2004-10-27 Thread duylt
it's max user logged on to web app I found that config that in tomcat Manager-MaxActiveSession. But I don't know how to do that in jboss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853015#3853015 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: CMP - failed to retrieve data from database - but NO exc

2004-10-27 Thread Raist_Majere
I think I've found where your problem really is, but I'm not sure at all... In your bean, you have this tag: | * @jboss.persistence | * datasource=java:/jdbc/dev01 | * datasource-mapping=mySQL | * create-table=False | * remove-table=False | * table-name=GROUPS | Note that you

[JBoss-user] [Persistence CMP/JBoss] - Re: Problem with remove()

2004-10-27 Thread Raist_Majere
Can you provide the stack trace of this exception, as well as the source code of ejbRemove of the implied beans and the ejb-jar.xml file, please? That could help... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853017#3853017 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - how to implement a change of user password?

2004-10-27 Thread ereze
Hi, (I am running with JBoss 3.2.5.) In my application the user can change his password. The change should take effect immediately. But unfortunately the JBoss keep the user older credentials in the cache for the amount of time specified where the default is 1800 seconds (30 min.). First I

[JBoss-user] [HTTPD, Servlets JSP] - Re: WebService Work, Servlet deploys, but can't locate

2004-10-27 Thread Raist_Majere
Can you provide your web.xml, jboss-web.xml and/or application.xml? If you deployed it as a WAR and have no jboss-web.xml, provide de WAR file name, please. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853019#3853019 Reply to the post :

[JBoss-user] [Installation Configuration] - Help required in Configuring Jboss in server/all mode

2004-10-27 Thread cheenu78
Hi all, I am facing problems while starting server in server/all mode C:\jboss-3.2.2RC3\bin\run.bat -c all I am not sure whether i have done some setting wrongly, can any one explain what are the step required in starting jboss in run.bat -c all Thanks and Regards srinivas I am getting the

[JBoss-user] [Beginners Corner] - JNDI Binding error

2004-10-27 Thread mtembene
Hi all It's been a long time since I worked with java and I have never worked with JBoss or JNDI before so please bear with me. I am trying to configure oracle-ds.xml, web.xml and jboss-web.xml so that I can use JNDI to get a datasource object. (Note that I am not using EJB's just servlets

[JBoss-user] [JCA/JBoss] - Re: Using UserTransaction from a Mbean doesn't commit agains

2004-10-27 Thread Raist_Majere
I've never used what you're trying to do, but in a book I have says that you get access to JTA looking up java:comp/UserTransaction, not UserTransaction as you have in your code. Try it, but don't know if this is the problem you have... View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: SSL via HTTPS Standardport 443 / Redirect to 8443

2004-10-27 Thread nehring
I generally run some varient of RedHat Fedora, but it's still using iptables. I don't like the way iptables is setup on RedHat, so I generally replace the RC script at /etc/init.d/iptables with my own script/firewall rules. You'll need to load the iptable_nat kernel module to get the Network

[JBoss-user] [Beginners Corner] - Re: JNDI Binding error

2004-10-27 Thread Raist_Majere
You have to put the correct JNDI name of the Datasource on jboss-web.xml. In your case, your jboss-web.xml file should be: | ?xml version=1.0 encoding=UTF-8? | jboss-web | resource-ref | res-ref-namejdbc/SampleDS/res-ref-name | res-typejavax.sql.DataSource/res-type |

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0: can't get CMP and Oracle JDBC working

2004-10-27 Thread Raist_Majere
You should have restarted JBoss after placing Oracle-ds.xml on the deploy dir. But before that, have you already copied the jdbc Oracle drivers to the jboss/server/ instance /lib directory? Try this and tell us your results. View the original post :

<    1   2