[jboss-user] [jBPM Users] - Re: [jBPM 4.1] Signavio process editor

2009-09-02 Thread sebastian.s
Hello Joram, I did not find the time to reply yesterday but I wanted to leave a note telling that this worked fine for me. Thank you. Thank you also and everyone else of course for your efforts during the last days to get jBPM 4.1 released on time. :) Cheers! Sebastian View the original post

[jboss-user] [JBoss Messaging Users] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-09-02 Thread ataylor
Again, I would suggest running the clustering examples! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252963#4252963 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252963 ___

[jboss-user] [JBoss Portal Users] - Showing portlet

2009-09-02 Thread pjputhenvila
I got a requirement, when new user visit my site, I need to show the user register portlet on left, once they logged in I need to show the Google map portlet on left. Is there any techinque for that. Philip View the original post :

[jboss-user] [JBoss Web Services Users] - Re: Heavy load during web method call

2009-09-02 Thread pio1k
I have CPU with two cores - is it enough? I have to turn on logging of GC data. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252970#4252970 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252970

[jboss-user] [EJB] - Re: EJB3 Timer and AS restart

2009-09-02 Thread bartvh
I have experienced the same problem, currently with jboss-4.2.3.GA. And for me, the problem is even worse because the timers expire at a time the server is not yet completely started and not all required services are started. This results in failures and eventually I have to restart the

[jboss-user] [EJB 3.0 Users] - Re: Custom StrictMaxPool settings in ...-aop.xml ignored

2009-09-02 Thread jaikiran
See this http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/reference/1.0.7/html/SessionBean_and_MDB_configuration.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252980#4252980 Reply to the post :

[jboss-user] [EJB] - Re: EJB3 Timer and AS restart

2009-09-02 Thread bartvh
There is a post in a different forum about this: http://www.jboss.org/index.html?module=bbop=viewtopict=139076 And a bug in JIRA: https://jira.jboss.org/jira/browse/JBAS-5779 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252981#4252981 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: How to catch JTA/JPA exception?

2009-09-02 Thread jaikiran
The flush to DB automatically happens on a tx commit. So the exception happens during the onCommit callbacks of tx. If you want the DB operation to be run immidiately, then use the flush() to explicitly flush it to DB and catch the exception: | onMessage() | { | | try | { |

[jboss-user] [JBoss Messaging Users] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-09-02 Thread gaohoward
Also beware of this: https://jira.jboss.org/jira/browse/JBMESSAGING-1713 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252984#4252984 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252984

[jboss-user] [jBPM Users] - Deploying JBPM project created by Eclipse in Tomcat server

2009-09-02 Thread Nanaki
Hello, I'm developping a project using Jboss jBPM. So I had designed a workflow using the jPDL Eclipse plugin and my project can be deployed by launching Jboss server (start.bat). When done, I have searched where Jboss is deploying the project and discovered that the folder was created in 2

[jboss-user] [jBPM Users] - Re: jBPM4 - Remote Service interface

2009-09-02 Thread jbarrez
The only downside is that your config is repeated twice (once on tomcat, once on JBoss). Imo, if there is a communication problem with external systems, than there is a problem in the architecture ;-) The biggest plus for having separate process engines is that each instance can be

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-02 Thread jbarrez
The console is smart enough to check the package names of the process XML/ process image, which allows for multiple processes/images in one .bar. The g attribute is only storing the x, y of the activity. So you still need the image to 'draw' for example the current activity on that image, using

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server hangs in state

2009-09-02 Thread Oliver Roell
Both PCs running with XP Service Pack 3. Yes, when I run netstat on my PC with 4.2.3 twice I got different outputs. The ports 1098, 1099, 3873, , 4445, 4446, 8009, 8080, 8083 and 8093 are always the same, but three ports change: 1153, 1154, 1157 at the first call 1158, 1159, 1162 at the

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread Wolfgang Knauf
Hi Mark, sorry for assuming that you misused Netbeans. I don't know this IDE, but I think that some library is added automatically to your deployed package which conflicts with JBoss. Could you post the content of all lib folders of the deployed ear file? Best regards Wolfgang View the

[jboss-user] [jBPM Users] - Re: Deploying JBPM project created by Eclipse in Tomcat serv

2009-09-02 Thread kukeltje
why do you use jBPM 3.1.4? There is a 3.2.x version and already even a 4.0 version. And yes, jBPM 3 runs great on Tomcat, 3.2 even better than 3.1. You *cannot* run the JBoss version on Tomcat since there are some differences, but those are described in many places (including the wiki) So

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread m...@t4p.com
Oh, there is no need to apologize about assuming something :-) I am just letting you know that the example I am trying to run is simple enough that there is not much to do wrong. Your idea about the conflicts sounds very possible. The deployed WAR file is at

[jboss-user] [Installation, Configuration Deployment] - NameAlreadyBoundException classpathentries in JBoss 5.1.0 JD

2009-09-02 Thread lvonk2000
Hi, We are migrating from 4.2.3 to 5.1.0 and are deploying the first two ejb jars. When deploying the second jar we get the following exception: 10:56:19,320 ERROR [Ejb3ClientDeployer] Could not deploy

[jboss-user] [Installation, Configuration Deployment] - Re: NameAlreadyBoundException classpathentries in JBoss 5.1.

2009-09-02 Thread lvonk2000
Some extra information: Bith applications have a dependency on jibx. After deploying the first application I see this in the log file: 11:06:36,669 INFO [ClientENCInjectionContainer] STARTED CLIENT ENC CONTAINER: jibx-extras-1.2.1 11:06:36,673 INFO [ClientENCInjectionContainer] STARTED

[jboss-user] [jBPM Users] - Re: Deploying JBPM project created by Eclipse in Tomcat serv

2009-09-02 Thread Nanaki
Thanks for the quick answer kukeltje ! For the story, I spent my times configuring all sort of possibilities using different version of jBPM and only a few of them works sucessfully. So I explain what i did and where i am now: I have followed this wiki few days ago: anonymous wrote :

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread Wolfgang Knauf
Hi, I think you should remove all three files from WEB-INF\lib of the WAR. The JBoss ones are found at those locations: -ejb3-persistence.jar = common\lib -el-api.jar = common\lib , jsf-api.jar = server\default\deploy\jbossweb.sar\jsf-libs Normally, NetBeans should add those to the

[jboss-user] [EJB 3.0 Users] - Cannot use @Depends in EJB depending on another EAR deployme

2009-09-02 Thread dode
We have an @Service EJB3 deployed as EAR that does not only depend on a service, but also on classes provided by another EAR deployment. We have declared the dependency using @Depends, but it seems that the annotation cannot take effect because already loading of the EJB class fails, since it

[jboss-user] [Clustering] - Session replication in jBoss 5.1.0 GA

2009-09-02 Thread KavithaAnbazhagan
Hi, I am trying the clustering in jboss 5.1.0 installed in two different machines with Apache 2.2.8 and mod_jk-1.2.28-httpd-2.2.3. The loadbalacing is working. But when i shut down one server, then the session of that particular server is not being maintained and am getting 503 exception with

[jboss-user] [jBPM Users] - Re: Deploying JBPM project created by Eclipse in Tomcat serv

2009-09-02 Thread kukeltje
the PROCESS is deployed to the DB via the deploy servlet. jBPM 3 does not deploy do the deploy folder and in 4 this is only experimental View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253034#4253034 Reply to the post :

[jboss-user] [jBPM Users] - How to trigger Sub-process from custom state recursively?

2009-09-02 Thread ekobir
Hi All I have started working jbpm recently. I'm trying to realise following scenario with jbpm. Any help is appreciated. Start points to a custom activity which requests an XML file from external source. If file exists, next custom activity starts streaming it. At this point, I would like

[jboss-user] [Beginner's Corner] - Re: Deployment exception

2009-09-02 Thread ajayindra
Ya. Classpath was having value . and the path of Log4j home. Now I have deleted it. Now it gives the following error: DEPLOYMENTS IN ERROR: Deployment vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/ROOT.war/ is in error due to the following reason(s): or

[jboss-user] [Beginner's Corner] - Technology questions

2009-09-02 Thread wondermike
Hello, I've been playing around a little bit with jboss to see whether it fits my needs. So far I find it very interesting. Diving deeper into the topics, I'm a little bit lost on the question what jboss technology to chose. I'd like to implement something like that: * Several virtual kvm

[jboss-user] [Installation, Configuration Deployment] - Re: NameAlreadyBoundException classpathentries in JBoss 5.1.

2009-09-02 Thread jaikiran
Please post the entire exception stacktrace. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted. View the original post :

[jboss-user] [jBPM Users] - Re: jBPM4 - Remote Service interface

2009-09-02 Thread JimDwyer
Right. Unfortunately we already have jBPM3 running on the same Tomcat. We are using Alfresco and it is embedded in their product. We are trying to move away from from Alfrescos jBPM because of poor integration in our opinion. As far as the communications I was referring to external systems

[jboss-user] [JBoss Tools Users] - rule traversal/execution order i drools

2009-09-02 Thread shashank.rudra
Hi Guys I have started to use Drools engine. I set it up in Eclipse using Jboss Tools package distribution. Now I am having difficulty understanding how to specify the rules, in the rule.drl files. Here are the points that I am mostly confused about 1. what is the order in which the rules are

[jboss-user] [jBPM Users] - Re: Deploying JBPM project created by Eclipse in Tomcat serv

2009-09-02 Thread Nanaki
Oh... I see, that's what I though... That's why i saw new workflow added into the jbpm-console when I deployed them (because they are just deployed in the DB, so I can see them once I launch the jbpm-console and use them). I'm a little perplex knowing this... Because I read everywhere that the

[jboss-user] [Beginner's Corner] - Re: Setting up JBoss Tools in Galileo

2009-09-02 Thread shashank.rudra
Hey guys It has been long but no reply to the post. Would someone please say 1. Is there something wrong with the post- not enough information etc. 2. Is the tech that I am using not good enough and people seldom use it. 3. The post is in wrong place. If the post is in not rite place, please

[jboss-user] [jBPM Users] - Re: How to trigger Sub-process from custom state recursively

2009-09-02 Thread kukeltje
look/search at the 'foreach' example (for jbpm3 ) in the wiki. Instead of multiple tasks, just start multiple subprocesses. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253073#4253073 Reply to the post :

[jboss-user] [JBoss Web Services Users] - Unwanted warning

2009-09-02 Thread ntsankov
Hi, I have a WS client created with wsconsume, but I want to specify the service endpoint at runtime. The solution I found is: | MyService stub = new MyService(null, SERVICE_QNAME); | MyPortType myPort = stub.getMyPort(); |

[jboss-user] [jBPM Users] - Re: Deploying JBPM project created by Eclipse in Tomcat serv

2009-09-02 Thread kukeltje
you don't *have* to deploy the definition from the designer, you can also use the jbpm api and retrieve the jpdl file from e.g. your war and use a startup servlet to deploy it and have some checks around that to see if it is not already deployed. This all is totally independent of your

[jboss-user] [JBoss Web Services Users] - WS-Eventing SubscriptionEnd problem

2009-09-02 Thread earniedyke
Greetings all, I am trying to trap the SubscriptionEnd messages but an having no luck. Below are my Class, WSDL and Stacktrace. I am sure it is something small I am overlooking but I can't see it. Any and all help is appreciated. Earnie! Class package org.ebsinc.targeteer.ws; | | import

[jboss-user] [Beginner's Corner] - Re: Setting up JBoss Tools in Galileo

2009-09-02 Thread jaikiran
JBoss Tools questions are better answered in JBoss Tools user forum http://www.jboss.org/index.html?module=bbop=viewforumf=201 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253088#4253088 Reply to the post :

[jboss-user] [jBPM Users] - sample application using JBPM BPEL in OpenSource

2009-09-02 Thread bpelUser
Hi I am working in OpenSource. We can use Eclipse, JBOSS for JBPM BPEL designing . I am new to BPEL .Any one plz help me for developing a sample application using BPEL . I mean just let me know what are the sequence by which I can get a BPEL deployed and invoked. I am not able to get any clue

[jboss-user] [Beginner's Corner] - Can I restart an APP using JMX console?

2009-09-02 Thread griffitm
Hi all, How can I restart an application in the JBoss container (a war file app) that is not responding without restarting the entire AS? I think there must be a JMX bean to do this, but I cannot find it. Any reply would be appreciated. Best Regards, MG View the original post :

[jboss-user] [EJB 3.0 Users] - Re: How to catch JTA/JPA exception?

2009-09-02 Thread gackonac
Thanks for you answer Jaikiran. But that is more like workaround solution. In more general case (global/server) transaction can fail because of some other reason (JPA/SQL exception is just one of them). So, is there any callback method/interface to be implemented by app, in order to get info

[jboss-user] [JBoss Web Services Users] - Re: Heavy load during web method call

2009-09-02 Thread PeterJ
2 cores is adequate, but you have to realize that while the GC is running only one of the cores will be available for the app to use. For monitoring GC, see my presentation at http://www.cecmg.de/doc/tagung_2007/agenda07/24-mai/2b3-peter-johnson/index.html View the original post :

[jboss-user] [jBPM Users] - [jBPM 4.1] not finding the GPD

2009-09-02 Thread npirard
I did not find the subdirectory gpd when unzipping the jbpm-4.1.zip , whereas it was present in the 4.0 version. (and is referred to in the 4.1 doc jbpm-4.1/doc/userguide/html_single/index.html#graphicalprocessdesigner) Is it elsewhere now? --- yes , it is in jbpm-4.1\install\src\gpd could

[jboss-user] [JBoss Tools Users] - How to create a JDBC connection

2009-09-02 Thread Oliver Roell
Hi, I am trying to use a JDBC-connection to a oracle-database in a simple web-application (only servlets JSPs) with Eclipse 3.4.2 and JBoss Tools 3. Is there a tutorial on the web how I can create a JDBC-connection with the JBoss Tools? A few years ago I have used the chapter Connecting to

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server hangs in state

2009-09-02 Thread PeterJ
The changing ports are not a problem - some ports are dynamically assigned. See this for a list of key ports: http://www.jboss.org/community/wiki/UsingJBossBehindAFirewall The telnet syntax is telnet [hostname] [port], not [username]. The [hostname]s I suggested were based on the netstat

[jboss-user] [Beginner's Corner] - Re: Setting up JBoss Tools in Galileo

2009-09-02 Thread shashank.rudra
thanks Jaikiran View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253106#4253106 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253106 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: NameAlreadyBoundException classpathentries in JBoss 5.1.

2009-09-02 Thread PeterJ
Also, post the configuration files that contain the text classPathEntries. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253107#4253107 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253107

[jboss-user] [JBoss Tools Users] - Runing default Jboss Rules app in Eclipse3.5 + Drools3.1

2009-09-02 Thread shashank.rudra
Hi Here I am trying to run a default Drools Project in eclipse3.5 JDK1.5 Windowx XP I created a Drool Runtime.(c:/drools) But no jar was automatically copied to that directory. I manually copied these jars to that. Here is the list of jar filesdrools-all-jdk5-2.1.jar | drools-ant-5.0.1.jar

[jboss-user] [Beginner's Corner] - how to see your posts

2009-09-02 Thread shashank.rudra
Hi I was wondering how to see your posts only. I was finding Show My Posts link after I login the community home. But am not able to see any link related to that. One more thing how you add a particular topic in your watch list. I remember reading the FAQ ones but I am not having clue about

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread PeterJ
Mark, just as an aside, I am not sure how set you are on using NetBeans, but since primarily Sun engineers developed both NetBeans and GlassFish it would make sense that the interaction between the two is seamless. In the proprietary world this could be considered as vendor lock-in. If you want

[jboss-user] [EJB 3.0 Users] - Re: How to catch JTA/JPA exception?

2009-09-02 Thread jaikiran
gackonac wrote : | | So, is there any callback method/interface to be implemented by app, in order to get info from server about JTA status/actions? http://java.sun.com/javaee/5/docs/api/javax/transaction/Synchronization.html View the original post :

[jboss-user] [Beginner's Corner] - Re: Deployment exception

2009-09-02 Thread PeterJ
What you posted is the report printed at the end of deployment and this report rarely provides any clues as to why the deployment failed. You need to find the first exception stack trace in the console log and post that. (By the way, you might have to increase the command prompt buffer to

[jboss-user] [Beginner's Corner] - Re: Technology questions

2009-09-02 Thread PeterJ
Perhaps web services for the child services. And perhaps Seam for the main server, both for database handling and for the web user interface (Seam incorporates EJBs, entity beans and JSF). You can easily add a rich client later, and have it access the EJBs within the Seam app. Unfortunately, I

[jboss-user] [JBoss Tools Users] - Re: rule traversal/execution order i drools

2009-09-02 Thread rob.stry...@jboss.com
This question would be better asked on the RULES forum... I doubt very much the tooling team knows the ecccentricities of the rules engine. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253118#4253118 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: Can I restart an APP using JMX console?

2009-09-02 Thread PeterJ
Actually, the best way might be to touch the war file, or the web.xml file if you are using exploded deployment. If I recall correctly, the mbean that controls the deployment of the war, if you call the stop() operation then the app gets undeployed, meaning the war is removed form the deploy

[jboss-user] [JBoss Tools Users] - Re: How to create a JDBC connection

2009-09-02 Thread PeterJ
The oracle-ds.xml file is still needed, the one described in Developer's Notebook is probably still accurate (no major changes have gone into *-ds.xml files since 4.0). You should look into using JPA (EJB3-style entity beans) for your database access. Not sure of the exact steps to do this

[jboss-user] [Beginner's Corner] - Re: how to see your posts

2009-09-02 Thread PeterJ
I think you might have to do a search to view only your posts - put your userid into the Search for Author field. To watch a topic, click the Watch this topic for replies link that is between the buttons after the last post and before the Instant Reply text box. (The link text is in a very

[jboss-user] [Beginner's Corner] - Re: Can I restart an APP using JMX console?

2009-09-02 Thread griffitm
Thanks! I actually found the answer in the wiki: http://www.jboss.org/community/wiki/RedeployFromTheJMXConsole View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253123#4253123 Reply to the post :

[jboss-user] [JBoss Web Services Users] - disable client chunking in jbossws-3.0.1-native-2.0.4.GA

2009-09-02 Thread kagey
Hey all, I have an external webservice endpoint that i have wsconsumed the wsdl for and generated the necessary classes for a client to call the web services. I am dynamically setting the port endpoint at runtime to avoid consuming the wsdl at runtime. the code looks like: |

[jboss-user] [Beginner's Corner] - Re: how to see your posts

2009-09-02 Thread shashank.rudra
Thanks Peter. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253128#4253128 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253128 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - twiddle does not work in web configuration if I change HTTP

2009-09-02 Thread vbez
1. Choose default configuration. Change port The listening socket for the Naming service in jboss-5.1.0.GA\server\default\conf\bindingservice.beans\META-INF\bindings-jboss-beans.xml from 1099 to 17235. Run JBoss. Execute next command: twiddle.sh -s localhost:17235 serverinfo -d Output - jboss.

[jboss-user] [Installation, Configuration Deployment] - SQL Server Windows Authentication

2009-09-02 Thread andersoz
We are currently attempting to replace the default hypersonic database with SQL Server 2005. We would like to use the SQL Server's windows authentication and not use the username/password combination in the datasource definition file. We would like to avoid having any passwords saved in plain

[jboss-user] [jBPM Users] - Ability to build custom process steps

2009-09-02 Thread cssatheesh
Hi all, can anyone provide answer for the below ques? Does jBPM provide ability to build custom process steps? Can Web service be used as an actor in process in jbpm? Can a process be exposed as services? Does jBPM support manual re-execution of process instances? View the original post :

[jboss-user] [jBPM Users] - jBPM admin privilege clarification

2009-09-02 Thread cssatheesh
Consider I have an application containing job queues, completed jobs, exception, etc. If I login as an admin, will i be able to view job queue: current queue, executed jobs, exceptions? Can a process be assigned to Roles, and User in Roles (Human tasks)? Kindly clarify the above questions

[jboss-user] [JBoss Web Services Users] - Re: Cannot change the context root for web service

2009-09-02 Thread kagey
Try deploying in separate jars, from my experience you can't have two different context roots in the same jar. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253148#4253148 Reply to the post :

[jboss-user] [jBPM Users] - Re: Deploying JBPM project created by Eclipse in Tomcat serv

2009-09-02 Thread Nanaki
Ok, a couple days ago, I studied the door example. So I have understand this simple sample (how to get a token, how to move it to differents state ...). So now, I'd like to see this test directly on the worflow image. For example, I have a JUnit test testing some movement of the token.

[jboss-user] [JBoss Web Services Users] - Re: JAX-WS Web Service Authentication (NTLM) against a MS CR

2009-09-02 Thread kagey
I working with NTLM in a different scenario, and it seems that NTLM doesn't work when chunking is used by the client. Do a sniff on your traffic to see what is going on. If you have the appropriate jbossws version you can turn chunking off

[jboss-user] [JBoss Tools Users] - birt integration - tag p:birt broken on postback

2009-09-02 Thread gonzalad
Hello, I've used today p:birt tag with embed - just like in the sample : b:birt designType=embed designName=ProductCatalog.rptdesign | embeddable=true masterpage=false/ I have in the same JSF page a form with h:commandButton. On first render, everything works fine. On postback, birt tag

[jboss-user] [JBoss Web Services Users] - Re: disable client chunking in jbossws-3.0.1-native-2.0.4.GA

2009-09-02 Thread kagey
found the solution: revert to old http 1.0 client config: | ((StubExt) pms).setConfigName(HTTP 1.0 Client); | client configurations found in jboss/server/default/deploy/jbossws.sar/META-INF/standard-jaxws-client-config.xml View the original post :

[jboss-user] [JBoss Web Services Users] - Re: JAX-WS Web Service Authentication (NTLM) against a MS CR

2009-09-02 Thread kagey
I fixed my problem by disabling chunking by reverting the client to a different configuration, you could try: | CrmTaskServiceSoap port = (new CrmTaskService(url, new QName(http://schemas.microsoft.com/crm/2007/WebServices;, CrmService))) | .getCrmTaskServiceSoap(); | | ... | |

[jboss-user] [JBoss Web Services Users] - Re: disable client chunking in jbossws-3.0.1-native-2.0.4.GA

2009-09-02 Thread PeterJ
You could also turn off chunking by setting the chunksize to 0 in the jboss/server/default/deploy/jbossws.sar/META-INF/standard-jaxws-client-config.xmlfile: client-config config-nameStandard Client/config-name http://org.jboss.ws/dispatch/validate

[jboss-user] [jBPM Users] - Re: Ability to build custom process steps

2009-09-02 Thread kukeltje
- Yes - Yes - A webservice as an actor? I don't get that one. A service is a service, not an actor. - Sure, jBPM has a all kinds of services like, process, task, repository, identity - Manual re-execution? Sure, you can print the graphical representation and follow it manually, although I

[jboss-user] [jBPM Users] - Re: jBPM admin privilege clarification

2009-09-02 Thread kukeltje
Satheesh (assuming that is your name) From al your posts I get the impression that you are comparing serveral solutions. Your questions are however that short and often in non-standard terminology that it is hard for us to comment in detail or comment at all. I can understand that you have

[jboss-user] [jBPM Users] - Re: Deploying JBPM project created by Eclipse in Tomcat serv

2009-09-02 Thread kukeltje
Nanaki wrote : | | | ProcessDefinition processDefinition = ProcessDefinition.parseXmlResource( | | org/xxx/definitions/yyy/processdefinition.xml); | | | But i still don't understand (I didn't find a true example on internet) how to use the jbpm api and retrieve the

[jboss-user] [JBoss Web Services Users] - Re: disable client chunking in jbossws-3.0.1-native-2.0.4.GA

2009-09-02 Thread kagey
True, but I don't what to change configuration for other clients running who could be using the same config. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253168#4253168 Reply to the post :

[jboss-user] [jBPM Users] - Re: [jBPM 4.1] not finding the GPD

2009-09-02 Thread sebastian.s
If you are sure it's an inconsistency between the docs and the actual location in the released archive you should fill a JIRA issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253172#4253172 Reply to the post :

[jboss-user] [jBPM Users] - Re: sample application using JBPM BPEL in OpenSource

2009-09-02 Thread sebastian.s
You should read the documentation and ask a more specific question. However I do not think that there are a lot of BPEL engine users. http://docs.jboss.com/jbpm/bpel/v1.1/userguide/ You should also take a look at Riftsaw (https://www.jboss.org/riftsaw) since the jBPM BPEL engine is not an BPEL

[jboss-user] [JBoss Tools Users] - Re: birt integration - tag p:birt broken on postback

2009-09-02 Thread snjeza
That is a bug in the JBoss BIRT integration. Please create a jira. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253174#4253174 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253174

[jboss-user] [JBoss Portal Users] - Security concerns when creating CMS windows in portal admin

2009-09-02 Thread srabon
We are using version 2.7.2 of Portal. We want our users to be able to create portlet windows to display the CMS content they create in the CMS system. However, it seems the only way to do this is from within the portal management portlet. In order for users to access this portlet they must

[jboss-user] [jBPM Users] - Handling failure of automated activities

2009-09-02 Thread emp.tyres
Hello - I am very, very happy with Jbpm4, and I am currently looking for a hint on best practices for handling failures of automatic activities invoking retries or failovers - for example, a whose class connects to an external server (which may be down at the time of calling) I

[jboss-user] [jBPM Users] - Re: does JBPM support below features?

2009-09-02 Thread tom.baey...@jboss.com
salaboy21 wrote : You can also use Drools Flow to support all that requirements. And with Drools Flow you just need to learn one set of APIs to implement what you want. | jBPM is the only BPM solution that will make it through productization into JBoss products. View the original post :

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread m...@t4p.com
I have tried using JBoss/J2EE development under Eclipse, and had many many problems. I don't have the buckets of money to pay for JBoss Tools subscriptions. Do you know of any open-source options under Eclipse? The stuff I tried to use about a year back was very unusable (the open-source

[jboss-user] [jBPM Users] - Same token seems to be attached to two task instances?

2009-09-02 Thread gfargone
Hello, We run jbpm 3.2.6.SP1 on Oracle. We use the Command interface to operate JBPM and our applications use that only to interface with JBPM. (It is a painful way of using it, but we did not have time to replicate all console capabilities to use just the engine) We run jbpm-console in the

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread m...@t4p.com
Wolfgang Knauf wrote : Hi, | | I think you should remove all three files from WEB-INF\lib of the WAR. | | The JBoss ones are found at those locations: | -ejb3-persistence.jar = common\lib | -el-api.jar = common\lib | , jsf-api.jar = server\default\deploy\jbossweb.sar\jsf-libs |

[jboss-user] [JBoss Messaging Users] - need help to delete clustered queue without db in 5.1

2009-09-02 Thread augustsimonelli
Hi all, I have the following queue: mbean code=org.jboss.jms.server.destination.QueueService | | name=jboss.messaging.destination:service=Queue,name=MY_QUEUE | | xmbean-dd=xmdesc/Queue-xmbean.xml | | depends

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-02 Thread PeterJ
anonymous wrote : The stuff I tried to use about a year back was very unusable If you would have said 2 or 3 years ago, and that you used JBoss IDE (the predecessor to JBoss Tools), I would have heartily agreed with you. But for about the past year or so JBoss Tools have been pretty decent to

[jboss-user] [JBoss Messaging Users] - Re: need help to delete clustered queue without db in 5.1

2009-09-02 Thread augustsimonelli
Ok i should have looked more. The postoffice mbean's serverpeer attribute has the destroyqueue attribute. Now i feel dumb! worked perfectly! August View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253199#4253199 Reply to the post :

[jboss-user] [JBoss Portal Users] - Re: JBoss 5.1.0.GA

2009-09-02 Thread thomas.he...@jboss.com
Yes but JBoss World happened to be early September ;) And my talk is tomorrow to present our brand new project from JBoss Portal and eXo Portal: http://www.gatein.org Binaries with JBoss 5.1.0.GA are available. (as of now the jboss AS zip failed during the upload so it's uploading again,

[jboss-user] [Beginner's Corner] - Re: Technology questions

2009-09-02 Thread wondermike
Hi! Thanks so far, PeterJ - that looks very promising. These are all things I already played with, that's why I agree about feasability. And I agree about the CLI, a telnet client could be built with lots of CLI calls and a nice dialog menu. What about login mechanisms, any special