[Beginners Corner] - Re: Is an application server the right tool?
by ailes
Sorry I wasn't clear.
This is a farm of PCs that run various operating systems. Each PC is called a worker. The workers perform generic computational work for us. The architecture is actually 3 tiers, however. The servers that control the farm actually talk to a small number of manager machines and these machine in turn talk to the workers. This is done for scalability reasons.
The managers run java clients that are currently just plain java apps, i.e. no managed environment. The manager code is all created/controlled by us.
Right now we have much of the business logic and design done for both the managers and the services that ultimately control the managers and run the system. The question is whether these centralized services should also run in a simple home-grown container or whether we can host them in an application server to take advantage of the features it provides.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023686#4023686
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023686
18Â years, 8Â months
[JBoss jBPM] - Re: Help getting all tasks for a user
by bsmithjj
Ed,
anonymous wrote : Were you looking for a single call that combined these two lists?
Yes - After scanning the documentation (no luck on this subject), and trying the various getTask*() method calls via several lengthy deployments, and then searching these forums, I finally figured out that I need to make the several calls. It also took me ... oh 2-3 hours to do what I 'feel' should have taken 20-30 minutes with decent docs and or API methods.
Obviously, I was a bit frustrated - mainly because I think findPooledTaskInstances
JbpmContext.getTaskMgmtSession.findPooledTaskInstances( .. )
is misleadingly named - here's the javadocs:
| findPooledTaskInstances
|
| public java.util.List findPooledTaskInstances(java.lang.String actorId)
|
| get the taskinstances for which the given actor is in the pool.
|
|
This documentation says nothing about requiring the actorId on a task to be null in order for the query to return results. I think it would be more aptly named:
findPooledTaskInstancesForTasksHavingActorIdEqualToNull()
- this is where my 'obscure' comment is coming from. In order for that call to work, when I add pooled actors to a task, I have to know to set the actorId on the task to null - figured out once I looked at the HQL query in the jBPM source code.
Anyway - I think jBPM is a great software component - It has a lot of promise for implementing workflow-type systems - I also think the documentation is horrible - in contrast, the Seam documentation (which led us to using jBPM on my current project) is great.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023679#4023679
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023679
18Â years, 8Â months
[JBoss Portal] - Re: Portlet + Grails = Not Working.
by yesudeep
Here's a list of all the library files with all the XML decoration removed
(created from the WEB-INF/lib directory listing:
| ant.jar
| antlr-2.7.6.jar
| cglib-nodep-2.1_3.jar
| commons-beanutils-1.7.0.jar
| commons-cli-1.0.jar
| commons-collections-3.2.jar
| commons-dbcp-1.2.1.jar
| commons-fileupload-1.1.1.jar
| commons-io-1.2.jar
| commons-lang-2.1.jar
| commons-logging-1.1.jar
| commons-pool-1.2.jar
| commons-validator-1.3.0.jar
| dom4j-1.6.1.jar
| ehcache-1.2.4.jar
| ejb3-persistence.jar
| explode.jar
| groovy-all-1.0.1-SNAPSHOT.jar
| hibernate3.jar
| hibernate-annotations.jar
| hsqldb-1.8.0.5.jar
| jdbc2_0-stdext.jar
| jstl-2.4.jar
| jta.jar
| junit-3.8.1.jar
| log4j-1.2.8.jar
| mysql-connector-java-5.0.4-bin.jar
| ognl-2.7.jar
| oro-2.0.8.jar
| portal-common-lib.jar
| portlet-api-lib.jar
| quartz-1.5.2.jar
| sitemesh-2.3.jar
| spring-2.0.jar
| spring-binding.jar
| spring-mock.jar
| springmodules-sandbox.jar
| spring-webflow.jar
| standard-2.4.jar
|
Regards,
Yesudeep.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023677#4023677
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023677
18Â years, 8Â months