[jboss-user] [JBoss Remoting Users] - Re: why would version == SocketWarpper.CLOSING ?

2009-12-04 Thread ron.si...@jboss.com
http://www.fortunecity.com/lavender/tombstone/839/simpsons/Monty_excellent.wav View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269121#4269121 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269121

[jboss-user] [JBoss Remoting Users] - Re: why would version == SocketWarpper.CLOSING ?

2009-12-04 Thread mazz
Ron, Ah.. I see it. On the server side, the message was received, but the de-serialization of one of my incoming objects within the message failed. Hence, the server socket closes immediately and hence why I get the error that I do on the client side. This looks like its a problem on my end. I

[jboss-user] [JBoss Remoting Users] - Re: why would version == SocketWarpper.CLOSING ?

2009-12-04 Thread ron.si...@jboss.com
Hi John, SocketWrapper.CLOSING should be sent only when a ServerThread shuts down and closes its socket. What's going on on the server side? -Ron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269119#4269119 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss Remoting Users] - Re: why would version == SocketWarpper.CLOSING ?

2009-12-04 Thread mazz
FWIW, I did read: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4134761#4134761 but this is happening consistently - its not like its a socket timeout or it does this sporadically. This happens every time I try to send a message in this one particular place in my code (where everywhe

[jboss-user] [JBoss Remoting Users] - why would version == SocketWarpper.CLOSING ?

2009-12-04 Thread mazz
What would cause the version read over the wire to be SocketWrapper.CLOSING? Specifically, I'm looking at MicroSocketClientInvoker, line 629-ish from Remoting 2.2.2.SP8: if (version == SocketWrapper.CLOSING) | { |log.debug("Received version 254: treating as end of file"); |throw ne

[jboss-user] [JBoss Web Services Users] - Re: Error with registering a RESTeasy Providerfactory

2009-12-04 Thread Juergen.Zimmermann
You are mixing Jersey and RESTEasy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269113#4269113 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269113 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & Deployment] - Re: Error installing to Start: name=persistence.unit:unitNa

2009-12-04 Thread amira88
"Wolfgang Knauf" wrote : Hi, | | see http://www.jboss.org/community/wiki/EJB3relationships and search for your error message "cannot simultaneously fetch multiple bags". | | Hope this helps | | WolfgangtHANK U MR KNAUF: all this error disappeared but when i run the client class i ha

[jboss-user] [JBoss Web Services Users] - Cannot call JBoss web service through intermediary (soapUI).

2009-12-04 Thread Oberiko
Hello, I'm having a bit of an odd problem. I have deployed a dummy JbossWS web service onto JBoss AS 5.0.1 and developed a client for it using Axis 1.5. This works fine. I then loaded up soapUI and pointed it to my web service and ran the test suite. Again, everything worked. However, when

[jboss-user] [jBPM Users] - Re: Entity variable

2009-12-04 Thread kukeltje
It can be saved by jBPM if it is serializable. Other options will be worked out in future releases of jBPM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269107#4269107 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [jBPM Users] - Re: Roadmap of JBPM after 3.2

2009-12-04 Thread kukeltje
Hmmm even I learned something. I only knew Bonita (XPDL) as implemented on the PVM... Cool to know View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269106#4269106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269106 __

[jboss-user] [jBPM Users] - Re: Problem to run jBPM under jBoss and searching for PVM do

2009-12-04 Thread kukeltje
Oh, and about 2: It's not an Artificial Neural Network, it's based on superposition and entanglement and touches on EPR But on a more serious note, it is an advanced statemachine for process graphs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269104#42691

[jboss-user] [jBPM Users] - Re: Support needed to install and use jBPM

2009-12-04 Thread kukeltje
-Silver- Posts like this won't get you much help. Saying that the manual (that everybody uses) does not work for you without giving information about the errors is not enough. I'm also sorry you have been working on this for two weeks. See my response in the other post View the original post

[jboss-user] [jBPM Users] - Re: Problem to run jBPM under jBoss and searching for PVM do

2009-12-04 Thread kukeltje
Try adding the mysql driver jar manually to the classpath. This is missing in 4.2 (and there is a jira issue for it) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269100#4269100 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [Performance Tuning] - Re: Performance JBoss 4.2.3 compared to JBoss 4.0.2

2009-12-04 Thread triathlon98
It is difficult to give general number of expected throughput. It depends on your application, what it is, how it is built, the system on which it runs, how everything is configured etc. In your case, you definitely need to increase the permgen space. This should remain stable once all parts of

[jboss-user] [EJB 3.0 Users] - Re: NotBound ERRoR

2009-12-04 Thread amira88
"Wolfgang Knauf" wrote : Hi, | | in my "Properties" snippet, there is one thing you have to replace with your own config: the "j2ee.clientName" should be declared in your "jboss-client.xml" file. | But you don't need this line if you don't want to use the ENC for lookup. | | What do y

[jboss-user] [jBPM Users] - Re: Roadmap of JBPM after 3.2

2009-12-04 Thread meghanai_99
Thank you Koen and others for taking time to respond to my post. That answers my question for now. Meghana View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269089#4269089 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [JBoss Web Services Users] - Re: web service called from a portlet

2009-12-04 Thread anteo
ok that is now resolved View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269075#4269075 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269075 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Messaging Users] - Creating persisten queues

2009-12-04 Thread sacauskis
I was able to create a queue programmaticly, is there a way to make the queue/topic persistent? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269073#4269073 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269073 _

[jboss-user] [jBPM Users] - Re: Roadmap of JBPM after 3.2

2009-12-04 Thread koen.a...@jboss.com
Hi Meghana, At this time there is no BPEL 2.0 effort planned within the jBPM project. As Sebastian points out, the BPEL 2.0 offering of JBoss will include the Riftsaw project, which is based on Apache ODE. As you correctly state, the OW Orchestra project builds on top of the PVM, albeit an old

[jboss-user] [jBPM Users] - Re: Roadmap of JBPM after 3.2

2009-12-04 Thread meghanai_99
Hello, I think that is not entirely true. Here is a link from Orchestra - http://orchestra.ow2.org/xwiki/bin/view/Main/FAQPVM As a JBPM-BPEL extension user, the message is certainly not clear, it is really confusing. If Bull and JBoss have in fact decided to work together why is it not stated

[jboss-user] [jBPM Users] - Support needed to install and use jBPM

2009-12-04 Thread -Silver-
Hi! I opened another topic because I really really need support. I'm trying to install jbpm4.2 and use it but I'm unable. I'm in very hurry, please anyone could help me? I tried to follow many tutorials to install it under jboss but nothing, I tried to learn how to use activity as described in PV

[jboss-user] [JBoss Messaging Users] - Re: source for org.jboss.test.messaging.tools.container.Loca

2009-12-04 Thread sacauskis
Guess not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269061#4269061 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269061 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Messaging Users] - Re: Creating Queues Programaticly

2009-12-04 Thread sacauskis
Thanks I'll give that a shot. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269060#4269060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269060 ___ jboss-user mailing list j

[jboss-user] [Installation, Configuration & Deployment] - Re: Remote and Local JMS Client Access

2009-12-04 Thread PeterJ
Why are you setting jboss.bind.address and java.rmi.server.hostname instead of passing "-b 0.0.0.0" which should set both? As long as you set java.rmi.server.hostname to something other than 0.0.0.0, RMI connections will be accepted only on the IP address specified (that is, if you say 127.0.0.

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployed application steals logging from JBoss. How to p

2009-12-04 Thread PeterJ
I do not know of anything in JBoss AS to prevent this - any code can directly manage log4j. I still think you need to confront the originator of app about this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269047#4269047 Reply to the post : http://www.jbo

[jboss-user] [Installation, Configuration & Deployment] - Remote and Local JMS Client Access

2009-12-04 Thread mr_alabama
I have encountered a problem with our JBoss deployment (v 4.2.3) with JBossMQ. I can successfully configure the server to start and and accept connections from local or remote clients but NOT both. [1] The following startup script works fine for remote clients: $JBOSS_HOME/bin/run.sh -Djboss.b

[jboss-user] [Installation, Configuration & Deployment] - Re: Error installing to Start: name=persistence.unit:unitNa

2009-12-04 Thread Wolfgang Knauf
Hi, see http://www.jboss.org/community/wiki/EJB3relationships and search for your error message "cannot simultaneously fetch multiple bags". Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269031#4269031 Reply to the post : http://

[jboss-user] [JBoss Web Services Users] - Error with registering a RESTeasy Providerfactory

2009-12-04 Thread damienmc3
Hi, I get the following error: java.lang.ClassCastException: com.sun.jersey.server.impl.provider.RuntimeDelegateImpl cannot be cast to org.jboss.resteasy.spi.ResteasyProviderFactory | at org.jboss.resteasy.spi.ResteasyProviderFactory.getInstance(ResteasyProviderFactory.java:330)

[jboss-user] [EJB 3.0 Users] - Re: NotBound ERRoR

2009-12-04 Thread Wolfgang Knauf
Hi, in my "Properties" snippet, there is one thing you have to replace with your own config: the "j2ee.clientName" should be declared in your "jboss-client.xml" file. But you don't need this line if you don't want to use the ENC for lookup. What do you mean with "sun server lib"? Is your client

[jboss-user] [jBPM Users] - Entity variable

2009-12-04 Thread juanignaciosl
I'm developing a Seam/jBPM4 web application. I can already hot deploy processes through the web interface, start and signal processes, storing String and Integer variables within them... My problem arises when I try to attach and store an entity variable. My application and jBPM share the same

[jboss-user] [Performance Tuning] - Re: Performance JBoss 4.2.3 (and 5.1.0) compared to JBoss 4.

2009-12-04 Thread erwinp
I got my application working under JBoss 5.1.0. The test with a load of 100 requests per second already failed (java.lang.OutOfMemoryError: PermGen space). I didn't tune JBoss, that could make a difference but probably not a very big one. Aren't there any performance testing results available w

[jboss-user] [Tomcat Integration] - JBOSS 4.0.5 and tomcat 5.5.28

2009-12-04 Thread rozky
Hi, can somebody tell me what I have to do when I want to get proper tomcat 5.5.28 SAR for JBOSS 4.0.5? Is it possible to buy or what need to be done ? Thanks Michal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268987#4268987 Reply to the post : http://w

[jboss-user] [JBoss Messaging Users] - Re: Durable subscriptions management via JMX console

2009-12-04 Thread timfox
HornetQ does support it View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268986#4268986 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268986 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Messaging Users] - Re: Durable subscriptions management via JMX console

2009-12-04 Thread enriqueam
Shame :-( Thanks for the quick reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268982#4268982 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268982 ___ jboss-user maili

[jboss-user] [JBoss Messaging Users] - Re: Durable subscriptions management via JMX console

2009-12-04 Thread gaohoward
No, I don't think JBM support this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268976#4268976 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268976 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & Deployment] - JBoss AS 5.1.0.GA + Seam 2.2.0 - ZipException: error in open

2009-12-04 Thread brettcave
I am getting an error that seems to relate to https://jira.jboss.org/jira/browse/JBAS-6107, but the issue was resolved in the version I am running. The ear being deployed (to the server/all/farm directory). The application.xml in the META-INF directory has: | jboss-seam.jar | | Strict

[jboss-user] [JBoss Portal Users] - Re: Theme and layout settings for Configure Dashboard

2009-12-04 Thread ric.sa.moore
Thanks Vijay. That does get the page using my theme. >From your answer then, it looks like the layout that this page uses is hard >coded to the generic maximised one. There's no way that you know to control >this using the deployment descriptors? This also forces me to change that JSP to mimi

[jboss-user] [JBoss Messaging Users] - Durable subscriptions management via JMX console

2009-12-04 Thread enriqueam
Hello there, Is there any way of deleting a durable subscription from an existing topic via JMX console? I'm looking for an MBean operation that allows me to delete a durable subscription in case a faulty JMS client forgot to close it when it was no longer needed. I'm using JBoss AS 4.2.3.GA

[jboss-user] [jBPM Users] - Re: Problem to run jBPM under jBoss and searching for PVM do

2009-12-04 Thread -Silver-
Hi kukeltje, first of all thanks for the reply :) 1) I tried a clean jboss 5.1.0 AS and it starts without problems, then I installed jbpm and there are a lot of exception. This is the first one: | 11:40:08,195 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connecti

[jboss-user] [jBPM Users] - Re: jBPM 4.2 Maven

2009-12-04 Thread zenix
"sebastian.s" wrote : A .bar-file is nothing else than a .jar-file with a process definition and furhter specific content like task-forms for example. To deploy .bar-files you can use the ant-task supplied with jBPM. It deploys takes the process definition from the .bar-file and deploys it direc

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployed application steals logging from JBoss. How to p

2009-12-04 Thread zbiggy
I do not know the app - this is only binary code. What I see it deploys its own log4j and use such properties for logging: log4j.rootCategory=ERROR, CONSOLE,MYLOG | | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender | log4j.appender.CONSOLE.Threshold=ERROR | log4j.appender.CONSOLE

[jboss-user] [JBoss Cache Users] - Re: CacheListener is (unduly) notified of rollbacked operati

2009-12-04 Thread chtimi2
The CacheListener is a local observer: it sees changes to the local copy of the cache. If a transaction is started on the "master" node (master for a given interaction, otherwise nodes need not be symmetric), and it is rolled back, changes are not replicated to the slave nodes. Thus on slave n

[jboss-user] [Security] - Re: Problem combining two loginmodules for SSO with Active D

2009-12-04 Thread Johan2001
Anyone who has an idea how I can login with Kerberos and retrieve the roles from Active Directory? I did some more research but could not find a solution for my problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268954#4268954 Reply to the post : http:

[jboss-user] [jBPM Users] - Re: [jbpm 4.2] My first simple application doesn't work :(

2009-12-04 Thread -Silver-
Sorry but I don't understood. Could you tell me how I've to change the code of my previous application for example? Thanks (I referenced all the needed libraries now) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268950#4268950 Reply to the post : http://w

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-12-04 Thread suganda
Hi all, Just want to share the solution After searching and testing , i think i have found the root cause of that weird exception. its because i let hibernate manage my transaction instead of spring. so its better to have spring manage transaction. The concept of current="true" in spring tran

[jboss-user] [jBPM Users] - Re: jBPM 4.2 Maven

2009-12-04 Thread sebastian.s
A .bar-file is nothing else than a .jar-file with a process definition and furhter specific content like task-forms for example. To deploy .bar-files you can use the ant-task supplied with jBPM. It deploys takes the process definition from the .bar-file and deploys it directly to the database.

[jboss-user] [jBPM Users] - jBPM 4.2 Maven

2009-12-04 Thread zenix
Is there jBPM 4.2 archetype for projects? I need to build .bar/.jar and deploy .bar file to database... Please help :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268941#4268941 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 lookup from Pojo and Injection

2009-12-04 Thread MirekSz
Thanks for help your answers realy help. I understand that I can't be sure that I get the same instance (of Stateless) in the same transaction by lookup. Is there exists other way to pass some data from one statelsss to other in the same transaction In web application I used to it HttpSession

[jboss-user] [jBPM Users] - task & timers

2009-12-04 Thread jbosspnet
Hi. I am using Jbpm 3.2.3 on Jboss 4.2.3.GA. I have many processes where I have to check a condition in a manually or in a automatic way and the check have to be completed into a time range. For this target, I use the following task-node: | | | |

[jboss-user] [Installation, Configuration & Deployment] - Re: Error installing to Start: name=persistence.unit:unitNa

2009-12-04 Thread amira88
Sorry i meant persistence.xml and not persistence.properties Stress effect !! i still have the problem HLLL View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268936#4268936 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [Installation, Configuration & Deployment] - Error installing to Start: name=persistence.unit:unitName=#

2009-12-04 Thread amira88
Hi, I am trying to deploy an EJB3 on jBoss 5.0.0.GA and I am receiving this message error: | 02:59:52,044 ERROR [AbstractKernelController] Error installing to Start: name=persistence.unit:unitName=#sample state=Create | javax.persistence.PersistenceException: [PersistenceUnit: sample] Unabl