[JBoss-user] [HELP] CommunicationException in JNDI

2002-03-21 Thread Eric Huang
Hello world, I try to connect to the session bean from the standalone application. I did connect before. But I can't connect now. Hoever my program within a single EAR running well. Maybe it's the reason I setup JBossMQ and mess up the configuration. Can anybody give me a hint where I can kill the

[JBoss-user] Possible fix for port 1099 conflict

2002-03-21 Thread Peter . Moran
Apologies if already posted... I recently ran into problems with ClearCase clashing with JBoss on usage of port 1099. ClearCase allocates port numbers (at least on my machine) in the 1000+ range for the view_server, and sometimes after a reboot 1099 was taken by the time I fired up JBoss. This s

Re: [JBoss-user] ejb foreign contsraints question

2002-03-21 Thread David Jencks
After reading your post a second time... I always assumed that what you are trying to do would work so never bothered figuring out whether or not the specs require it to. In any case, jboss makes sure that any "connection" you get from the same datasource, enrolled in the same [user] transactio

[JBoss-user] jboss and freebsd

2002-03-21 Thread Felipe Oliveira
hi all, i am trying to use JBoss-2.4.4_Tomcat-4.0.1 on FreeBSD but it's not stable at all. I am using JDK1.4. the server blows up every 5 minutes, even when i try to deploy. any thoughts? it seems to be a problem with the Sun JVM. thanks, felipe ___

RE: [JBoss-user] How do JBoss handle other application change database content?

2002-03-21 Thread Leigh Wanstead
Thanks dain and danch for your quick reply. It seems someone have to make a choice on performance. Is that in JBoss 3.0 cluster must use commit option B or C or D not A? -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 9:14 AM To: [EMAIL PRO

Re: [JBoss-user] How do JBoss handle other application change database content?

2002-03-21 Thread Dan Christopherson
Changes will be picked up as long as you change the 'commit-option' setting from 'A' (the default) to 'B' or 'C'. You can do this either in standardjboss.xml for all entity beans (at the cost of needing to remember that you did that when you upgrade) or by defining a new container-config in yo

Re: [JBoss-user] How do JBoss handle other application change database content?

2002-03-21 Thread Dain Sundstrom
Leigh, It depends on the commit option specified for the entity. If you use commit option B or C, then the internal data will be updated between transactions. The data for an entity is loaded at the beginning of the transaction. The commit option is specified in the jboss.xml file. For mo

[JBoss-user] How do JBoss handle other application change database content?

2002-03-21 Thread Leigh Wanstead
Hello everyone, I got a question regarding to how do JBoss handle other application change database content. Let's say another c application use odbc to change some data, will JBoss entity bean update its internal content? Thanks in advance. Best Regards Leigh ___

RE: [JBoss-user] ejb foreign contsraints question

2002-03-21 Thread bryan hansen
Thanks for the response, I was thinking something along the lines of your response as to what the problem might be. I guess the solution unfortunatly is implementation specific if you try to break out the database across two stateless session beans. This would make some sense because if the statel

RE: [JBoss-user] using ms sql server 2000 with jboss

2002-03-21 Thread JD Brennan
Here's what worked for me with JBoss 2.4.4...   Put the MS SQL JDBC driver in /jre/lib/ext   Here's what I had to change in the jboss.jcml file for SQL Server:     org.hsqldb.jdbcDriver,com.microsoft.jdbc.sqlserver.SQLServerDriver          org.jboss.pool.jdbc.xa.wrapper.XADataSourceI

Re: [JBoss-user] CMP of EJB2.0 with Postgres

2002-03-21 Thread David Jencks
in deploy david jencks On 2002.03.21 10:23:12 -0500 Allan Kamau wrote: > I am unable to use postgreSQL for CMP of my EJB2.0 > bean. > I have looked at Gnacio Coloma's postgres-service.xml > but I'd like to know where to save this file or the > contents of this file. And also any other > configura

Re: [JBoss-user] ejb foreign contsraints question

2002-03-21 Thread MSedliak
Hi Bryan, as for me, the problem is not on JBoss side. We have a similar scenario and it works great. We use oracle too. How do you perform insert into a file table ? Marek

[JBoss-user] CMP of EJB2.0 with Postgres

2002-03-21 Thread Allan Kamau
I am unable to use postgreSQL for CMP of my EJB2.0 bean. I have looked at Gnacio Coloma's postgres-service.xml but I'd like to know where to save this file or the contents of this file. And also any other configuration required. Thank you all. Allan. __

[JBoss-user] Servlet wierd behaviour regarding concurrency in tomcat 4.0.1

2002-03-21 Thread Achilleus Mantzios
Hi, I have seen a strange threading behaviour in catalina engine. Although it is not of strictly jboss interest, i think it is still strange :) For servlets that a) Dont implement SingleThreadModel b) Dont synchronize over resources c) Dont have service methods synchronized, the server serves 2

[JBoss-user] ejb foreign contsraints question

2002-03-21 Thread bryan hansen
I have a question as to if this will work in JBoss. I have tried this in IPlanet (which sucks) and it is not working, but I believe that it should. I have an statless session ejb that starts a user transaction called process. It then calls a statless session ejb named file that inserts some data

[JBoss-user] certification timescales?

2002-03-21 Thread Benoit Xhenseval
Hi I hear that JBoss 2.4.4 will be submited to Sun for J2EE 1.3 certification. Is this true? Do you have any idea of when the results will be known? Great product! Benoit. __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® ht

[JBoss-user] local interfaces for JBoss 2.4.4

2002-03-21 Thread Māris Orbidāns
thanx Maris BTW I have made a little example by myself of local interfaces for JBoss 2.4.4. you can get it here http://www.datapro.lv/~mariso/ejb/LocalInterfaces.zip -Original Message- From: Sternagel Annegret (PN-SYS/PE) [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 3:0

RE: [JBoss-user] timeout of session beans

2002-03-21 Thread Sternagel Annegret (PN-SYS/PE)
look at the container-configuration () in \jboss\conf\default\standardjboss.xml the defaults are max-bean-age 600 seconds (passivation) max-bean-life 1800 seconds (removal) To set these values you can either change the values in standardjboss.xml for the relevant container-configuration or add

[JBoss-user] timeout of session beans

2002-03-21 Thread Māris Orbidāns
How to set subj. ? How long container waits before they are passivated or deleted ? JBoss 2.4.x Maris Orbidans ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user