Re: [JBoss-user] JBossMQ: Temporarily stop delivery to MDB

2001-07-23 Thread Peter Antman
On 23 Jul, Brian Sondergaard wrote: > Is there a way that I can temporarily stop the delivery of messages from a queue to >a MDB (programatically or otherwise)? Let's say the queue is 1000 messages deep, but >for some reason I don't want to process any of those messages until later. I want the

RE: [JBoss-user] Getting multiple session Ids in the servlet.

2001-07-23 Thread Saint-Martin Cecile
What's your code for getting session? Did you check servlet examples of tomcat? SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Narendra > Phadke > Envoyé : mardi 24 juillet 2001 03:22 > À : [EMAIL PROTECTED]

Re: [JBoss-user] found the problem!

2001-07-23 Thread laurent . broudoux
In the ejb-jar.xml of your app using a session bean, just reference an entity bean described by its home and remote interfaces. This entity will be available under "java:comp/env/ejb/Project". . SphfGeneratorBean frontend.sphf.sb.SphfGeneratorHome front

Re: [JBoss-user] Internationalization

2001-07-23 Thread Fred Loney
It is not clear from the description where the problem lies. Was there an exception? Containers are generally agnostic with respect to internationalization, since String has inherent Unicode support. Perhaps the server locale needs to be set for formatting purposes. Sharath wrote: > Dear all,

[JBoss-user] Internationalization

2001-07-23 Thread Sharath
Dear all, We are using JBoss 2.2.2 with Tomcat and jdk1.3. We are currently facing problems when we try to retrive chinese or other unicode values from html forms,put it into a database and redisplay it. It is saying that the encoding type is cp1252. So,How do we retrive form data for chines

[JBoss-user] JBoss-2.2.2_Tomcat-3.2.2.tar.gz is corrupt?

2001-07-23 Thread Mike Williams
I've solved my problem with JBoss hanging. I downloaded and unpacked JBoss-2.2.2_Tomcat-3.2.2.zip, and everything works fine! Previously, I'd been working with the tar.gz bundle. For whatever reason, the zip and tar.gz packages differ. For example: --- zip/JBoss-2.2.2_Tomcat-3.2.2/jboss/d

[JBoss-user] Getting multiple session Ids in the servlet.

2001-07-23 Thread Narendra Phadke
Hi I am using JBoss 2.4.0 as application server and Tomcat3.2.2 as web server. I am using a servlet as controller, and JSP files for presentation. In all the JSP files I have a HTML Form object, with method=POST and action=ServletName. But when I submit the request to the Servlet, each time I am

[JBoss-user] found the problem!

2001-07-23 Thread Carlos Ferrão
Hi all, Please ignore my previous message. The real problem is a "category not bound" error because I was looking for "java:comp/env/ejb/category". I'm now making a lookup for "category" which is defined in my ejb-jar.xml How can I bound my entities to a java:comp/env/mye

[JBoss-user] JBossMQ: Temporarily stop delivery to MDB

2001-07-23 Thread Brian Sondergaard
Is there a way that I can temporarily stop the delivery of messages from a queue to a MDB (programatically or otherwise)? Let's say the queue is 1000 messages deep, but for some reason I don't want to process any of those messages until later. I want the queue to remain available to receive

Re: [JBoss-user] Starting embedded tomcat

2001-07-23 Thread Dmitri Colebatch
Have you got Tomcat configured to log to tomcat.log? If so check in there, you may find what you're looking for (o: cheesr dim On Mon, 23 Jul 2001, Martin Welch wrote: > JBoss-2.2.2_Tomcat-3.2.2 > Win2K > > I'm stumped. I've searched the archives and docs but I can't get tomcat to > work prope

Re: [JBoss-user] JBoss security

2001-07-23 Thread Wei-ju Wu
Hi, I think that does not quite fit the problem because the client says that the authentication WAS successful, and the server also says that it was successful but the user is NULL ! This is what I cannot understand, somehow the user information is lost Wei-ju > Taken from http://www.jbos

RE: [JBoss-user] "The method return values in the home interface must be of valid types for RMI/IIOP"

2001-07-23 Thread Maraya Michael
Doh. You're right, the naming convention threw me off. --- Michael R. Maraya > -- > From: Hermann RANGAMANA[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Monday, July 23, 2001 2:35 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user]

[JBoss-user] HELP! cannot use any entity bean method

2001-07-23 Thread Carlos Ferrão
Hello List, When I try to call a method in any entity bean(through a session bean) I get the following error: java.rmi.NoSuchObjectException: no such object in table ... at $Proxy3.getCategorydesc(Unknown Source) This is happening with all my entity accessors, mutators and ins

Re: [JBoss-user] "The method return values in the home interface must be of valid types for RMI/IIOP"

2001-07-23 Thread Hermann RANGAMANA
Spec 1.1 section 6.10.6 : "The return type for a create method must be the session bean's remote interface type." The return type is correct. The problem is that on or more of your business methods throws EJBException. This is seemingly a bug in the verifier. You have just to move all EJBExcepti

Re: [JBoss-user] JBoss security

2001-07-23 Thread Wei-ju Wu
This seems not to fit the problem. My client tells me that authentication is ok, the container also tells me that authentication is ok, but with user "null". This is what I don't understand, the user information seems to be lost somehow. Wei-ju > Taken from http://www.jboss.org/documentation/H

RE: [JBoss-user] PetStore Demo

2001-07-23 Thread Ferreira, William
Hi Alison I don't think you need the patch for jps1.1.2. I've been trying to run jps1.1.2 against JBoss 2.2.2 + Tomcat 3.2.2 + Cloudscape 2.6 and I ran into all sorts of problems trying to rebuild petstore.ear with the patch, only to discover the following posting in the JBoss archives: http://w

Re: [JBoss-user] jboss on HP-UX 11.0 under JDK 1.3/1.3.1

2001-07-23 Thread Alexander Kogan
Semir, Semir Patel wrote: > > Try 'kill -3 ' to get a VM dump and see if you can spot what is > potentially hanging up the shutdown process. > I did that (see the stack below), but I'm not sure where the problem is. I think that something is waiting for socket closure, but what? /disk1/loc

Re: [JBoss-user] PetStore Demo

2001-07-23 Thread Cuong Tran
That patch doesn't work for jps1.1.2. Search the archive for a different patch. --- Alison Stevenson <[EMAIL PROTECTED]> wrote: > Afternoon All, > > Can anyone tell me if the PetStore Demo (1.1.2) still requires the jboss > petstore patch? If so does the 1.1.1 patch work or are there other tw

[JBoss-user] PetStore Demo

2001-07-23 Thread Alison Stevenson
Afternoon All, Can anyone tell me if the PetStore Demo (1.1.2) still requires the jboss petstore patch? If so does the 1.1.1 patch work or are there other tweaks to be made? Thanks Alison ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sou

RE: [JBoss-user] Jass security example

2001-07-23 Thread Maraya Michael
You're supposed to get those errors (see my previous post). What server messages do you get after these three? --- Michael R. Maraya > -- > From: Faisal Abdallah[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Monday, July 23, 2001 10:03 AM >

[JBoss-user] Starting embedded tomcat

2001-07-23 Thread Martin Welch
Title: Starting embedded tomcat JBoss-2.2.2_Tomcat-3.2.2 Win2K I'm stumped. I've searched the archives and docs but I can't get tomcat to work properly. I've hardly changed to initial config. I've deployed the interest sample and configured a connection pool so far. When I run run_with_tomc

Re: [JBoss-user] Out of memory error

2001-07-23 Thread Nicolai P Guba
> "LO" == Ludovic Orban <[EMAIL PROTECTED]> writes: LO> Maybe that has something to do with this bug: LO> http://developer.java.sun.com/developer/bugParade/bugs/4395735.html LO> It looks quite the same. Looks probable. We've observed the same thing a while ago. At the time it looked like

RE: [JBoss-user] "The method return values in the home interface must be of valid types for RMI/IIOP"

2001-07-23 Thread Maraya Michael
Looks like you're attempting to return the remote interface in your create() method instead of the bean implementation class. Change it to: > public interface UbDocSerializerHome extends EJBHome { > public UbDocSerializer create() throws RemoteException, > CreateException; }

RE: [JBoss-user] JBoss security

2001-07-23 Thread Maraya Michael
Taken from http://www.jboss.org/documentation/HTML/ch11s61.html): The first set of error messages result from the web container trying to authenticate a 'null' username meaning an anonymous user. The JBossSecurityMgrRealm passes the null username and password onto the JBoss security mana

AW: [JBoss-user] Jass security example

2001-07-23 Thread Jan Heise
hello faisal, did you get the rest of scotts examples to work? i did not work with the examples yet, but my own applications using the security-stuff work fine. (also jsps/servlets but i use db-based auth) some other questions (sorry that i ask them): - you did configure the web-xml for restricte

[JBoss-user] Jass security example

2001-07-23 Thread Faisal Abdallah
Hi jboss users Can any generous Jboss user( who managed to make jass-howto example work) show me how can I access the secureServlet .I ve tried every single suggestion found in the mailing list but nothing is happening, and all what I get on jboss console is [EmbeddedTomcatSX] Bad password for us

[JBoss-user] unsuscribe

2001-07-23 Thread belou
___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] "The method return values in the home interface must be of valid types for RMI/IIOP"

2001-07-23 Thread Alberto Vilches
Hello jboss people!! I'm creating a session bean like this: public class UbDocSerializer implements SessionBean { public String getDocView(Long ubDocId, Long ubTemplateId) { return new String("Hello!"); } } . public interface UbDocSerializerHome extends EJBHome { p

Re: [JBoss-user] Problem with connecting to an Oracle database

2001-07-23 Thread Per Lewau
On Mon, 23 Jul 2001, Eli Gjørven wrote: > > There is probably a solution to this problem to be found in the archives > at sourceforge, but the search service has unfortunately not been > available when I have tried to use it. The archive at Sourceforge doesn't work. Use the one you find at htt

[JBoss-user] Problem with connecting to an Oracle database

2001-07-23 Thread Eli Gjørven
There is probably a solution to this problem to be found in the archives at sourceforge, but the search service has unfortunately not been available when I have tried to use it. I used to have this in my jboss.jcml file: 1476 true default false DefaultDS jdbc:H

[JBoss-user] Problems running the InterestServlet Example

2001-07-23 Thread James Magee
Hello jboss users, getting the following error when trying to run the interest servlet example from the jboss site, could anyone advise me as to what is the problem, Thanks in advance, Jimmy. [Default] JBoss 2.1-BETA-Mar-26-2001 Started in 0m:14s [Auto deploy] Auto deploy of file:/C:/Server/jb

[JBoss-user] Timer MBean

2001-07-23 Thread Saint-Martin Cecile
Hi, I have another question about MBean timer. If the same instance of an object register 2 times itself as a notification listener but with different 2 differents notification filters, what happen if it removes itself as notification listener? Does it have to removes itself 2 times? SAINT-MARTI