[jboss-user] [Installation, Configuration Deployment] - Re: Unable to deploy app in jboss 5 developed in struts2 and

2009-10-26 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast | to org.apache.xerces.xni.parser.XMLParserConfiguration | See

[jboss-user] [Security] - Re: ejb not validating user role at session bean methods + J

2009-10-26 Thread akhilachuthan
That works great Thanks Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262089#4262089 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262089 ___ jboss-user mailing

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread roman.mandel...@gmail.com
gaohoward wrote : | Q1: | JBM doesn't provide connection pooling. You need to pool the connection yourself or using some 3rd party lib (if any). | | Q2: | Because JBM doesn't pool connections, so there is no place for such configurations. | | Howard | Thanks, I think I can

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread timfox
If you're using a stateless session bean that means you're running on a server so you can just use JCA pooling. There are various wiki pages on this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262091#4262091 Reply to the post :

[jboss-user] [jBPM Users] - JBPM / Spring - issue persisting data within thread

2009-10-26 Thread funkymac
Problem We use a thread pool to start workflows so that we do not block our process that kicks off the workflow (FixedThreadPool). Problem is that data being persisted within the actual workflow java task is not being seen outside of the thread that executes the workflow. The workflow java

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread roman.mandel...@gmail.com
timfox wrote : If you're using a stateless session bean that means you're running on a server so you can just use JCA pooling. | | There are various wiki pages on this. You mean: to pool JMS stub with JCA it interesting , have you tried it ? View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread timfox
This is actually mandated by the JEE spec. Any JMS connections you create from a SLSB must be created (and pooled) by a JCA managed connection factory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262097#4262097 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread bershath27
roman.mandel...@gmail.com wrote : timfox wrote : If you're using a stateless session bean that means you're running on a server so you can just use JCA pooling. | | | | There are various wiki pages on this. | | | You mean: to pool JMS stub with JCA it interesting , have you

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread timfox
http://www.jboss.org/community/wiki/ShouldIcacheJMSconnectionsandJMSsessions View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262099#4262099 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262099

[jboss-user] [jBPM Users] - Re: Does the jBPM deployer works?

2009-10-26 Thread camunda
If he want to deploy bar files, he is talking about jbpm 4. The deployer works, but not yet how it should in the end (the lifecycle is not yet clear). It is marked as experimental at the moment. Better deploy via Ant for the moment... Cheers Bernd View the original post :

[jboss-user] [Installation, Configuration Deployment] - AS 5.1.0.GA fails to parse Spring schemas, on AS 4.2.3.GA al

2009-10-26 Thread nesyarug
Hi, I'm trying to migrate my Spring-based webapp from JBoss AS 4.2.3.GA to JBoss AS 5.1.0.GA. I'm running into the following on startup: Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to parse schema for nsURI=http://www.springframework.org/schema/context,

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 4.2.2 Deployment/class loader problem

2009-10-26 Thread chrismm
For various reasons each EJB is in its own jar file, all the jar files are in the ear file in the deploy directory. Strange thing is it dosnt always happen. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262105#4262105 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - unable to deploy app in jboss 5

2009-10-26 Thread maruthi.sura
Hi All, when am trying to deploy the spring app in jboss 5 .i am getting the following error.Please any body help me in resolve this issue | | 14:08:16,584 ERROR [AbstractKernelController] Error installing to Parse:

[jboss-user] [Installation, Configuration Deployment] - Re: Undeploying multiple wars inside an ear causes NameAlrea

2009-10-26 Thread daniele.ulrich
jaikiran wrote : If it's possible, could you please attach the application which reproduces this issue, to that JIRA? Sorry, this is not possible because there are a) too many dependencies and b) I am not allowed to post code of the enterprise I'm working for. It is exactly the same behaviour

[jboss-user] [jBPM Users] - JBPM process timers in Multi Server deployment -3.2.6

2009-10-26 Thread sarish
Excuse me for the post, but have done enough searches and dont find info regarding this. Help needed!! I am hitting some issues related to using EJB Timer service for deployment, i have used Out of the box config recommended for enterprise deployment. First the details of Deployment 1. 3 jboss

[jboss-user] [Clustering] - mod_cluster + 503 Service Temporarily Unavailable error

2009-10-26 Thread babazs
Hi I use the latest mod_cluster(1.0.2 GA) with JBoss 5.1.0.GA server(all) clustered mod_cluster configuration. My testing envirnoment is: I created a loopback network interface for testing and added 3 ip addresses on Vista. 1:192.168.1.101:http load balancer 2:192.168.1.102:jboss node1

[jboss-user] [Clustering] - Re: mod_cluster + 503 Service Temporarily Unavailable error

2009-10-26 Thread babazs
I use AJP, and when I killed a node(stop vm or ctrl+c), appear that the cluster is changed correctly in the log, then the 503 error is occurred. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262111#4262111 Reply to the post :

[jboss-user] [Clustering] - Re: All TCP connections are in CLOSE_WAIT State ...

2009-10-26 Thread babazs
Hy! I use mode_cluster and I got the same error. What was the solution for this issue? thx. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262113#4262113 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262113

[jboss-user] [Clustering] - Re: mod_cluster + 503 Service Temporarily Unavailable error

2009-10-26 Thread babazs
At the first case(start nodes) my log httpd error_log is contains the next lines: | [Mon Oct 26 10:36:24 2009] [notice] Advertise initialized for process 5200 | [Mon Oct 26 10:36:24 2009] [notice] Apache/2.2.13 (Win32) configured -- resuming normal operations | [Mon Oct 26 10:36:24 2009]

[jboss-user] [Clustering] - Re: mod_cluster + 503 Service Temporarily Unavailable error

2009-10-26 Thread babazs
Second case(kill then restart node): [Mon Oct 26 10:44:09 2009] [error] proxy: ajp: disabled connection for (192.168.1.140) | [Mon Oct 26 10:44:19 2009] [error] proxy: ajp: disabled connection for (192.168.1.140) | [Mon Oct 26 10:44:29 2009] [error] proxy: ajp: disabled connection for

[jboss-user] [Clustering] - Re: All TCP connections are in CLOSE_WAIT State ...

2009-10-26 Thread ravikumar.palaparthi
hi, we have a separate DB API to get the DB connection and to execute queries or procedure .. so in that API they are not closing ResultSet along with the connection. so thats the reason we got that ERROR CLOSE_WAIT .. As a fix i closed that ResultSet in Finally block .. thats it ...

[jboss-user] [JBoss Web Services Users] - Re: no access to wsdl

2009-10-26 Thread richard.opa...@jboss.com
IMHO it will be related to JBWS-2699. Please upgrade to JBossAS 5x series and upgrade to JBossWS 3.2.0 (or JBossWS 3.2.1 comming out these days) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262147#4262147 Reply to the post :

[jboss-user] [JBoss Web Services Users] - Generating JBossWS SOAP/JMS document literal using wsconsume

2009-10-26 Thread quartelh
Hi, using wsconsume to generate the service works fine for SOAP/HTTP document/literal wsdls. However, I run into the problem that when I change the binding to use JMS the Service and interface classes are not generated. When I change from document to RPC style it works. I include the binding

[jboss-user] [EJB 3.0 Users] - Jboss 5 - Required Trans Type Session Bean calling Not_Suppo

2009-10-26 Thread mturner24
Hi ! This used to work in Jboss 4.2.3, but now I migrated to jBoss 5.1.0 I have a Session Bean A with transaction type REQUIRED calling a method to another injected Session Bean B with NOT_SUPPORTED. In the method of session bean B, a checked exception (not runtime) is thrown. In session

[jboss-user] [JBoss Web Services Users] - Web Services for low powered devices

2009-10-26 Thread elsy
Hi all, i'm not sure were to post my question, but as I'm using JBOSS ws eventing right now, here it goes ... Somebody know if it is possible to use JBOSS web services on mobil low-powered devices , using for example Linux as operating system? Is there any movement from JBOSS to this kind of

[jboss-user] [JBoss Portal Users] - Login: Incorrect username doesn't produce error message

2009-10-26 Thread DeanoUK
When logging in, an incorrect password will produce a login.jsp error message. However, when we use an incorrect username, no error message is produced - JBoss Portal doesn't seem to forward to the login error page as defined in the web.xml In any ideas as to why this is the case? Thanks in

[jboss-user] [jBPM Users] - Re: Using Process variables as parameters for method calls

2009-10-26 Thread sebastian.s
Hello again! From the documentation about java activities: | process name=Java xmlns=http://jbpm.org/4.0/jpdl; | | start | transition to=greet / | /start | | java name=greet | class=org.jbpm.examples.java.JohnDoe | method=hello |

[jboss-user] [EJB 3.0 Users] - Re: Jboss 5 - Required Trans Type Session Bean calling Not_S

2009-10-26 Thread jaikiran
Mark the user exception as @ApplicationException http://java.sun.com/products/ejb/javadoc-3_0-fr/javax/ejb/ApplicationException.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262167#4262167 Reply to the post :

[jboss-user] [jBPM Users] - Re: Conditional Task Assignment with Fork

2009-10-26 Thread pradeep.gulla
Plz reply [/img] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262172#4262172 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262172 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: jboss web console error

2009-10-26 Thread rasa
rasa wrote : jaikiran wrote : Is this a clean installation or have you done any changes and/or deployed any of your applications? Try it on a clean installation without any changes. | | | | No I have deployed my application. One thing i needed to ask is in jbss.web deployer there is

[jboss-user] [EJB 3.0 Users] - Re: SessionBean and the case of RESTRICTIONS for entitquery

2009-10-26 Thread Wolfgang Knauf
Hi, better post this in the SEAM forum: http://www.seamframework.org/Community/Forums Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262178#4262178 Reply to the post :

[jboss-user] [JBoss Cache Users] - JBoss Cache - For Replication, Do i need objects in classpat

2009-10-26 Thread quicksilver
I have JBoss 3.2.1 running under Weblogic 10.3. I noticed that my async replication was not working the other day, so i switched to sync.. I've noticed is that i get some sort of JGroups ClassNotFound error when the replication is occurring from one server to the other. It will mention the

[jboss-user] [JBoss Web Services Users] - WebServiceContext injected field corrupted under heavy load

2009-10-26 Thread Sintetik7
Hi, I have a webservice implemented as follows: | public class erviceProvider implements ProviderSource { | | @Resource(type = Object.class) | protected WebServiceContext wsContext; | | public Source invoke(Source req) { | MessageContext mc =

[jboss-user] [EJB 3.0 Users] - Re: Jboss 5 - Required Trans Type Session Bean calling Not_S

2009-10-26 Thread mturner24
Thank you, That solved the problem ! Note: I had to set this Annotation on the specific exception, setting it on an ancestor did not work, which is good in a way for when I'll want to have a different behavior on a sub-exception. View the original post :

[jboss-user] [jBPM Users] - Action associated with timer is not invoked

2009-10-26 Thread jbosspnet
Hi, I am using Jbpm 3.2.3 on Jboss 4.2.3.GA. I have the following simple process: ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns= name=sample | start-state name=start | transition to=state/transition | /start-state | | state name=state

[jboss-user] [EJB 3.0 Users] - Evn enty resources inheritance

2009-10-26 Thread daziplqa
I have bean B1 that uses env entry env1, when I extends the bean B1 with bean B2 and tried to use the value of the evn entry evn1, it returns null. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262186#4262186 Reply to the post :

[jboss-user] [Spring Integration] - Re: Help/instructions for installing and using JBoss Spring

2009-10-26 Thread lbrewster
Marius, Thanks very much for the quick response. I'll work with the info you provided and hopefully that will get me going. I'll let you know what happens. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262187#4262187 Reply to the post :

[jboss-user] [jBPM Users] - Re: Action associated with timer is not invoked

2009-10-26 Thread Krohm
Hi. Had a similar problem, the solution was to add the business calandar and set it properly. (apparently required by the jobexecutor to determine durations) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262191#4262191 Reply to the post :

[jboss-user] [jBPM Users] - Re: Action associated with timer is not invoked

2009-10-26 Thread Krohm
| import resource=jbpm.jobexecutor.cfg.xml/ | import resource=jbpm.businesscalendar.cfg.xml/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262193#4262193 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262193

[jboss-user] [jBPM Users] - Capturing process creator in jBPM 4

2009-10-26 Thread markroy
In my process definition, how can I capture the identity of the process instance creator? Apparently, in JBPM 3, you could configure a swimlane for the start task. However, it seems that you cannot do that in JBPM 4. View the original post :

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

2009-10-26 Thread PeterJ
Looks like you are missing the queue to which the MDB will listen. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262196#4262196 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262196

[jboss-user] [JBoss Messaging Users] - 1.4.x Topic Subscriber and TTL'ed Messages

2009-10-26 Thread chacs
Hi, JBoss Messaging version 1.4.x We have a JMS Topic where we post messages with TTL of (say) 2 weeks. Our clients create durable subscriptions to the topic. After creating the durable subscription, the client may return to consume the messages later (may be daily, weekly, monthly, etc).

[jboss-user] [Clustering] - Re: mod_cluster + 503 Service Temporarily Unavailable error

2009-10-26 Thread babazs
and the end of the log: [Mon Oct 26 15:55:45 2009] [error] (OS 10054)A létező kapcsolatot a távoli állomás kényszerítetten bezárta. : ajp_ilink_receive() can't receive header | [Mon Oct 26 15:55:45 2009] [error] ajp_read_header: ajp_ilink_receive failed | [Mon Oct 26 15:55:45

[jboss-user] [jBPM Users] - Re: [JBPM 4] - Process Definition

2009-10-26 Thread mike_burton
Hi sebastian Thank you very much for the info. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262208#4262208 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262208 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Re: unable to deploy app in jboss 5

2009-10-26 Thread Wolfgang Knauf
Hi, here is further information: http://www.jboss.org/index.html?module=bbop=viewtopicp=4214388 Seems the spring.dtd is non-well-formed. You might give the spring-beans.xsd a try: http://www.springframework.org/schema/beans/spring-beans.xsd Hope this helps Wolfgang View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: AS 5.1.0.GA fails to parse Spring schemas, on AS 4.2.3.G

2009-10-26 Thread Wolfgang Knauf
Hi, just some guessing... You might try to remove the newline and spaces between xsi:schemaLocation= and the first id/schemalocation pair. If this does not work: try to specify the schema locations on the first element of each xsd, as seen here:

[jboss-user] [jBPM Users] - Re: Action associated with timer is not invoked

2009-10-26 Thread jbosspnet
Thanks for you reply. I also think that the problem is in configuration. Actually my jbpm.cfg.xml is jbpm-configuration | | !-- configuration property used by persistence service impl org.jbpm.persistence.db.DbPersistenceServiceFactory -- | string name=resource.hibernate.cfg.xml

[jboss-user] [JBoss Microcontainer Users] - Optional depends?

2009-10-26 Thread pferraro
Is there a way to express an optional dependency between beans? e.g. install bean A before bean B, but only if bean A exists. In psuedo-markup: bean name=A class=... | !-- A depends on B, if B exists -- | depends optional=trueB/depends | /bean | bean name=B class=.../ The optional

[jboss-user] [jBPM Users] - [JBPM 4.1] could not initialize proxy - no Session

2009-10-26 Thread Alkero
I have a could not initialize proxy exception in a workflow when I try to get the process definition id from tasks which are between a fork and a join. The problem doesn't occur if I have not a split/join implementation. Process Definition: ?xml version=1.0 encoding=UTF-8? | | process

[jboss-user] [JBoss Microcontainer Users] - Re: EAR being deployed over and over again?!

2009-10-26 Thread Wolfgang Knauf
Hi, you should ask this in the JBoss AS Users forum: http://www.jboss.org/index.html?module=bbop=viewforumf=287, as this forum is only for Microcontainer users. Do you have Seam in your app? I remember having read about some issues like this with Seam. Best regards Wolfgang View the

[jboss-user] [JBoss Cache Users] - JBoss cache / WebLogic: problem with suspend/resume transact

2009-10-26 Thread adam.laczynski
I used JBoss Cache with WebLogic. I noticed that org.jboss.cache.interceptors.InvocationContextInterceptor suspend/resume xa transaction. It causes problem on WebLogic when iteration thought ResultSet is not finished. I posted it on oracle forum but without any solution

[jboss-user] [EJB 3.0 Users] - @EJB: can it be used to look up a remote bean on another ser

2009-10-26 Thread ljnelson
My colleague asked me whether it's possible somehow to deploy a .war file, containing a servlet with an @EJB reference to a stateless session bean, on JBoss server A, and an ejb .jar file, containing the bean so referenced, on JBoss server B. My immediate answer was no, but then I hesitated.

[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

2009-10-26 Thread Fuchs
after i deploying my application i get this error from the java console: [java] Exception in thread main javax.naming.NameNotFoundException: CustomerArchivTimerBean not bound | [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | [java] at

[jboss-user] [EJB 3.0 Users] - Re: Client calls Timer only once

2009-10-26 Thread jaikiran
Your bean is not deployed because of this error: Reason: java.lang.IllegalArgumentException: ejb3.timer.bean.CustomerArchivTimerBean is not an interface What does your bean class and its interfaces look like, including the annotations? View the original post :

[jboss-user] [EJB 3.0 Users] - Re: @EJB: can it be used to look up a remote bean on another

2009-10-26 Thread jaikiran
See http://www.jboss.org/index.html?module=bbop=viewtopict=147469 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262242#4262242 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262242

[jboss-user] [jBPM Users] - [jBPM-4.1] - Process Engine

2009-10-26 Thread narayana_y
Hi We have a application which is using jBPM3.2 right now and we are adding new functionality to our application. We want to use jBPM4.1 in that new functionality. The question is, can we use jBPM4.1 as the application already has jBPM3.2 process engine. Can jBPM4.1 process engine and

[jboss-user] [EJB 3.0 Users] - Re: @EJB: can it be used to look up a remote bean on another

2009-10-26 Thread ljnelson
Thanks for the reply. It appears that that thread ends in a question. I know that EJB 3.1 introduces the requirement that EJBs must be mounted in the global JNDI namespace. But a JNDI name is within a Context. So I still don't see how an @EJB reference could portably refer to an EJB

[jboss-user] [jBPM Users] - Re: Does the jBPM deployer works?

2009-10-26 Thread diogo.santana
Yes, I'm using version 4. Thank you both. Diogo Santana View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262248#4262248 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262248 ___

[jboss-user] [jBPM Users] - Re: [JBPM4 Error]Getting error while 2 tasks are created on

2009-10-26 Thread nilspreusker
@sushantgupta402: Did u find a solution to this yet? I have a similar problem and would be interested to know whether you found out what the issue was. Cheers, Nils View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262249#4262249 Reply to the post :

[jboss-user] [EJB] - Timeout on waiting for Bean pool

2009-10-26 Thread mohitanchlia
Jboss 4.2: For stateless bean I am trying to find what the default wait timeout for new requests when none of the pool members are available. How long does the new requests wait for Instance to be available. Also, how do I set it? I am trying to look for pool-config schema but have not been

[jboss-user] [jBPM Users] - Re: JBPM / Spring - issue persisting data within thread

2009-10-26 Thread kukeltje
how do you persist data? Process variables? And how do you you want to 'see' it in the other thread? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262254#4262254 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262254

[jboss-user] [jBPM Users] - Re: Using Process variables as parameters for method calls

2009-10-26 Thread kukeltje
If you take a look at the java example in the examples folder in the source, you can see that 'joesmoe' is the name of the variable. handshakes is a getter for a map which in turn contains force and duration as integers. So if you have a plain string as a variable, just use the name in the EL.

[jboss-user] [jBPM Users] - Re: [jBPM-4.1] - Process Engine

2009-10-26 Thread homes
Hey, I think there is no problem with using both jbpm3.x and jbpm4.x in one application. They are indedependent software projects! Best regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262259#4262259 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: Problem Joining 3 Tables

2009-10-26 Thread mwilmes
Hi Wolfgang, thanks for your answer. I will do as you recommend but that will take some time since I am very busy currently. Best regards Martin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262261#4262261 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: AS 5.1.0.GA fails to parse Spring schemas, on AS 4.2.3.G

2009-10-26 Thread nesyarug
Hi Wolfgang, Thank you for your suggestions. Have tried them all with no result unfortunately. Nes View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262274#4262274 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262274

[jboss-user] [jBPM Users] - Re: Custom Authentication/Identity Module

2009-10-26 Thread JimDwyer
Is this the same for jBPM4? Has anybody done this for jBPM4? Are there examples? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262283#4262283 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262283

[jboss-user] [JBoss Microcontainer Users] - Re: Optional depends?

2009-10-26 Thread alesj
To make this work w/o ugly hacks you simply need double configuration. Where in one of them you actually have a mock mod_cluster supply. Otherwise this is pretty much hackish to achieve, as you still heavily depend on deployment order. e.g. jbossweb is deployed first, at that time mod_cluster

[jboss-user] [jBPM Users] - Re: Custom Authentication/Identity Module

2009-10-26 Thread kukeltje
there are examples in the distribution. In the examples directory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262289#4262289 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262289

[jboss-user] [Security] - Re: Problems with authentication on EJB2

2009-10-26 Thread sverker
Ok, I've found a solution. In the case with call to ejb from mbean I added a SecurityAssociation.pushRunAsIdentity(new RunAsIdentity(System, System)) and corresponding pop around the operation. In the case where I called from the web layer it turned out that I first call a SLSB, which calls a

[jboss-user] [JBoss Messaging Users] - JBoss Messaging 1.4.2 Fails - JBoss AS 5.0.1 Startup

2009-10-26 Thread raja8183
Hi, I've been for so long tryign to start the JBoss Messaging server on my JBoss 5.0.1 AS. I have been able to do this on a different context root. The error Ive come across is: 6:46:16,281 ERROR [AbstractKernelController] Error installing to Real:

[jboss-user] [JBoss Messaging Users] - Re: JBoss Messaging 1.4.2 Fails - JBoss AS 5.0.1 Startup

2009-10-26 Thread gaohoward
which version of JBM are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262306#4262306 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262306 ___ jboss-user mailing

[jboss-user] [JBoss Messaging Users] - Re: 1.4.x Topic Subscriber and TTL'ed Messages

2009-10-26 Thread gaohoward
If you deploy the topic as a clustered topic, you don't need to worry about the connection to a specific node in the cluster. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262307#4262307 Reply to the post :

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

2009-10-26 Thread rasa
PeterJ wrote : Looks like you are missing the queue to which the MDB will listen. The given dd is perfectly working with jboss 3.2.5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262309#4262309 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss web console error

2009-10-26 Thread rasa
jaikiran wrote : | Those jars are available in JBOSS_HOME/server/ servername/lib folder. Yes it is available. But it should be copied to jboss-web.deployer directory or the webserver will take those jars from default/lib directory. in the earlier version this jars are available in

[jboss-user] [jBPM Users] - Re: [JBPM4 Error]Getting error while 2 tasks are created on

2009-10-26 Thread sushantgupta402
Hi Nils, I did not tried much to figure out a workaround for the problem as our client decided to go with an earlier version of JBPM. I will try to find a workaround by this weekend if it is too late do let me know and I may try too get it done earlier. I think one of the workaround would be to