[JBoss-user] [Installation & Configuration] - Re: Can't change Tomcat log level from DEBUG

2005-01-24 Thread raja05
Can you post your jboss-srevice.xml? There are "debug" attribute elements in the Host/Engine/Service Elements that determine if debug statements need to be printed. the higher the value, the more the messages. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Installation & Configuration] - Re: what if I don't have tools.jar in my classpath?

2005-01-24 Thread [EMAIL PROTECTED]
Only compilation of jsp files requires tools.jar, and with tomcat 5.5 even this is supposed to be eliminated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863489#3863489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [EJB/JBoss] - Generation only supported with single PK field

2005-01-24 Thread cycchow
My entity bean have a compound key but when i deploy, the jboss always throw this exception: what does it mean? 2005-01-25 11:19:20,737 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:jndiName=cotonenfant.ProductColor,service=EJB org.jboss.deployment.DeploymentExc

[JBoss-user] [Installation & Configuration] - what if I don't have tools.jar in my classpath?

2005-01-24 Thread [EMAIL PROTECTED]
Here's a silly question (maybe not so silly). In run.bat/run.sh, it puts tools.jar in the classpath to Main. What if I don't have tools.jar or if I just don't put tools.jar in the classpath? Is it only there to ensure that the java compiler is in the classpath (for JSPs)? What other things wi

[JBoss-user] [Clustering/JBoss] - Re: Need To be able to get current count of nodes in a given

2005-01-24 Thread nickman
Sorry. Hidden tags. That message should be: The attribute CurrentView in the MBean jboss:service=[partition name] is a java.util.Vector. The size() of that vector is the current count of the cluster. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863475#38634

[JBoss-user] [Clustering/JBoss] - Re: Need To be able to get current count of nodes in a given

2005-01-24 Thread nickman
The attribute CurrentView in the MBean jboss:service= is a java.util.Vector. The size() of that vector is the current count of the cluster. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863474#3863474 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Persistence & CMP/JBoss] - CMR collections access from web-tier

2005-01-24 Thread zak4899
Hi, I've set up a straightfroward one-to-many CMR relationship with two Entity Beans on JBoss 4 (XDoclet declarations at the end of this post). Calling the CMR method getAddenda() that returns the Set works perfectly from another bean, but I would like to call it from custom JSP tags in the web ti

[JBoss-user] [Installation & Configuration] - Can't change Tomcat log level from DEBUG

2005-01-24 Thread mrooney
I'm using JBoss 3.2.3 with Apache/AJP. I'm getting tons of DEBUG messages in the server log and I can't figure out how to stop it. Nothing in my conf/log4j.xml is set to DEBUG and I tried changing the verbosityLevel to "warning" in deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml. View t

[JBoss-user] [Clustering/JBoss] - Need To be able to get current count of nodes in a given clu

2005-01-24 Thread acxsjones
Is there a JMX item I can call to get the current count in a given cluster View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863462#3863462 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863462 --

[JBoss-user] [Clustering/JBoss] - Re: CoordGmsImpl and GMS error messages

2005-01-24 Thread [EMAIL PROTECTED]
I need a reproducible case, or at least instructions on how to reproduce it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863461#3863461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863461

[JBoss-user] [Security & JAAS/JBoss] - Re: Password Hashing with UsernamePasswordLoginModule

2005-01-24 Thread erb2000
There are two mistakes in the posted code. It says "MDS" instead of "MD5", and "/module-options" instead of "/module-option". Moral of the story: Log files are your friend. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863459#3863459 Reply to the post : h

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread [EMAIL PROTECTED]
Hi Vaughn, thanks for the lucid description. Because of your comment wrt your wonderful experiences with Jboss, I will get you the instructions to integrate juddi in v4.0 in 2-3 days. I will not do anything magical, just take the juddi-service.sar from the 5.0 workspace and deploy it in

[JBoss-user] [JBossWS] - Re: Client deserialization error

2005-01-24 Thread srlamb76
Just to close the loop on this one I did this in my client and it worked! | File file=new File("HRMapping.xml"); | URL mappinglocation =file.toURL(); | | file=new File("ws4ee-deployment.xml"); | URL ws4eeMetaData =file.toURL();

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread combsv
Wonderful! First, thanks for the speedy and very helpful reply. a.) We are working internally on a research project in the area of information management and have developed a number of web services that we currently have deployed within 4.0.1. We would like to experiment with using UDDI as a

[JBoss-user] [Installation & Configuration] - postgresql error

2005-01-24 Thread rocklord1960
This setup is jboss-4.0.1, postgresql 8.0 (driver pg80b1.308.jdbc3.jar), JDK 1.4, application openCRX 1.4 postgresql starts fine jboss starts fine (no errors in boot.log) But when I try to logon as admin-Root with the open CRX application: >From postmaster.log: ERROR: duplicate key violates u

[JBoss-user] [Performance Tuning] - Change Localhost to static IP

2005-01-24 Thread Zer0n3
Greetings guys, I am trying to alter a JBoss install to replace the 'localhost' with an IP address. This is the first step for me to make a dual instance of JBoss on a single server with two IP address. So which file(s) do I need to modify to change http://localhost:80 to http://100.20.101.240

[JBoss-user] [Installation & Configuration] - Problem running 3.2.6 in default Java 1.5 path

2005-01-24 Thread jesyntax
I cannot run JBOS 3.2.6 with the 1.5 JDK installed in the default path of C:\Program Files\JDK There are various problems with the quotes in the path. Is there a RUN.BAT that works with Java 1.5 installed in the default path? View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread [EMAIL PROTECTED]
I think it was starting with JBoss 3.2.5, juddi was removed. It is not included in JBoss 4.0. It currently is available in JBoss 5.0 (in cvs HEAD). Do you have immediate need to use jUDDI with Jboss 4.0? If yes, I can post a wiki page with instructions to integrate juddi into v4.0. Its pretty

[JBoss-user] [JBossWS] - Re: problem with wsdl being changed in jboss-4.0

2005-01-24 Thread drepac
Hi Bruce, I see that you had some trouble with the HelloWorld example. I have been trying to get it to work but without any success. Could you please tell me what you fixed exactly because I am new to web services and I am starting to lose hope with this stuff. I have appended the stacktrace, t

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.0 as a Windows Service

2005-01-24 Thread mboont
I have a separate jboss_bin folder in drive C: containing the JBossService.exe, install_jboss_service.bat and uninstall_jboss_service.bat files. The install batch file looks like: JBossService.exe -install JBoss c:\j2sdk1.4.2_06\jre\bin\server\jvm.dll -Djava.class.path=c:\j2sdk1.4.2_06\lib\too

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-24 Thread combsv
Can you tell me in which version of JBoss was jUDDI included before it was taken out? Many Thanks, Vaughn View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863446#3863446 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [EJB/JBoss] - Re: Connection time out

2005-01-24 Thread rverlind
Finally got it working now. Took so long due to my own stupidity. I just followed the guidelines in the JBoss Administration & Development Book. Still got failures testing from an Eclipse RCP application and couldn't the problem. After a day or 2 ran my ant test scripts which don't use Eclipse a

[JBoss-user] [Clustering/JBoss] - Re: CoordGmsImpl and GMS error messages

2005-01-24 Thread felipestrm
I've seen it happening on both but mostly on an instance of JBoss that is started. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863441#3863441 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863441 -

[JBoss-user] [Persistence & CMP/JBoss] - JBoss deploy bug?

2005-01-24 Thread adrianob
Hello, I already posted my problem in: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58978 So, anybody reply my message, and I continue with the problem. Trying to get a solution I have commented in ejb-jar.xml descriptor all the findAll() methods. And now the problem changes, and I t

[JBoss-user] [Beginners Corner] - JBoss deploy bug?

2005-01-24 Thread adrianob
Hello, I already posted my problem in: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58978 So, anybody reply my message, and I continue with the problem. Trying to get a solution I have commented in ejb-jar.xml descriptor all the findAll() methods. And now the problem changes, and I t

[JBoss-user] [Persistence & CMP/JBoss] - Transaction marked for rollback, possibly a timeout

2005-01-24 Thread HariV
I am getting a "Transaction marked for rollback, possibly a timeout" in the create method for an entity bean. We are currently using jboss-3.2.5 and SQLServer2000. We use the Identity functionality in Sql Server for primary key generation. Anybody has any clue? Thanks Hari View the origina

[JBoss-user] [Persistence & CMP/JBoss] - Transaction marked for rollback, possibly a timeout

2005-01-24 Thread HariV
I am getting a "Transaction marked for rollback, possibly a timeout" in the create method for an entity bean. We are currently using jboss-3.2.5 and SQLServer2000. We use the Identity functionality in Sql Server for primary key generation. Anybody has any clue? Thanks Hari View the origina

[JBoss-user] [Installation & Configuration] - Please brief me the steps involved in using chainsaw to view

2005-01-24 Thread gshekar
Hi, I am running jboss 4.0.1 on solaris 8. Want to use chainsaw to view jboss logs from my laptop. Please brief me the steps involved in doing this. Thanks & Regards, -GnanaShekar- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863429#3863429 Reply to the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jboss runs out of memory loading messages from jms db on

2005-01-24 Thread jbycks
Could someone please look at the messageconfig I am using (see previous post) and tell me if there is something there that causes memory problems or what can I do to prevent jboss from running out of memory ? thanks again. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - Re: delete and insert vs update

2005-01-24 Thread vmukkamala
Thanks for your reply. I noticed that the person who reported the bug JBAS 1255, has indeed given a test case. The attachments are at https://sourceforge.net/support/tracker.php?aid=1090921. The test is similar to mine. I will work on a test case now. If the posted test case is not sufficient

[JBoss-user] [EJB/JBoss] - Re: Using different Context inside of a bean

2005-01-24 Thread 7Seconds
Hello again, because I read something about clustering just a minute ago: I need some message queues on both locations, and I read that jboss doesn't support messageQueue sharing. I already experienced problems trying to deploy the message queues (with the same names) into a cluster-connected s

[JBoss-user] [Persistence & CMP/JBoss] - findAll not found problem

2005-01-24 Thread adrianob
Hello, im trying to deploy a application and there are messages about findAll methods that cant be found. So, in almost all, there is a method findAll in the descriptor and in Home interface of the entities. Above follow an example of the output: 16:15:56,303 INFO [EjbModule] Deploying Endereco

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Connection limit?

2005-01-24 Thread Vanei
I have a JBoss 3.2.5, running on Linux. I have over 100 clients connecting JMS queues using HTTPIL (somewhere in internet). But many times the client get a error 500 e can't connect. Any idea about the problem? What's the JMS connections limit? View the original post : http://www.jboss.org/i

[JBoss-user] [EJB/JBoss] - Re: Using different Context inside of a bean

2005-01-24 Thread 7Seconds
Hello Frito and hello to all the other people, I think I didn't mention my case properly: I tried to access the bean of server b from a business method of a session bean residing in server a. The exception I posted was the result of trying to use a new InitialContext, so I was not able to use a

[JBoss-user] [Messaging, JMS & JBossMQ] - Newbie question - JBoss Java mail link to Message bean

2005-01-24 Thread davout
Is it possible to link a Java message bean to the JBoss Javamail service configued in 'mail-service.xml'? If not, how I do setup a process that checks for incoming mail and posts an entry on the message bena queue? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Security & JAAS/JBoss] - Can I bypass the login screen?

2005-01-24 Thread kdolan
Is there any way a client browser can bypass a login screen to a protected servlet (e.g., requiring BASIC or FORM authentication) by passing in its login credentials with the request? Specifically, I have the following scenario. I'm open to suggestions in the case I'm doing something really

[JBoss-user] [Beginners Corner] - Re: Using JSP standard tag library

2005-01-24 Thread liuchang
OK, I found out why. It turns out that JSTL is not part of JBoss/Tomcat (gasp). Refer to here: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856268#3856268 As was posted there, I copied standard.jar and jstl.jar from Sun's J2EE tutorial to my /WEB-INF/lib/ directory and reployed. No

[JBoss-user] [Installation & Configuration] - Re: Start up exception - Content is not allowed in prolog

2005-01-24 Thread rollatwork
I'd check the beginning of your XML document. Make sure there is no additional text unknowingly added prior to the root element or XML declaration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863403#3863403 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Security & JAAS/JBoss] - ejb security

2005-01-24 Thread astormnen
I'm getting a security error for a new Mbean, says I don't have "user role, admin" privileges. Security can be implemented on resources, roles, or the ejb tier. This is for xml transport over http with ssl. Not sure what files do the different security types. View the original post : http:

[JBoss-user] [Installation & Configuration] - security

2005-01-24 Thread astormnen
I'm getting a security error for a new Mbean, says I don't have "user role, admin" privileges. Security can be implemented on resources, roles, or the ejb tier. This is for xml transport over http with ssl. Not sure what files do the different security types. View the original post : http:/

[JBoss-user] [EJB/JBoss] - Re: CMP Deployment fails on 'Standard' EJB-QL

2005-01-24 Thread fbiaggi
Matt, use jboss-ql View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863397#3863397 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863397 --- This SF.Net email is spons

[JBoss-user] [Installation & Configuration] - Re: Error during startup securityDomain jbossmq

2005-01-24 Thread khaidinh
Good catch. This is also documented in the following link: http://sourceforge.net/docman/display_doc.php?docid=24862&group_id=22866 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863395#3863395 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Beginners Corner] - Re: Incomplete Deployment Listing error

2005-01-24 Thread anu_katta
Thank you Scott, it worked. But this is little problem for our project to be sold, everytime we have to make our clients to change their server configurations? I really appreciate if you have some more suggetions on this.. Thank you. --Anu. View the original post : http://www.jboss.org/ind

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss changes clientid of durable subscribers

2005-01-24 Thread patti303
Hi! I have bunch of clients using a stateless sessionbean to fetch messages from a topic using durable subscribers. For all subscribtions the same clientid-string is set and they get a unique name to distinguish from each other. With low traffic this works fine, but with about 20 clients fetchi

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss QL with date and clause where

2005-01-24 Thread tbaud72
ok but what is the syntax expression with jboss-ql ? Can i manage to compare date data with jboss-ql ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863387#3863387 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [HTTPD, Servlets & JSP] - Session loss problem JBoss 3.2.4 default settings

2005-01-24 Thread vikash_sharma
Hi, We store some of the information in session after logging in and check for the presence of that information for validity of the session in subsequent pages. Some of the times the session information is lost after the user successfully logs in and gets to landing page. From landing page he

[JBoss-user] [EJB/JBoss] - Re: Pessimistic locking with notification in EJB

2005-01-24 Thread Frito
Just an idea: use a db as your 'locking manager'...? But you can even implement your own locking manager (perhaps as mbean, perhaps with an ejb facade) and deploy it as hasingleton when running with clustered jboss... View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [EJB/JBoss] - Re: Using different Context inside of a bean

2005-01-24 Thread Frito
You can explicitly lookup a bean in your server B by creating an new InitialContext(Properties). The URL in these properties should point to server B! Wouldn't it be nice to use a jboss cluster and hajndi? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=386338

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate MBean in .HAR files behaves incorrectly

2005-01-24 Thread Tesuji
Just in case it's of any importance: I used JBoss 4.0.1 with the Hibernate libraries that were included. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863382#3863382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38633

[JBoss-user] [Javassist user questions] - Re: Bug in getDeclaringClass in 3.0RC1

2005-01-24 Thread chiba
I have released 3.0! Please enjoy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863381#3863381 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863381 --- This SF.N

[JBoss-user] [Javassist user questions] - Re: Limitations

2005-01-24 Thread chiba
Yes, that's a perfect solution. (sorry, it's annonying...) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863380#3863380 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863380 --

[JBoss-user] [Clustering/JBoss] - Cluster SessionBean Questions

2005-01-24 Thread alehandros
I have the following problems when trying to set a JBoss cluster: It's an online financial trading application. The first problem is with the Session Bean which methods are called by the Data Feed to update the quotes. There are 2 JBoss servers running in cluster mode but when the Data Feed call

[JBoss-user] [Persistence & CMP/JBoss] - Hibernate MBean in .HAR files behaves incorrectly

2005-01-24 Thread Tesuji
According to the documentation at http://www.jboss.org/wiki/Wiki.jsp?page=JBossHibernate the mapping files are picked up automatically. anonymous wrote : Notice that there is no option to specify the mapping documents to load. That is because the Hibernate MBean is meant to work in conjuction w

[JBoss-user] [Beginners Corner] - Re: Mapping Configuration Exception

2005-01-24 Thread Frito
Any stacktrace? Anything remarkable in your server.log? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863377#3863377 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863377 -

[JBoss-user] [Installation & Configuration] - Re: Compiling 3.2.6 under Java 1.3.1 with errors

2005-01-24 Thread jbobek
Yes I read all information from the wiki which was posted. After that a tryed to compile 3.2.6. Without succes. Now I try to compile 3.2.7 RC1 as you wrote but with a lot of problems again!. Many libraries are missing. At this moment I have problem: [javac] Compiling 534 source files to Z:

[JBoss-user] [Installation & Configuration] - Re: Compiling 3.2.6 under Java 1.3.1 with errors

2005-01-24 Thread darranl
jbobek, This has mostly been answered in your previous post in the beginners corner forum. anonymous wrote : You need to use 3.2.7 to run under jdk 1.3. Try the current release candidate, 3.2.7RC1. >From the WIKI page you were given a link to in the previous post: - anonymous wrote : Notes o

[JBoss-user] [Beginners Corner] - Mapping Configuration Exception

2005-01-24 Thread pittupgd
Hi All, I am trying to run JBoss3.2.2 The server gets started,but when I type http://localhost:8080 I get a error in the backend saying Mapping Configuration Exception. Can anyone help me with this?? Thanks a lot friends!!! View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Mapping Configuration Exception

2005-01-24 Thread pittupgd
color=blue] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863369#3863369 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863369 --- This SF.Net email is sponsored by

[JBoss-user] [JBossWS] - Re: Multiple bindings not supported for service

2005-01-24 Thread raja05
In other words, should there only be a 1:1 ration between the Service and the ports? According to the WSDL Documentation, it looks like there could be multiple ports per service but can i have 2 different endpoints that relate to different webservices in a single "service" element? View the o

[JBoss-user] [Installation & Configuration] - Compiling 3.2.6 under Java 1.3.1 with errors

2005-01-24 Thread jbobek
When I try to compile 3.2.6 under Java 1.3.1 , i get these errors: compile-mbean-sources: _default:compile-classes: [javac] Compiling 520 source files to Z:\Install\JBoss\jboss-3.2.6-src\jmx\o utput\classes Z:\Install\JBoss\jboss-3.2.6-src\jmx\src\main\javax\management\Query.java:337: v alueOf

[JBoss-user] [Security & JAAS/JBoss] - Problem with Basic Authentication

2005-01-24 Thread giordano
Hello, I have the following problem: I developed 2 simple web application with JBoss 4.0.0 (with Tomcat50.sar patch) and JBoss 4.0.1. The first application with FORM Authentication and the second application with BASIC Authentication. The first application works fine and also work fine the ins

[JBoss-user] [Management, JMX/JBoss] - Re: MBean and how to add to Classpath

2005-01-24 Thread [EMAIL PROTECTED]
This is not the right way to do it. JBoss has a very elaborate classloading system (see http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases, you can't just modify the global JVM classpath! If your resource is inside your service archive (e.g. at the root of it "myresource.xml") th

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Jboss 4.0.1 and JSF

2005-01-24 Thread pcampagn
Sorry, the correct lines are < listener > < listener-class>com.sun.faces.config.ConfigureListener < /listener > View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863357#3863357 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Jboss 4.0.1 and JSF

2005-01-24 Thread pcampagn
Yes, you are right. I find a working solution: it was necessary to add these lines to my application's web.xml file com.sun.faces.config.ConfigureListener Thank you. Paolo Campagnaro. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863356#3863356 Reply

[JBoss-user] [Installation & Configuration] - Re: Message Driven Bean Config

2005-01-24 Thread Frito
It's set within the invoker-proxy-binding. You can configure your beans binding with your beans jboss.xml or with conf/standardjboss.xml . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863354#3863354 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Installation & Configuration] - Re: app crashing - out of memory

2005-01-24 Thread Frito
Start your vm with -Xmx to set the available heap. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863352#3863352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863352 --

[JBoss-user] [Clustering/JBoss] - Re: CoordGmsImpl and GMS error messages

2005-01-24 Thread [EMAIL PROTECTED]
Does this happen to an instance of JBoss that is started, or to instances that are already running ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863351#3863351 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863351

[JBoss-user] [Clustering/JBoss] - Re: How to seperate two clusters within the same network ?

2005-01-24 Thread [EMAIL PROTECTED]
You probably have other services running that join a cluster, e.g. ClusterPartition, TreeCache, HTTP session repl etc View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863350#3863350 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Beginners Corner] - Re: How to seperate log file of one MBean into an seperate f

2005-01-24 Thread Frito
Define your own appender within conf/log4j.xml to write in your own file. Then define a new category for your mbean which is the only one logging into the appender above. Done ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863349#3863349 Reply to the po

[JBoss-user] [Beginners Corner] - Re: HelloWorldMBean using JBoss

2005-01-24 Thread Frito
Please read some faq, wiki, doko regarding jboss, mbeans, ... If you are still stuck come back with a concrete problem... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863348#3863348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB/JBoss] - Best practice for storing EJB Stateful reference in Servlet

2005-01-24 Thread efcorpa
Hi everybody, I'm new to Stateful EJB (I had allways worked with stateless), so when I started working with EJBSF I (wrongly) thought that every time you invoked "create" method, container was clever enough to give you the same EJB instance. Since, instead of that, a new instance is created, the