[jboss-user] [Installation, Configuration Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-19 Thread delbd
Not possible. I already found this class, but it has two main problem. First, it introduces a dependency to jboss in my code, while i would like to stick with pure J2EE available specs. Second, this mean changing eveywhere my code calls like context.lookup(name) to something like

[jboss-user] [Installation, Configuration Deployment] - Proxy Configuration

2009-11-19 Thread damienmc3
Hi, I found the system properties to set so: set JAVA_OPTS=-Dhttp.proxyHost=Proxy Host -Dhttp.proxyPort=Proxy Port thaht works but I get the code 407. So how can I set username and password ? Thanks in advance ! View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-19 Thread jaikiran
delbd wrote : | Second, this mean changing eveywhere my code calls like context.lookup(name) to something like NonSerializableFactory.lookup(name). No. You will still do InitialContext.lookup(name), internally it's handled by ObjectFactory. It's only during the binding that you will use the

[jboss-user] [JBoss Messaging Users] - Bisocket connection won't be closed if pulling out the ether

2009-11-19 Thread mjjiangbhr
We are using JBoss App Server 4.2.3.GA, JBoss Messaging 1.4.5 GA and JBoss Remoting 2.2.3 SP1. In our application, there are a lot of Message listeners running on the client side, these message listeners will receive messages from queue/topic deployed in JBoss Messaging Configuration: We

[jboss-user] [JBoss Messaging Users] - Re: Bisocket connection won't be closed if pulling out the e

2009-11-19 Thread mjjiangbhr
The full subject should be Bisocket connection won't be closed if pulling out the ethernet cable between client and server. The failure detection module won't close the failure connection, as a result, the subsequent requests will hang after connection account exceeds the threshold View the

[jboss-user] [EJB 3.0 Users] - Re: Resolve an EJB Module Remote or Local type in a web appl

2009-11-19 Thread Wolfgang Knauf
Hi, do you use Eclipse Web Tools Platform or JBoss Tools? If you use WTP: you have to add an Java EE Module Dependency. See this screenshot: http://www.cs.hs-rm.de/~knauf/KomponentenArchitekturen2008/stateless/webmoduledependencies.png Hope this helps Wolfgang View the original post :

[jboss-user] [jBPM Users] - Re: [JBPM4] Multiple Assignment of a task in jBPM4

2009-11-19 Thread fabiomsouto
This JIRA suggestion is related to this. Don't forget to vote for it. https://jira.jboss.org/jira/browse/JBPM-2414?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266511#4266511 Reply to

[jboss-user] [Installation, Configuration Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-19 Thread delbd
Ok, i copy/pasted the class in my webapp. This works now without dependencies to JBoss, thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266512#4266512 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266512

[jboss-user] [Security] - Re: Exclude EJB from global SecurityDomain?

2009-11-19 Thread Wolfgang Knauf
Hi Dennis, I don't know whether this is possible, but there are two things I would try: 1) take a look at the @PermitAll annotation for the ejb methods (or the unchecked element in ejb-jar.xml). 2) There is a @RunAs annotation, but probably this also invokes your login module. Hope that one

[jboss-user] [JNDI and Naming] - Re: Custom resource factory accessible through JNDI

2009-11-19 Thread lekoloku
Did you find a solution?] thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266522#4266522 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266522 ___ jboss-user mailing list

[jboss-user] [JBoss Portal Users] - JBossPortal and sticky_session on load balancing

2009-11-19 Thread cpage
Hi all, I use JBossAS 4.2.3 and JBossPortal 2.6.8. I have 2 JBossAS with JBossPortal as producer load balanced with mod_jk (with sticky_session activated). And another JBossAS with JBossPortal as consumer. The pb is that actions and render are balanced on different server. I think the solution

[jboss-user] [Security] - Re: Exclude EJB from global SecurityDomain?

2009-11-19 Thread mwx.dennis
Hi Wolfgang, Thanks for your hints. However, as you suspected, these settings still require previous authentication. I believe the best workaround would be to create a separate EJB module for the UserService so it can have a default security domain different from the one used in the rest of

[jboss-user] [JNDI and Naming] - jboss + resource factories

2009-11-19 Thread lekoloku
Im trying to configure a custom resource factory explained in: http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/latest/jndi-resources-howto.html#Adding Custom Resource Factories but it doesn´t work in jboss 4.2.3 How can i register an objectFactory in jboss 4.2.3? Thank

[jboss-user] [JBoss Messaging Users] - Re: message publishing to stopped topic

2009-11-19 Thread gaohoward
Do you have any test to reproduce this? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266529#4266529 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266529 ___ jboss-user

[jboss-user] [JBoss Tools Users] - Re: Web server configuration will not start...

2009-11-19 Thread max.ander...@jboss.com
does it work with other versions of AS or is it 5.1.GA specfific ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266531#4266531 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266531

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-19 Thread makam
Thank you very much for the contribution, both solutions worked. in the end I did was change the line that You mentioned earlier, concurrentRoot = execution.getParent (); by concurrentRoot = execution; and it worked perfectly Thank you very much ;) Greetings View the original post :

[jboss-user] [jBPM Users] - Re: Process Instace is created - But not able to see that in

2009-11-19 Thread noicangi
i'm working with the 3.2.6sp1 and then i deploy a processdefinition, and create the session the same as swatis, i can't see the instance process image on the jbpm console. how can i deploy de process from java with the process image? thanks, noicangi View the original post :

[jboss-user] [JBoss AOP Users] - aop.xml to pass parameters to interceptor

2009-11-19 Thread nizzy
Hi All, I'm experiencing behaviour that seems bizarre to me, hoefully someone can explain it to me. aop.xml | ?xml version=1.0 encoding=UTF-8? | aop | | bind pointcut=execution(public CardEmailUtil-new()) | interceptor class=GenericInterceptor |

[jboss-user] [Installation, Configuration Deployment] - Re: Prevent EJB deployment with sar

2009-11-19 Thread Falcor1
The sar contains the class files for the MBean interface and implementation, it also contains a jar file that has the stateless bean interfaces and the implementations with @Stateless annotation. I do realize that I could produce 2 separate jars, one with interfaces only and one with

[jboss-user] [jBPM Users] - End tasks in a Fork

2009-11-19 Thread matrixpooh
My process is a fork with two task nodes and a join. I trigger the process to start both tasks and then end each of them. During the execution of end() on task 1, the task is being submitted and then immediately re-instantiated. So when the token is at the join, I still have a freshly created

[jboss-user] [JBoss AOP Users] - Re: aop.xml to pass parameters to interceptor

2009-11-19 Thread kabir.k...@jboss.com
| ?xml version=1.0 encoding=UTF-8? | aop | interceptor class=GenericInterceptor name=A | attribute name=mockObjectNameMockEmailer/attribute | /interceptor | interceptor class=GenericInterceptor name=B | attribute

[jboss-user] [JBoss AOP Users] - Re: aop.xml to pass parameters to interceptor

2009-11-19 Thread nizzy
Was just reading the reference manual and the schema, realised should prbably be done that way. Should have done that first!! Thanks for the reply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266555#4266555 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 01

2009-11-19 Thread sergiobz
The last stable version is with a problem to download ERROR: No such category: jboss-aop-2.1.6.GA.zip Someone have other link? THis must be compiled? can anyone give me some instruction? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266556#4266556 Reply to

[jboss-user] [JBoss Web Services Users] - How to disable Transfer-encoding: chunked from server side?

2009-11-19 Thread sverker
I have a problem to access a web service on jbossws from a client with User-Agent: SOAP Toolkit 3.0 (Microsoft Office). I've compared the messages on soap level with a service that works and they are the same. The only difference I can see is that jbossws's response use Transfer-encoding:

[jboss-user] [Installation, Configuration Deployment] - Re: Proxy Configuration

2009-11-19 Thread Wolfgang Knauf
Hi, you might give this a try: http://www.jboss.org/index.html?module=bbop=viewtopict=57390 But it seems that http.proxyUser and http.proxyPassword are not java networking standard. It depends on the module which tries to connect to the internet whether it supports them or not. So, what part

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

2009-11-19 Thread RockerRocker
I had DBIdGenerator in my config , i rolled back everything to see whats causing the problem .. May be i had id-generator in my config + hibernate-configuration as you said. Not sure if this was causing the Spring session to be closed after creating id ? I will try it and let you know ..

[jboss-user] [Installation, Configuration Deployment] - Re: Prevent EJB deployment with sar

2009-11-19 Thread jaikiran
Falcor1 wrote : | | I do realize that I could produce 2 separate jars, one with interfaces only and one with implementation. | | That seems like a bit of a maintenance hassle though and complicates the build process. | | It's not about a maintenance hassle, it's actually the

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 01

2009-11-19 Thread jaikiran
I would actually recommend that you post this in the other thread that i pointed you to. The AOP team might have inputs on what needs to be done. Maybe this error message could probably even be ignored. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Creating LDAP, URL and JMS resources

2009-11-19 Thread infyniti
I am trying to create resources for example like URL, LDAP and JMS. Can some one point to me the documentation on how to create these different resources. Thanks in advance . Anant View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266569#4266569 Reply to

[jboss-user] [Persistence] - Re: how to create PersistenceUnit and map to dataSource prog

2009-11-19 Thread getaceres
The only solution that I've found is to create the Entity Managers (and factories) through the Persistence.createEntityManagerFactory method passing it a Map with the JNDI direction of the new datasource. You can also pass the datasource connection information by hibernate properties in the

[jboss-user] [Persistence] - Getting persistence units programatically for JTA

2009-11-19 Thread getaceres
Hello, I'm developing an application and I have to use the same JPA beans in multiple databases in the same application. The solution that I've thought is to create various persistence units, one for every database and use them in my beans. The problem of this approach is that I cannot use the

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

2009-11-19 Thread saraswati.santanu
One way to debug may be to put a breakpoint in Hibernate SessionImpl.close() method. And then look down the stack to find out what has resulted in that close call. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266583#4266583 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: TimerService Restart Issue

2009-11-19 Thread Sintetik7
I've just had a similar issue with Timer and EJB injection, at application redeploy / server restart. Direct JNDI lookup didn't work out as well. What I did is a partial workaround - I switched to timer start thru MBean in sar module and I do reset all the timers in MBean stop() method. This

[jboss-user] [JBoss Web Services Users] - Re: How to disable Transfer-encoding: chunked from server si

2009-11-19 Thread sverker
Pls disregard from this post, I've now been able to decode the SSL traffic that the acctual client use and Transfer-encoding: chunked is not used. I see another thing though that I'll might get back to you about after investigating some more. View the original post :

[jboss-user] [JBoss Tools Users] - Re: Web server configuration will not start...

2009-11-19 Thread peterdnight2
Did not try earlier versions ;) Ultimately - i moved passed by startiing with standard, and ripping out stuff. I have not troubleshot what exactly the diff is between my custom web, and the 5.1 provided web. View the original post :

[jboss-user] [JBoss Web Services Users] - jbossws does not emit xml declaration on soap response

2009-11-19 Thread sverker
Hi, I'm trying to implement a webservice for a Microsoft Office protocol. It identifies itself as User-Agent: SOAP Toolkit 3.0. However I can't get it to work and now I've been able to decode the acctual SSL traffic. I'm comparing what my service responds with a working service. The only

[jboss-user] [EJB 3.0 Users] - Re: TimerService Restart Issue

2009-11-19 Thread jaikiran
Try our latest EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html against AS-5.1.0. The latest download is available here http://www.jboss.org/ejb3/downloads.html If the latest plugin too doesn't solve your issue then please post the entire details. View the original post :

[jboss-user] [jBPM Users] - Re: [jBPM-3.2] - org.jbpm.graph.def.Node Classs

2009-11-19 Thread mike_burton
Thanks for your reply I am not sure how to get ProcessDefinition (like from which class etc..). But i am able to get the deployments by using the below code. String lDeploymentID = lRepositoryService.createDeployment().setName(workflowname).addResourceFromString(xmlstring.jpdl.xml,

[jboss-user] [JBoss Web Services Users] - Linkage error when packaging metro

2009-11-19 Thread peterdnight2
I added an entry to jboss-web.xml, but still get errors below. Help Please ;) jboss-web class-loading java2ClassLoadingCompliance=true loader-repository com.example:archive=petersLoader loader-repository-configjava2ParentDelegation=false/loader-repository-config /loader-repository

[jboss-user] [Beginner's Corner] - soap calls over SSL

2009-11-19 Thread jessev
I have a jboss web service that is calling another jboss SSL web service via SOAP. How does the calling web service need to be configured? What does it need as far as a keystore, truststore, or jboss configuration? I'd like to set up the calling web service's JVM to perform the work, so that

[jboss-user] [jBPM Users] - Process variables and Process Instances

2009-11-19 Thread harish21
how can we get the process instance when you pass process variables associatd with it ?I mean when we pass the process variable i need to get the process instance associated with it .is there any query to get it ? please mention the query if we have one. Thanks harish View the original post :

[jboss-user] [jBPM Users] - login failed in jbpm console

2009-11-19 Thread harish21
I am not able login into the jbpm console. I have deployed the gwt-jbpm-console.war file in the server when can i find the authentication details in server? Thanks harish View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266625#4266625 Reply to the post :

[jboss-user] [jBPM Users] - Signavio design modeler

2009-11-19 Thread harish21
I want to use signavio to design the work flow i have followed the developer guide 17.2. Installation There are several ways of installing Signavio into your web container: Use the demo.setup.jboss/tomcat scripts in $jbpm_home/install Use the install.signavio.into.jboss/tomcat scripts in

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 01

2009-11-19 Thread sergiobz
Many Thanks for the help! =) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266629#4266629 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266629 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Issue with jbpm 4.2 - designer plugin in eclipse

2009-11-19 Thread harish21
You have to mention explicitly in the xml file in jBPM 4.X where as in jBMP3.x we can do it with GPD tool View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266630#4266630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266630

[jboss-user] [JBoss AOP Users] - Re: ConcurrentModificationException during JBoss 5.0.1.GA st

2009-11-19 Thread sergiobz
Hi Everybody! I am having the same problem!! http://www.jboss.org/index.html?module=bbop=viewtopict=163972 The last stable version is with a problem to download ERROR: No such category: jboss-aop-2.1.6.GA.zip Someone have other link? Also, This must be compiled? can anyone give me some

[jboss-user] [jBPM Users] - Re: [jBPM-3.2] - org.jbpm.graph.def.Node Classs

2009-11-19 Thread saraswati.santanu
| String deploymentId = repositoryService.createDeployment().addResourceFromString(xmlstring.jpdl.xml, workFlowXml).deploy(); | //now we query the process definition | ProcessDefinition processDefinition =

[jboss-user] [EJB 3.0 Users] - JBoss 6.0.M1 and ejb 3.1 (JSR 318)

2009-11-19 Thread grdzeli_kaci
i found jboss 6.0.1.M1 for download here : http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-5.x-sun16/ Does this jboss ejb 3.1(JSR 318) supported ??? Regards, Paata Lominadze, Magticom LTD. View the original post :

[jboss-user] [JBoss Cache Users] - custom cacheloader - howto?

2009-11-19 Thread rmatl
I'd like to write custom CacheLoader retrieving data via HTTP. I've started with dummy implementation ettending AbstractCacheLoader but I'm still not sure what should return from MapObject, Object get(Fqn fqn) {...} I wanted it to return constant value set by cacheloader config but when I

[jboss-user] [jBPM Users] - Re: Process variables and Process Instances

2009-11-19 Thread sebastian.s
AFAIK it is not possible via the API right now. There was a request like this a couple of weeks ago in the forums, I think. Some people argued that it would be hard to maintain indexes for searches like this and some others argued that for real life usage it would be necessary. Please search

[jboss-user] [jBPM Users] - Re: Signavio design modeler

2009-11-19 Thread sebastian.s
http://www.jboss.org/index.html?module=bbop=viewtopict=158610 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266640#4266640 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266640

[jboss-user] [JBoss AOP Users] - Re: ConcurrentModificationException during JBoss 5.0.1.GA st

2009-11-19 Thread kabir.k...@jboss.com
It seems I screwed up when uploading 2.1.6.GA, I'll try to do that tomorrow. However, 2.1.5.GA should also contain the bug fix. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266641#4266641 Reply to the post :

[jboss-user] [jBPM Users] - Re: login failed in jbpm console

2009-11-19 Thread sebastian.s
Please read the documentation. If you have set up the example identities you can use them to login to the jBPM-console or any other user you have set up manually in the database. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266642#4266642 Reply to the post

[jboss-user] [EJB 3.0 Users] - Re: Resolve an EJB Module Remote or Local type in a web appl

2009-11-19 Thread elmaroufy
Thaks; Wolfgang Knauf wrote : | do you use Eclipse Web Tools Platform or JBoss Tools? | I'm using JBoss Tools View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266644#4266644 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: Resolve an EJB Module Remote or Local type in a web appl

2009-11-19 Thread elmaroufy
Thaks a lot this conf work also with JBoss Tools View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266647#4266647 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266647 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Unable to re-publish war to jboss without restart (Spring 3,

2009-11-19 Thread beau
Hello, This was posted on the Spring forums, but we're not sure if it's a problem related to our project setup or jboss.. so hopefully one of these two sites can help shed some light! We have a project using Spring 3.0.0 RC1 with Hibernate 3, running on JBoss 4.2.2.GA, and have a small but

[jboss-user] [JBoss Cache Users] - Re: Problem with marshalling object.

2009-11-19 Thread katdarev
Is there any solution to this issue? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266659#4266659 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266659 ___ jboss-user mailing

[jboss-user] [Spring Integration] - Unabled to return specified bean factory in web application

2009-11-19 Thread ivanyuan
Hi, I am using jboss JBoss 4.2.2GA release, and want to deploy some common spring beans and make them available to all other web services or EJBs within same jboss environment. It seems that jboss spring deployer is a good choice. I downloaded deployer version 2, then created some simple

[jboss-user] [jBPM Users] - Re: jBPM 4.1 Problems running the Demo package

2009-11-19 Thread rcullen
To fix this problem when running with Oracle db make sure the classes12.jar and ojdbc14.jar are in the System CLASSPATH. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=426#426 Reply to the post :

[jboss-user] [Spring Integration] - Re: Unabled to return specified bean factory in web applicat

2009-11-19 Thread alesj
My first guess would be that you're using jndi-lookup wrong. Dunno otherwise why it would call your mainAppContext a bean here: anonymous wrote : | org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'mainApplicationContext' is defined | View the original post :

[jboss-user] [JBoss Tools Users] - Re: Web server configuration will not start...

2009-11-19 Thread sacauskis
I'm having the same problem with 4.2.3GA when I try to start it in eclipse. I can see in the console that the server has started. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266670#4266670 Reply to the post :

[jboss-user] [Spring Integration] - Re: Unabled to return specified bean factory in web applicat

2009-11-19 Thread ivanyuan
Thank you so much for the quick reply. I have same feeling about JDNI lookup. But what is the correct way to retrieve it? Is there any example of retrieving deployed bean from web app? Thanks, Ivan View the original post :

[jboss-user] [Spring Integration] - Re: Unabled to return specified bean factory in web applicat

2009-11-19 Thread marius.bogoevici
Hi Ivan, Try creating an xml called beanRefContext.xml and place it on the classpath - eg. inside WEB-INF/classes - you need that for the ContextSingletonBeanFactoryLocator. Place your jee:jndi-lookup id=mainApplicationContext jndi-name=MySpringBean/ element inside that xml and remove it from

[jboss-user] [Installation, Configuration Deployment] - Configuring JBoss to use Microsoft ADAM(LDAP) for authentica

2009-11-19 Thread bert213
OK guys, We're having issues with login, while attempting to use Microsoft ADAM(LDAP) with JBoss 4.2.3. Is anyone else using ADAM as an authentication layer? I can't tell if JBoss is attempting to lookup an account via ADAM. The only references that I can find are with Microsoft AD, and JBoss

[jboss-user] [JBoss Messaging Users] - Examples Using Topic

2009-11-19 Thread sacauskis
Are there any recent tutorial/examples on using JMS queues and topics with in JBOSS? I've found serveral but all seem to have issues finding NamingContextFactory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266675#4266675 Reply to the post :

[jboss-user] [Spring Integration] - Re: Unabled to return specified bean factory in web applicat

2009-11-19 Thread ivanyuan
Marius, Thank you so much. With the changes as you suggested, I am moving forward one more step further, but still got the following exception. [CODE] 2009-11-19 20:15:58,943 INFO [STDOUT] 20:15:58,943 ERROR [ContextLoader] Context initialization failed

[jboss-user] [Persistence] - Re: how to create PersistenceUnit and map to dataSource prog

2009-11-19 Thread javatwo
Thanks for help. Is the persistence unit name required to be defined in a persistence.xml? what is the property name for data source in the map? Thanks! Dave View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266681#4266681 Reply to the post :

[jboss-user] [Spring Integration] - Re: Unabled to return specified bean factory in web applicat

2009-11-19 Thread marius.bogoevici
OK, so we solved the parent application context lookup problem. The next one is a classloader problem: org.springframework.beans.factory.BeanFactory is an interface and org.jboss.spring.factory.NamedXmlApplicationContext implements it, but I suspect you also have Spring bundled inside your

[jboss-user] [jBPM Users] - Re: End tasks in a Fork

2009-11-19 Thread saraswati.santanu
Hi Alla, I am not able to reproduce the problem. This is Jpdl I executed: | ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns= name=parallel.two.sequential.one | | swimlane name=alla / | | start-state name=start | transition

[jboss-user] [jBPM Users] - Re: End tasks in a Fork

2009-11-19 Thread matrixpooh
Finally have figured out the problem: dropped token.signal() from my custom controller's submitTaskVariables. Thanks for help, Santanu, really appreciate that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266684#4266684 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Proxy Configuration

2009-11-19 Thread damienmc3
Hello Wolfgang, I still have the 407 Error Code :/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266688#4266688 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266688 ___

[jboss-user] [jBPM Users] - SQLException throws after changing C3P0 configuration

2009-11-19 Thread darshgohel
Hi All, We are developing a work flow based system using JBPM 3.1.4, Struts and Hibernate 3. All is working good until we changed some configuration to implement the Threading and C3P0 for concurrent users. The configuration for this in hibernate.cfg.xml is as below: | property