Re: [JBoss-user] XAConnectionImpl warning

2002-10-04 Thread David Jencks
I doubt this is going to cause a problem, but I'd appreciate your filing a bug (assign it to me if possible) and I will try to find time to look at it thanks david jencks On 2002.10.04 05:54:04 -0400 Giorgio Ponza wrote: > Hi all. > I have JBoss 2.4.8 and PostgreSQL 7.2.2 > > i create a Pool wi

Re: [JBoss-user] Cloudscape database datasource conf. file for JBOSS 3.x

2002-10-04 Thread Greg Turner
I've worked a lot with JBoss/Cloudscape. First, nothing to change in conf directory, so restore if you have changed anything. There are other ways to do it, but here is the way I do it. Make a sar file that conforms to the JBoss definition of sar. See JBoss docs. In your sar file, put the Clo

[JBoss-user] JBoss/Jetty: Realm Not Configured

2002-10-04 Thread David Ward
I have an app that works great with jboss-2.4.3_tomcat-3.2.3, but I can't get it to work with jboss-3.0.3 (w/ integrated Jetty). It has a secure area that when I access it via a web browser, I get: HTTP ERROR: 500 Realm Not Configured RequestURI=/docs/sweb/david_cust/david_site/PrintItSimple

[JBoss-user] Cloudscape database datasource conf. file for JBOSS 3.x

2002-10-04 Thread Alexander Totok
I am trying ot run Java PetStore with Cloudscape database on JBOSS 3.0.2. I have trouble configuring database datasourse. Anybody using JBOSS 3.x with the Cloudscape database? Could you please help with the conf. xml file? --Alexander --- T

Re: [JBoss-user] SRP client login problem

2002-10-04 Thread Scott M Stark
By default SRP only allows one active username with a session. The "Ignoring SRP session due to existing session" message is saying the second attempt to initiate a SRP session for aaa will not replace the existing session. You need to enable multiple sessions per user via the multipleSessions=tru

RE: [JBoss-user] Clustering and MBean Failover Question

2002-10-04 Thread Sacha Labourey
Hello, Nothing in the pipe. But if it had to be implemented, maybe it would be something like the scheduleer mbean i.e. an mbean that would call the appropriate method on any other mbean when it becomes a master. Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECT

RE: [JBoss-user] Clustering and MBean Failover Question

2002-10-04 Thread James Higginbotham
This sounds like an interesting solution. A question, though: Are there any plans to implement a way to define an mbean as being in a master/slave configuration from a -service.xml descriptor? Not that I'm asking you to implement it, but wanted to see if this is something the JBoss team has had

[JBoss-user] Sporadic problem starting up, effects Jasper compilation of JSP pages

2002-10-04 Thread Jonathan . O'Connor
Guys, Here's a strange thing: If I take JBoss 3.0.1 straight out of the box and do run -c default, everything works wonderfully, and I can go to the JMX console web page without any problems. However, if I take a copy of the server/default and copy it to server/traxbahn 1. I add two libraries

[JBoss-user] Using BLOB with oracle 8i thin driver...

2002-10-04 Thread Sebastien CHAUSSON
Did anybody manage in using BLOB in cmp fields with oracle 8i thin driver ? I use Jboss 3.0.2 and I get the following exception when trying to store my entity beans :   java.lang.ClassCastException: org.jboss.ejb.plugins.cmp.jdbc.ByteArrayBlob    at oracle.jdbc.driver.OraclePreparedStat

RE: [JBoss-user] SRP client login problem

2002-10-04 Thread KRALIK Vladimir
This problem happends only if first client doesn't call LoginContext.logout(). vlk > -Original Message- > From: KRALIK Vladimmr [mailto:[EMAIL PROTECTED]] > Sent: 4. oktobra 2002 15:47 > To: Jboss-Users (E-mail) > Subject: [JBoss-user] SRP client login problem > > > He

[JBoss-user] log4j 1.2x required by an external client?

2002-10-04 Thread Hans Schmid
Thanks for the hint. I am not able to reproduce this since my ejb.jar does not deploy anymore under Jboss 3.2.0beta :( The Verifier seems to accept my 2 SessionBeans. Any ideas? Thanks, Hans 2002-10-04 16:22:10,048 DEBUG [org.jboss.ejb.EJBDeployer] Verifying file:/C:/Projects/einsurance/weba

[JBoss-user] Re: Accessing a ServletContext from an EJB

2002-10-04 Thread Achilleus Mantzios
On Fri, 4 Oct 2002, Achilleus Mantzios wrote: > > I would like to bind the ServletConext (i use one JVM for > both catalina,jboss) to a name, and then have the remove() > method of the SFSB to remove the attribute from the servletContext. Here by "name" i mean a name under JNDI local java:/ name

[JBoss-user] Accessing a ServletContext from an EJB

2002-10-04 Thread Achilleus Mantzios
I would like to know if someone has suceeded in accessing a ServletContext from within a SFSB. The problem has as follows: I use a staeful session EJB to compute and produce some dynamic images along with their image metadata (image maps etc..) I set a maximum lifetime for these beans in jboss3

[JBoss-user] SRP client login problem

2002-10-04 Thread KRÁLIK Vladimír
Hello all, I've problem with second SRP standalone client login. First it's OK. WEBapp works fine. What do I do bad ? thanks vlk Environment : JDK 1.3.1 / W2K / JBoss 3.0.3 with Tomcat 4.1.12 Problem : First time after r

Re: [JBoss-user] jboss-all compilation

2002-10-04 Thread Chris Bonham
To retrieve new directories from CVS try this command: cvs update -d -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) Quoting David Jencks ([EMAIL PROTECTED]): > Maybe you updated an old checkout. Try a

RE: [JBoss-user] Changing the RMIObjectPort

2002-10-04 Thread Sacha Labourey
Check your jndi.properties on the client side: you have the port number (or IP address) that don't match with the actual value on the server. This has nothing to see with the RMIObject port but with your JNDI settings (1099 by default) > -Message d'origine- > De : [EMAIL PROTECTED] > [mai

Re: [JBoss-user] Avoid creating elements

2002-10-04 Thread Chris Bonham
When looking up your EJB homes from JNDI, are you prefixing the name with java:comp/env/ ? When I did this, I had to have an for every EJB that referenced by that bean. Just use ejb/MySupermanEJB directly and you shouldn't need the tag. -- Chris Bonham President/CEO Third Eye Consulting, Inc.

[JBoss-user] Trying to change Tx in enlist

2002-10-04 Thread Marko Štrukelj
Title: Trying to change Tx in enlist Hello, I've been having a strange problem for some time now which I can't trace to my own code. I'm using Jboss-3.0.3 now, the same problem was with 3.0.1 and here it is - the problem: When doing very intensive remote calls via statefull session, u

[JBoss-user] Avoid creating elements

2002-10-04 Thread Randahl Fink Isaksen
Is there a way to avoid creating elements in your EJBs declarations?   We have an ejb-jar.xml with literally thousands of lines of XML, and quite many of those lines contain element information. All of our elements refer EJBs in the same ejb-jar. It seems superfluous yet without it not

Re: [JBoss-user] Jboss on WIN2000

2002-10-04 Thread Stephen Davidson
Greetings. I have been getting more than adequate performance on some boxes running Linux 2.4.10 & 2.4.18. The 2.4.18 does appear to be somewhat faster. I have not had a chance to run a full load test on it yet, however. The CPUs are 1.2Ghz AMDs, with 1.5GB 133Mhz SDRam. You did tune your ke

Re: [JBoss-user] Jboss on WIN2000

2002-10-04 Thread Marius Kotsbak
Bill Burke wrote: >Actually, I've been doing some performance tests lately(ECPERF) and Linux >sucks, really sucks. (Haven't tried the IBM threading model though). Win2k >is much better performing, although I hate to admit it. > Is that true for the new 1.4.1 from sun (possible with multiple CPU

Re[3]: [JBoss-user] jboss 303, "Could not load field value" EJBEx

2002-10-04 Thread Alex Loubyansky
This is now fixed in Branch_3_0. alex Friday, October 04, 2002, 9:27:11 AM, you wrote: AL> This is really a bug. I'll look at it. AL> alex AL> Thursday, October 03, 2002, 8:35:23 PM, you wrote: MG>> Alex Loubyansky wrote: >>> is nazva a read-only field? MG>> The whole entity bean is marked r

RE: [JBoss-user] MQ Series messages to JBoss message beans?

2002-10-04 Thread Geer, Benjamin
Jon Haugsand wrote: > Thanks a lot, we are now looking into it. However, we are uncertain > if this is enough to activate automatically a message driven bean? Is > it? I don't know, because I'm not using message-driven beans. I'd suggest looking for information about setting up message-driven

[JBoss-user] XAConnectionImpl warning

2002-10-04 Thread Giorgio Ponza
Hi all. I have JBoss 2.4.8 and PostgreSQL 7.2.2 i create a Pool with this code in jboss.jcml db_shop org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl It works, but when i set the con.setAutocommit(true) or con.setAutocommit(false) from my java code, jboss writes on console [WAR

RE: [JBoss-user] Jboss on WIN2000

2002-10-04 Thread Rupp,Heiko
> I am using Jboss3.0 with Tomcat 4.0.3 with Win98. I plan to use with > Win2000. ANyone has faced any issues that I need to take care of when > deploying ? I DON'T want to use it as service for Win2000. JBoss 3.2beta runs just fine here on W2k SP2. You might need to hardcode the path to the JDK

[JBoss-user] ADV: Harvest lots of Targeted Email addresses quickly .......................... 2002-10-4 16:25:29

2002-10-04 Thread sony2000
Dear jboss-user ,        Want To Harvest A Lot Of Targeted  Email   Addresses In A Very Short Time? Target Email Extractor is  a  powerful  Email  Program that  harvests Targeted Email Addresses from search engines, an

Re: [JBoss-user] MQ Series messages to JBoss message beans?

2002-10-04 Thread Jon Haugsand
* Benjamin Geer > Here's a little HOWTO that I wrote for the project I'm currently working > on. > > Using JBoss with MQSeries JMS > = Thanks a lot, we are now looking into it. However, we are uncertain if this is enough to activate automatically a message driven bea

RE: [JBoss-user] Jboss on WIN2000

2002-10-04 Thread Georg Schmid
I think it's a problem with the broken Linux threading. From what I read they just started to attack this problem in the most recent development kernels (using a 1:1 mapping from user to kernel threads). I have been developing on Dos/Windows, Linux and other Unixes (mostly Solaris) the last 7 ye