[JBoss-user] [Clustering/JBoss] - Re: Cluster & MDB's

2004-10-01 Thread [EMAIL PROTECTED]
This warning is irrelevant and is expected non-homogeneous cluster deployment. Its coming from the HAJNDI server code, not client code doing the actual lookup. Its a message saying someone has asked for a JNDI binding that the node emitting the warning does not have. This would be one of the non

[JBoss-user] [Installation & Configuration] - Re: JBoss4 + Java5

2004-10-01 Thread [EMAIL PROTECTED]
GREAT. Thanks for the fast reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850152#3850152 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850152 --- This SF.net

[JBoss-user] [Clustering/JBoss] - Re: Cluster & MDB's

2004-10-01 Thread RolfZ
Any suggestion ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850149#3850149 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850149 --- This SF.net email is sponsor

[JBoss-user] [Performance Tuning] - Re: JBoss + KaRMI

2004-10-01 Thread [EMAIL PROTECTED]
Read about detached invokers in the online admin and devel guide. You can incorporate any transport you want in jboss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850144#3850144 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.5 startup problem

2004-10-01 Thread [EMAIL PROTECTED]
Your JAVA_OPTS has the jpda debugging enabled and its waiting for a debugger to attach to it. This is not enabled by default so someone has uncommented the following line in the run.bat script: | rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,

[JBoss-user] [HTTPD, Servlets & JSP] - Re: access to request socket object

2004-10-01 Thread [EMAIL PROTECTED]
You have no ability to gain access to the request socket. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850147#3850147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850147 ---

[JBoss-user] [EJB/JBoss] - Re: how to statically generate ejb stubs

2004-10-01 Thread [EMAIL PROTECTED]
There are no ejb stubs as we use dynamic proxies using the java.lang.reflect.Proxy mechanism. Show the exception you are seeing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850142#3850142 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Clustering/JBoss] - Re: Unable to use another partition name other than DefaultP

2004-10-01 Thread [EMAIL PROTECTED]
Add a PartitionName attribute to the deploy-hasingleton-service.xml HASingletonController: | | jboss:service=DefaultPartition | jboss.system:service=MainDep | loyer | DefaultPartition | deploy | ${jboss.server.home.url}/deplo | y-hasingleton |

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-10-01 Thread [EMAIL PROTECTED]
So, there has been no description of the log at all in this thread. Its a simple issue, either there is an entry in the log saying the server is shutting down due to an explicit shutdown command, or an implicit shutdown due to a QUIT signal. If this does not exist the vm is crashing and you need

[JBoss-user] [HTTPD, Servlets & JSP] - Re: RMI Access from servlets

2004-10-01 Thread [EMAIL PROTECTED]
They don't exist. You have to specify the java.security.manager property and java.security.policy on the command line used to start jboss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850140#3850140 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2004-10-01 Thread [EMAIL PROTECTED]
Nothing has changed between 3.2.x and 4.0.x in this regard so you need to debug why the DbRealm login-config.xml entry is not being found. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850138#3850138 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [JBoss.NET] - Re: Defining a service name in web-service.xml which uses mo

2004-10-01 Thread gbickford
Ok, here it is for reals. I finally figured out how to use the code blocks. | | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850134#3850134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [EJB/JBoss] - RMI over HTTP - container configuration

2004-10-01 Thread [EMAIL PROTECTED]
Hi, We are trying to deploy our beans such that communication between the EJB client and the EJB server would happen using http transport, instead of rmi. We started with a fully working system configured for rmi, and then tried to follow the article at http://nemesisit.rdsnet.ro/opendocs/simp

[JBoss-user] [JBoss.NET] - Re: Defining a service name in web-service.xml which uses mo

2004-10-01 Thread gbickford
Please excuse me. The xml got parsed out of my post. Here is an example entry in our web-services.xml: I would like to expose more than one bean under the name CAPI. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850132#3850132 Reply to

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - XAConnectionFactory not bound (workbookEJB3)

2004-10-01 Thread johntodd
Hi all. I am trying examples from workbook EJB 3rd (JBoss 3.2) when trying to deploy the application that contains MDB, I got : javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound any ideas ? View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation & Configuration] - Re: JBoss4 + Java5

2004-10-01 Thread Bill Burke
5.0 is fine out-of-the-box with JB4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850128#3850128 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850128 --- This SF.

[JBoss-user] [HTTPD, Servlets & JSP] - access to request socket object

2004-10-01 Thread dkuehner
Does anyone know how to access the socket in the request object? It seems to be hidden so it can't be accessed as request.getSocket() or anything. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850123#3850123 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - JBoss4 + Java5

2004-10-01 Thread [EMAIL PROTECTED]
I know that with previous, pre-release versions of both JBoss and Java, I had to remove the javax.management classes from Java5's rt.jar to get JBoss to work. Is this still required? If so, any thoughts/plans on an easier integration with Java5? View the original post : http://www.jboss.org/ind

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-10-01 Thread marcio.manske
I'll try that configuration on linux. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850120#3850120 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850120 --- This SF

[JBoss-user] [Management, JMX/JBoss] - invoke mbean problem

2004-10-01 Thread kalmn
Hi All, jboss3.2.3 I made a simple MBean, deployed it properly and could invoke the say(String greeting) method on jmx-console, but I got the exception when I invoked the say(String greeting) method with my client application. my MBean source code: package com.cxtg; | | import org.jboss.

[JBoss-user] [Beginners Corner] - How to perform background processing tasks

2004-10-01 Thread djheath
Hola! The following is my general environment: JBoss 3.2.3 XDoclet 1.2.1 Struts MySQL I'm trying to provide my users with the ability to query various aspects of data that resides behind an EJB layer (I'm using entity beans and stateless session beans.) I've created a session bean class that ge

[JBoss-user] [Messaging, JMS & JBossMQ] - Connection.close() in messagequeue

2004-10-01 Thread tonemeister
Hi All Created a queue successfully on JBOSS 4.0.0 Unless I close the connection however I get a horrendous thread leak resulting in Java running out of native threads. Closing the connection (conncetion.close()) results in stopping the thread leak, but then I get errors. Any Ideas as to w

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

2004-10-01 Thread mhemling
Adrian, what do you mean by "using consumers concurrently"? You cannot have multiple queue receivers connected to the same queue? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850102#3850102 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Clustering/JBoss] - JGroups Protocol Stack Configutation - Total Token

2004-10-01 Thread astewix
Hi Everyone, I'm having problems with the JGroups protocal stack configuration for the Total Token approach described at : http://www.jgroups.org/javagroupsnew/docs/javadoc/org/jgroups/protocols/TOTAL_TOKEN.html The Config "string" used in my cluster-service.xml file is as follows (taken from

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-10-01 Thread mhemling
I have seen this behavior on Red Hat 9 and it seemed to be a thread problem. Try export LD_ASSUME_KERNEL=2.4.1 at the top of the run.sh for JBOSS. It may help. This will force Red Hat to use the linux threads instead of the buggy NPTL. View the original post : http://www.jboss.org/index.html

[JBoss-user] [EJB/JBoss] - Concurrency and Entity EJBs

2004-10-01 Thread eprst
Hi all, What is the correct way to deal with the following problem: Let's say we have 2 clients, C1 and C2. C1 finds entity bean B C2 removes B C1 calls B.foo() and gets NoSuchEntityException Transactions can help, but we're trying not to use them for read-only methods to avoid deadlocks and inc

[JBoss-user] [Advanced Documentation] - Re: Member plus access

2004-10-01 Thread admin
The MemberPlus section of our website will continue to be enhanced with additional free HTML versions of our documentation. At present only the 3.2.X Admin and Developer's Guide is there but we'll add additional docs over time. For-pay documentation will remain for folks that wish to receive PD

[JBoss-user] [HTTPD, Servlets & JSP] - JSTL Problems

2004-10-01 Thread mi1291
I'm using Jboss 3.2.5 an I have a lot of problems using JSTL (Apache 1.1.1) In factnever resolve expressions: became in html page: result is ${1+2+3} result is 6 Can you help me?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850096#3850096 Reply to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message redelivery failing for BMT MDBs

2004-10-01 Thread tmjkeeney
I have posted the patch as requested. Apologies about the delay - I have been very busy preparing for the initial release of our JBoss environment and supporting software. --Tom View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850094#3850094 Reply to the pos

[JBoss-user] [Advanced Documentation] - Re: Book to buy?

2004-10-01 Thread ___martin___
I figured out how some things work by using the openbook Mastering EJB 2.0 from TSS.com and the workbook examples of Enterprise JavaBeans(O'Reilly) by having a look at the JBoss source-examples. Having a look at the various JBoss books reveals that parts of the Administrators & Developpers gui

[JBoss-user] [Beginners Corner] - Connection.close()

2004-10-01 Thread tonemeister
Hi All Created a queue successfully on JBOSS 4.0.0 Unless I close the connection however I get a horrendous thread leak resulting in Java running out of native threads. Closing the connection (conncetion.close()) results in stopping the thread leak, but then I get errors. Any Ideas as to what

[JBoss-user] [Beginners Corner] - Re: EJBQL Problem

2004-10-01 Thread ___martin___
Hi. You should use the abstract-schema-name of the ejb-jar.xml deployment descriptor for the entity-bean. SELECT Object(a) from ProductBean a WHERE a.name = ?1 (I have not tested the statement.) cu, martin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38500

[JBoss-user] J2SE 5

2004-10-01 Thread Fred So
Hi All Now that Tiger has been released. Anyone has done any testing running JBoss 3.2.5 under J2SE 5.0. Appreciate for any comments. F ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com -

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.5 & Jetty combination?

2004-10-01 Thread frankgrimes
Simply dropping in a correct jetty-jboss.sar (built against the right version of jboss) and deleting the tomcat sar is all you should need to do. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850086#3850086 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [JBoss.NET] - Re: wsdl returns complex type mapping for all jboss.net ear

2004-10-01 Thread jiwils
In your web-service.xml file, are you bean/type mapping tags inside your service tag or outside of it? When our bean/type mapping tags were outside of the service tag, we had the same issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850085#3850085 Repl

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: InterruptedException while publishing

2004-10-01 Thread daveespo
Duh ... I forgot the JBOSS version ... it's JBOSS 3.2.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850084#3850084 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850084 -

[JBoss-user] [Messaging, JMS & JBossMQ] - InterruptedException while publishing

2004-10-01 Thread daveespo
Hi, I have an application with a multithreaded client that publishes to a topic that has one durable subscriber ... I have ensured that my client uses synchronized access to the TopicSession (rather than creating seperate TopicSessions for each thread) but I am still receiving this Exception at

[JBoss-user] [JCA/JBoss] - Re:

2004-10-01 Thread jokes
Found some progress in the problem. Actually, my code which handles the transaction also makes a statement caching. And here the connection object is checked whether it has executed a set of statements and if not then the same connection is getting assigned again for the second time. And here

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JvmRouteFilter crashes in init() method for clustered we

2004-10-01 Thread MarcoAntonioni
A possible solution here http://sourceforge.net/tracker/index.php?func=detail&aid=1038464&group_id=22866&atid=376687 And some other stuff to enable JBoss 4.x and Tomcat 5 to do http clustering: To enable JBoss 4.0.0 / Tomcat5 to jvmRouting and HTTP Session clusterig changes in .../deploy/jboss

[JBoss-user] [Management, JMX/JBoss] - Finding the MBeanServer outside JBoss's VM

2004-10-01 Thread osganian
Is it possible to find the MBeanServer running inside JBoss's VM from a Java process running outside JBoss's VM? I would like my unit tests to be able to lookup MBeans and invoke methods on them but when I try to find the MBeanServer (by calling findMBeanServer(null)) I get an empty list. Than

[JBoss-user] [Security & JAAS/JBoss] - JBoss4.0 and JAAS/Login-config.xml

2004-10-01 Thread UncleSam
Hi, in my webapp I am using JAAS for security. It references to the entry in login-config.xml and corresponds to the same name. When I start my application and try to login JBoss doesn't find the application policy and takes the policy "other". So I did an dirty fix and comment the "other"-tag a

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-10-01 Thread nkoustov
I can only agree with Marcio that it is hardly possible to provide a detailed report or the error log as the server shuts itself down after running for a while for no obvious reason. It does not look like it is in a panic or having a problem with the memory - it seems it has just met some condit

[JBoss-user] [Installation & Configuration] - Re: JBoss4.0.0 - Problem with MBeans

2004-10-01 Thread UncleSam
once again hopefully now ok! Hi, I fixed it! You have to change the file {server}\conf\standardjbosscmp-jdbc.xml: anonymous wrote : | < jbosscmp-jdbc > | |< defaults > | < datasource >java:/psfDS< / datasource > | < datasource-mapping >mySQL< / datasource-mapping >

[JBoss-user] [Installation & Configuration] - Re: JBoss4.0.0 - Problem with MBeans

2004-10-01 Thread UncleSam
"UncleSam" wrote : Hi, | | I fixed it! | | You have to change the file {server}\conf\standardjbosscmp-jdbc.xml: | | anonymous wrote : | | | | | | java:/psfDS | | mySQL | | ... | | | | | | Greets | | Markusanonymous wr

[JBoss-user] [Installation & Configuration] - Re: JBoss4.0.0 - Problem with MBeans

2004-10-01 Thread UncleSam
Hi, I fixed it! You have to change the file {server}\conf\standardjbosscmp-jdbc.xml: anonymous wrote : | | | java:/psfDS | mySQL | ... | | anonymous wrote : | | | | Greets | | | | Markus View the original post : http://www.jboss.org/

[JBoss-user] [Persistence & CMP/JBoss] - Compound Primary Keys / Strange Behavior

2004-10-01 Thread ___martin___
Hello Community! I've a little problem using JBoss 3.2.3 and compound primary keys(the sample uses cmp with added JAAS security, running without any troubles). My data-model (EER) contains a weak m-n relationship with additional attributes. So I created a single table containing a compound prim

[JBoss-user] [Beginners Corner] - Re: Starting a function by using a timer

2004-10-01 Thread HannesBacke
"HannesBacke" wrote : Hi, | I just want to execute a class/method by using a timer in jboss 3.2.5. I tried some tutorials with no positive result. | I ve done in the jboss-service.xml: | | | | | | But I get always error messages like: | java.lang.ClassNotFoundException: No C

[JBoss-user] [Beginners Corner] - Starting a function by using a timer

2004-10-01 Thread HannesBacke
Hi, I just want to execute a class/method by using a timer in jboss 3.2.5. I tried some tutorials with no positive result. I ve done in the jboss-service.xml: But I get always error messages like: java.lang.ClassNotFoundException: No ClassLoaders found for:... Thats maybe because of the syst

[JBoss-user] [EJB/JBoss] - Re: how to statically generate ejb stubs

2004-10-01 Thread darranl
I think I am missing something here, why can't your .NET clients access web services? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850069#3850069 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850069 ---

[JBoss-user] [Persistence & CMP/JBoss] - Fatal Hypersonic startup problem

2004-10-01 Thread ron.ohara
This is really wierd ... the log shows some bad SQL generated for a jms entry ... one that has been working fine for months. It repeatably happens at startup and then of course the whole thing is broken. Even more strange is that a clone of the setup on (and I do mean clone - using rsync --del

[JBoss-user] [JBoss.NET] - jbossnet subtask and xdoclet generated value objects

2004-10-01 Thread joedev42
We are trying to deploy some SLSBs as JBoss.NET style webservices - we are not yet ready to switch to JBoss 4.0.0 and J2EE style webservices. Our whole toolchain is xdoclet centric and thus our value objects are generated by xdoclet as well. Moreover, I would be glad if I could use JBoss.NET's x

[JBoss-user] [Installation & Configuration] - JBoss-3.2.5 - remove hsqldb

2004-10-01 Thread hendrik_sticher
Hi, I would like to strip down the default configuration for an application. Therefore not needed components shall be removed from the JBOss default configuration. Especially on the hsqldb i wonder if this works. As I am removing the JMS as well I don't see a cause that things might not work, b

[JBoss-user] [HTTPD, Servlets & JSP] - RMI Access from servlets

2004-10-01 Thread navneetkarnani
I have a set of servlets that connect to an RMI server to fetch data. These servlets also access the disk to get the details of the configurations from some xml files and set the logging destinations for log4j output files to some locations within the WEB-INF/logs directory. I have used these

[JBoss-user] [Security & JAAS/JBoss] - Update Security Context

2004-10-01 Thread se_u
Hi, we have an application with a stateful session bean an "front object". For some reason, we need to provide a own login method within our sessionbean. In this method I can successful login into a jaas context ( callback, context, etc) and can get a authorised subject. I can also call some doA

[JBoss-user] [Beginners Corner] - Re: Where to place .class files

2004-10-01 Thread Frito
You can deploy them. Put them into a directory named .jar in a jar like structure. When deploying this directory, JBoss will treat it like a jar. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850059#3850059 Reply to the post : http://www.jboss.org/index.ht