RE: [JBoss-user] Local interfaces, equals, isIdentical, and collections

2004-02-13 Thread Alexey Loubyansky
> the EJB 2.0 spec, section 9.8: > > "The result of comparing two object references using the Java > programming language Object.equals(Object obj) method is unspecified. > Performing the Object.hashCode() method on two object > references that represent the entity object is not guaranteed > to

Re: [JBoss-user] Catalina allowLinking

2004-02-13 Thread Nadeem Bitar
Thanks Remy, for some reason i missed the server.xml file, previous jboss versions didn't have it. having server.xml makes life easier. merci, nadeem. On Fri, 2004-02-13 at 21:32 +0100, Remy Maucherat wrote: > Nadeem Bitar wrote: > > > I tried changing allowLinking from the JMX Mbean view for

Re: [JBoss-user] Catalina allowLinking

2004-02-13 Thread Remy Maucherat
Nadeem Bitar wrote: I tried changing allowLinking from the JMX Mbean view for catalina on jboss3.2.4 rc1 but it throws a ReflectionException How ca i change the allowLinking setting with tomcat5 on jboss3.2.4 How would you do it with Tomcat standalone ? Do you see that server.xml file in the Tomca

[JBoss-user] Catalina allowLinking

2004-02-13 Thread Nadeem Bitar
I tried changing allowLinking from the JMX Mbean view for catalina on jboss3.2.4 rc1 but it throws a ReflectionException How ca i change the allowLinking setting with tomcat5 on jboss3.2.4 ReflectionException: Cannot find setter method setModelerType StandardEngine[jboss.web].StandardHost[localho

[JBoss-user] Local interfaces, equals, isIdentical, and collections

2004-02-13 Thread Craig Berry
In our application, it is frequently necessary to form Sets of EJB local interface objects in stateless session bean methods. For example, we might obtain two collections of locals from a pair of entity-bean finder methods, and wish to merge them eliminating duplicates before iterating over the re

[JBoss-user] Give me a hand with mod_proxy

2004-02-13 Thread Andrew C. Oliver
I've been writing some instructions on using HTTPD/mod_proxy to front end JBoss/Tomcat in a load balanced situation. (Not that you want to do this optimally, but I'm just trying to be complete and balanced) Unfortunately, the machine I'd planned to test this on had a defective processor fan and I

RE: [JBoss-user] [Persistence & CMP/JBoss] - Re: Problem : CMR field cannot be null

2004-02-13 Thread Alexey Loubyansky
Title: [JBoss-user] [Persistence & CMP/JBoss] - Re: Problem : CMR field cannot be null A field is either a CMP or CMR, not both. CMP fields can be mapped to foreign key columns.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rod MacphersonSent: Friday, February 13, 2004

RE: [JBoss-user] invalidate entity bean

2004-02-13 Thread Bruce Ashton
THanks that was exactly what I wwas looking for. :) > -Original Message- > From: Andrew C. Oliver [mailto:[EMAIL PROTECTED] > Sent: 13 February 2004 16:10 > To: [EMAIL PROTECTED]; Bruce Ashton > Subject: Re: [JBoss-user] invalidate entity bean > > > If you look in the clustering or admin

RE: [JBoss-user] invalidate entity bean

2004-02-13 Thread Bruce Ashton
OK, A deathly silence... maybe nobody has run into this before. I have googled about a bit, and I found out that JBoss actually has a built in cache invalidation service for clustering. This is where you put true in your elements in the jboss.xml deployment descriptor. JBoss uses JMS to invalida

Re: [JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Andrew C. Oliver
Title: Re: [JBoss-user] Out of memory error in freeBSD Are you positive it isn’t this: http://jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenRedeploying The page talks mostly about redeployment but 800 JSPs could also be a lot of class definitions.  Thus fill up the perm generation pool

Re: [JBoss-user] unlock entity Bean

2004-02-13 Thread Andrew C. Oliver
Can you maybe change your transaction settings? If you are wanting to "unlock" it then you obviously have a separate transaction. Its also possible that instance per transaction or optimistic locking could help but I'm betting you just need to read up on J2EE transaction attributes or attend a tr

Re: [JBoss-user] problems in building jboss from sources

2004-02-13 Thread Andrew C. Oliver
Title: Re: [JBoss-user] problems in building jboss from sources How did you check it out? http://jboss.org/developers/guides/quickstart -Andy From: "Marco Mistroni" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 13 Feb 2004 09:10:24 - To: <[EMAIL PROTECTED]> Subject: RE: [JBos

Re: [JBoss-user] invalidate entity bean

2004-02-13 Thread Andrew C. Oliver
If you look in the clustering or admin/dev guide, you'll find there are container configurations for just this. You can either use JMS or JGroups and publish messages or JGroups multicast messages. Alternatively, you can use JMX and call the invalidate method with the primary key on the container

[JBoss-user] [EJB/JBoss] - Can't delpoy simple EJB

2004-02-13 Thread crispyoz
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821421#3821421 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821421 I think I'm going nuts, but for the life of me I cannot see why my bean won't deploy. It always compla

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule and Oracle Datasource

2004-02-13 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821420#3821420 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821420 Turn on debugging by adding the following category setup to the conf/log4j.xml file: < category

[JBoss-user] [Installation & Configuration] - Re: Linux: DeploymentException: ... trying to install alrea

2004-02-13 Thread muriwo
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821419#3821419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821419 I have encountered the same problem (JBoss 3.2.2 worked fine on Win2K, but JBoss 3.2.3 on Mandrake 9.2

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR, CMP and forgein keys as primary keys: maybe, a work

2004-02-13 Thread Sarsipius
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821418#3821418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821418 Sorry, my bad. I found a typo in the fk-column. Had "ItemiD" instead of "ItemID", which of course ca

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke application error

2004-02-13 Thread ahardy66
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821417#3821417 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821417 then jboss either hasn't found the ear file or it threw an exception loading it. Make sure you ran the

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke application error

2004-02-13 Thread pgoes
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821416#3821416 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821416 The entries you mentioned aren't there. The only existing entry is: service=WebServer. When I click on

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke application error

2004-02-13 Thread ahardy66
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821415#3821415 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821415 on the jmxconsole then, under the header jboss.web, do you see the following entries: # context=/

Re: [JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Paul Ekeland
Ryan, we're going to try this option, even though it seemed at first freeBSD 5.1 dynamically dealt with process limits. Thanks! Paul Ryan Maclear wrote: Hi Paul, I don't know if this is relevant in your case, but I've had this problem before on other FreeBSD versions (4.7-STABLE) and f

[JBoss-user] [Nukes User] - Re: Email from Watched Forums

2004-02-13 Thread dirtyben13
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821414#3821414 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821414 Still have yet to get this working... I can get it to send a message from the JMX console but not fro

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke application error

2004-02-13 Thread pgoes
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821413#3821413 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821413 Yes, the server is running and under default configuration mode -

[JBoss-user] [J2EE Design Patterns] - Re: Heathcare Framework for J2EE

2004-02-13 Thread jcl
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821412#3821412 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821412 Although there isn't much information yet and no releases yet this will come with in the next couple o

[JBoss-user] [Nukes User] - Re: Stability

2004-02-13 Thread dirtyben13
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821411#3821411 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821411 Ok, I think you are kidding, but I have already noticed some changes in the user table, so I think I a

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke application error

2004-02-13 Thread ahardy66
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821409#3821409 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821409 The first thing I would check is that the jboss console is running, under http://localhost:8080/jmx-

[JBoss-user] [Installation & Configuration] - Re: Start JBoss - Depends On Me: java.lang.NoClassDefFoundEr

2004-02-13 Thread dppsp
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821410#3821410 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821410 And when I try http://192.168.10.19:8080/jboss-net/servlet/AxisServlet I receive HTTP Status 503

[JBoss-user] [Nukes User] - Re: forums bug

2004-02-13 Thread dirtyben13
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821408#3821408 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821408 Please see http://www.jboss.org/index.html?module=bb&op=viewtopic&t=44109 there is a bug in the them

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule and Oracle Datasource

2004-02-13 Thread japslap
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821407#3821407 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821407 Hi All: I am having some issued with the DatabaseServerLoginModule. I have two datasources defined:

[JBoss-user] unlock entity Bean

2004-02-13 Thread Stefan Schuster
Hi, is it possible to unlock a entityBean explicit ? I am having a deadlock situation here, because I need to access an entityBean in some stateless session bean, but the entityBean (the exact same instance, same PK) is locked because it is used in another sessionBean at the same time. Any hints

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke application error

2004-02-13 Thread pgoes
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821406#3821406 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821406 Yes, I did it successfully. All steps until the deployment were performed according to jbossj2ee.pdf t

[JBoss-user] [Installation & Configuration] - Start JBoss - Depends On Me: java.lang.NoClassDefFoundError

2004-02-13 Thread dppsp
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821405#3821405 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821405 Hello, I've had some problems to start the jboss. When I've started, I've received this message: M

[JBoss-user] [Beginners Corner] - Re: File System ExternalContext Problem

2004-02-13 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821404#3821404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821404 After fighting with mounting a file system in JNDI with JBoss 3.2.2 I have finally solved the problem!

[JBoss-user] [Datasource Configuration] - Re: ExternalContext Problem

2004-02-13 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821403#3821403 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821403 After fighting with mounting a file system in JNDI with JBoss 3.2.2 I have finally solved the problem!

[JBoss-user] [Installation & Configuration] - Re: Cannot see external context in JNDI namespace

2004-02-13 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821402#3821402 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821402 After fighting with mounting a file system in JNDI with JBoss 3.2.2 I have finally solved the problem!

[JBoss-user] [JBoss Getting Started Documentation] - Error: jboss.net:service=Axis state Failed

2004-02-13 Thread dppsp
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821401#3821401 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821401 Hello, I've had some problems to start the jboss. When I've started, I've received this message: M

[JBoss-user] [JBoss Getting Started Documentation] - Re: Security information - totally confusing

2004-02-13 Thread ahardy66
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821400#3821400 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821400 shame I can't edit the message - what I also meant to ask is whether this security domain config in JB

[JBoss-user] [EJB/JBoss] - Re: Tomcat loses connection to JBoss

2004-02-13 Thread marc fleury
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821399#3821399 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821399 juha is right on that one, reboot the whole --- S

[JBoss-user] [JBoss Getting Started Documentation] - Re: Security information - totally confusing

2004-02-13 Thread ahardy66
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821398#3821398 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821398 Hi all, just working my way thro' the getting started, and I'm trying to configure the Bank app to tak

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Thread leak

2004-02-13 Thread pants
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821397#3821397 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821397 What is the issue with the HSQL db? I'm getting thread leaks as well. Is there a fix? ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss MQ hangs

2004-02-13 Thread pants
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821396#3821396 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821396 Did you find a fix for this, I'm seeing the same behaviour. Thanks in advance. --

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started on JBoss 3.2.x

2004-02-13 Thread darranl
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821395#3821395 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821395 I take it you didn't read chapter 2 in the getting started guide then - The one that describes the dif

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke application error

2004-02-13 Thread ahardy66
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821394#3821394 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821394 Hi there, I'm a jboss newby myself but it looks like your webapp isn't running because you haven't dep

[JBoss-user] invalidate entity bean

2004-02-13 Thread Bruce Ashton
I have some entity beans backed by data that is regularly modified by external applications. (BMP beans, the database is essentially an interface to an EIS.) The database is Oracle, and I want to use Java Stored Procedures to invalidate cached beans when the database is updated. All the methods yo

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - ex04_01 clients programs hang

2004-02-13 Thread dexterwong
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821393#3821393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821393 Hi, just curious when I run the com.titan.clients.Client_1 or com.titan.clients.Client_2 programs the

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: Ex 4_01a client issue

2004-02-13 Thread dexterwong
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821392#3821392 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821392 Hi, I ran into the same problem. As a workaround I included all the %JBOSS_HOME%\lib\*.jar in my CLA

[JBoss-user] [Performance Tuning] - Re: Intermittent crashes

2004-02-13 Thread darranl
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821391#3821391 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821391 Nathan, which JDK are you using? --- SF.Net is sp

[JBoss-user] [Connectors and JCA/JBoss] - Re: local tx question

2004-02-13 Thread yxyang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821390#3821390 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821390 Hi, I try to modify my jboss.xml file so that it includes : < resource-re

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Getting EJB from jsp in different container

2004-02-13 Thread kabkhan
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821389#3821389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821389 I've never tried this, but my guess is that you would need to modify jndi.properties on the web server

[JBoss-user] [EJB/JBoss] - Re: accessing Local Interfaces from JSP's

2004-02-13 Thread darranl
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821388#3821388 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821388 As JBoss optimises the calls anyway I would also reccomend using the remote interfaces so that if you

[JBoss-user] [Nukes User] - Re: forums bug

2004-02-13 Thread cooper
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821386#3821386 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821386 this may be a nasty HTML bug on IE, that must come from the theme. could you change it to see ?

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with changing password

2004-02-13 Thread kolegakierownik
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821385#3821385 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821385 I think you are right. Does anybody know how to login user again programmatically ? Thanks for your h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: QueueSession and QueueReceiver

2004-02-13 Thread nmartins
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821384#3821384 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821384 Hi, You were right in the order because now session can be closed without hanging. The problem is o

[JBoss-user] J2EE Transactions and isolation levels

2004-02-13 Thread Stefan Schuster
Hi, I am having some trouble with what looks like a deadlock. Here is the scenario There are 2 machines, lets call them A and B, both running JBoss. A has a representation of B as a entity Bean (eB) Then flow is as follows: A gets eB from the DB and calls B via Web Service, B connects to A and r

[JBoss-user] [Beginners Corner] - Re: EJB References

2004-02-13 Thread tsangcn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821383#3821383 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821383 BE CAREFUL when use context.getEJBLocalObject() in JBoss 3.2.1. It seems that there is an intermitten

[JBoss-user] Help with DatabaseServerLoginModule

2004-02-13 Thread aalimonti
Hy guys, i'm using for the first time jaas on JBoss so i wrote a simple program to test it. I'm using a jsp to autenthicate myself to JBoss using DatabaseServerLoginModule on a Sybase Database. My problem is, i never can authenticate, it seems that Principal object when it is passed to jboss a

[JBoss-user] [Clustering/JBoss] - how to get MasterNode for SingletonController?

2004-02-13 Thread kaobe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821382#3821382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821382 Hi again, I have a new question. We have some methods that we have to implement in a singleton in

Antwort: [JBoss-user] [Datasource Configuration] - Configuring Multiple Dasasource

2004-02-13 Thread Johannes Plachy
Hi, it is possible to specify the min & max pool size for each datasource indiviually and you dont need to put each datasource definition in a separate config file. see example from my config           MyToplinkDataSource                                         5         20         5000  

[JBoss-user] [Management, JMX/JBoss] - Re: inter module dependency with depends tag

2004-02-13 Thread jieshengz
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821381#3821381 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821381 I want to war deployed BEFORE the ejb.jar. Can I control it? Thanks jason -

[JBoss-user] [Datasource Configuration] - Configuring Multiple Dasasource

2004-02-13 Thread mcapitanio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821380#3821380 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821380 Hello, I am working with Jboss working over multiple database on multiple machine. For every DS,

[JBoss-user] [Connectors and JCA/JBoss] - Re: local tx question

2004-02-13 Thread yxyang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821379#3821379 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821379 hI, Thanks for replying. Actually i don't require JMS to support transaction. But I need OTHER co

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB Security across different servers

2004-02-13 Thread paulhilliar
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821377#3821377 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821377 That fixes it - thanks Paul. --- SF.Net is spo

[JBoss-user] [EJB/JBoss] - Re: ejb transaction timeout problem!

2004-02-13 Thread rafaborges
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821376#3821376 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821376 I try to invoke an operation to an EJB which takes 4 minutes aporx. This EJB is called from a Java cla

[JBoss-user] [EJB/JBoss] - NullPointer when invoking method on SessionBean

2004-02-13 Thread gweb
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821375#3821375 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821375 I get a weird NullPointerException when i invoke a method pairHullATISCode on my StatefulSessionBean.

[JBoss-user] [Clustering/JBoss] - Re: Clustering on HP-UX

2004-02-13 Thread Didi1976
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821374#3821374 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821374 What I forgot to post is how the story ended: The problem seems to be my java version: phohpux2:/op

Re: [JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Ryan Maclear
Hi Paul, I don't know if this is relevant in your case, but I've had this problem before on other FreeBSD versions (4.7-STABLE) and fixed it as follows: FreeBSD has kernel level user process limits, including direct memory allocation If the user limits are too low for your jboss instance togethe

[JBoss-user] [Beginners Corner] - NullPointerException on invoking method of SessionBean

2004-02-13 Thread gweb
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821373#3821373 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821373 I get a weird NullPointerException when i invoke a method pairHullATISCode on my StatefulSessionBean.

[JBoss-user] [Connectors and JCA/JBoss] - Re: local tx question

2004-02-13 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821372#3821372 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821372 PostgreSQL does not support two phase commit, see the FAQ for more information. ---

[JBoss-user] [Installation & Configuration] - Apache+SSL+Jboss-Tomcat bunded

2004-02-13 Thread dkdkdk
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821371#3821371 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821371 I have downloaded the following package: apache_1.3.29.tar.gz apache_1.3.29+ssl_1.53.tar.gz rsaref20

[JBoss-user] [HTTPD, Servlets & JSP] - Re: SSL in JBoss 3.2.2 and Tomcat

2004-02-13 Thread formenti
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821369#3821369 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821369 I try to activate SSL on 3.2.3 but I think that on 3.2.2 it's possible in the same way: 1) create a ke

RE: [JBoss-user] problems in building jboss from sources

2004-02-13 Thread Marco Mistroni
Hi all,     I don\t want to spam, but I didn’t get any help after I posted to the list… I am experiencing problems in building JBoss 3.2 from sources… can anyone help me Or at least point me to a FAQ or an already posted message with same subject?   With best regards  

[JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Paul Ekeland
Hello all, I am trying to deploy our application on JBoss in a freeBSD 5.1 platform with 1Go of RAM, only to get to an OutOfMemory error. Here is the configuration: In a first step, we precompiled our JSP's (all 800 of them) and the server crashes during the loading of the servlets Witho

[JBoss-user] [Installation & Configuration] - Re: Jboss and tomcat

2004-02-13 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821368#3821368 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821368 That's normal behaviour when/as there is no root.war deployed. Try hitting http://localhost:8080/jmx-c

[JBoss-user] [Management, JMX/JBoss] - Re: inter module dependency with depends tag

2004-02-13 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821366#3821366 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821366 What do you want to achieve? When .jar and .war are packed in a .ear, the .jar will be deployed before

[JBoss-user] [Installation & Configuration] - JBOSS - netmon (netwrok monitoring software ) compatibility

2004-02-13 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821367#3821367 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821367 Hi, We have installed netmon ( netwrok monitoring software from Security Space ) to check the stat

[JBoss-user] [Installation & Configuration] - Jboss and tomcat

2004-02-13 Thread yaumeileng
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821365#3821365 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821365 hi, I have downloaded the JBoss and TOmcat bundled. I have unzip the downloaded Jboss-Tomcat.zI am

[JBoss-user] [Management, JMX/JBoss] - inter module dependency with depends tag

2004-02-13 Thread jieshengz
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821364#3821364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821364 I have a J2EE application. Which has a ejb module and web module. This ejb module depends on web modul

Antwort: [JBoss-user] [EJB/JBoss] - Re: EJB Lookup, Connection Refused.

2004-02-13 Thread Johannes Plachy
Hi, the host switch didnt work for me either The cleanest way to configure jboss is (IMHO) to use the port-bindings.xml configure the server to bind to a dedicated adapter/port combination for each service. ( see docs/examples/binding-manager.xml) (see dtd at file head for more information as t

[JBoss-user] [HTTPD, Servlets & JSP] - SSL in JBoss 3.2.2 and Tomcat

2004-02-13 Thread sanjewad
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821363#3821363 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821363 Hi I need to setup SSL in JBoss 3.2.2/Tomcat to enable HTTPS. Can anybody list down a step by step p

[JBoss-user] [Clustering/JBoss] - Re: Auto-discover node in the client

2004-02-13 Thread kaobe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821362#3821362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821362 Hi Jean-Francois, I have seen you got the solution for your problem. Could you please provide sni

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can I deploy value object to database?

2004-02-13 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821361#3821361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821361 Uh? ValueObjects are (with some help) translated into entity bean getters and setters which then acce