[jboss-user] [JMX] - Re: Server started notification in JBAS 5.0.1?

2009-09-28 Thread jc7442
I try to do the same. I'd like to be notified when the server is started. I use JBoss 5.1.0. Do you have a sample on how to do that ? Is there an XML to update or create in JBoss AS ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257240#4257240 Reply to

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread kukeltje
it is read from the processdefinition xml file itself. Which task is active is based on the name. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257241#4257241 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257241

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-28 Thread kukeltje
3.3.0 == 3.2.5, 3.3.1 == 3.2.6. Have you tried the latest version already (keep in mind that the 3.3 branch was dropped) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257242#4257242 Reply to the post :

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread kukeltje
there was a change in the businesscalendar config afaik between 4.0, and 4.1 (or was it towards 4.2, not fully sure). Did you change versions? If so, search the jira for the related task and see if it is the possible cause. View the original post :

[jboss-user] [jBPM Users] - Re: JBpm 4.1 and Tomcat

2009-09-28 Thread kukeltje
Search the forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257244#4257244 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257244 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
But the information is exposed nowhere via an API? Can I get a copy of the process definition xml via the API? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257245#4257245 Reply to the post :

[jboss-user] [Clustering] - Re: Failover trouble mod_jk

2009-09-28 Thread jmpdesign
Thank you Brian for your explanation. So I think I am waiting 5.2 released. Regards. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257246#4257246 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257246

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread sebastian.s
I'll have a look into JIRA and I will verify that I am not mixing up files from different versions. But what about my actual problem (see my last post). How do I get rid of the task which is not needed anymore? View the original post :

[jboss-user] [JBoss Web Services Users] - Re: Error when calling web service within JBoss

2009-09-28 Thread nicholasDK
Hi Peter. Thanks for answering my question. I'm starting the server by running \jboss\bin\run.bat. I pass in some arguments from the batch file. One of these are the endpoint address: http://127.0.0.1:8080/[foldername]/[webservice_name]?wsdl. I'm ot using the -b parameter as far as i can see.

[jboss-user] [jBPM Users] - Re: JBpm 4.1 and Tomcat

2009-09-28 Thread sebastian.s
And yes there is example code. You can use the lines of code the jbpm-console uses to get the context. Then your webapp should work in JBoss and in Tomcat. Look into my post about JNDI. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257249#4257249 Reply to

[jboss-user] [JBoss Cache Users] - Re: InstanceAlreadyExistsException During hot deployment

2009-09-28 Thread mircea.markus
you can disable the jmx statistics in JBossCache, but that would rather be a workaround. jmxStatistics | enabled=false/ You should check why the MBean with the given name doesn't get unregistered. View the original post :

[jboss-user] [Beginner's Corner] - Re: JBoss: Windows vs Linux

2009-09-28 Thread xavi.pinyol
Hi thanks for your replies! The point is that I think that the JVM performs better in Linux than in Windows and that's why I though that JBoss in Linux should perform better than in windows. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257255#4257255 Reply

[jboss-user] [jBPM Users] - Issues About JobExecutor in Jbpm 3.3.0GA

2009-09-28 Thread draculawong
Hi, I had a few questions about job executor and jbpmcontext, 1.Do we need to close jbpmContext every time after we used it?Like: public myMethod(){ | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | . | jbpmContext.close(); | } 2.In jbpm.cfg.xml,if I

[jboss-user] [jBPM Users] - Re: NullPointerException using identityService

2009-09-28 Thread Krohm
cjmanju123 wrote : Sorry here it is again, I had removed the following entry from the jbpm.cfg.xml. | | import resource=jbpm.identity.cfg.xml / I have the same error when trying to create Users / Groups through the IdentityService in JBPM 4.1 : java.lang.NullPointerException |

[jboss-user] [jBPM Users] - Re: NullPointerException using identityService

2009-09-28 Thread Krohm
please read 4.1 in the dependency rather than 4.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257260#4257260 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257260 ___

[jboss-user] [jBPM Users] - Re: NullPointerException using identityService

2009-09-28 Thread Krohm
Hum. Should have red the topic twice before deciding it was not containing the solution of my problem. Sorry. Damn Mondays ... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257262#4257262 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Unable to get the jca-config example to work

2009-09-28 Thread timfox
First, I'd recommend you use beta5. Also moving this question to the hornetq forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257265#4257265 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257265

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-28 Thread adamw
One more question though - do I understand right from the javadoc that putForExternalRead is non-transactional? Meaning that if a change something in a TX in the persistent store, and then call putForExternalRead with the changes, other transactions will see the change, making it a dirty read?

[jboss-user] [JBoss Messaging Users] - Local Port in JBoss Messaging

2009-09-28 Thread mrkmrk
Hi We are using JBoss Messaging. In our new setup there is a firewall between the server and client. Therefore we do not want to use random ports in our JMS setup. We have set attribute name=secondaryBindPort44580/attribute |attribute

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-28 Thread adamw
Another idea, using JBC 1.4.1; for put operations, which shouldn't cause invalidation, maybe I could use an Option with cache mode == LOCAL. For the remove operation, I could use INVALIDATION_SYNC, which should propagate. Do you see any obstacles here? :) Adam View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Local Port in JBoss Messaging

2009-09-28 Thread mrkmrk
By the way we are using JBoss 4.2.3 GA with JBoss Messaging 1.4.4 installed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257269#4257269 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257269

[jboss-user] [JBoss Tools Users] - JBoss tools - deploy of new classes

2009-09-28 Thread mglowacki
I've just started with Eclipse and JBoss tools for Seam. I find hot deployment great feature. However I got problems when adding new java class to project. I click 'refresh', 'run as' etc. but class file is never found. Precisely, I see the .class file is added into deployed project on jboss,

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread sebastian.s
Full Stacktrace .. | ### EXCEPTION ### | 11:00:39,186 INF | [DefaultCommandService] exception while executing command org.jbpm.pvm.internal.cmd.completetask...@1c01ba9 | org.hibernate.ObjectNotFoundException: No row with the given identifier

[jboss-user] [JBoss Messaging Users] - Re: Local Port in JBoss Messaging

2009-09-28 Thread gaohoward
My impression is that remoting don't have such a param that control the client port. You need to confirm with remoting team I think. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257276#4257276 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Local Port in JBoss Messaging

2009-09-28 Thread mrkmrk
By the way I'm unable to make it work even if start the setup without a firewall between. As soon as I enable secondaryBindPort and secondaryConnectPort on the JMS server, the setup fails: Here is the log: | 2009-09-28 11:12:57,398 DEBUG [org.jboss.remoting.Client]

[jboss-user] [jBPM Users] - Violation of unique constraint with two splits (JBPM-2553)

2009-09-28 Thread Alkero
Tow split steps with two identical transition names cause a violation of unique constraint in JBPM4_EXECUTION table. Process Definition: ?xml version=1.0 encoding=UTF-8? | process key=test name=test xmlns=http://jbpm.org/4.0/jpdl; |start g=82,38,41,27 name=start1 |

[jboss-user] [jBPM Users] - How to make automatic funtional testing for a wokflow Web Ap

2009-09-28 Thread jinjiankang
For a Web Application except for wokflow, it's easy to automate using DbUnit + HttpUnit(or HtmlUnit). Because a submit action is tested after setting a little pre-conditions. But for a wokflow Web Application, it's exhausted to set pre-conditions from state_n to state_n+1. Please give some

[jboss-user] [JBoss Cache Users] - Configuring jboss cache clustering only

2009-09-28 Thread kittycreation
In a clustered application all that is required is that the jboss cache replication behavior. Can I thus conclude that all other clustering services - HASingleton/ HA Session , JNDI Clustering can be easily commented out? Or is there any dependency of the Jboss Cache on any other service?

[jboss-user] [jBPM Users] - Re: JBpm 4.1 and Tomcat

2009-09-28 Thread nchandra33
Thanks. Using ProcessEngine processEngine = Configuration.getProcessEngine(); worked. I have run into another problem: My JBpm web app calls a web service. The client is based on Axis2. I get this exception: org.jbpm.pvm.internal.wire.Wireexception: couldnot invole method . I first had to

[jboss-user] [jBPM Users] - Re: Violation of unique constraint with two splits (JBPM-255

2009-09-28 Thread kukeltje
fork/join pairs have to be fully nested. Task 1 is used in both fork1 and fork 2 at the same time. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257289#4257289 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257289

[jboss-user] [jBPM Users] - Re: JNDI-Lookups for the ProcessEngine in Tomcat

2009-09-28 Thread nchandra33
How did you solve this problem of getting axis2 client work with jBPM? Please share the detailed steps. See my original post at: http://www.jboss.org/index.html?module=bbop=viewtopicp=4257288#4257288 View the original post :

[jboss-user] [jBPM Users] - Re: How to make automatic funtional testing for a wokflow We

2009-09-28 Thread kukeltje
anonymous wrote : But for a wokflow Web Application, it's exhausted to set pre-conditions from state_n to state_n+1. Can you elaborate... I miss the difference with normal webapps How/when do you set preconditions, and why do you think this is not possible with workflow (framework) based

[jboss-user] [jBPM Users] - Re: JBpm 4.1 and Tomcat

2009-09-28 Thread sebastian.s
Unjar the Axis2 war-file and remove all the jars from the lib-folder which are not in the following list: | activation-1.1.jar | antlr-2.7.7.jar | axiom-api-1.2.8.jar | axiom-dom-1.2.8.jar | axiom-impl-1.2.8.jar | axis2-adb-1.5.jar | axis2-adb-codegen-1.5.jar |

[jboss-user] [jBPM Users] - Re: JNDI-Lookups for the ProcessEngine in Tomcat

2009-09-28 Thread sebastian.s
Sorry but I did not notice that there have been questions regarding my solution. Take a look into the new thread started by nchandra33 to see the list. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257299#4257299 Reply to the post :

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
Hello Ronald, thank you for your answer. Could you point me to the file where the reading of the co-ordinates to show the current process diagram is done? Thanks, Sebastian View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257302#4257302 Reply to the post :

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
Okay, I overlooked getActivityCoordinates() in RepositoryService. But how to retrieve the process image from the engine? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257304#4257304 Reply to the post :

[jboss-user] [Javassist Users] - what happened to $r?

2009-09-28 Thread Herkules000
Shouldn't that work? class Foo { | Object foo() { | return new Object(); | } | } | | public class Main { | public static void main(String[] args) throws NotFoundException, CannotCompileException { | ClassPool cp = ClassPool.getDefault(); |

[jboss-user] [JNDI and Naming] - Re: JNDI ObjectFactory - run-time registration

2009-09-28 Thread olegpv
OK, everything turned out to be simple, as always... Method bind(String name, Object object) of javax.naming.Context can accept objects of type javax.naming.Reference as well, so this API enables the following code for binding ObjectFactory implementation to JNDI names: Reference ref = new

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread kukeltje
getResourceAsStream (like you normally would loading an image from a classpath ;-)) om the RepositoryService. You just have to know the name of the image as it was deployed in the process archive. View the original post :

[jboss-user] [jBPM Users] - Re: JBpm 4.1 and Tomcat

2009-09-28 Thread nchandra33
Oops but this did not work. The exception is cryptic: ...Wireexception:could not invoke method on ...:org/apache/axis2/databinsing/ADBBean Any solutions? Sebastian, can you please recheck the libs? View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Stateless Session Bean and JMS best practice

2009-09-28 Thread ataylor
This probably best aimed at the App server developers, however this article may help http://www.jboss.org/community/wiki/ShouldIcacheJMSconnectionsandJMSsessions View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257315#4257315 Reply to the post :

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread kukeltje
might be because the process is actually already ended Can you check? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257316#4257316 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257316

[jboss-user] [jBPM Users] - Re: JBpm 4.1 and Tomcat

2009-09-28 Thread sebastian.s
I checked, they should be alright. As far as I understood from your posts your situation is a bit different. You are invoking web services from a process so you are not using the war, are you? My struggle was deploying Axis2 to offer webservices on the same Tomcat installation jBPM uses. You

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread sebastian.s
There is an additional task to complete afterwards which I have not completed so the process should not be ended. I am doing an assertTrue(processInstance.isActive(task2)); in the unit test and it does not fail. View the original post :

[jboss-user] [jBPM Users] - Re: JBpm 4.1 and Tomcat

2009-09-28 Thread nchandra33
Thanks. I could get it working. Keeping the axis2 jar in the WEB-INF/lib did not work. As you suggested, I moved it to Tomcats lib folder and things worked. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257322#4257322 Reply to the post :

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
| repositoryService.getResourceAsStream(deploymentId, resourceName) | And I have to know the deploymentId. Is there a way to determine to which deployment a process belongs? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257323#4257323 Reply to the post

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
I mean: a process definition belongs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257324#4257324 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257324 ___ jboss-user mailing

[jboss-user] [JBoss Web Services Users] - Re: Intermittent failures in multithreaded test

2009-09-28 Thread adinn
Hi Alessio, I built and installed the new stack and the problem went away :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257326#4257326 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257326

[jboss-user] [Beginner's Corner] - There are too many DEBUG written to the

2009-09-28 Thread thomas2008ch
I have a problem: There are too many DEBUG messages written to the server.log file so the hard disc gets full every several days. The DEBUG message looks as follow. | | 2009-09-25 16:18:54,204 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=Naming |

[jboss-user] [EJB 3.0 Users] - @Resource and systemproperties-service.xml

2009-09-28 Thread jprio
Hi all, I have a SLSB with a @Resource annotation : import org.jboss.ejb3.annotation.Depends; @Stateless(name = SimpleSLSBResource, mappedName = SimpleEJB30SLSBResource) @Remote({com.jp.ejb3.ISimpleSLSB.class}) @Depends({jboss:type=Service,name=SystemProperties}) public class SimpleSLSBResource

[jboss-user] [JBoss Messaging Users] - Re: Local Port in JBoss Messaging

2009-09-28 Thread mrkmrk
Solved it. I just set the secondaryBindPort and not the secondaryConnectPort, then it seems to work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257333#4257333 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257333

[jboss-user] [JBoss Portal Users] - css with multiple portlets

2009-09-28 Thread Gamba
Hi, I'm working with richfaces 3.3.1.GA portletbridge 1.0.0.CR1 facelets 1.1.14 jsf 1.2_13 jboss 4.2.3.GA I have a problem using own css-statements and showing more than one portlet with a html-table-element on a portal-page. First portlet defines a series of *.xhtml-sites for a panel-bar

[jboss-user] [JBoss Portal Users] - Re: css with multiple portlets

2009-09-28 Thread Gamba
Sorry, wrong forum, please move it to the RichFaces Users forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257337#4257337 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257337

[jboss-user] [JBoss AOP Users] - Problem load balancing JMS

2009-09-28 Thread vickirk
Hi, I'm having a bit of trouble load balancing my message producing SSBs and my MDBs under jboss 4.2.1. I have got a singleton JMS successfully switching between nodes when I shut the active one down so hopefully I'm almost there. However, my SSBs fail when trying to get the connection

[jboss-user] [JBoss AOP Users] - Re: Problem load balancing JMS

2009-09-28 Thread kabir.k...@jboss.com
This is the JBoss AOP forum, use the clustering or jbossmq forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257340#4257340 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257340

[jboss-user] [JBoss Portal Users] - Re: css with multiple portlets

2009-09-28 Thread wesleyhales
Actually, this should go here: http://www.jboss.org/index.html?module=bbop=viewforumf=273 Try upgrading to CR2 also. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257341#4257341 Reply to the post :

[jboss-user] [JBoss Portal Users] - Re: css with multiple portlets

2009-09-28 Thread Gamba
Sorry, we are using CR2, my fault ... Ok, can you move the post, or should I post again? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257343#4257343 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257343

[jboss-user] [JBoss AOP Users] - Re: Problem load balancing JMS

2009-09-28 Thread vickirk
Sorry, about that, don't know how I chose the wrong forum, it think it was because I was searching earlier to see if I could use AOP to change the annotated values. Thanks, Vic View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257348#4257348 Reply to the post :

[jboss-user] [Clustering] - Problem load balancing JMS

2009-09-28 Thread vickirk
I'm having a bit of trouble load balancing my message producing SSBs and my MDBs under jboss 4.2.1. I have got a singleton JMS successfully switching between nodes when I shut the active one down so hopefully I'm almost there. However, my SSBs fail when trying to get the connection factory for

[jboss-user] [JBoss Portal Users] - Re: css with multiple portlets

2009-09-28 Thread Gamba
I have posted again in the correct forum. Sorry for this mistake. If it is possible, please delete this thread. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257356#4257356 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 5.1 JDK6 - IBM AIX 5.3 Java 1.6 - Failed to build

2009-09-28 Thread wluque
The error is in position 16:21:27,053 of the boot.log file . Thank in advance for any help !! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257363#4257363 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257363

[jboss-user] [JBoss Tools Users] - Re: Generating DDL from annotated POJOs

2009-09-28 Thread max.ander...@jboss.com
I got your file and I can see that the console configuration refers to a hibernate.cfg.xml that does not exist. Is that intentional ? And if it is, any reason why you got that in there and expect it to be able to load without errors ? :) View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 5.1 JDK6 - IBM AIX 5.3 Java 1.6 - Failed to build

2009-09-28 Thread jaikiran
16:21:27,053 DEBUG [ProfileServiceBootstrap] Failed to build ManagedDeployment for: abstractkerneldeploym...@3c4d3c4d{name=file:/jboss/server/web/conf/bootstrap/vfs.xml installed=true beanfactories=[abstractbeanmetad...@3da73da7{name=vfscache bean=null properties=[realCache, permanentRoots]

[jboss-user] [Clustering] - Re: Problem load balancing JMS

2009-09-28 Thread vickirk
I believe I've got this sorted, @Resource(mappedName=ConnectionFactory) to @Resource(mappedName=java:/JmsXA) appears to do the trick, for some reason I thought this was only going to be available when clustered. View the original post :

[jboss-user] [JBoss Tools Users] - Re: Generating DDL from annotated POJOs

2009-09-28 Thread JPAV
That was actually a relatively recent change. I've been playing with different options trying to get this to work. I did have a hibernate.cfg.xml. It wasn't clear initially (after deleting the file) how to get rid of the reference in the console configuration since the field is disabled, but

[jboss-user] [Installation, Configuration Deployment] - Redirect JBoss root page to a different URL

2009-09-28 Thread dietice
Hi, We have an application which uses JBoss 4.0.2 as app and web server. It uses port 80. We want that when users go to http://servername:80 they are redirected to http:servername:80/abc/def.html automatically. Any idea how this can be done? Thanks in advance! View the original post :

[jboss-user] [jBPM Users] - jbpm 4.1 installation problems on jboss 4.2.3

2009-09-28 Thread sridhar18
Did anyone successfully install jbpm 4.1 on jboss 4.2.3? If so, could you shed some light on the issues I'm having during the install. I get JbpmDS not bound errors. But I have that datasource defined in jbpm-hsqldb-ds.xml in the jboss/server/default/deploy/jbpm directory. I tried to put the

[jboss-user] [JBoss Web Services Users] - Re: Intermittent failures in multithreaded test

2009-09-28 Thread alessio.sold...@jboss.com
That's really good to know Andrew, thanks for the tests. The GA version of 3.2.1 is coming around the end of October, btw. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257411#4257411 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: Exposing/serving files via JBoss

2009-09-28 Thread PeterJ
You can create your own WAR as an exploded deployment (http://www.jboss.org/community/wiki/ExplodedDeployment) and place the files in there. You might have to add a mime-type to the web.xml (see the global web.xml at server/xxx/deployers/jbossweb.deployer for an example) P.S. You never said

[jboss-user] [JBoss Web Services Users] - Re: Error when calling web service within JBoss

2009-09-28 Thread PeterJ
When you start the app server, a few lines before the started in xxx seconds message there is a message that looks like this: 2009-09-20 12:03:28,485 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 Post what you are getting. View the original post :

[jboss-user] [Beginner's Corner] - Re: There are too many DEBUG written to the

2009-09-28 Thread PeterJ
Do you want to turn off all debugging? If so, then there are two possibilities. You only need to do one of them, not both. 1) Add a threshold to the FILE appender: | appender name=FILE class=org.jboss.logging.appender.DailyRollingFileAppender |. . . |param name=Threshold

[jboss-user] [JBoss Portal Users] - JBoss User Guide/Documentation PDF not found

2009-09-28 Thread ilangocal
Hi I would like to take JBoss portal for a test drive. I am trying to find out if there is a User Guide that shows the features of JBoss Portal. I viewed the video though. What I would like to do is look at the user guide and look if I can as a User on the Portal allow other users to download

[jboss-user] [JBoss Portal Users] - Re: JBoss User Guide/Documentation PDF not found

2009-09-28 Thread PeterJ
Did you try the Documentation link on the Portal product page (http://jboss.org/jbossportal/)? The Portal includes a Content Management System that can be used to server files. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257427#4257427 Reply to the post :

[jboss-user] [JBoss Portal Users] - Re: JBoss User Guide/Documentation PDF not found

2009-09-28 Thread ilangocal
PeterJ wrote : Did you try the Documentation link on the Portal product page (http://jboss.org/jbossportal/)? | | The Portal includes a Content Management System that can be used to server files. No, I did not try that. Thanks View the original post :

[jboss-user] [Persistence] - Re: Simple JPA question

2009-09-28 Thread juicebox
I think that's because you're looking up the remote interface of userEao. Based on my experience, every single invocation to a remote interface (despite the target session bean is in the same environment) creates a new transaction/entitymanager, so the behavior you described above makes sense.

[jboss-user] [JBoss Messaging Users] - JBoss Messaging Issues

2009-09-28 Thread agohar
Hi, I have JBoss-4.0.2 and JBoss-5.1.0.GA on my machine and I am trying to run both at the same time. I am running the all configuration for both of them. I've changed the ports for jboss 5 to use ports-02 and jboss 4 is using the default ports. Now when i start Jboss4 first it starts fine and

[jboss-user] [EJB 3.0 Users] - Postgresql Setval/Nextval Consequences Ignored

2009-09-28 Thread user3615
Apparently the consequences of using Setval or Nextval in Postgresql --apart from JPA-- is overlooked when JPA selects the next value in spite of JPQ querying the value. I've tried setting the value back to 1 and next-ing the value from Psql then querying it. Psql sees the change yet JPA does

[jboss-user] [jBPM Users] - Jbmp task recovery

2009-09-28 Thread puag
Hello, i´m starting with jbmp, and i´m using a RemoteCommandService to execute my commands on server. Now i need to recover all task filter by actor and by the processinstance variables but with: command = new GetTaskListCommand(actor, true); result = (ArrayList)

[jboss-user] [JBoss Messaging Users] - Re: HermesJMS config for Jboss Messaging resources?

2009-09-28 Thread unwavering
Yes. It works perfectly with JBM 1.4. I benefited greatly from this visual tutorial: http://hermesjms.com/confluence/display/HJMS/JBoss+Tutorial Note: when you set up the JNDI InitialContext, you need to declare two attributes: 1. SecurityCredentials. 2. SecurityPrincipal. These two parameters

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-28 Thread aapthorp
Thanks, will give it a try...too busy with other things and had missed this change... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257452#4257452 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257452

[jboss-user] [jBPM Users] - Long-running tasks and async continuation

2009-09-28 Thread petitgitan
Hello, The documentation frames asynchronous continuation only within the context of automatic activities. Async is useful when a process shouldn't block the thread and/or transaction while an activity is being carried out. This is great, but how about long-running human tasks? They are not

[jboss-user] [EJB 3.0 Users] - Re: @Resource and systemproperties-service.xml

2009-09-28 Thread jaikiran
env-entry-value${serverName}/env-entry-value Try env-entry-value${jboss.server.name}/env-entry-value View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257455#4257455 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257455

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread kukeltje
ok, and I only now see there are 3 identical timers on the transition. Can you remove those and also turn up the loglevel when running the unittest. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257457#4257457 Reply to the post :

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread sebastian.s
I am going to turn up the loglevel. The process was deployed with just one timer, does not change anything. The duplicate timers are due to the GPD bug already reported in JIRA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257458#4257458 Reply to the post :

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-28 Thread sebastian.s
I must be doing something wrong since I don't see more in the log. | handlers= java.util.logging.ConsoleHandler | redirect.commons.logging = enabled | | java.util.logging.ConsoleHandler.level = FINEST | java.util.logging.ConsoleHandler.formatter = org.jbpm.internal.log.LogFormatter

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread kukeltje
Have a look at the sourcecode of the console or the jbpm testcase on how this is done (have no time to do that myself) things like 'grep -R getResourceAsStream |grep -v target |grep -v svn' work amazingly well if you do not have an ide at hand) I also found

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-28 Thread kukeltje
is the ds deployed at all? Can you check via the AS console? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257463#4257463 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257463

[jboss-user] [jBPM Users] - Re: Jbmp task recovery

2009-09-28 Thread kukeltje
create your own command? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257464#4257464 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257464 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Long-running tasks and async continuation

2009-09-28 Thread kukeltje
They are considered 'async' by default. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257465#4257465 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257465 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
Thanks for the hint Ronald, I managed to succeed without looking how the console deals with it. They only thing missing was getting the image from the deployment in a comfortable and general way. So your hint helps a lot. I am now doing the image manipulation myself. 1. I get the process image

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
I just wrote a long post thanking you for the hint, Ronald and explaining how I I succeded without looking deeper into the console code. Then I pushed submit and it disappeared. :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257467#4257467 Reply to the

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread kukeltje
What the 3 console does (and I in my JSF console) is draw the rectangles in DHTML, so the image stays the same. Nice thing about that is that you can also display other details of a node on e.g. mouse-over etc. I'm not sure how the GWT console for 4 does this btw, might be like you do it or

[jboss-user] [JBoss Cache Users] - Re: InstanceAlreadyExistsException During hot deployment

2009-09-28 Thread pavnesh
Disabling jmxStatistics does not help. I still got the same issue. But after doing more research, I came to know that this is the problem (or feature not sure :) ) with Websphere AS. I am trying to find out the solutions. If in the mean time, someone comes across some solution/workaround,

[jboss-user] [jBPM Users] - Re: Showing the process diagram in my own application

2009-09-28 Thread sebastian.s
I noticed this because the console retrieves the image via the REST-interface and there is just the possibility to get the original image. I think both methods have advantages and disadvantages. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257471#4257471

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-28 Thread aapthorp
Hmm, same problem. Also, I had to change the datasource configuration in ..\jboss-4.2.3.GA\server\default\deploy\ejb-deployer.xml and ..\jboss-4.2.3.GA\server\default\deploy\jbpm\jbpm-enterprise.jar\META-INF\jbosscmp-jdbc.xml from DefaultDS to JbpmDS otherwise I got a JDBC connection

[jboss-user] [JBoss Tools Users] - Can not install JBoss Tools in Eclipse Galileo

2009-09-28 Thread mcgilbertus
i have grabbed a galileo download and unzipped it. Then go to Help/Install New Software, type the 3.1M3 update site, select only the first option -not sdk, not birt/maven integration- and after some 20 minutes or so an error pops up saying that some dependencies are missing. It says the names

[jboss-user] [JBoss Cache Users] - Re: InstanceAlreadyExistsException During hot deployment

2009-09-28 Thread pavnesh
Thanks Mircea.Markus. Some more information: Websphere appends cellName, nodeName and server name (node1) to whever ClusterName I specify in the treecache.xml. During hot deployment, jboss cache jars try to find if there is any MBean with name TreeCache-Cluster. It does not find any and tries

[jboss-user] [JBoss Cache Users] - JDBCCacheLoader failed to obtain connection with JNDI naming

2009-09-28 Thread alllle
I am using: - JBoss AS 4.2.3.GA - JBoss Cache 3.2.0 in the configuration, I am setting the loader as: | loaders passivation=false shared=false | loader class=org.jboss.cache.loader.JDBCCacheLoader async=true fetchPersistentState=true ignoreModifications=false

[jboss-user] [jBPM Users] - Re: superstate timer error

2009-09-28 Thread kukeltje
Your last two remarks are not jBPM specific. jBPM 3 uses EJB timers by default and they use the DefaultDS since they are not jbpm specifc. (you need a DefaultDS to for JMS etc... Not sure though if this has changed in 3.2(.7) trunk. And there have been some other changes regarding db stuff in

[jboss-user] [JBoss Tools Users] - Re: Can not install JBoss Tools in Eclipse Galileo

2009-09-28 Thread PeterJ
Exactly which URL did you use for Tools 3.1.m3? I installed using the link from the Development Updates, sans BIRT, and that worked just fine. Exactly what missing dependencies were mentioned? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257490#4257490

  1   2   >