[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-31 Thread gaohoward
Can I ask what Rmoting version are you using? I ask this because I saw you mentioned the ServerThreads were leaking, which might be a remoting version issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234301#4234301 Reply to the post : http://www.jboss

[jboss-user] [JBoss Messaging] - Re: deathless consumer prooblem

2009-05-31 Thread gaohoward
Hi, I'm thinking your problem may relate to this JIRA: https://jira.jboss.org/jira/browse/JBMESSAGING-1456 it's been fixed in 1.4.4.GA/remoting 2.2.3. would you like to give it a try? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234302#4234302

[jboss-user] [JBoss Messaging] - Re: JBoss 1.4.4.GA in AS5

2009-05-31 Thread gaohoward
Hi, It is likely that a release for AS 5.1 will be made. We will discuss it and give you update. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234303#4234303 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=423

[jboss-user] [JBoss Messaging] - Re: IllegalStateException : Session is closed

2009-05-31 Thread gaohoward
One possibility is that the Server gets informed of a client connection loss from remoting (lease ping loss) layer and cleans up the relevant resources (connection/sessions). You can enlarge your lease ping period to void this. However it will be helpful if you provide the exact version of JBM

[jboss-user] [JBoss Messaging] - Re: Configuring the JMS Bridge

2009-05-31 Thread gaohoward
hi, the bridge example is just using the JMS provider in jms-ds.xml. So this shouldn't be an issue. Did you try the example? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234306#4234306 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Mac OS X Darwin JBOSS fails to start

2009-05-31 Thread wuschelz
Hello Forum, i encounter the problem that i'am not getting JBOSS to run under darwin (Tiger). Under Leopard everything works fine. I tried different versions (4.0.4, 4.2.2, 4.2.3, 5.10) under darwin and all are having the same root cause: 08:43:25,331 ERROR [[/]] Exception sending context init

[jboss-user] [JBoss Messaging] - Re: No classloader provider, jboss 5.0.0

2009-05-31 Thread gaohoward
I'm looking at the first issue now. For the second issue (JBMDR-55), I think you can put the question to the AS forum. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234308#4234308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [JBoss Messaging] - Re: No classloader provider, jboss 5.0.0

2009-05-31 Thread gaohoward
Hi, In AS 5, jboss messaging is configured to use another security manager. So it doesn't make sense to change it in messaging-service.xml. Rather you need to change the entry in messaging-jboss-beans.xml (suckerPassword property). Sorry for the confusion. View the original post : http://w

[jboss-user] [JBoss jBPM] - How to re-assign task to other/s actor

2009-05-31 Thread freak182
Hello, I have this particular feature that my boss want that the task can be re-assign to other user. Is this possible? How? Thanks a lot. Cheers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234311#4234311 Reply to the post : http://www.jboss.org/index.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Application home page from servlet

2009-05-31 Thread antony_s
Hi, I am developing a web application in Java EE, which will be deployed on JBoss at the root of a public web server. The home page needs to be served through a servlet, not just an index file. I have set the context-root of the application to '/', and also tried setting the the url-pattern

[jboss-user] [JBossMQ] - Grouping queues

2009-05-31 Thread jboss_dxb
Can we group the queues under a group (like QueueManager in Websphere MQ )? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234325#4234325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234325 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Application home page from servlet

2009-05-31 Thread antony_s
I think I may have solved this - just put a tag in the index.jsp page to include the servlet page I wanted. Will update if there are any problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234326#4234326 Reply to the post : http://www.jboss.org/index.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Application home page from servlet

2009-05-31 Thread antony_s
Actually by doing this, the server console is reporting the following exception: ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.io.IOException: Stream closed So if anyone does have any suggestions for how to resolve this I would appreciate it. Thanks. View the original

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Application home page from servlet

2009-05-31 Thread antony_s
Used instead and now this issue is resolved. Still if anyone has any better solutions to this, that don't involve an include of any sort, I would be interested to hear. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234334#4234334 Reply to the post : http:

[jboss-user] [JBossMQ] - Re: Socket closed exception in JBossMQ

2009-05-31 Thread b.eckenfels
"vons1234" wrote : Hi, | Every now and then i am seeing following exception in my server.log | | java.net.SocketException: Socket closed | | at java.net.SocketInputStream.read(SocketInputStream.java:162) | | ... | | at java.io.ObjectInputStream.readByte(ObjectInp

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-31 Thread jpramondon
"kukeltje" wrote : Ok, here is another quick reply ;-) | | Well, you are kind of there, but not completely. I have to admit, the area of extending/overriding the identitycomponent and/or the ExpressionAssignmentHandler is/was kind of not really flexible and certainly not realy documented

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-31 Thread jpramondon
Yeah ... my last post wasn't that readable ... new try. ___ Hi There, I've been following this very interesting thread from the start and I'm really glad someone helps as much as you do. I'm in a similar situation as Sherry's and if I understand well your post above, by

[jboss-user] [JBoss Tools (users)] - Re: How to get ICEFaces JSF library into WAR archive

2009-05-31 Thread max.ander...@jboss.com
you mean you want to use classlibraries with Project Archives instead of using default WTP project deployment ? That isn't doable in the current version. For WTP projects it should just work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234345#4234345 Re

[jboss-user] [JBoss Tools (users)] - Re: Failed while installing Seam 2.1

2009-05-31 Thread max.ander...@jboss.com
Looks like you are changing the version of a project and not creating a project from scratch ? Please report in jira with exact steps on how you get this error. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234346#4234346 Reply to the post : http:

[jboss-user] [JBoss jBPM] - Problem with the installer for JBPM beta2 - java.lang.Abstra

2009-05-31 Thread Neal
Hi All, I am running c:\jbpm-4.0.0.Beta2\jboss>ant demo.setup and it is failing with the following error BUILD FAILED C:\jbpm-4.0.0.Beta2\jboss\build.xml:54: The following err or occurred while executing this line: java.lang.AbstractMethodError: org.apache.xerces.dom.ElementNSImpl.setUserDat

[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache And Spring Web Flow

2009-05-31 Thread mateo31
Hi, Is there anybody using Jboss Cache with Spring Web Flow? I'd like to obtain a active-active cluster system through a method to duplicate the SWF contexts Is there anybody who has done this before? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Running JBoss 4.2.3 and JBoss 5.1 on the same server

2009-05-31 Thread jbosshog98
I want to run JBoss 4.2.3 and JBoss 5.1 on the same server, but not simultaneously. I just need to be able to switch back and forth between the two for testing, so I don't need to change ports or anything like that. My problem is the JBOSS_HOME environment variable. When I set up a /soft/JBoss-4

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Running JBoss 4.2.3 and JBoss 5.1 on the same server

2009-05-31 Thread PeterJ
Do not set JBOSS_HOME, nor add jboss_home/bin to PATH. If you examine run.bat, you will notice that the first thing it does is set JBOSS_HOME based on the location of run.bat. On my system I have countless installations of JBoss AS, with various different versions. I do not have JBOSS_HOME set,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Running JBoss 4.2.3 and JBoss 5.1 on the same server

2009-05-31 Thread jbosshog98
Thanks! I put the export in run.sh, but same concept. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234360#4234360 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234360 __

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes an exception

2009-05-31 Thread philipdodds
We have upgraded to JBoss 5.1.0GA and the problem is the same, is it a known issue, or an exception we can safely ignore? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234361#4234361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - visual BPEL designer plugin 0.4 for Eclipse 3.4.2

2009-05-31 Thread sai_ari
I have just started using the jBPM BPEL 1.1.1 on JBOSS 4.2.3. Does the visual designer plugin 0.4 for Eclipse 3.4.2 work? I didn't see any updated documentation for this and doen't work the way old document available . Also I don't see any way to edit the BPEL/ import BPEL samples, I couldn'

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 4.2.3 EAR and Apache 2.2 virtual hosts with jk_mod ser

2009-05-31 Thread jbosshog98
I have an EAR file I am trying to deploy alongside various WAR deployments on JBoss 4.2.3 The individual standalone WAR deployments are all working fine and are just a copy of the same application that is contained inside the EAR but the EAR deployment and it's included WAR(s) does not work cor

[jboss-user] [JBoss Cache: Core Edition] - Is it good to use cache as a data sharing tool?

2009-05-31 Thread NDD
Dear all,I have some common data object about 10MB memory to share between serveral seperated JVMs. It seems if I set the cache eviction time to very long, the cache system will become a data sharing system. Is it a good way to use jboss pojo cache to do the job? Thanks:-) View the original p

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1.1 on JBOSS 4.2.3 GA

2009-05-31 Thread dhanushgopinath
1) I could not deploy the Example services and test processes | | 3) I could create nice BPEL on netbeans, but they don't work on jBPM. 1. What is the problem? Did it give otu any exceptions? 2. I use Netbeans to design my process, and they work perfectly with jBPM BPEL. Please let me kno

[jboss-user] [EJB/JBoss] - Is the default EJB pool size = 30?

2009-05-31 Thread arthurchn
I am testing ejb (2.0) pooling in JBoss 5.0.1GA and saw StrictMaxPoolFactory is configured in ejb3-deployers-jboss-beans.xml. >From its source code, I saw a constant DEFAULT_MAX_SIZE defined to be 30. Can I conclude that 30 is the default size for ejb pool in JBoss 5? Another question would be

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem Using Annotated Beans with JTA. Data is not written

2009-05-31 Thread taranis
Hi, When i try to use JPA Annotated beans with JTA, data is not saved to DB. There are no exceptions but data is not committed to DB, it is like my bean is transient but i have annotated it with @Entity and it must not be Transient. I have created a war file and deployed to JBoss, tested this in