[JBoss-user] [Datasource Configuration] - Re: ORA-01453: SET TRANSACTION must be first statement of tr

2004-03-24 Thread rajeshnarkhed
hi, i m gettiing the same error under load in prod server. The error occurs intermmitently during a JDBC insert . But my oracle-ds.xml doesnt contain the TRANSACTION_READ_COMMITTED tag. and it has the followinig values 0 100 5000 3 did u manage to get any workaround/solution for this

[JBoss-user] [Messaging, JMS & JBossMQ] - JmsXA/QueueConnection Factory

2004-03-24 Thread sahumx
When I used in jboss.xml the config: jms/QueueConnectionFactory QueueConnectionFactory and jms/AsyncSenderQueue queue/jms/opc/OrderQueue The messages seem to be sent to the Queue but seem not to be picked from Queue(I tried with XAQueueConnectionFactory). When I use jms/QueueConnectionFactory jav

[JBoss-user] [Security & JAAS/JBoss] - Re: Transparently getting a DataSource Connection Using JAAS

2004-03-24 Thread adammal
Thanks for the reply scott, Here is my login-config.xml entry. .. .. As mentioned the server side LoginModule seems to be doing the right thing. The right people are being granted/denied access and I have checked the Principal in our front controller and it is set as

[JBoss-user] [Messaging, JMS & JBossMQ] - Help - Failed to deploy MDB

2004-03-24 Thread eshoresh
Hello All, Had a problem deploying an MDB. When i deployed it and sent messages to the queue it listen on i didn't recieve anything. Then i tried the oposite. first put some messages in a queue , then deploy the MDB. what i got was a bunch of stack traces in the JBoss console (come on guys...)

[JBoss-user] [Installation & Configuration] - camn't delet local~2.cla file:unable find the path of the fi

2004-03-24 Thread findno
when i run build.bat to build jboss3-2.3 with jdk-1.42,a class file named %{jboss-3.2.3-src.tar}%\jboss-3.2.3-src\jboss-3.2.3-src\build\output\jboss-3.2.3\server\all\deploy\jbossha-httpsession.sar\ClusteredHttpSessionEB.jar\org\jboss\ha\httpsession\beanimpl\interfaces\localclusteredhttpsessionhome

[JBoss-user] [Security & JAAS/JBoss] - Re:

2004-03-24 Thread [EMAIL PROTECTED]
Uncomment the SSL/TLS connector in the jbossweb-tomcat41.sar/META-INF/jboss-service.xml descriptor: | | | | | Specify CLIENT-CERT authentication in the web.xml descriptor: | | ... | | CLIENT-CERT | | http://www.jboss.org/index.html?mod

[JBoss-user] [HTTPD, Servlets & JSP] - Struts,fileupload,blocked

2004-03-24 Thread hahahui
I use the struts file upload to upload the content file. When using in the intranet,it works fine,but in the internet,the uploading process is blocked and my action is never called,what's wrong. JDK:1.4.1 JBoss:3.2.2 Struts:1.1 Thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with login

2004-03-24 Thread [EMAIL PROTECTED]
Go through the use of the DatabaseServerLoginModule in the JAAS howto, the first topic in this forum. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827350#3827350";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827350>Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: Transparently getting a DataSource Connection Using JAAS

2004-03-24 Thread [EMAIL PROTECTED]
What is the config for the jaasRealm? The exception indicates that a JCA PasswordCredential does not exist in the Subject requesting the connection so there is no way to authenticate against the database. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827348#3827348";>View the origin

[JBoss-user] [Messaging, JMS & JBossMQ] - Start Sending Messages on Database Trigger

2004-03-24 Thread sanjewad
We are developing a telecom product using EJB. We need to start updating our Objects based on the output coming out of the Telco Switch. Currently the output from the Telco Switch writes to legacy tables and fires a triiger to update the relevant tables. Can I do a similar scenario using JMS an

[JBoss-user] [Security & JAAS/JBoss] - Re: Transparently getting a DataSource Connection Using JAAS

2004-03-24 Thread simonchecks
One of my staff is having the same problem. Does anyone have an answer? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827345#3827345";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827345>Reply to the post --

[JBoss-user] [Messaging, JMS & JBossMQ] - Start Sending Messages on Database Trigger

2004-03-24 Thread sanjewad
We are developing a telecom product using EJB. We need to start updating our Objects based on the output coming out of the Telco Switch. Currently the output from the Telco Switch writes to legacy tables and fires a triiger to update the relevant tables. Can I do the a similar scenario using JM

[JBoss-user] [Installation & Configuration] - Any release date for 3.2.4?

2004-03-24 Thread bwallis42
Is there an expected release date for 3.2.4? I'm being hassled to upgrade our development environment to 3.2.3 and If possible I'd like to put it off for a week or two and go to 3.2.4 instead. thanks, brian wallis... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827344#3827344";>Vi

[JBoss-user] [Nukes User] - setting up nukes in Jboss/Eclipse IDE

2004-03-24 Thread xqidtm
I'd like to set up nukes in the Jboss/Eclipse IDE so I can make modifications to the source code to fit our application's needs. Has anybody done it? Your information is greatly appreciated. The ideal scenario is to keep nukes' directory structure so I can take advantage of nukes' build scri

[JBoss-user] [Management, JMX/JBoss] - How to find mapping from JMX console?

2004-03-24 Thread kondetisree
Hi .. Here we are trying to find MBean by using lookup. Somehow we found out for one mapping like ctx.lookup("jmx/RMI/RMIAdaptor"); and ctx.lookup("ejb/mgmt/MEJB"); So how abt the other mappings? pls. give me an idea how to figure out lookup to find out various MBeans. Thanks in Advance Sc

[JBoss-user] [Management, JMX/JBoss] - Re:Is RMIAdaptor support further version of Jboss

2004-03-24 Thread kondetisree
Hi Scott.. Thanks for ur valueble replies. As u mentioned that decison is up to me whether I will to for ManagementHome with MEJB stuff or with RMIAdaptor. Is that RMIAdaptor concept will be support for Jboss further versions also?? Is there any way to proceed with MEJB concept without copying

[JBoss-user] [News & Announcements] - [Announce] An Easy Way to Develop .JAVA Enterprise Applicati

2004-03-24 Thread smars
Research bears that less than 70 percent of development projects are actually completed, and more than half come in late and over budget. AlachiSoft TierDeveloper is a Rapid Application Development tool that helps Software Developers do better, more creative, and useful work by reducing redunda

[JBoss-user] [Beginners Corner] - Re: Strange problem

2004-03-24 Thread cosmin_wondrous
Thanks folks for the support. I have checked all the possible replies to solve this problem. The only last thing I could do is start with a fresh installation of JBoss. I was able to deploy the application and its picking up the relative path references now. Regards http://www.jboss.org/index.

[JBoss-user] [Nukes User] - Re: Drop-in Themes

2004-03-24 Thread ntemple
anonymous wrote : | usually if you click the back button, you get to the edit page and you can cut and paste all the text. | | click save so it eats it, and then re-edit and paste the text. | Did that a couple of times, and I just ended up with "new versions", with (slightly) differe

[JBoss-user] [Installation & Configuration] - Re: Unable to install...

2004-03-24 Thread Agatha
It wud be helpful if u can pls elaborate the steps to overcome the problem.To be frank,I am sorry i diint get the statement. JBoss does not have a default context configured, Thanks, http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827335#3827335";>View the original post http://www.j

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB security propagation issue when moving from JBoss 3.

2004-03-24 Thread [EMAIL PROTECTED]
| // Standard | MBeanServer server = (MBeanServer) MBeanServerFactory.findMBeanServer(null).get(0); | // Or jboss specific | MBeanServer server = MBeanServerLocator.locateJBoss(); | | // Standard MBeanServer usage | ObjectName name = ...; |

[JBoss-user] [Nukes User] - Re: Drop-in Themes

2004-03-24 Thread jae77
hrm - i've seen that behavior as well, but thought it was just me. usually if you click the back button, you get to the edit page and you can cut and paste all the text. click save so it eats it, and then re-edit and paste the text. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827

[JBoss-user] [Security & JAAS/JBoss] - Re: Can tomcat authenticated Subject be reused in JBoss EJB

2004-03-24 Thread [EMAIL PROTECTED]
Look at the org.jboss.web.tomcat.security.JBossSecurityMgrRealm to see how its done with the embedded version. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827332#3827332";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827332>Reply to t

[JBoss-user] [Nukes User] - Re: Drop-in Themes

2004-03-24 Thread ntemple
It looks like the Wiki is "eating" text. If you look at: [http://jboss.org/wiki/PageInfo.jsp?page=ThemeStart] You'll see that between versions 4 & 5, it got cut-off to about 900 chars. Whatever I do now, it seems like it won't accept the rest of the article (though the "preview" looks fine.

[JBoss-user] [Installation & Configuration] - Re: How to set jboss.bind.addres in jboss-service.xml ?

2004-03-24 Thread [EMAIL PROTECTED]
The jboss.bind.addres is set from the --host option as described in the 3.2.2 version of the docs: | [EMAIL PROTECTED] bin]$ run.sh -h | ... | | usage: run.sh [options] | | options: | -h, --helpShow this help message | -V, --version S

[JBoss-user] [Installation & Configuration] - Re: How to set jboss.bind.address in jboss-service.xml ?

2004-03-24 Thread tysmeister
sorry for some reason the property did not appear in my post - I want to set jboss.bind.address http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827328#3827328";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827328>Reply to the post -

[JBoss-user] [Installation & Configuration] - How to set ${jboss.bind.address} in jboss-service.xml ?

2004-03-24 Thread tysmeister
Hi, I have JBoss 3.2.3 installed, however I have a bit of an issue with the ${jboss.bind.address} property that appears in the jboss-service.xml file. At first I thought that this could be set using a Java system property argument to the VM (i.e. -Djboss.bind.addres=myhost ). However this does

[JBoss-user] [Security & JAAS/JBoss] - Using isUserInRole() on unsecured page

2004-03-24 Thread Huck
I've observed that HttpServletRequest.isUserInRole() always returns false (regardless of the argument given) when called from an unsecured resource, even if the user has already been authenticated during the session. Similarly, getUserPrincipal() always returns null under these circumstances.

[JBoss-user] [Security & JAAS/JBoss] - Problems with login

2004-03-24 Thread ConanJBoss
I have read everything on net and a thousand of forums but I do this work. I am trying to use the DataBaseServerModule, here is the files: login-config.xml java:/PostgresDS select password from users where username=? select 'userroles', r

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

2004-03-24 Thread bela
"ggimler" wrote : I guess another way of posing my question would be. If I didn't care about reliability and only about performance, how would I configure these protocol stacks with the optimal configuration? What is the bare bones required? There is a bare-bone.xml file in the JGroups distro,

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

2004-03-24 Thread bela
"ggimler" wrote : If describing my data may help with optimizing the protocol stack... | | I'm primarily sending radar state information. Just for a rough estimate, I serialized the objects to a file (I know this isn't the most accurate way of getting the true size of the objects) but they

[JBoss-user] [EJB/JBoss] - IllegalArgumentException when creating new EJB

2004-03-24 Thread [EMAIL PROTECTED]
hi all, i have an Transaction EJB "TrxnBean.java" that i've been using successfully for awhile in which i changed one of the fields from boolean to char. i made what (i think) were all the necessary changes in my bean class, my local interface, my dependant object and my "client" java code us

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

2004-03-24 Thread ovidiuf
Are you experimenting just with hardware multicast or you bridge messages over to a TCP-based group? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827313#3827313";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827313>Reply to the post

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

2004-03-24 Thread ggimler
I have not bridged between protocol stacks yet. I was planning on doing so for firewall traversal but haven't reached that point yet. I'd like to get some good numbers with the closest thing to pure multicast right now and then move from there. http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [EJB/JBoss] - Re: Configuring compound primary key

2004-03-24 Thread hergaty
Hi Jerry, did you found a solution for your problem? Regards, Thomas http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827312#3827312";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827312>Reply to the post

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR - FK/PK issue

2004-03-24 Thread hergaty
Hi Steve, can you still provide your example or do you know where I can have a look into one that explains the same problem? Best Regards, Thomas http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827311#3827311";>View the original post http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [JBoss.NET & SOAP] - Re: ClassNotFoundException in JBoss.Net deployment

2004-03-24 Thread james.clover
No, not a guess - this is how my .ear web services work. I don't see any obvious differences between what you have and what I have I'll have to think on it a bit, maybe I can come up with something. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827310#3827310";>View the origi

[JBoss-user] [HTTPD, Servlets & JSP] - JDK 1.5 and Jasper?

2004-03-24 Thread swang30
System: Linux Fedora JDK: 1.5 (see below) JBoss Version: 4.0 DR 2 I started JBoss, got hit with the error that JDMK was included in JDK 1.5, unjarred rt.jar and removed all references to the management packages. Restarted the server and everything was peachy. Now I go to the JMX console, and th

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

2004-03-24 Thread ggimler
If describing my data may help with optimizing the protocol stack... I'm primarily sending radar state information. Just for a rough estimate, I serialized the objects to a file (I know this isn't the most accurate way of getting the true size of the objects) but they range from 1.3kb - 2.0kb s

[JBoss-user] [Management, JMX/JBoss] - Re: sample program to test MBean

2004-03-24 Thread sstults
... and that somebody is me. I solved this by doing an 'ant build-all' before doing 'ant -Dchap=chap2 -Dex=xmbean1 run-example' http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827307#3827307";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Management, JMX/JBoss] - Re: sample program to test MBean

2004-03-24 Thread sstults
As much as I hate "me too" posts I'm doing it anyway because I'm having the same problem and I'm feeling like a sucker because I paid for the documentation. It's been a month. Somebody must know the answer. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827305#3827305";>View the ori

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB security propagation issue when moving from JBoss 3.

2004-03-24 Thread PhilC
I have exactly the same problem. I started upgrading to 3.2.3 this week. The application works well except for Session Beans making JMX calls with RMIAdaptor. The security principal gets cleared. | Context ic = new InitialContext(); | org.jboss.jmx.adaptor.rmi.RMIAdaptor server = (org.jbos

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

2004-03-24 Thread ggimler
I guess another way of posing my question would be. If I didn't care about reliability and only about performance, how would I configure these protocol stacks with the optimal configuration? What is the bare bones required? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827303#38273

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

2004-03-24 Thread ovidiuf
sljms.xml is identical to default.xml from JGroup's conf directory. It is the standard multicast stack JGroups comes with. fc-fast.xml is a variation of the above, in that it enables bundling (UDP protocol waits until it has a buffer full of data or a timer expires, and then sends data on the

[JBoss-user] [JBoss.NET & SOAP] - Re: ClassNotFoundException in JBoss.Net deployment

2004-03-24 Thread javajames27
"james.clover" wrote : Try putting your jar files in the root of your .ear, not under a lib directory. | | Actually, I tried that as well but no joy. Is this a proven fact or just a guess at a solution? Just wondering if I did something wrong when I attempted it. Thanks http://www.jboss

[JBoss-user] [JBoss.NET & SOAP] - Re: JavaBeans with java.util.Collection properties as parame

2004-03-24 Thread james.clover
Sounds like you may want to go talk to the Axis people. The fact that some instances of your Set are being mapped to AnyType (which would be correct) and some are mapped to others seems like a problem in the Axis code generators. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827297#

[JBoss-user] [JBoss.NET & SOAP] - Re: JavaBeans with java.util.Collection properties as parame

2004-03-24 Thread joedev42
Thanks for your prompt answer, James. "james.clover" wrote : Java Collection classes aren't recommended for SOAP interfaces, mostly for interop reasons. If all you're needing is a list of objects without duplicates, then your interface can just be an array of objects. You can treat is as a Se

[JBoss-user] [Persistence & CMP/JBoss] - Re: cascade-delete performing update instead of delete

2004-03-24 Thread chadlavy
OK... after searching the web for a while I found a snippit about sync-on-commit-only. By flipping this value to true (true), the deletes are happening without the update and everything seems to be working great. I don't know the impact of this change, however. I own the JBoss documentation an

[JBoss-user] [Datasource Configuration] - Re: Postgres 7.4.1 - SET AUTOCOMMIT TO OFF is no longer supp

2004-03-24 Thread jrd
Eric, I had the same problem and I just downloaded the latest JDBC driver (7.4.1) and it fixed the problem. http://jdbc.postgresql.org/download.html --jD http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827294#3827294";>View the original post http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss.NET & SOAP] - Re: WebService on JBoss connecting EJB running on Weblogic

2004-03-24 Thread james.clover
Should be no problem - you need to call the WebLogic EJB from JBoss. There's even someone else on this forum doing almost exactly the same thing: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46227 James http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827293#3827293";>View

[JBoss-user] [JBoss.NET & SOAP] - Re: ClassNotFoundException in JBoss.Net deployment

2004-03-24 Thread james.clover
Try putting your jar files in the root of your .ear, not under a lib directory. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827292#3827292";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827292>Reply to the post -

[JBoss-user] [JBoss.NET & SOAP] - Re: if there is any tutorial or some articles talk about how

2004-03-24 Thread james.clover
It looks like your message is garbled - can you try again. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827291#3827291";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827291>Reply to the post

[JBoss-user] [JBoss.NET & SOAP] - Re: JavaBeans with java.util.Collection properties as parame

2004-03-24 Thread james.clover
Java Collection classes aren't recommended for SOAP interfaces, mostly for interop reasons. If all you're needing is a list of objects without duplicates, then your interface can just be an array of objects. You can treat is as a Set from either side of the interface. http://www.jboss.org/ind

[JBoss-user] [JBoss.NET & SOAP] - Re: Axis and Jboss in a distributed deployment

2004-03-24 Thread james.clover
I haven't actually messed much with jndi.properties (on my one try, I didn't get it to work either). You may want to ask on one of the other forums. The only question I can think of is "are you modifying the jndi.properties in jboss-net?" http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss.NET & SOAP] - JavaBeans with java.util.Collection properties as parameter/

2004-03-24 Thread joedev42
I am trying to deploy some SLSBs of an existing app as web services. My central domain object is a tree-like structure where parent nodes keep references to its child nodes in implementations of java.util.Set. For various reasons, changing to typed java arrays or java.util.List is no option. I

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

2004-03-24 Thread ggimler
I implemented the ObjectMessage (simple enough) just so I could run some tests. Is it possible to change the protocol stack for optimization and do the minimal configuration to increase performance? Every time I take out a protol on the stack it seems to complain. The JGroups documentation wa

[JBoss-user] [Persistence & CMP/JBoss] - cascade-delete performing update instead of delete

2004-03-24 Thread chadlavy
In my 1:many Entity relationship (see below) I have cascade-delete turned on. I would have expected that testFieldFunctionArg records would be removed from the database. What I am finding, though, is that JBoss is performing an update to NULL of the key fields when I remove a testFieldValidati

[JBoss-user] [Clustering/JBoss] - jboss/ cluster and single image

2004-03-24 Thread sheylafonseca
Hello, my name is Sheyla, I am Brazilian and I'm doing a project for the conclusion of my graduation. The project is one benchmark of systems in cluster using some platform in Java. I would like to know if the Jboss uses a system single image? http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Beginners Corner] - Re: me and my

2004-03-24 Thread mentol
This was exactly what was wrong! Deleted the database and now works just fine! Thank you very much ! (mentol) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827282#3827282";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827282>Reply to th

[JBoss-user] [Security & JAAS/JBoss] - HELP!!!

2004-03-24 Thread jkim9
i have the JBoss server and java standalson app client setup where the client passes username, password, and server address to access the some method built in java in JBoss Server side. It worked fine couple times but later on, it will no longer can access the server. JBoss server knows the us

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread remm
About web tier performance: the default configuration isn't very optimal with JBoss 3.2.3. This is improved in 3.2.4 RC 1 (along with the significantly faster Tomcat 5), but by default, JBoss is more in "development" configuration than "production". Some basic steps: - Disable logging for the we

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss Generating Bad SQL When Getting EJB Data

2004-03-24 Thread chadlavy
Near as I can tell this is a bug... By moving the snippit (mentioned in my last post/reply) down in the source file, things began working. Let me know if anyone has any insights... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827279#3827279";>View the original post http://www.jbos

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread yohanfer
Hi Sacha, Well, the ideal situation for clustering is the instant replication mode for the minimal data loss. The values for that vs non-clustered is actually 1.19 vs 0.579 sec/page. The previous values were for a 2 second interval replication vs non-clustered. About the threads, I agree about

[JBoss-user] [Installation & Configuration] - Errors on startup

2004-03-24 Thread felixkwi
I am running JBOSS on salaris 8.0. I am using java version 1.3.1_10-b03. When I run run.sh I get this errors. Does anybody know what I need to do to get it up and running. Thanks. 15:03:58,894 ERROR [Engine] StandardContext[/invoker]: Exception starting filter ReadOnlyAccessFilter

[JBoss-user] [Installation & Configuration] - Unknown Internal JBoss/Tomcat Errors

2004-03-24 Thread kotlusa
I am running JBoss 3.2.2 RC4 with Tomcat under JDK 1.4.2. JBoss is configured to use MySQL as it's Default Datasource (DefaultDS), Auto Increment of Primary Keys, and JAAS Database Authentication. My Application is working flawlessly but JBoss is throwing a NullPointerException (even when my EAR

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session Timeout Routing

2004-03-24 Thread Martin0
Hmm... HttpSessionListener looks interesting... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827272#3827272";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827272>Reply to the post --

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread slaboure
Hello Yohan, At least, it seems to indicate that clustering has no bad effect (removing from web.xml deactivates it), this is good. Concerning the thread pool, DO increment it to 100 or 200 (as you have 100 concurrent users, you should have at least 100 threads to serve them) and make sure thi

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing in container

2004-03-24 Thread kturner75
Sasha, thanks for the reply. Hopefully, there is a work-around for this. My process will generate work units to enable concurrent processing. For each work unit, I will send a JMS message which will be processed by a Message-Driven Bean. The Message-Driven Bean will then invoke the clustered

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread yohanfer
Hi Sacha, Thanks for your quick reply. The only clustering I have enabled ( as far as I know) is the HttpSession replication. I turned this off by removing the setting in the web.xml for the non-clustered test. I haven't set any EJBs to be clusterable. The results of the non-clustered was 0.

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP - repeated sql condition

2004-03-24 Thread benwalstrum
I have seen this before, and generally it is related to a finder that returns a large number of records. It seems to be that JBoss will do two queries when you do a finder - first one to get the primary keys of the records that match your criteria, then one to actually fetch the row data for th

Re: [JBoss-user] [Performance Tuning] - JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread Vladyslav Kosulin
During the tests for JBoss, there was a very high load on the network switches for multicast in the instant replication test. This was not seen on weblogic. The application code run on all the tests were identical, as was the hardware that it was run on. Looking at the results, weblogic seems to be

[JBoss-user] [Management, JMX/JBoss] - How can I prevent duplicate sheduled task during redeploymen

2004-03-24 Thread le_ma_
I have a question about scheduled SLSB which is triggered from scheduler mbean. When running task is started from scheduler, some (not very long) time it's hanging and I shouldn't redeploy application during that period. If I do, there will be duplicate instance of my running task - unacceptable

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB is not receiving messages

2004-03-24 Thread amlgroup
thanks, the problem lay with the transaction adding the line queueSession.commit(); has fixed the problem... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827266#3827266";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827266>Reply to th

[JBoss-user] [Installation & Configuration] - $Proxy45 NoClassDefFoundError

2004-03-24 Thread sandros
Hi, I installed JBoss3.2.3 in a IBM mainframe with a Debian Linux. The java version installed is: java version "1.4.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0) Classic VM (build 1.4.0, J2RE 1.4.0 IBM build cx390140-20020830 (JIT enabled: jitc)) The deploy occurs su

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread slaboure
Also: - were you using synchronous or asynchronous replication of http sessions? - what kind of replication trigger do you use in jboss-web.xml (GET, GET_AND_SET, etc.) Have you disabled transaction-service.xml debug mode? Have you removed Tomcat JSP hot-recompilation (to detect JSP page chang

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread slaboure
What performance do you get by disabling clustering completely? Just for comparison. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827263#3827263";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827263>Reply to the post --

[JBoss-user] [Beginners Corner] - Re: Auto shutdown if startup errors

2004-03-24 Thread darranl
No http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827262#3827262";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827262>Reply to the post --- This SF.Net email is sponsored by: IBM Linux

[JBoss-user] [Performance Tuning] - JBoss 3.2.3 Vs Weblogic 8.1 SP2

2004-03-24 Thread yohanfer
Hello everyone, Our company is looking into moving our achitecture to support JBoss. Therefore I have conducted a simple head-to-head performance test with our current application server (Weblogic server 8.1 SP2) and the current stable release of JBoss ( Ver 3.2.3/Tomcat4.1.29). The applicatio

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session Timeout Routing

2004-03-24 Thread Martin0
Inspite of my bug fix, I am left with the scenario outlined by dutchman_mn in his second post in this thread. Anyone? Thanks Martin http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827260#3827260";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-24 Thread december_i
I tried to deploy the MyBank from Chapter 1 and I got an error. ( http://www.tusc.com.au/tutorial/html/chap1.html ) This is the error message I got. *** deploy: [copy] Copying 1 file to E:\jboss-3.2.3\server\all\deploy [delete] Deleting: E:\tmp\eclipse-SDK-2.1

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Platform dependent problem with JBossMQ

2004-03-24 Thread grenaria
I forgot to mention we are using jboss-3.2.3_jetty-4.2.14 and j2sdk1.4.2_01. Alex Figliolia http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827252#3827252";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827252>Reply to the post --

[JBoss-user] Scheduler-Service/Initial Conectext

2004-03-24 Thread Jörg Sädtler
Hi all, I'm having some problems getting the InitialContext in a Schedulable implementing class. Here the situation: I'm running an EJB Application, running on jboss 3.2.3 "all" configuration, winxp, java 1.4.2. In regular intervalls, i want to call a method of a ejb. In the first place, it wo

[JBoss-user] [Messaging, JMS & JBossMQ] - Platform dependent problem with JBossMQ

2004-03-24 Thread grenaria
We are experiencing problems with remote connections to queues and topics in JBossMQ. The problem is easy to repeat, but it only happens under Windows, under Linux we were not able to create any problems. The problem is that we had intended to have some windows based servers. The problem occurs

[JBoss-user] [Persistence & CMP/JBoss] - ReadyCount vs PooledCount

2004-03-24 Thread cvandyck
I'm a little bit confused about the difference between these two values that are being reported back from the web-console webapp. I've got a Page entity, that, after loading up quite a few of them through normal use in my application, are having these values reported: ReadyCount = 180 PooledCou

[JBoss-user] [Management, JMX/JBoss] - Re: Mbean understanding

2004-03-24 Thread gopalsaha
hahahaha kabs didnt think u will be replying hahaha i am in a mess here. all is controlled through Mbeans.but thanks mate http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827246#3827246";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827246>Re

RE: [JBoss-user] [Management, JMX/JBoss] - Mbean understanding

2004-03-24 Thread Marco Mistroni
Hi java.sun.com/jmx, or do a free search on MBean on google... should help..there are plenty of tutorials regards marco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gopalsaha Sent: 24 March 2004 13:12 To: [EMAIL PROTECTED] Subject: [JBo

[JBoss-user] [Beginners Corner] - Auto shutdown if startup errors

2004-03-24 Thread enigma
Is there a configuration parameter or other method so that if JBoss encounters errors during start up (port in use, socket in use...) the microkernal aborts startup and the whole server just automatically calls it's shutdown method. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382724

[JBoss-user] [Management, JMX/JBoss] - Re: Mbean understanding

2004-03-24 Thread gopalsaha
opps should have been hello and not hell apologies http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827242#3827242";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827242>Reply to the post

[JBoss-user] [Management, JMX/JBoss] - Re: Mbean understanding

2004-03-24 Thread kabkhan
Hey Gopal, Fancy meeting you here! Anyway there is an introduction about the basic concepts here. http://jboss.org/wiki/Wiki.jsp?page=AnIntroductionToJMX Cheers, kab http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827243#3827243";>View the original post http://www.jboss.org/index.h

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss Generating Bad SQL When Getting EJB Data

2004-03-24 Thread chadlavy
It seems to be the unidirectional, 1:1 relationship that is causing the problem. If I take out the following snippit, everything works: /** | * @ejb.value-object | * relation = "external" | * @ejb.relation | * name = "FieldFunctio

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-24 Thread farid59
OK thanks, i'm going to try this solution and i'll tell you about ... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827239#3827239";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827239>Reply to the post -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session Timeout Routing

2004-03-24 Thread Martin0
Further investigation revealed a bug in my code :-) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827240#3827240";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827240>Reply to the post --

[JBoss-user] [Beginners Corner] - EJB CMR questions

2004-03-24 Thread BMenarek
My name is John and I am having some difficulty getting CMR to work. I was hoping you could answer some questions. I have two EJBs the first BillingEJB has a ContactEJB, it is a unidirectional one to one relationship. My first question is the in the jbosscmp-jdbc.xml file

[JBoss-user] [Persistence & CMP/JBoss] - one to many relationship and XDoclet

2004-03-24 Thread Frank Lemke
I wondered what this errormessage would mean: "Atleast one role of a foreign-key mapped relationship must have key fields" my ejb-jar.xml deploymentdesriptor is: branche-gruppe gruppeRelationshipRole Many gruppe

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing in container

2004-03-24 Thread slaboure
This is per-design: when the target is available in the same JVM as the client, we by-pass the remoting layers and do a direct Java call, hence by-passing the load-balancing layers as well. Cheers, sacha http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827236#3827236";>View the origi

[JBoss-user] [Clustering/JBoss] - Load-Balancing in container

2004-03-24 Thread kturner75
I'm running JBoss 3.2.3 with 2 nodes in the default partition. I have configured a stateless session bean for clustering (with the default RoundRobin load-balancing policy). When invoking the session bean from a client (outside of container JVM), the load-balancing works fine. Each call to th

[JBoss-user] [Installation & Configuration] - JBoss output displaying ejb ql parameters instead of questio

2004-03-24 Thread Datadate
Hello, we are trying to debug our application and we have the feeling the the genereted sql query from the eqjb ql is incorrect. We are using JBoss 3.2.3 and Oracle9i with JDBC driver: classes12.zip. JBoss and oracle are running under RedHat AS. We are using ejbs with container managed persisten

[JBoss-user] [Beginners Corner] - jboss hangs on startup

2004-03-24 Thread milano
Hi, I'm new to jboss and am still trying to find my way around somewhat. I was having quite a bit of success and then, with other things to do, I didn't touch it for a week. Today though, when I type in the run command, jboss begins to start up as normal, then freezes. The problem, is I'm sure

[JBoss-user] [EJB/JBoss] - Re: MDB Descriptor JBoss.xml Error

2004-03-24 Thread toniG
Got it. The error was that the values of were different in ejb-jar.xml and jboss.xml. ragards Toni http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827232#3827232";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827232>Reply to the post

[JBoss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2004-03-24 Thread jkraus
"hswac" wrote : | The problem left was of some other kind. | ... | | Helmut, please could you give a hint, what was wrong in your configuration. | We also have installed 3.2.3 and now always get the warning "Unable to passivate due to ctx lock". | After a while the following exceptio

  1   2   >