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

2009-12-03 Thread sebastian.s
Riftsaw is based up-on Apache ODE and there is no BPEL engine available on top of the PVM. Just as Ronald mentioned there is no BPEL in jBPM4 anymore. There is just jPDL and BPMN2 which is still in development. AFAIK jBPM3 BPEL is a BPEL 1.x implementation while Riftsaw is a BPEL 2.0 implementa

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

2009-12-03 Thread sebastian.s
"in the main-folder" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268930#4268930 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268930 ___ jboss-user mailing list jboss-user

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

2009-12-03 Thread sebastian.s
You can't create process definitions programmatically this way anymore. Create a process definition and deploy it afterwards. You need to reference jbpm.jar and the main-folder and all the jars in the lib-subfolder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [Tomcat Integration] - javax.servlet.ServletException: java.lang.AbstractMethodErro

2009-12-03 Thread rasa
hi, In my jboss (jboss 4.2.3 GA) when i takes my application page i am getting getiitng an http 500 error page. This is not for all pages. The pages which is called in an iframe is having the issue. | javax.servlet.ServletException: java.lang.AbstractMethodError: javax.servlet.jsp.JspFactor

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

2009-12-03 Thread gaohoward
You need to set up the test environment to run the test. To save your time, i suggest you read the code and write a simple JMS client yourself. A better place to look at would be in /examples/common/src/org/jboss/example/jms/common/Util.java View the original post : http://www.jboss.org/index.

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

2009-12-03 Thread meghanai_99
Hello, Isn't Orchestra BPEL available as BPEL engine on core PVM? Isn't RiftSaw based apache ODE engine? For people using JBPM-BPEL extension, is there any roadmap to move to next level to get new BPEL features? Thank you, Meghana View the original post : http://www.jboss.org/index.html?m

[jboss-user] [jBPM Users] - Re: JBPM User Task - Forms

2009-12-03 Thread kukeltje
using .ftl files is not something jBPM does but the console. So check the sourcecode of the console how it is done there View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268911#4268911 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-03 Thread gaohoward
With JBoss Messaging, you have to do yourself by registering a connection listener. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268910#4268910 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268910

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

2009-12-03 Thread kukeltje
Do you want to run BPEL or JPDL? jBPM4 has no BPEL. Use riftsaw for that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268908#4268908 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268908

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

2009-12-03 Thread kukeltje
1: Caused by: java.io.FileNotFoundException: C:\jboss-5.1.0.GA\server\jbpm\conf\bootstrap.xml Please try a clean JBoss AS server instance first before adding jBPM to it. Such an error has nothing to do with jBPM 2: What is detailed? Have you checked here: http://www.jboss.org/jbossjbpm/pvm/ An

[jboss-user] [JBoss Messaging Users] - Re: TTL on Message Producer Not Honored

2009-12-03 Thread droberts18
I am using JBoss Messaging 1.4. That is a good point about it never actually being delivered to the consumer. The reason for my concern is I am using a selector with my consumer, and I am thinking that a buildup of abandoned messages would slow down the selection/consumption of other messages.

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

2009-12-03 Thread timfox
You didn't look very hard All the tags are here: http://anonsvn.jboss.org/repos/messaging/tags/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268902#4268902 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268902 _

[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-03 Thread droberts18
I am using the JBoss Messaging that is bundled with the JBoss 4.3 release. Version 1.4 according to the release notes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268901#4268901 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

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

2009-12-03 Thread sacauskis
It blows up on my when I try to run it: java.lang.Exception: Failed to start ServiceContainer at org.jboss.test.messaging.tools.container.ServiceContainer.start(ServiceContainer.java:490) at org.jboss.test.messaging.tools.container.LocalTestServer.start(LocalTestServer.java:125)

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

2009-12-03 Thread sacauskis
Where is the repository for 1.4.5? I tried http://anonsvn.jboss.org/repos/messaging/ but don't see anything for 1.4.5 only 1.4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268899#4268899 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

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

2009-12-03 Thread sacauskis
If it's not in the source than how come the test library builds and there is a class for it in the jar file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268897#4268897 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

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

2009-12-03 Thread meghanai_99
Hello, We have been using JBPM-BPEL 1.1 on top of JBPM 3.2 for a while. We have been trying to get in touch with someone at JBoss to understand how we can move to JBPM 4 but so far no one has contacted us back . >From my research on the web it seems both engines can co-exist but there is >not

[jboss-user] [JBoss Messaging Users] - Re: Reconnect after a lost connection

2009-12-03 Thread timfox
This depends what messaging system you are talking about. "JBoss" has 3: JBoss MQ, JBoss Messaging and HornetQ. HornetQ certainly has auto reconnect functionality IIRC JBoss Messaging and JBoss MQ do not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268893

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

2009-12-03 Thread timfox
svn View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268892#4268892 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268892 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging Users] - Re: TTL on Message Producer Not Honored

2009-12-03 Thread timfox
Firstly, I can't tell what messaging system you're using (could be JBoss MQ or JBoss Messaging), but just because a message is still in a queue after TTL does not mean TTL is not honoured. The JMS spec just says that messages should not be delivered after TTL is exceeded. It does not require me

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

2009-12-03 Thread sacauskis
I'm trying to debug a problem I'm having with running some junit tests that come with jboss messaging 1.4.5. I'm tracing the problem through org.jboss.test.messaging.tools.container.LocalTestServer, however there is no source for it in either the src distribution or in the zip file that comes w

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

2009-12-03 Thread -Silver-
I'm trying to develop my first workflow with jbpm 4.2 and netbeans but it doesn't works. I created a new project called "displayproject" and imported as libraries the file jbpm.jar that is in the root jbpm's folder and all the files that are in the "lib" folder. The project contains only those t

[jboss-user] [JBoss Messaging Users] - Reconnect after a lost connection

2009-12-03 Thread droberts18
Is it possible to configure JBoss so that when a connection is dropped that it will automatically reconnect to the remote server? Or do I have to write code to do this? The scenario is that I have a persistent connection/session from Server A to Server B. Can I configure retries some place in

[jboss-user] [JBoss Messaging Users] - TTL on Message Producer Not Honored

2009-12-03 Thread droberts18
Using JBoss 4.3 messageProducer.setTimeToLive(6); After sending the message and waiting 10 minutes I still see it in the queue. Is this a bug? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268881#4268881 Reply to the post : http://www.jboss.org/inde

[jboss-user] [JBoss Tools Users] - Re: Web Resources folder is empty

2009-12-03 Thread htfv
Well, I don't do this operation every day, so it's not a problem. It just fells safer :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268880#4268880 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268880 _

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

2009-12-03 Thread amira88
"Wolfgang Knauf" wrote : Hi, | | Do you have a "jndi.properties" file? If not, you have to provide some properites to "InitialContext": | Properties props = new Properties(); | | props.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory

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

2009-12-03 Thread amira88
Hi Mr wolfgang, i'm just using u property code: Properties props = new Properties(); props.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); props.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client"); props.setProperty(Cont

[jboss-user] [JBoss Portal Users] - warnings over and over in jboss 5.1

2009-12-03 Thread deanhiller
We come from tomcat where we could prevoiusly search logs for WARN to see if anything went bad for the day(our log files are about 1 Gig for 1 day of operation). BUT now we are in jboss and I keep seeing these logs over and over...(preventing us for searching on warn) | 2009-12-03 13:38

[jboss-user] [JBoss Tools Users] - Re: Web Resources folder is empty

2009-12-03 Thread nickboldt
Just FYI, you don't have to add, select, install, restart, add, select, install, restart, add, select, install, restart to get JBT installed. Add the three update sites (in steps 6, 8, 10), pick the stuff you want from JBT (step 10), and let p2 resolve all the dependencies. Then the process be

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

2009-12-03 Thread -Silver-
Hi all and nice to meet you! I'm new here but I think that I'll write many many posts! I started work of my master thesis based on jBPM so I hope to find support here :) ! To start I've two questions: 1) I installed manually jBPM version 4.2 on jBoss 5.1.0GA then I went to folder "C:\jboss-5.1.

[jboss-user] [JBoss Tools Users] - Re: cant generate entities from seam

2009-12-03 Thread nickboldt
Oh, and FYI, I believe this is an Eclipse bug, not a JBoss Tools one. Maybe this will finally be fixed in Eclipse 4.0 (e4). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268863#4268863 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [JBoss Tools Users] - Re: cant generate entities from seam

2009-12-03 Thread nickboldt
Iron (space) Duck: If on linux or mac, try symlinking the actual folder to a renamed one w/o spaces, then delete the project from the workspace (but do not delete) and File > Import > existing project to the spaceless project. If on windows (or you don't like symlinks), remove the project from

[jboss-user] [jBPM Users] - Re: [jbpm 4.2] Finding a Process Instance

2009-12-03 Thread mike_burton
Hi Santanu Thanks for your respnse. When i use this statement in my code, i am getting the below exception. org.jbpm.api.JbpmException: no environment to get org.hibernate.Session at org.jbpm.pvm.internal.env.Environment.getFromCurrent(Environment.java:196) at org.jbpm.pvm.inte

[jboss-user] [JBoss Cache Users] - Re: Can't acquire lock in 0 ms

2009-12-03 Thread bstansbe...@jboss.com
I've opened a JIRA for this, mostly about the semantic with INVALIDATION_ASYNC: https://jira.jboss.org/jira/browse/JBCACHE-1559 With INVALIDATION_SYNC, I wasn't too clear. Neither transaction is going to succeed in putting the cache in a consistent state. That fact needs to propagate to the cal

[jboss-user] [Installation, Configuration & Deployment] - Re: EJB3.0 deployment failing in Jboss5.1.0GA

2009-12-03 Thread jaikiran
If you can share this application, then please attach it to https://jira.jboss.org/jira/browse/EJBTHREE-1969, so that we can investigate the cause of: Caused by: java.lang.IllegalStateException: Null beannMetaData | at org.jboss.ejb3.interceptors.metadata.BeanInterceptorMetaDataBridge.setupMe

[jboss-user] [jBPM Users] - JBPM User Task - Forms

2009-12-03 Thread RockerRocker
Hi, Background -- I am using JBPM 4.2 and I am able to deploy, start simple processes i.e. from one task to another using decisions, java etc. I am not using JBPM provided Console, and have built a self made simple console to check the status of each process. Problem -- I am trying to run a pr

[jboss-user] [jBPM Users] - Re: Variable missing in assignment handler

2009-12-03 Thread nizzy
Hi All, I think the problem was that I had to mark the variables to be written back to the super-process as; View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268844#4268844 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

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

2009-12-03 Thread anteo
Hi i have writen a simple webservice with axis2 under eclipse that calculates a random number and have deployed it on jboss.I can also see the wsdl description of the web service in the browser. I have also written a normal portlet that has a text field and a tree. when a node in the tree is cl

[jboss-user] [JBoss Tools Users] - Re: cant generate entities from seam

2009-12-03 Thread IronDuck
Is this issue being tracked in JIRA somewhere? Is it assigned to be fixed? I just ran into this issue with JBoss Tools 3.1 M4 and unfortunately I cannot remove the space from the project name without violating corporate standards. View the original post : http://www.jboss.org/index.html?module=

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

2009-12-03 Thread PeterJ
You are going to have to first figure out how that app does logging, only then can you come up with a plan to prevent the log hijacking. What app is it? Where did you get it from? If you bought it, have you asked the people you bought it from about this issue? View the original post : http://

[jboss-user] [Performance Tuning] - Re: jboss Web-Console Memory

2009-12-03 Thread PeterJ
anonymous wrote : My jdk is 5 and os is linux. Good. You can use the jmap utility to dump the heap. And install VisualVM - you can download it separately or get it as part of JDK 6 (yes, you can have both JDK 5 and 6 installed at the same time and still use JDK 5 for JBoss AS - just set JAVA_HOM

[jboss-user] [Installation, Configuration & Deployment] - Re: Which version of el-api?

2009-12-03 Thread PeterJ
Here is a line from the META-INF/MANIFEST.MF file in jsp-api.jar: Import-Package: javax.el;version="2.1",... Thus it would appear that this JAR contains EL 2.1 By the way, examining the manifest.mf jar is usually the best way to determine the version number of any components. View the original

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

2009-12-03 Thread Wolfgang Knauf
Hi, anonymous wrote : I need this information (about changed entity) to inform my Swing client which records was updated This could be achieved be a Topic Queue. The ID changed message is posted by the EJB, and all swing clients register to it. Hope this helps Wolfgang View the original post

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

2009-12-03 Thread PeterJ
anonymous wrote : JNDI lookup for a STATELESS session bean i the same transaction will return the SAME instance as a previous call ?? No. Stateless beans are kept in a pool; each time you ask for one via JNDI you could get a different instance. If you need a single bean, then look it up once an

[jboss-user] [JBoss Web Services Users] - Re: JBoss 4.2.2 JDK1.5 Webservice user-defined Exception han

2009-12-03 Thread pa12399
I finally got this to work. I followed this excellent article on how to handle user-defined exceptions in webservices. http://io.typepad.com/eben_hewitt_on_java/2009/07/using-soap-faults-and-exceptions-in-java-jaxws-web-services.html View the original post : http://www.jboss.org/index.html?modu

[jboss-user] [jBPM Users] - Re: Variable missing in assignment handler

2009-12-03 Thread nizzy
Hi, I have successfully copied the super-process variables into the sub-process using the "variable" element in the process definition. Chapter 18 Table 18.8 of the User Guide states "variable - specifies how data should be copied from the super process to the sub process at the start and from

[jboss-user] LDAP Password protection for JBOSS

2009-12-03 Thread Marc Schoechlin
Hi, I would like to protect all my HTTP-webcontent (especially the administrative pages) available on my jboss 5.1 server by using basic-auth in combination with a ldap-server. Additionally it would be nice to protect also remote jmx access by ldap passwords. Where can I find detailed docume

[jboss-user] [jBPM Users] - Re: jBPM 4.2 architecture questions

2009-12-03 Thread kukeltje
No jBPM caches, and 2nd level cache can be used e.g. in a clustered way if you want. By default second level cache is only used for processdefinitions afaik in a read-only way View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268799#4268799 Reply to the post :

[jboss-user] [JBoss Portal Users] - Re: exo Portal, JBoss Portlet Bridge, RichFaces, Seam: a bit

2009-12-03 Thread kpalania
Thanks Thomas. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268798#4268798 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268798 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Installation, Configuration & Deployment] - Re: Which version of el-api?

2009-12-03 Thread ova
Sorry, I meant JBoss 5.1.0 GA AS. I found JSF jars under server\default\deploy\jbossweb.sar\jsf-libs Just not clear with the version of el-api. Is it 2.0.x or 2.1.x ? It's important to know because new syntax for method invocations in EL works with 2.1.x and doesn't work with 2.0.x. Thanks. Ol

[jboss-user] [EJB] - Re: Memory Leak in JBoss EJB

2009-12-03 Thread adr...@jboss.org
This issue looks similar to https://jira.jboss.org/jira/browse/EJBTHREE-1442 fixed in JBoss5. The fix date is Sept/08 while 4.2.3 was released in July/08, so it won't contain that fix (assuming the bug was present in 4.2.x?). View the original post : http://www.jboss.org/index.html?module=bb&op=

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

2009-12-03 Thread erwinp
Hello, i finally upgraded from JBoss 4.0.2 to JBoss 4.2.3. Unfortunately i noticed that the performance of my application decreased significantly. When i test my application on the same hardware, same VM, ... it can create about 850 database rows per second when using JBoss 4.0.2 and only about

[jboss-user] [Security] - Re: ClientLoginModule in a multi-threaded swing client

2009-12-03 Thread marek.gregor
I found the same bug in JBoss 5.1.0GA (bundled with jbosssx-client.jar, version 2.0.3.SP1): Security context is lost in client (multi-threaded swing) application started via java web start, when I perform ejb3 call on different thread, from which I have performed login() on start of the applic

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

2009-12-03 Thread zbiggy
I deployed war/ear application to JBoss 4.2. When I boot JBoss logging is OK on console and in file. When application starts, logging to console and server.log stops. All logs are now taken over by application. How I can protect JBoss against logs hijack by deployed applications on server side

Re: [jboss-user] [Management, JMX/JBoss] - Jmx port automatic binding

2009-12-03 Thread Marc Schoechlin
Hi, On Thu, Dec 03, 2009 at 01:27:20PM +0100, Marc Schoechlin wrote: > On Mon, Jul 13, 2009 at 09:12:36AM -0400, remnet wrote: > > i try to launch multiple jboss servers, each one with a jmx (rmi) different > > port. > > i found the JAVA_OPT setings to activate and bind the agent to one specific

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment related Issue

2009-12-03 Thread rasa
I didnt't made nay changes but it started working. Let me observe it in production env. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268769#4268769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268769 _

[jboss-user] [EJB 3.0 Users] - Re: Logging an EJB jar deployed under JBoss

2009-12-03 Thread jaikiran
Sorry, i did not completely understand what you are trying to do and what issues you are running into. Please post the details with an example maybe. But looking at the details that you have posted, i guess a better place to ask this question in the AS User forum http://www.jboss.org/index.html

[jboss-user] [EJB 3.0 Users] - Re: 2 persistence.xml files in EAR archive

2009-12-03 Thread jaikiran
The details are a bit long to post here. Chapter 6 of the EJB3 Persistence spec has all these details, so that would be a better place to check this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268765#4268765 Reply to the post : http://www.jboss.org/index

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss Upgradation

2009-12-03 Thread rasa
The issue got solved. One tomcat process is running in that port. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268764#4268764 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268764

[jboss-user] [Performance Tuning] - Re: jboss Web-Console Memory

2009-12-03 Thread rasa
"PeterJ" wrote : | | What do you mean? I gave you a few suggestions for things you could try, and you indicated that none of those were possible. You mentioned a prior discussion but gave no link to that discussion. (No, I will not search for that discussion - it is your responsibility to

[jboss-user] [jBPM Users] - Re: Samples for calling BPEL process from Java

2009-12-03 Thread bpel-way
If anyone can tell me if this kind of samples are available and point to those, that would be great. If anyone from dev community confirm if this kind of samples exist or not, that would be great too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268754#4268

[jboss-user] [Installation, Configuration & Deployment] - Which version of el-api?

2009-12-03 Thread ova
Hello, Can me say anybody which version of unified expression language (javax.el) is located in JBoss 5.0.1 AS? I found the file el-api.jar under common/lib, but cann't figure out the version. I need the 2.1.2-b04 version or higher. Another question - If we build a JSF web application, we need

[jboss-user] [JBoss Web Services Users] - Re: does not contain port: null

2009-12-03 Thread tipsico
i know this is quite an old topic but i'm having exactly the same problem did you get this to work? the wird thing is... at the development envirolment it works... but find what's wrong tks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268752#4268752 Rep

Re: [jboss-user] [Management, JMX/JBoss] - Jmx port automatic binding

2009-12-03 Thread Marc Schoechlin
Hi, On Mon, Jul 13, 2009 at 09:12:36AM -0400, remnet wrote: > i try to launch multiple jboss servers, each one with a jmx (rmi) different > port. > i found the JAVA_OPT setings to activate and bind the agent to one specific > port (JAVA_OPTS -Dcom.sun.management.jmxremote.port=x) > > but

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

2009-12-03 Thread jaikiran
Since you are new to EJB3, the best place to start is, looking at the tutorials. Download AS 5.1.0 and try these tutorials http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/index.html View the original post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [jBPM Users] - Samples for calling BPEL process from Java

2009-12-03 Thread bpel-way
I'm looking for samples/examples for how to call BPEL process from Java. I want to have a webpage in JSP and exchange messages with a BPEL process. I've looked all over the documentation available on this site, and also elsewhere; but, couldn't find anything useful. I must have missed something.

[jboss-user] [Clustering] - Re: RMI in cluster environment

2009-12-03 Thread galder.zamarr...@jboss.com
I'm not sure what you're using RMI for exactly these days since EJBs and JNDI are accessed via JBoss Remoting these days, and have no idea what AS version you're using but there's some documentation already available wrt accessing this stuff via firewalls: http://www.jboss.org/community/wiki/EJB

[jboss-user] [Tomcat Integration] - Re: jbossweb-tomcat.sar upgrade to Tomcat 5.5.28

2009-12-03 Thread rozky
Does somebody know answer on this question? A link posted by Frederic links back to this post :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268725#4268725 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268725 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: 4.0.5GA - JMS not working, clustered environment

2009-12-03 Thread byF
I thought it may be caused due to the hasingleton JMS implementation; I've deleted hasingleton implementation and placed default/deploy/jms into all/deploy/jms for I've found it's possible to do (here in the forums). It didn't help :) Any ideas? View the original post : http://www.jboss.org/i

[jboss-user] [Installation, Configuration & Deployment] - 4.0.5GA - JMS not working, clustered environment

2009-12-03 Thread byF
Hi! We are having troubles with JMS in "all" instance of JBoss. We have 2 JBoss server in cluster with Apache&Mod-JK load balancer. Those 2 nodes operates as operational and standby node (so not classical load balancing). The architecture is simple: Web node comunnicates through JMS with anoth

[jboss-user] [jBPM Users] - Re: Variable missing in assignment handler

2009-12-03 Thread nizzy
Yes all we pass is ids for the domain model objects, however to have to pre-define those in a process definition is restrictive and complicates code updates. However obviously I will have to live with it, I'm surpirsed not many people have requested a change. Thanks for the response! View the

[jboss-user] [Security] - Using different SSL Connectors

2009-12-03 Thread ernestojpg
Hi all, I've configured two different SSL Connectors on the same JBoss instance, one of them without client authentication (port 443), and the other with client authentication (mutual certificate exchange, on port 4433). On the other hand, I have two different Web Applications (two .WAR files)

[jboss-user] [Security] - Re: Server-side authentication with Kerberos/ActiveDirectory

2009-12-03 Thread laluz
Found it! Just a gap in my understanding. After reading the Chapter 8 over and over again, I found the missing link. Thanks for letting me getting behind it :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268690#4268690 Reply to the post : http://www.jbo

[jboss-user] [jBPM Users] - Re: jBPM 4.2 architecture questions

2009-12-03 Thread darkit
Thank everybody for answers "kukeltje" wrote : 3: yes but it does not rely on e.g. jboss clustering. jBPM uses a shared database Does it mean developer can configure 2 level cache implementation or even turn off it? And are there any internal JBPM caches that should be configured in cluster en