[jboss-user] [jBPM Users] - Re: Accessing the current task of a ProcessInstance and/or h

2009-10-08 Thread newcomer1
Have you found a solution for this? We are have the same use case were we have a process with a lot of subprocesses that create several tasks and we need a simple way to query for all the tasks for the process including tasks generated by its subprocesses. The interfaces have some limitations an

[jboss-user] [JCA] - Re: How to code JNDI lookup of JCA Resource ConnectionFactor

2009-10-08 Thread vickyk
Can you show us the connection factory deployment descriptor file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259532#4259532 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259532

[jboss-user] [JCA] - Re: Example File System RA

2009-10-08 Thread vickyk
"jinesh4all" wrote : | I am using Jboss 4.2.2 GA, can any one give me an example for FileSystem as Resource? I am new to Connectors.. :( | Read this http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html and try downloading the sample application from here http://docs.jboss.org/jb

[jboss-user] [JCA] - Re: DataSource Failover in Cluster JBoss

2009-10-08 Thread vickyk
"NJaganMohanRao" wrote : | I have implemented org.jboss.resource.adapter.jdbc.ValidConnectionChecker but I don't find the any clue how to verify the postgres connection(valid connection / invalid connection). | I see the one already there http://anonsvn.jboss.org/repos/jbossas/branches/Bra

[jboss-user] [JBoss Web Services Users] - Re: Using abstract classes in services: JBOSSWS Native stack

2009-10-08 Thread chernser
"PeterJ" wrote : anonymous wrote : public B doIt(B value) | Is this a typo? Did you mean | public A doIt(A value) | Yes, sorry. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259527#4259527 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JCA] - Re: Bug in connection validation code

2009-10-08 Thread vickyk
Do you guys have your custom RA or you have see the issues with the RA's shipped with Jboss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259526#4259526 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259526 _

[jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in a Java/Flex CMS soft

2009-10-08 Thread mesa
jbpm cfg is not correctly show in previous post: service name="jcr" factory bean class="org.jbpm.jcr.jackrabbit.JackrabbitJcrServiceFactory" field name="configuration" classpath:repository.xml field name="directory" /home/mayank/jackrabbit bean factory service View the original post : http:/

[jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in a Java/Flex CMS soft

2009-10-08 Thread mesa
i have done few things till now and will need bit help from kukeltje :) i have integrated jcrTemplate using spring and now i am able to play with repository,able to add node and all. according to jbpm document i can add jcrnode as process variable. now issue will come up once i try to retrieve

[jboss-user] [jBPM Users] - Re: JBPM4.1, JBoss 4.23 and Seam 2.2.0

2009-10-08 Thread jjp
Hi, I found a workaround for my Problem: I configured JBPM as seen in the examples (having two hibernate session factories). In the jbpm.hibernate.cfg.xml I mapped my Entities as and in the persistence.xml I mapped the JBPM Entities: jbpm.repository.hbm.xml | jbpm.execution.hbm.xm

[jboss-user] [jBPM Users] - Weird schema generation in 3.3.1.GA version

2009-10-08 Thread freak182
Hello, I just recently updated from jbpm 3.2.x to 3.3.1.GA. Now when i try to copy paste the hibernate.cfg.mysql.xml to my own hibernate config i get this error: 13:55:58,687 ERROR - SchemaExport - Unsuccessful: create table JBPM_ACTION (ID_ bigint generated by default as identity

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

2009-10-08 Thread sebastian.s
Thanks for the update, Ronald. I was already afraid one could not understand my post. It is too kind of you that it is on your list for the week end. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259512#4259512 Reply to the post : http://www.jboss.org/index

[jboss-user] [jBPM Users] - Re: null index column for collection:

2009-10-08 Thread freak182
Hello, Thanks for the reply.I just forgot to put the package of jbpm to transactional context. Thanks for the reply. cheers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259509#4259509 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[jboss-user] [JBoss Messaging Users] - Re: getDeliveringCount() analogous to getInProcessMessageCou

2009-10-08 Thread gaohoward
Hi, I don't know JBoss MQ. For JBM, you can find more information in the user's guide. It comes with the JBM download. Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259496#4259496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[jboss-user] [JBoss Messaging Users] - Re: bisocket and listening on all interfaces

2009-10-08 Thread gaohoward
Hi, I use the -b option. However ask AS team for a better answer. Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259495#4259495 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259495 ___

[jboss-user] [JBoss Messaging Users] - Re: Upgrade JBoss AS 5.1.0 to JBoss Messaging 1.4.5.GA?

2009-10-08 Thread kennardconsulting
Thanks Howard. I will keep an eye out for 1.4.6 Richard. P.S. Did anyone get a chance to look at the log I posted to https://jira.jboss.org/jira/browse/JBMESSAGING-1706? I think I may have found the source of this tricky problem (ie. ConnectionStopRequest.serverInvoke) View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Upgrade JBoss AS 5.1.0 to JBoss Messaging 1.4.5.GA?

2009-10-08 Thread gaohoward
Hello Richard, 1.4.5.GA is for AS 4.x only. The next release for AS 5 (supposedly 1.4.6.GA) will come soon hopefully. It needs to be tested with AS 5 jars. It should also be noted that the next release requires remoting 2.5.2 at least (currently in AS 5 it is 2.5.1). Howard View the original

[jboss-user] [JBoss Messaging Users] - Re: After migrating from JBossMQ to JBM:

2009-10-08 Thread gaohoward
Hi can you tell the version of JBM you using? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259489#4259489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259489 ___ j

[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-08 Thread gaohoward
To be honest, I don't know. :) jbossall-client.jar is maintained by the AS team. It includes classes from various packages including some JBM and remoting ones. But there are still other classes from other packages in it which may or may not needed for a jbm client. You'd better included it in

[jboss-user] [JBoss Messaging Users] - Re: JBoss Messaging 1.4.5.GA just released!

2009-10-08 Thread gaohoward
Hi, JBoss Messaging 1.4.5.GA doesn't work with JBoss 5. Tim was right then. That was planned that the next release for AS 5 would be 1.4.5.GA. But it turned out that we need to make a release for AS 4 before AS 5, so the 1.4.5.GA is for AS 4 eventually. The release for AS 5 will come soon I ho

Re: [jboss-user] Switching message store databases: problem with AS 5.1

2009-10-08 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=95591 Posted on behalf of a User jboss.messaging:service=ServerPeer jboss.messaging:service=PostOffice You probably don't have PostOffice dependence configured properly? at least this helped me :-) In Response T

[jboss-user] [Beginner's Corner] - Inject MBean ref into web app?

2009-10-08 Thread dustin.a.parker
Hello; first post here. I'm developing a simple, stateful service, and I like the idea of managing it with an MBean interface (it's very simple), but I also need to expose it as a (JAX) web service. I'd like to keep the web-servicey code away from the MBean code if possible, but then the web se

[jboss-user] [JBoss Remoting Users] - Re: Set the 'timeout' parameter at the client side for an EJ

2009-10-08 Thread ron.si...@jboss.com
It's already done. When you retrieve an EJB3 proxy from JNDI, the proxy brings the InvokerLocator with it, and the Remoting client uses the parameters in the InvokerLocator. In this case, the Remoting client will use a timeout value of 3000. View the original post : http://www.jboss.org/inde

[jboss-user] [Clustering] - Lookup

2009-10-08 Thread mohitanchlia
Is there a way to change the configuration to force the lookup on the localhost instead of doing it using HAJNDI without having to change the lookup code? Also, what's the best practice to make sure that no one else is using the same multicast address? View the original post : http://www.jboss

[jboss-user] [jBPM Users] - Re: How to stop a process instance

2009-10-08 Thread kukeltje
The api in three was kind of blurry, yes, that is why it was simplified in 4. (But asking is always possible) various variable scopes? Task local, transient and normal. If the semantics of the various operations are not clear after working with it for several months I think something else might

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

2009-10-08 Thread kukeltje
the initiator swimlane is something from jBPM 3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259468#4259468 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259468 ___ jboss-u

[jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in a Java/Flex CMS soft

2009-10-08 Thread kukeltje
I'm well aware that Document workflow is a specific case of workflow, but Alfresco has some nice api's and other functionality on top of jcr that could be called from jBPM. Mappings like you describe will most likely always be needed unless you want jcr to be tightly integrated which I would n

[jboss-user] [jBPM Users] - Re: jbmp console source code needed

2009-10-08 Thread kukeltje
http://www.google.nl/search?q=jbpm+console+svn gives you the project page with ALL info... Instead of 'it's in SVN, I could have posted STFI, but I didn't ;-) Secondly, he did not even post WHICH jBPM console and there is NOTHING in cvs anymore, therefor I posted SVN... So please do no belittle

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

2009-10-08 Thread kukeltje
sorry, no (not yet). As announced I have way less time since 01-10-09 and have not had the opportunity to look into it. It is on my list for the weekend. (pinging me around that time might help though ;-)) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259464

[jboss-user] [jBPM Users] - Re: null index column for collection:

2009-10-08 Thread kukeltje
or formulated differently: "do you have a unittest"? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259462#4259462 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259462 ___ j

[jboss-user] [jBPM Users] - Re: Ending task with timer - session is closed

2009-10-08 Thread kukeltje
3.2.6SP1 can be used as a drop-in replacement for the jbpm jar in seam. Serveral people tried that and it works. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259461#4259461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process execution

2009-10-08 Thread kukeltje
then make sure you have no tasks, waitstates etc... it will run synchronously then. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259458#4259458 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259458 __

[jboss-user] [jBPM Users] - Re: [jbpm4] Move execution to arbitrary activity

2009-10-08 Thread kukeltje
Changes to the running instances should take place through the services. Just doing something on the execution does not work. Not sure though how you should do this. If there is no method in one of the services (e.g. the command service) try creating you own command. View the original post : h

[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe

2009-10-08 Thread kukeltje
Sigh. again a post where my reply is not visible... What is going on here? What I replied was: If the unit test works does not mean it works from the console as well. The api used by the console might e.g. not be fully updated yet or something like that. You could try posting in the BPM Con

[jboss-user] [EJB 3.0 Users] - Multiple default PostConstruct method not called

2009-10-08 Thread debasish.raychawdhuri
I think I have encountered a strange behaviour The specification EJB3.0 clearly says that it is possible to have multiple default interceptors can be specified and all of them can have @PostConstruct. The order of the invocation would be the same as in the deployment descriptor. However, in JBo

[jboss-user] [jBPM Users] - jBPM 4: what are the performance improvements?

2009-10-08 Thread bwestrich
Hello jBPM gurus, We are using jPDL 3.2.3 for a high volume transaction processing system. We want to wring as much performance out of jPDL as possible. The announcement for jBPM 4.0 (http://www.theserverside.com/news/thread.tss?thread_id=55178) mentions performance improvements, but doesn't

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem with maven building JBoss AS

2009-10-08 Thread PeterJ
I double-checked my m2 settings and I don't have the JBoss Maven repository there. I would suspect that the repository is specified in the POMs that need it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259447#4259447 Reply to the post : http://www.jboss.

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem with maven building JBoss AS

2009-10-08 Thread jaikiran
I haven't recently (or rather never) built the source from the downloaded versions. But, shouldn't users change their maven settings.xml to include the JBoss maven repos as explained here http://www.jboss.org/community/wiki/MavenSettings View the original post : http://www.jboss.org/index.htm

[jboss-user] [jBPM Users] - Re: Ending task with timer - session is closed

2009-10-08 Thread alex.gui...@jboss.com
Seems like an instance of JBPM-1135. By disabling the current session, jBPM is creating a separate session rather than using the existing one, which explains why your modified configuration works. It may not employ resources in the most efficient manner, tough. I would suggest upgrading to jBPM

[jboss-user] [jBPM Users] - Re: null index column for collection:

2009-10-08 Thread alex.gui...@jboss.com
How does your process definition look like, and how do you start the process? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259432#4259432 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259432 _

[jboss-user] [jBPM Users] - [jBPM4] Synchronous process execution

2009-10-08 Thread c4s4l
Hi all, I'm starting a process with executionService.startProcessInstanceByKey(...) and I want to wait for its end (without polling isEnded()), how can I do this? I've inspected the ProcessInstance, Execution API's and cannot find anything related to this. I just want to run a process Synchrono

[jboss-user] [Tomcat Integration] - Re: Howto deploy a simple Folder

2009-10-08 Thread PeterJ
You could place them in ROOT.war. Or you could try this: http://www.jboss.org/community/wiki/ExternalDirectories For external directories on JBoss AS 5, see: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212358#4212358 View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [jBPM Users] - Accessing the current task of a ProcessInstance and/or his s

2009-10-08 Thread shiva0
So, I'm slowly starting to get the feel of the jbpm engine. But I've hit a brick wall... well found a bypass but let's start at the beggining. One process contains multiple subprocesses. I need to be able to fetch the list of all tasks associated to the "Master ProcessInstance". I've tried goi

[jboss-user] [jBPM Users] - [jbpm4] Move execution to arbitrary activity

2009-10-08 Thread luca.tagliani
Hi all, I'm trying to move the execution of a processInstance to an arbitrary activity. I'm using the following code: org.jbpm.api.ProcessDefinition processDefinition = repositoryService.createProcessDefinitionQuery().processDefinitionName("processTest").uniqueResult(); | Ex

[jboss-user] [JBoss Portal Users] - Session Expiry Handling

2009-10-08 Thread schamarthi
Hi, is there a way to handle portlet session expiry ? I want to handle session expiry in my portlet application. I think portal expires session first and the request doesn't even hit the portlet. or is there a session expiry even the portlet can register with ? appreciate any can kind of help

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem with maven building JBoss AS

2009-10-08 Thread PeterJ
I used the tar.gz file from the web page. 1) What OS are you running? 2) What is the full path name to the base source directory? 3) Do you have internet access with no firewall restrictions? 4) Did you verify the download using md5sum? 5) Just to verify: opened a command prompt, cd'ed to the src

[jboss-user] [JBoss Portal Users] - Re: Passing parameters to JSP included

2009-10-08 Thread hamptont
I am also having this problem. Is there a solutions ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259409#4259409 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259409 ___

[jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't keep state !!!

2009-10-08 Thread daziplqa
Thanks perter very much, It was very explanatory View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259406#4259406 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259406 ___ jboss

[jboss-user] [JBoss Web Services Users] - Re: Using abstract classes in services: JBOSSWS Native stack

2009-10-08 Thread PeterJ
anonymous wrote : public B doIt(B value) Is this a typo? Did you mean public A doIt(A value) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259405#4259405 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259405 _

[jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't keep state !!!

2009-10-08 Thread PeterJ
When the client asks for an EJB, it gets a proxy for the EJB, not the EJB itself. If the proxy is for a stateless bean (SLSB), when the client calls a method on the proxy, the server allocates a bean from a pool. Once the method is completed the bean is placed back in the pool. Any subsequent c

[jboss-user] [Beginner's Corner] - Re: how to change the root url of jboss

2009-10-08 Thread PeterJ
Is the URL www.example.com also handled by JBoss AS or by something else? If by JBoss AS then it is not possible, at least, not without changing every context for every app [hmm, I don't even know if you can set /jboss/app1 as a context... - just now tried it - it works - well, ya l'arn somethi

[jboss-user] [Beginner's Corner] - about Drools

2009-10-08 Thread houcem.berrayana
Hello, This may be a stupid question , but I haven't found Drools corner in the forum :s. I am newbie at Drrols and I want to know who to add rools dynamically ie. by programmation and not using a .DRL file. Thank you in advance, Regards View the original post : http://www.jboss.org/index.ht

[jboss-user] [EJB 3.0 Users] - Re: Timer not available

2009-10-08 Thread komet_1978
I figured out that the ids of the timers stored in the public.timers table change with every restart of jboss. Then the handle stored in the entity does not match the timer's id. How can I change this disadvantagoues behaviour? View the original post : http://www.jboss.org/index.html?module=bb

[jboss-user] [Security] - JBoss Negotiation with Win Vista

2009-10-08 Thread rafael_nm
Has anyone tested JBoss Negotiation from a Windows Vista Client? It doesn't work for me. There is no exception thrown that may be found on the jboss logs - it just doesn't complete. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259386#4259386 Reply to the p

[jboss-user] [Tomcat Integration] - Howto deploy a simple Folder

2009-10-08 Thread piecko
Hi everybody, I want to deploy a folder containing some files that have to be accessable via http. Under native tomcat I just put the folder in my deploy-Folder and it works. In JBoss it doesn't. Can anyone provide a solution out there? Greetz Piecko View the original post : http://www.jboss

[jboss-user] [EJB 3.0 Users] - Timer not available

2009-10-08 Thread komet_1978
Hallo, I am using JBoss 5.1.0.GA with default Datasource settings. I want to start a timer, store its handle to an entity and access the timer by the stored handle. Without a restart inbetween everything works fine. But when I restart the jboss after timer creation and access the timer by the

[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe

2009-10-08 Thread sebastian.s
I am going to raise the log level and repost the log. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259350#4259350 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259350 ___ j

[jboss-user] [JBoss Microcontainer Users] - Re: Confused about POJO service

2009-10-08 Thread karypid
Ok, I got it. The deployment descriptor filename must be "jboss-beans.xml" otherwise the jar is ignored. BTW, this is an opportunity to document in the forum the naming issue: When can you use a different filename? You mentioned it in your reply and I've also seen it in various articles (e.g. t

[jboss-user] [JBoss Microcontainer Users] - Re: Confused about POJO service

2009-10-08 Thread karypid
Would that be packaged in a JAR for JBoss to pick it up? My current test (which does not get activated) is a JAR with one class and one interface (the interface defines the start/stop methods) as follows: public class MyServiceImpl implements MyService { | private Logger logger; | |

[jboss-user] [JBoss Messaging Users] - Performance issues after switching from mq to jboss messagin

2009-10-08 Thread luuzz
For few days now, i'm working on switching from mq to jboss messaging on jboss 4.2.0. I successfully started the server with jboss messaging without any errors and messages are processed by the mdbs. So yesterday we did the same in the production environment but unfortunately customers are compl

[jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in handler chain.

2009-10-08 Thread richard.opa...@jboss.com
You have to trust me ;) The only documentation is our source code :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259341#4259341 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259341 __

[jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't keep state !!!

2009-10-08 Thread daziplqa
Thank, I get it. So, You mean to be able to use the statefullness of statefull session beans, I should keep a single instance of the bean. But, If i use a state**less** bean, and i kept a single instance from it while setting the bean data, It should save the same date. In other words, If I ha

[jboss-user] [Security] - Re: IllegalStateException: Authorization Manager is null wit

2009-10-08 Thread Wolfgang Knauf
Hi, please provide more details on your configuration (snippets of web.xml, jboss-web.xml, login-config.xml). The wiki lacks the most important part: JBoss specific configuration of the security domain through "login-config.xml". I don't have a "perfect" link for this, but google might help. Fo

[jboss-user] [JBoss Microcontainer Users] - Re: Confused about POJO service

2009-10-08 Thread alesj
Simply create a POJO - drop the MBean stuff - and place it any META-INF/somename-jboss-beans.xml. See JBoss5 config files on how MC's schema looks like. MC tries to execute create/start/stop/destroy parameterless methods on the bean by default if they exist. So, just keep the start() and stop()

[jboss-user] [jBPM Users] - jPDL decision or fork?

2009-10-08 Thread cash1981
Hi. I am quite new to jBPM and wondering what I should in the following example. This is the snippet of the jpdl file: | | | | | | | | | | |

[jboss-user] [jBPM Users] - Re: Deploy a project

2009-10-08 Thread makarandk502
you can refer to ant build scripts ( building examples those are coming with jbpm ) for reference. That will give you some idea of deployment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259326#4259326 Reply to the post : http://www.jboss.org/index.html?m

[jboss-user] [jBPM Users] - Re: authentication failed while JBPM console login

2009-10-08 Thread makarandk502
Kindly check JBOSS server logs while running ant task. Logs can be found in /jboss-5.0.0.GA/server/default/log View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259325#4259325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Microcontainer Users] - Confused about POJO service

2009-10-08 Thread karypid
Hello, The new mc is probably the most feature-rich container out there. You can roll with anything from POJOs to MBeans. However, I am a little confused due to the multitude of options. My predicament is this: I want to create a service to be deployed in JBoss. Until recently, I'd create a SA

[jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't keep state !!!

2009-10-08 Thread Wolfgang Knauf
Hi, according to your code comments, you call "setShippingInfo", then a new instance of your OrderItemBean is created, and after this "setBillingInfo" is called. This cannot work with a Stateful bean, because you will get a new, clean instance on each lookup. The state will only be kept if you

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem with maven building JBoss AS

2009-10-08 Thread ryden13
I have donwload the sources from the web page. What sources did you use? Thanks!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259313#4259313 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259313

[jboss-user] [JBoss Web Services Users] - Using abstract classes in services: JBOSSWS Native stack

2009-10-08 Thread chernser
Good day, All! I've got Q: Is it possiable for such code to work: | public class A { |... getters/setters | } | | public class B1 extends A { | ... getters/setters | } | | public class B2 extends A { | ... getters/setters |

[jboss-user] [JBoss Tools Users] - Massive entry in Test Scenarios

2009-10-08 Thread Javim
Could someone tell me if I can pass more than one instance (CSV with hundred entries) to a Guvnor Test Scenario? I would like to test hundred entries with the same Test Scenario. Not just one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259305#4259305 R

[jboss-user] [jBPM Users] - Re: How to stop a process instance

2009-10-08 Thread fdegrigny
Last I found how to do this. In fact the ProcessIntance.end() method really terminate the process but not all the running process tasks in it (this has confused me). The process tasks have to be terminated separately. At last, I have made all my ActionHandlers extends a custom base one : public

[jboss-user] [JBoss Messaging Users] - Re: User: null is NOT authenticated

2009-10-08 Thread gbansal80
We are currently using JBoss v4.2.3.ga and have upgraded JBoss messaging to v 1.4.4 and JBoss remoting to v2.2.3. JMS messages are sent & received without any exceptions for initial 3-4 days. After that we are observing exception messagesjavax.jms.JMSSecurityException: User null is NOT authenti

[jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in handler chain.

2009-10-08 Thread cnstntn
Any directions where i can find this information? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259297#4259297 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259297 ___ jboss

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

2009-10-08 Thread Krohm
And an additional question on the same subjet ... I did not manage to "capture" the user that started the process in a swimlane. (in order to allow this user perform other tasks afterwards). Is this also impossible ? I've seens several references to an "initiator" swimlane, but I haven't manage

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

2009-10-08 Thread Krohm
Thanks. That's what I was suspecting anyway :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259293#4259293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259293 ___ jboss-u

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

2009-10-08 Thread sebastian.s
AFAIK is jBPM lacking a permission system to restrict users from starting processes at the moment so every user can start every process right now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259291#4259291 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [jBPM Users] - "startable" processes for a given user

2009-10-08 Thread Krohm
Hello, I am a bit confused with the "Start" activity and swimlanes. I would need to retrieve information like : "Le list of processes the currently logged user have the right to start". I have tried to set an "initiator" swimlane and various other thing, but I cannot find a way to filter proc

[jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in a Java/Flex CMS soft

2009-10-08 Thread mesa
@kukeltje i am not using alfresco because in view of my problem--- business process if completely different from Document workflow. in my case documents can or can not be part of workflow , i think alfresco supports documents workflow , process flow sits on top of jcr. @noicangi , i think we bot

[jboss-user] [JBoss Portal Users] - Skin Issue

2009-10-08 Thread jamba
Hello Friends we have configured our own portal on jboss with customized skin, it was working fine as intended, suddenly now the skin is not appearing when we access the same URL from the same browser. no changes have been made on it since longtime. What might be the reason? Could some one hel