[jboss-user] [JBoss jBPM] - Re: different workflows avec la meme definition de processus

2008-02-15 Thread RomeuFigueira
Bonjou bud. Vous aves une mieux probalité de response si vous ecris (ecrite?) en anglais par ici. Je pense que je poux vous aide en cette question. On a utilisé JBPM per faire ce que vou describé, une aplication seulement automatique avec la utilization de SOA. I'll est possible de utilize

[jboss-user] [JBossWS] - Re: how to return an empty http response instead of soapmess

2007-09-06 Thread RomeuFigueira
I had a similiar problem to the one you're having, but instead of a simple "http 200 ok" message I needed the actual empty SOAPMessage to be returned, like this one: http://schemas.xmlsoap.org/soap/envelope/";> | | | | | To make the actual message above, all I had

[jboss-user] [JBossWS] - Re: Generated WSDL has default port 8080 even if server runs

2007-04-16 Thread RomeuFigueira
Apparently it should have been fixed by now: http://jira.jboss.org/jira/browse/JBWS-1007 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037651#4037651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037651 ___

[jboss-user] [JBossWS] - Re: Generated WSDL has default port 8080 even if server runs

2007-04-16 Thread RomeuFigueira
Until 1.0.4 you need to change also this line: 8080 which is located in deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml You will need to expload jbossws.sar and jbossws.beans to get access to that particular xml file. Once changed, both your tomcat an jbossws ports to the same one, y

[jboss-user] [JBoss Messaging] - Re: Adittional instructions for JBoss Messaging Standalone +

2007-03-29 Thread RomeuFigueira
Missing code: | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032712#4032712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032712 _

[jboss-user] [JBoss Messaging] - Adittional instructions for JBoss Messaging Standalone + Ora

2007-03-29 Thread RomeuFigueira
For anyone interested. In case you want to use JBoss Messaging in a standalone mode (like instructed by the Wiki) and you want to use Oracle, you need these following aditional steps. Edit messaging-standalone/conf/jboss-service.xml Add anonymous wrote : | | Copy standardjbosscmp

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-23 Thread RomeuFigueira
You can always look into SAAJ, with some effort (initial one), you can develop some classes and make a dynamic client. As for generating SOAP messages, try SOAPui, either the standalone app or the Eclipse plugin for JBoss IDE. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Re: go download jPDL 3.2.GA, it's good for you

2007-03-22 Thread RomeuFigueira
Hi Tom, great work! One question tough: The jbpm-console needs a few tables that are not (at least to me) included in the "jbpm-jpdl-3.2.GA\db" scripts. Personaly I use Oracle, and I can't find in any other script these tables, needed by the jbpm-identity module: anonymous wrote : | - JBPM

[jboss-user] [JBoss jBPM] - Re: JBPM_VARIABLEINSTANCE.STRINGVALUE_ bug in 3.1.4

2007-03-07 Thread RomeuFigueira
Associated to http://jira.jboss.org/jira/browse/JBPM-893 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025893#4025893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025893 __

[jboss-user] [JBoss jBPM] - JBPM_VARIABLEINSTANCE.STRINGVALUE_ bug in 3.1.4

2007-03-07 Thread RomeuFigueira
This is a forum entry to report a possible bug in JBPM 3.1.4, Oracle (not sure about others) DB scripts. System: JBossAS 4.0.5 GA + jBPM 3.1.4 GA + RHEL 4 + Oracle 10g. The column JBPM_VARIABLEINSTANCE.STRINGVALUE_ is slated as VARCHAR2(255 char) while JBPM_LOG.OLDSTRINGVALUE_ and JBPM.NEWSTRIN

[jboss-user] [JBossWS] - Re: generated wsdl always has port 8080 (even when it should

2007-03-06 Thread RomeuFigueira
Simplified answer: anonymous wrote : File: modify /server/default/deploy/jbossweb-tomcat55.sar/server.xml | Change: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025331#4025331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025331 ___

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread RomeuFigueira
Just a theoretical thought, why don't you write the dates like MMDD instead of the DDMM that you showed us? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020456#4020456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss jBPM] - Re: type of variables

2007-02-13 Thread RomeuFigueira
place your code within [ code] [ /code] tags (without the leading spaces) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015915#4015915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015915 _

[jboss-user] [JBossWS] - Re: Sending XML doc as String parameter into WebService

2007-02-08 Thread RomeuFigueira
A quick and dirty solution is to embed the xml in tags, like so: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013137#4013137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013137 __

[jboss-user] [JBoss jBPM] - Re: How to model a loop with GPD?

2007-02-01 Thread RomeuFigueira
To put it in a programatic way: Let's say you have a 4 state cenario: 1 - Start State 2 - State A 3 - State B 4 - End State The following transitions exist: 1 to 2 2 to 3 *2 to 4 3 to 2 The "2 to 4" transition should never been taken, therefore making a 2-3-2 loop for ever. You could force thi

[jboss-user] [JBoss jBPM] - Re: How to model a loop with GPD?

2007-01-30 Thread RomeuFigueira
Yes, you can program a loop in the GPD. Depending on the complexity of your loop, you may need to add some more logic through a programatic way. I think you need to include an end state, but you can specify a way in wich the transaction to that state is never taken. View the original post : h

[jboss-user] [JBoss jBPM] - Re: Question about retrieving User Object from ExecutionCont

2007-01-30 Thread RomeuFigueira
Further info: jBPM 3.1.4 Oracle DB and that "context" var that you see is an ExecutionContexttype of var. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008378#4008378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400

[jboss-user] [JBoss jBPM] - Question about retrieving User Object from ExecutionContext

2007-01-30 Thread RomeuFigueira
So, I've got this object: public class MySerializableClass implements java.io.Serializable { | | private static final long serialVersionUID = 1L; | | int member; | | public MySerializableClass(int member){ | this.member = member; | } | | publ

[jboss-user] [JBoss jBPM] - Re: jBPM jPDL 3.1.4 Released

2007-01-26 Thread RomeuFigueira
Tom, the Starters Kit zip-file is reporting as corrupt. The other two files are fine. Could you check/confirm this? Thanks Romeu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006902#4006902 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread RomeuFigueira
@estaub, an answer like isn't the kind of that makes theses forums progress, neither it helps the user who made it. The question may have not been properly formulated, in english terms, but it is a valid question, so it should be anwsered. @asset: Yes, sometimes the graphic representation gets

[jboss-user] [JBossWS] - Re: JBossWS tutorial

2007-01-16 Thread RomeuFigueira
"Sanver" wrote : Will you finally release a userguide? http://labs.jboss.com/portal/jbossws/user-guide/en/html/index.html It's been there for quite some time now. (Reference obtained through the wiki) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002249#4002

[jboss-user] [JBossWS] - Re: web service address on jboss 4.0.5

2006-11-30 Thread RomeuFigueira
You need to "explode" the jbossws.sar under server/your_server/deploy Inside it, explode jbossws.beans. Go to \jbossws.beans\META-INF and edit jboss-beans.xml. There you will find your missing properties. If not, you can add them, like I did to run on port 8060. View the original post : htt

[jboss-user] [JBoss jBPM] - Re: Waiting for external input

2006-11-29 Thread RomeuFigueira
@dslevine and kukeltje Thank you for your input, a working solution is being fabricated ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989653#3989653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989653 ___

[jboss-user] [JBoss jBPM] - Waiting for external input

2006-11-27 Thread RomeuFigueira
This is a theoretical question. Let's say that we have a certain process which in the middle of execution needs an external input. So, how can the external input be directed to that node which is in a wait state? Let's say that I have a JbossWS service running on the server and that as an acti

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-14 Thread RomeuFigueira
Finally managed to fix this. After spending the last hours dealing with JBossWS source-code, I've managed to do a small change that enabled my message to be correctly interpreted. If you remmember I wasn't specifining in my mimeheaders, where my rootpart was. The problem was that the class Mult

[jboss-user] [JBossWS] - Re: Exception while deploying a webservice with attachment (

2006-11-14 Thread RomeuFigueira
Indeed you are right, wstools does not go along with more complex types necessary for attachment. One has to do them by hand, or using a place holder. As for the mapping error, in your jaxrcp-mapping.xml do you place strings as: java.lang.String? And in your wsdl file, do you have them as:

[jboss-user] [JBossWS] - Re: gSoap client with JBoss Ws. swa problem

2006-11-14 Thread RomeuFigueira
Hi, have you ever managed to get this problem fixed? I'm having a similar problem, a standalone client that links to a webservice running in JBoss. It also works well without attachments but when attachments ocours, it colapses like yours. My thread: http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBossWS] - Re: Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread RomeuFigueira
Forgot to say, in build.xml of course ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=398#398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398 ___ jboss-user mai

[jboss-user] [JBossWS] - Re: Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread RomeuFigueira
Add these bellow your Replace with appropriate settings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985553#3985553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985553 ___

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-13 Thread RomeuFigueira
Ok, after all this time I've did the following test: Build and deployed jbossws-samples-swa.war from jbossws/samples to my JBoss Server. Then I used AttachmentSAAJTestCase.java, again from jbossws/samples removing the Junit part, and it FAILED again with the same message: multipart/related typ

[jboss-user] [JBossWS] - Re: Exception while deploying a webservice with attachment (

2006-11-13 Thread RomeuFigueira
To deal with attachments within JBoss WS, you will need the the following files: jax-mapping.xml (maps values to the wsdl) webservices.xml web.xml your_wsdl_file.wsdl your_class_files.class The first three can be generated by wstools, altough from my personal experience, some manual tweaking is

[jboss-user] [JBossWS] - Re: Saving the Web Service Request as XML

2006-11-09 Thread RomeuFigueira
If your're talking about saving a copy of the SOAP message on the server, then a Handler would do that for you. You could program your HandleResponse part of the handler to save the incoming message into a xml file. You will need to add the handler declaration to webservices.xml, setting your

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-08 Thread RomeuFigueira
"[EMAIL PROTECTED]" wrote : Sorry, i cannot dig into your problem in great detail right now, but did you checkout the following: | | http://labs.jboss.com/portal/jbossws/user-guide/en/html/attachments.html | http://labs.jboss.com/portal/jbossws/user-guide/en/html/mtom-xop.html Hi Heiko, I'

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-08 Thread RomeuFigueira
Current JARs that I'm using to call this client: | activation.jar | mail.jar | saaj-api.jar | saaj-impl.jar | xercesImpl.jar | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984102#3984102 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-07 Thread RomeuFigueira
Ok, further info. This is from a very similar webservice, only difference in this one is that it deals with JPEGs. These are TCPmon captures. My Client (attachment output ommited): POST /MediationAttachPic HTTP/1.1 | Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 | C

[jboss-user] [JBossWS] - Re: Client handler chain

2006-11-07 Thread RomeuFigueira
How do you deploy your app? Through a WAR file? Did you build yourself the WAR file? Maybe this thread could help you [url]http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80866&start=-10&postdays=postDays&postorder=postOrder&highlight=highlight[/u View the original post : http://www.jb

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-07 Thread RomeuFigueira
bump ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983680#3983680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983680 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-03 Thread RomeuFigueira
Forgot to add: Running JBoss AS 4.0.5 with JBossWS 1.0.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982920#3982920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982920 _

[jboss-user] [JBossWS] - Problem with SAAJ Client for Webservice that receives attach

2006-11-03 Thread RomeuFigueira
Hi there, I've implemented a webservice (JSR-109) that receives two parameters and one attachment. It's working fine, testing with soapui 1.6 beta2 showed that my service could receive and store attachments without a problem. Now I wanted to create a SAAJ client to make contact with such webserv

[jboss-user] [JBossWS] - Re: jaxrpc interop

2006-11-03 Thread RomeuFigueira
You could try and modify your client to include a line like this. envelope.addNamespaceDeclaration(PREFIX,NAMESPACE_URI); Where prefix would be "rpc" and NAMESPACE "http://org.jboss.ws/samples/rpcstyle"; That would add an adicional name space declaration like in your soapui example. View the

[jboss-user] [JBossWS] - Re: getting ip address from webservice

2006-10-31 Thread RomeuFigueira
What if one doesn't have that property listed (remoteaddr?) public boolean handleRequest(MessageContext messageContext) | { | String IP = (String) messageContext.getProperty("remoteaddr"); | | System.out.println("Remote IP: " + IP); | |

[jboss-user] [Installation, Configuration & Deployment] - Re: Changed ports with partial success

2006-10-30 Thread RomeuFigueira
Thanks for the info. You've put me in the right path. So here goes my solution in case somebody else needs it. Running JBoss AS 4.0.5 with Jbossws.sar (JDK 1.5) What I did was to unzip the jbossws.beans file to a folder called jbossws.beans, then inside it changed the jboss-beans.xml file wher

[jboss-user] [JBossWS] - Re: endpoint handler

2006-10-30 Thread RomeuFigueira
To further clear my previous post, here's my complete description: I've got 3 java files 1 - My WS interface 2 - My WS Implementacion 3 - My Handler class (in this case a class for handling attachments) With the WS Plugin, I've generated my WS artifacts (WSDL file, web.xml, webservices.xml and j

[jboss-user] [JBossWS] - Re: endpoint handler

2006-10-30 Thread RomeuFigueira
I've solved this problem by: 1º Generating the artifacts first (JbossIDE WS Pluggin (2.0 Beta2)) 2º Manually editing webservices.xml to include the following lines: | | | ServiceAttachmentHandler | provisioning.ServiceAttachmentHandler | |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBOSS Web Services node not showing web service after ge

2006-10-26 Thread RomeuFigueira
You need to change the view from "Package Explorer" to "Project Explorer". You can do that by going into "Window -> Show View -> Other" Then using the filter for "Project Explorer" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981010#3981010 Reply to the po

[jboss-user] [Installation, Configuration & Deployment] - Changed ports with partial success

2006-10-25 Thread RomeuFigueira
I'm deploying a JBoss AS 4.0.5 to a development enverionment on HP-UX. Due to some other application using port 8080 I had to change it to 8060. All of this worked out fine, I can access the web console throught the http://ip-address:8060 Problem is that I'm using JBossWS and in that web consol

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-24 Thread RomeuFigueira
Hi there, I've found out what the problem was. For a reason still unknonw to me (as it was a fresh out of the box install), my WS project was targeted to run on Java 6 while my development envirionment was set to Java 5. I will be developing with this tool, strying to get a grip with some funct

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-23 Thread RomeuFigueira
Hi there, I'm using a fresh install of JBossIDE 2.0 Beta 2 along with JBossAS 4.0.5 to which I've added the JDK5 version of JBossWS. While trying to do the following step: Context Menu - Jboss Ws - Publish as Web Service, I'm getting the following: Running JBossWS wstools for [ProvisioningServi

[jboss-user] [JBossWS] - Re: endpoint handler

2006-10-20 Thread RomeuFigueira
I'm also experiencing a similar behaviour under JBoss AS 4.0.4 I've tried all kind of handlers, mainly Handler and Generic Handler. None of them is being triggered, as I'm placing a log call under each one of them and checking the server log for info but none of them shows up. View the orig