[jboss-user] [JBoss Web Services] - Re: SOAP Header Action mustUnderstand Exception

2011-02-09 Thread canastasiou
canastasiou [http://community.jboss.org/people/canastasiou] created the 
discussion

"Re: SOAP Header Action mustUnderstand Exception"

To view the discussion, visit: http://community.jboss.org/message/586610#586610

--
Two things were necessary to solve the issue.

* Add the addressing annotation to the Web Service class 
@Addressing(enabled=true, required=true)
* Change namespaces in the  tag from:* http://www.w3.org/2005/05/addressing"; 
xmlns:s="http://www.w3.org/2003/05/soap-envelope";> TO
* http://www 
(http://www.w3.org/2005/08/addressing).w3.org/ 
(http://www.w3.org/2005/08/addressing)2005/08/addressing" 
(http://www.w3.org/2005/08/addressing) *xmlns:s= 
http://schemas.xmlsoap.org/soap/envelope/ 
"http://schemas.xmlsoap.org/soap/envelope/"*>


Thank you Alession for giving me part of the solution.
    +http://www.w3.org/2005/08/addressing "http://www.w3.org/2005/08/addressing"+ 
*xmlns:s+= http://schemas.xmlsoap.org/soap/envelope/ 
"http://schemas.xmlsoap.org/soap/envelope/"+*+>+
--

Reply to this message by going to Community
[http://community.jboss.org/message/586610#586610]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: Help me, Eclipse and Jboss5.1.0GA to Slow Debug mode

2011-02-09 Thread nicky narak
nicky narak [http://community.jboss.org/people/nickynarak] created the 
discussion

"Re: Help me, Eclipse and Jboss5.1.0GA  to Slow Debug mode"

To view the discussion, visit: http://community.jboss.org/message/586607#586607

--
I wait.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586607#586607]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Iterate over all existing sessions at startup

2011-02-09 Thread Brian Wallis
Brian Wallis [http://community.jboss.org/people/bwallis42] created the 
discussion

"Iterate over all existing sessions at startup"

To view the discussion, visit: http://community.jboss.org/message/586605#586605

--
Is there a supported way that I can find all existing persisted workflow 
sessions when jBPM is restarted? 

I need a way to reconfigure a bunch of JMS subscriptions that are dynamically 
created when the stateful sessions are created for each workflow instance. We 
are running with a statefull session per workflow rather than lots of workflows 
within one session since the set of facts used for one workflow instance is 
most likely not used in any other workflow instance.

thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586605#586605]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: rules compiler - maven plugin

2011-02-09 Thread J J
J J [http://community.jboss.org/people/joshjdevl] created the discussion

"Re: rules compiler - maven plugin"

To view the discussion, visit: http://community.jboss.org/message/586593#586593

--
Thanks. I moved on to sakai since Drools integration helper requires java 1.6.

Using  
https://github.com/sakaiproject/nakamura/tree/master/sandbox/drools/drools-maven-plugin
 
https://github.com/sakaiproject/nakamura/tree/master/sandbox/drools/drools-maven-plugin
 I receive the following when compiling a MVEL rule

[ERROR] Unable to resolve ObjectType 'Car' : [Rule name='maserati']


[ERROR] Unable to resolve ObjectType 'Claim' : [Rule name='maserati']


[ERROR] Unable to build expression for 'consequence': [Error: Failed to 
compile: 2 compilation error(s): 
 - (1,6) unqualified type in strict mode for: $claim
 - (1,12) unqualified type in strict mode for: valid]
[Near : {... Unknown }]
 ^
[Line: 1, Column: 0] '    $claim.valid = true
' : [Rule name='maserati']


[ERROR] Unable to resolve ObjectType 'Car' : [Rule name='lamborghini']


[ERROR] Unable to resolve ObjectType 'Claim' : [Rule name='lamborghini']


[ERROR] Unable to build expression for 'consequence': [Error: Failed to 
compile: 1 compilation error(s): 
 - (1,6) unqualified type in strict mode for: $claim]
[Near : {... Unknown }]
 ^
[Line: 1, Column: 0] '    $claim.setValid(true)
' : [Rule name='lamborghini']
--

Reply to this message by going to Community
[http://community.jboss.org/message/586593#586593]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Is the feature to add multiple content paramters available?

2011-02-09 Thread bpmn2user
bpmn2user [http://community.jboss.org/people/bpmn2user] created the discussion

"Re: Is the feature to add multiple content paramters available?"

To view the discussion, visit: http://community.jboss.org/message/586590#586590

--
This feature is not in jBPM-5.0.0. Hopefully the option to add multiple 
paramters gets added. It would be very useful to have this feature as it avoids 
creating a lot of script nodes  to pass parameters using Maps when there are 
multiple human task nodes .
--

Reply to this message by going to Community
[http://community.jboss.org/message/586590#586590]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache] - Replicate PojoCache using JMS

2011-02-09 Thread Nick Tomlinson
Nick Tomlinson [http://community.jboss.org/people/nickos556] created the 
discussion

"Replicate PojoCache using JMS"

To view the discussion, visit: http://community.jboss.org/message/586586#586586

--
Hi guys, first off, well done on a great product. I've been evaluating EHCache 
versus JBoss PojoCache for use in a bond pricing system and in my opinion 
PojoCache wins hands down. EHCache can't replicate object graph's, so its 
pretty much a non-starter for me.

I want to use PojoCache in a client/server architecture where a central server 
manages all my state, and broadcasts this to my clients. However, due to the 
network topology and rules at my employer, I cannot use multicast messaging.

Is it possible to replicate a pojo cache via JMS? This seems like a fairly 
common use-case to me.

thanks
Nick
--

Reply to this message by going to Community
[http://community.jboss.org/message/586586#586586]

Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: The New BPMN 2.0 Editor Has Arrived

2011-02-09 Thread Koen Aers
Koen Aers [http://community.jboss.org/people/koen.aers%40jboss.com] created the 
discussion

"Re: The New BPMN 2.0 Editor Has Arrived"

To view the discussion, visit: http://community.jboss.org/message/586580#586580

--
Hi Mauricio,

I have added the business rule task as well as some more attractive BPMN 2 
icons. Look at the screenshot in  
http://koentsje.blogspot.com/2011/02/business-rules-and-new-icons.html my blog.

And Jean-Noel, it is indeed brewed on Helios. But that should not be much of a 
problem, right?

Cheers,
Koen
--

Reply to this message by going to Community
[http://community.jboss.org/message/586580#586580]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Why jBPM5.0 does not work on IE while jBPM 5.0 CR1 worked with GCF?

2011-02-09 Thread Tihomir Surdilovic
Tihomir Surdilovic [http://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: Why jBPM5.0 does not work on IE while jBPM 5.0 CR1 worked with GCF?"

To view the discussion, visit: http://community.jboss.org/message/586568#586568

--
The Oryx designer works well currently on Firefox and Chrome.
We do aim to support IE wherever possible, but it is not always easy, 
especially around more advanced features like the web designer canvas which 
isn't well supported on IE. We will aim to update Oryx for IE compatibility at 
some point. In the mean time can you please point us at your alternatives that 
you are considering that provide executable BPMN2 from a 100% web based 
(non-flash) solution that work in IE? That would help us better understand the 
various options.

The issue btw. seems to be the way IE handles JavaScript and has not to do with 
html version support.

Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586568#586568]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Why jBPM5.0 does not work on IE while jBPM 5.0 CR1 worked with GCF?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Re: Why jBPM5.0 does not work on IE while jBPM 5.0 CR1 worked with GCF?"

To view the discussion, visit: http://community.jboss.org/message/586560#586560

--
And what could be the specific reason why it does not work in IE? since IE 
claims to support HTML5.

Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586560#586560]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Why jBPM5.0 does not work on IE while jBPM 5.0 CR1 worked with GCF?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Why jBPM5.0 does not work on IE while jBPM 5.0 CR1 worked with GCF?"

To view the discussion, visit: http://community.jboss.org/message/586558#586558

--
HI,

I was able to make the web based editor work in IE with version 5.0 CR1 
release, but just installed the new 5.0 release, it does not work on IE even 
with Google Chrome Frame. 

Does anyone know why? If there is any work around that I can use to make it 
work in IE? If I cannot make it work in IE, we will have drop to use jBPM.

Appreciate your input.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586558#586558]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: Need to configure mail-service.xml with read receipt

2011-02-09 Thread listener it
listener it [http://community.jboss.org/people/listener] created the discussion

"Re: Need to configure mail-service.xml with read receipt"

To view the discussion, visit: http://community.jboss.org/message/586553#586553

--
Hi

Thanks for the update and the evaluation,I will try with debug mode.   Could 
you test with "mail.smtp.dsn.notify".

Thanks for the continuous help

Vetri
--

Reply to this message by going to Community
[http://community.jboss.org/message/586553#586553]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Javassist] - Re: ClassFile write(java.io.DataOutputStream out) generates empty file!!

2011-02-09 Thread Carlos Bruguera
Carlos Bruguera [http://community.jboss.org/people/cbruguera] created the 
discussion

"Re: ClassFile write(java.io.DataOutputStream out)  generates empty file!!"

To view the discussion, visit: http://community.jboss.org/message/586545#586545

--
Oh, I forgot..

writeFile(initClass) will just do this:

public static void writeFile(ClassFile cf){
 try{
  cf.setVersionToJava5();
  cf.write(new DataOutputStream(new BufferedOutputStream(new 
FileOutputStream(cf.getName() + ".class";
 }catch(IOException e){
  Errors.add("Error al escribir el archivo " + name);
 }
}


I really need help  :(
--

Reply to this message by going to Community
[http://community.jboss.org/message/586545#586545]

Start a new discussion in Javassist at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2062]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Remoting] - Re: Encrypt SSL KeyStorePassword in remoting-sslbisocket-service.xml

2011-02-09 Thread Ron Sigal
Ron Sigal [http://community.jboss.org/people/ron.sigal%40jboss.com] created the 
discussion

"Re: Encrypt SSL KeyStorePassword in remoting-sslbisocket-service.xml"

To view the discussion, visit: http://community.jboss.org/message/586541#586541

--
Hi Nikos,

EAP doesn't have anything like that specific to to SSLSocketBuilder.  As for 
any other password encryption facilities, I don't know the answer.  I would try 
posing the question on one of the AS forums, say  
http://community.jboss.org/community/jbossas/config?view=all     
Installation, Configuration & Deployment.

-Ron
--

Reply to this message by going to Community
[http://community.jboss.org/message/586541#586541]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Remoting] - Re: Encrypt SSL KeyStorePassword in remoting-sslbisocket-service.xml

2011-02-09 Thread Nikos Massios
Nikos Massios [http://community.jboss.org/people/massios] created the discussion

"Re: Encrypt SSL KeyStorePassword in remoting-sslbisocket-service.xml"

To view the discussion, visit: http://community.jboss.org/message/586540#586540

--
Hello Ron,

This is my guess too of what we have to do. I haven't got round to it yet to 
test it but my guess is this will work. 

Do you know by any chance if EAP has this feature? Will I be reimplementing 
something that EAP has?

Nikos
--

Reply to this message by going to Community
[http://community.jboss.org/message/586540#586540]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Oracle 10g and Jboss-4.0.4.GA connection issues

2011-02-09 Thread Derek Warner
Derek Warner [http://community.jboss.org/people/dwarner8] created the discussion

"Oracle 10g and Jboss-4.0.4.GA connection issues"

To view the discussion, visit: http://community.jboss.org/message/586539#586539

--
We have a server that uses JBOSS to connect to Oracle 10g. We are getting into 
a snafu and cannot figure it out. JBOSS doesnt seem to be able to get a 
connection. The passwords to the database have been tested in both encrypted 
and unencrypted fashion, the login-xml uses an encryption tool to connect to 
oracle, this has been verified as working. Here is an excerpt from the log.

2011-02-04 11:03:37,501 WARN  
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable 
while attempting to get a new connection: null
org.jboss.resource.JBossResourceException: Could not create connection; - 
nested throwable: (java.sql.SQLException: invalid arguments in call)
    at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:177)
    at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:539)
    at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:228)
    at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:417)
    at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:324)
    at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:301)
    at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:379)
    at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:812)
    at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
    at 
org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
    at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:73)
    at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1928)
    at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1211)
    at 
org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:631)
    at 
org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:760)
    at 
org.hibernate.ejb.Ejb3Configuration.createContainerEntityManagerFactory(Ejb3Configuration.java:350)
    at 
org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:119)
    at 
org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:264)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at 
org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:99)
    at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:417)
    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.mx.uti

[jboss-user] [IronJacamar] - Re: re-authentication and pooling

2011-02-09 Thread Jesper Pedersen
Jesper Pedersen [http://community.jboss.org/people/jesper.pedersen] created the 
discussion

"Re: re-authentication and pooling"

To view the discussion, visit: http://community.jboss.org/message/586526#586526

--
http://community.jboss.org/docs/DOC-16434 
http://community.jboss.org/wiki/Reauthentication
--

Reply to this message by going to Community
[http://community.jboss.org/message/586526#586526]

Start a new discussion in IronJacamar at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Guvnor deployment package

2011-02-09 Thread npereira
npereira [http://community.jboss.org/people/npereira] created the discussion

"Re: Guvnor deployment package"

To view the discussion, visit: http://community.jboss.org/message/586525#586525

--
Hi,

Just an update, I got it to work but I had to tweak the ChangeSet.xml inside 
the files "jbpm-gwt-core-5.0.0.jar" and "jbpm-gwt-graph-5.0.0.jar".

These file are located inside the "jbpm-gwt-console-server.jar" inside 
/WEB-INF/lib/.

These were the files responsible for the defaultPackage.


My question is, I know this worked, but is it the correct way?

Thanks
--

Reply to this message by going to Community
[http://community.jboss.org/message/586525#586525]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread Tihomir Surdilovic
Tihomir Surdilovic [http://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586521#586521

--
Currently the only way to do that is to use the "default" profile ( 
http://localhost:8080/designer/editor.html?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 http://localhost:8080/designer/editor/?profile=default&uuid=xyz)
and provide the uuid yourself, but again as previously mentioned the "default" 
profile only saves the process json onto the file system (when you press the 
save button in the designer toolbar).  
Note that " 
http://localhost:8080/designer/editor.html?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 7ef4023f-2f14-4c17-a999-78c992b29ffa" is only really usable for Guvnor, as it 
is an unique id of the rule asset it created for you and stored in it's JCR 
repository. 

If there is push to create a standalone profile which can interact with Guvnor, 
then we could add that in but it would not be high on our todo's right now.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586521#586521]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586518#586518

--
Also, I was able to get the earlier release work within IE by using Google 
Chrome Frame, but with this new release it does not work in IE anymore, gives 
me the blank page, even I used the same url that works in Chrome.

Any idea?

I really need to make it work cause IE is the only brower that we support.

Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586518#586518]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586517#586517

--
We would like to use the editor separate from Gurnor, we have our own web 
application, will need to launch editor from our application, if we use Gurnor, 
there will be stuff that we don't need. 

So all I wanted is to make the editor work standalone, so it can be part of our 
application. Do you think that will work?

Hope it makes sense.

Thanks,
--

Reply to this message by going to Community
[http://community.jboss.org/message/586517#586517]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread Tihomir Surdilovic
Tihomir Surdilovic [http://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586514#586514

--
Can you please explain your usage scenario so I can understand what you are 
trying to accomplish? 

Do you want to use the designer outside of Guvnor, but for the process to be 
stored within Guvnor? Why not just use the designer in Guvnor?? It acts as a 
file system even.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586514#586514]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586513#586513

--
OK, got it work  :)  as you suggested. thanks.

But I still don't know if the uuid actually useful, the process displayed is 
totally different than the one inside Gurnor. Can you please tell how the 
editor picks up the process? does it even talk to the server  :) ?

Thanks again.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586513#586513]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread Tihomir Surdilovic
Tihomir Surdilovic [http://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586510#586510

--
Please check my previous post to see that the URL is different.
 
http://localhost:8080/designer/editor.html?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 
http://localhost:8080/designer/editor/?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 
http://localhost:8080/designer/editor.html?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 
http://localhost:8080/designer/editor/?profile=drools&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
--

Reply to this message by going to Community
[http://community.jboss.org/message/586510#586510]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Guvnor deployment package

2011-02-09 Thread npereira
npereira [http://community.jboss.org/people/npereira] created the discussion

"Re: Guvnor deployment package"

To view the discussion, visit: http://community.jboss.org/message/586509#586509

--
Hi,

I tried your sugestion but unfortunately it didn't work.
I deployed the process in Guvnor.

After this I unziped the jbpm-gwt-console-server.war, and created the folder 
classes under META-INF and then pasted the ChangeSet.xml file in attachment.
I then created a new jbpm-gwt-console-server.war using zip and I pasted in the 
../jboss-5.1.0.GA/server/default/deploy

I then proceded to restart the server. 
The result was an error (as show in the file in attachement). I tried to 
refresh the "Process Overview" 3 times and after that time it showed me default 
package.

Can you help.

Thanks 
--

Reply to this message by going to Community
[http://community.jboss.org/message/586509#586509]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586508#586508

--
Actually I found the uuid that Gurnor used, but even I used that uuid, the 
editor still gives me a blank page, I tried both:
 
http://localhost:8080/designer/editor.html?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 
http://localhost:8080/designer/editor.html?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 
http://localhost:8080/designer/editor.html?profile=default&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 
http://localhost:8080/designer/editor.html?profile=drools&uuid=7ef4023f-2f14-4c17-a999-78c992b29ffa
 this is what Gurnor used.

They all return gave me the blank page.

Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586508#586508]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586504#586504

--
Sorry, I still don't get it, how should I define the process uuid and where the 
process uuid is stored in Guvnor environment? If you can tell me that, I may be 
able to borrow the process id from Guvnor. But even if I specify the uuid, will 
the standalone editor know where to load the process?

I can see the editor inside Gurnor now. But the standalone one shows blank page.

Thanks again.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586504#586504]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Jbpm5 error event

2011-02-09 Thread Odelya Holiday
Odelya Holiday [http://community.jboss.org/people/odelyaholiday] created the 
discussion

"Re: Jbpm5 error event"

To view the discussion, visit: http://community.jboss.org/message/586491#586491

--
you can embed it in sub process as I mentioned.

But maybe someelse can suggest how to do it without embedding
--

Reply to this message by going to Community
[http://community.jboss.org/message/586491#586491]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread Tihomir Surdilovic
Tihomir Surdilovic [http://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586490#586490

--
If you are using the web designer within Guvnor as shown in demo video  
http://people.redhat.com/kverlaen/install-guvnor-jbpm.swf 
http://people.redhat.com/kverlaen/install-guvnor-jbpm.swf, you don't have to 
worry about assigning an unique uuid as Guvnor will do that for you. If you are 
using web designer standalone then you have to give your process an unique uuid 
yourself (by setting uuid parameter as shown before). 

Guvnor only stores the process bpmn2. If you use web designer in standalone 
mode, then only the json will be saved. 
With this release we are using the latest version of web designer so yes there 
are some differences from the older versions.

Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586490#586490]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Jbpm5 error event

2011-02-09 Thread npereira
npereira [http://community.jboss.org/people/npereira] created the discussion

"Re: Jbpm5 error event"

To view the discussion, visit: http://community.jboss.org/message/586488#586488

--
Hi,

Thanks Odelya, but that post was started by me.  :) 
And in that one we discussed how to handle java errors and how to create new 
workitems.

This time, I am focussing specifically on the "Error Event" item.
This item has in its properties "Fault Name", "FaultVariable" but I can't 
really undestand how I can link it to a Human Taks, for example

In BPMN you can link error events to a Task, like in this link:  
http://en.bpmn-community.org/process/show/909/ 
http://en.bpmn-community.org/process/show/909/

My question is how am I abel to do the same in jBPM5?

thanks
--

Reply to this message by going to Community
[http://community.jboss.org/message/586488#586488]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Jbpm5 error event

2011-02-09 Thread Odelya Holiday
Odelya Holiday [http://community.jboss.org/people/odelyaholiday] created the 
discussion

"Re: Jbpm5 error event"

To view the discussion, visit: http://community.jboss.org/message/586487#586487

--
look here  http://community.jboss.org/thread/161306 
http://community.jboss.org/thread/161306
--

Reply to this message by going to Community
[http://community.jboss.org/message/586487#586487]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread nimo stephan
nimo stephan [http://community.jboss.org/people/nimo22] created the discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586482#586482

--
thanks, that was my failure. Now code completion works.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586482#586482]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Can I run Web editor separately in jBPM5?

2011-02-09 Thread new-comer
new-comer [http://community.jboss.org/people/new-comer] created the discussion

"Re: Can I run Web editor separately in jBPM5?"

To view the discussion, visit: http://community.jboss.org/message/586480#586480

--
I just downloaded the new release of 5.0, and try to start the demo, in this 
case, what is the uuid? I don't have any process defined yet. 

BTW, in your 5.0 CR release, I saw there are 3 files are created for the 
process:
.bpmn xml
.json
.svg

Are you saying with the new release the files created are different?

Thanks for the info.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586480#586480]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586475#586475

--
> I use rftools 3.2rc1. I have jsf-api-2.0.0-RC.jar on my classpath provided my 
> maven dependency.
> 
But JSF tag libs are not in jsf-api-*.jars. They are placed in jsf-impl-*.jar.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586475#586475]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586474#586474

--
JBT support code completion for all the tags from all the tag libs but only if 
jars with those tag libs are available in project class path. It seems that 
your project classpath doesn't have JSF2 jars with tag libs. In this case JBT 
uses build-in JSF 1.2 libs.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586474#586474]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread nimo stephan
nimo stephan [http://community.jboss.org/people/nimo22] created the discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586472#586472

--
I use rftools 3.2cr1
--

Reply to this message by going to Community
[http://community.jboss.org/message/586472#586472]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread nimo stephan
nimo stephan [http://community.jboss.org/people/nimo22] created the discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586471#586471

--
Yes, I have taglibs included and it is a jsf-enabled project:

http://www.w3.org/1999/xhtml http://www.w3.org/1999/xhtml";
    xmlns:f=" http://java.sun.com/jsf/core http://java.sun.com/jsf/core";
    xmlns:h=" http://java.sun.com/jsf/html http://java.sun.com/jsf/html";
    xmlns:ui=" http://java.sun.com/jsf/facelets 
http://java.sun.com/jsf/facelets";
 xmlns:rich=" http://richfaces.org/rich http://richfaces.org/rich";
    xmlns:a4j=" http://richfaces.org/a4j http://richfaces.org/a4j";>

The page renders fine, the only (little) problem is, that no tag-proposals for 
jsf2-tags are shown while developing on the page.

jsf-1.1-tags for f and u are regogniced while typing, but not jsf2-tags is 
missing, so I guess, there is no appropriate jsf2-taglibrary only the old 
taglibrary (jsf1) is used in jboss tools.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586471#586471]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: HTML Tag proposals for jsf2 is missing

2011-02-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586464#586464

--
Could you give us more details? How did you create your project? Do you have 
jsf tag libs in the project class path? Does the page work in Runtime?
--

Reply to this message by going to Community
[http://community.jboss.org/message/586464#586464]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - HTML Tag proposals for jsf2 is missing

2011-02-09 Thread nimo stephan
nimo stephan [http://community.jboss.org/people/nimo22] created the discussion

"HTML Tag proposals for jsf2 is missing"

To view the discussion, visit: http://community.jboss.org/message/586461#586461

--
I use jsf2 and within a xhtml-page, there is no html-proposal for example of 
the tag

http://community.jboss.org/message/586461#586461]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Call web services with different certificates

2011-02-09 Thread Mats Andersson
Mats Andersson [http://community.jboss.org/people/matz75] created the discussion

"Re: Call web services with different certificates"

To view the discussion, visit: http://community.jboss.org/message/586456#586456

--
after more googling i think the problem is in jboss.
i think that the code 
UserInterface ui = new SoapService().getUserInterfacePort();
BindingProvider bp = (BindingProvider) ui;
bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY," 
https://test.com/SoapService https://test.com/SoapService";);

bp.getRequestContext().put("org.jboss.ws.keyStore", path);
bp.getRequestContext().put("org.jboss.ws.keyStoreType", );
bp.getRequestContext().put("org.jboss.ws.keyStorePassword", "password");

actually dont send the certificate AT ALL.
so my original question stands: how do i use different certificates against 
different web services?
--

Reply to this message by going to Community
[http://community.jboss.org/message/586456#586456]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Call web services with different certificates

2011-02-09 Thread Mats Andersson
Mats Andersson [http://community.jboss.org/people/matz75] created the discussion

"Re: Call web services with different certificates"

To view the discussion, visit: http://community.jboss.org/message/586448#586448

--
it looks like there is a problem using jboss against apache.
I have now updated apache and i can use SSLSocketFactory width client 
certificate without using the system property 
sun.security.ssl.allowUnsafeRenegotiation=true.

but when i use a bindingprovider in jboss in a servlet i get "Re-negotiation 
handshake failed: Not accepted by client" in the apache log.
so either the problem is in jboss or in apache.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586448#586448]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - javax.naming.NameNotFoundException: DefaultDS not bound

2011-02-09 Thread pippodev
pippodev [http://community.jboss.org/people/pippodev] created the discussion

"javax.naming.NameNotFoundException: DefaultDS not bound"

To view the discussion, visit: http://community.jboss.org/message/586441#586441

--
well I put mysql-connector-java-5.1.14-bin.jar in default/lib  dir, 
created mysql-ds.xml in defautl/deploy






  

    DefaultDS

    
jdbc:mysql://localhost:3306/prova

    com.mysql.jdbc.Driver

    root

    root

     



    

    mySQL

    

  







but I have the error  javax.naming.NameNotFoundException: DefaultDS not bound 
both I use 


ds = (DataSource)  PortableRemoteObject.narrow(ictx.lookup("java:DefaultDS"), 
DataSource.class);


or


ds = (DataSource)ictx.lookup("DefaultDS");
--

Reply to this message by going to Community
[http://community.jboss.org/message/586441#586441]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Jbpm5 error event

2011-02-09 Thread npereira
npereira [http://community.jboss.org/people/npereira] created the discussion

"Jbpm5 error event"

To view the discussion, visit: http://community.jboss.org/message/586437#586437

--
Hi forum,

I was interested in knowing how does the Error Event works and how can we link 
them to other tasks?

Is there any documentation, tutorials on this?

Regards
--

Reply to this message by going to Community
[http://community.jboss.org/message/586437#586437]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Eclipse and swimlanes

2011-02-09 Thread npereira
npereira [http://community.jboss.org/people/npereira] created the discussion

"Re: Eclipse and swimlanes"

To view the discussion, visit: http://community.jboss.org/message/586431#586431

--
Hi forum,

I would like to revisit this post.

In Jbpm5 eclipse plugin, there are no swimlanes visible. Will this be possible 
in a near future?

Thanks,
Nelson
--

Reply to this message by going to Community
[http://community.jboss.org/message/586431#586431]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Jbpm5 Extended workitems how to deploy?

2011-02-09 Thread npereira
npereira [http://community.jboss.org/people/npereira] created the discussion

"Re: Jbpm5 Extended workitems how to deploy?"

To view the discussion, visit: http://community.jboss.org/message/586426#586426

--
Hi,

Thanks Kris.
One last question  :)  Do you see this happenning in the future or is it 
something that is not in the roadmap?

Regards
--

Reply to this message by going to Community
[http://community.jboss.org/message/586426#586426]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Issue in leavenode from a Task node on task-create event

2011-02-09 Thread Maurice de Chateau
Maurice de Chateau [http://community.jboss.org/people/MohReece] created the 
discussion

"Re: Issue in leavenode from a Task node on task-create event"

To view the discussion, visit: http://community.jboss.org/message/586412#586412

--
Hi Yogita,

Sorry it took a while for me to get back to you...

1) If you need to be able to to show the history of your process executions, 
process logging (which is different from logging with e.g. Log4J) is something 
worth while looking at. See  
http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#logging chapter 16 of 
the user guide on how that is done.
If that requirement is the only thing keeping you from using regular Nodes, I 
strongly recommend you try this and switch to Nodes. It'll make your life much 
easier!

2) Why the TaskInstance cannot be ended from where you try it isn't completely 
clear to me. Assignment isn't part of the TaskInstance's lifecycle, so 
book-keeping should be up-to-date once the creation step is completed - but I'm 
not completely sure about that in case of the task-created event, to be honest.
I know that it is possible to have an actor ask for the TaskInstances that are 
assigned to it (that's pretty much by design  ;) ), and the ones that are 
returned can be ended without a problem. I understand that your TaskInstances 
need to be ended in a way that is more automatic than what originally is 
intended, but if you must: would polling be an option (i.e. if you find that 
your event driven doesn't give you the correct result)?

Good luck,
Maurice
--

Reply to this message by going to Community
[http://community.jboss.org/message/586412#586412]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: hibernate queryparameters gui

2011-02-09 Thread Dmitry Geraskov
Dmitry Geraskov [http://community.jboss.org/people/dgeraskov] created the 
discussion

"Re: hibernate queryparameters gui"

To view the discussion, visit: http://community.jboss.org/message/586409#586409

--
You are right, we need to apply the value on focus loss.
New issue created  https://issues.jboss.org/browse/JBIDE-8371 
https://issues.jboss.org/browse/JBIDE-8371
Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586409#586409]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: hibernate queryparameters gui

2011-02-09 Thread nimo stephan
nimo stephan [http://community.jboss.org/people/nimo22] created the discussion

"Re: hibernate queryparameters gui"

To view the discussion, visit: http://community.jboss.org/message/586400#586400

--
http://community.jboss.org/people/dgeraskov Dmitry, yes you are right. I forgot 
to press Enter after editing a value.

So I have to press Enter for each value..in rf-tools 2 this was nicer (if I can 
remember)..I have only typed the value into the box and clicked the next row to 
enter a value instead of pressing enter and then go to the next row (2 
movements instead of 1). Imagine I have 5 values, then I have to press 5x enter 
and 5x mouse instead of only 5x mouse.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586400#586400]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Jbpm workflow - PROCESSINSTANCEINFO table empty

2011-02-09 Thread devora Mar....
devora Mar [http://community.jboss.org/people/devora] created the discussion

"Jbpm workflow - PROCESSINSTANCEINFO table empty"

To view the discussion, visit: http://community.jboss.org/message/586394#586394

--
My PROCESSINSTANCEINFO always stays empty and therefore alsoin task table the 
processInstanceId=-1.
Why is it empy?

My persistence.xml






    org.hibernate.ejb.HibernatePersistence


    org.jbpm.task.Attachment


    org.jbpm.task.Content


    org.jbpm.task.BooleanExpression


    org.jbpm.task.Comment


    org.jbpm.task.Deadline


    org.jbpm.task.Delegation


    org.jbpm.task.Escalation


    org.jbpm.task.Group


    org.jbpm.task.I18NText


    org.jbpm.task.Notification


    org.jbpm.task.EmailNotification


    org.jbpm.task.EmailNotificationHeader


    org.jbpm.task.PeopleAssignments


    org.jbpm.task.Reassignment


    org.jbpm.task.Status


    org.jbpm.task.Task


    org.jbpm.task.TaskData


    org.jbpm.task.SubTasksStrategy


    
org.jbpm.task.OnParentAbortAllSubTasksEndStrategy


    
org.jbpm.task.OnAllSubTasksEndParentEndStrategy


    org.jbpm.task.User


    org.drools.persistence.session.SessionInfo
    
org.jbpm.persistence.processinstance.ProcessInstanceInfo
    
org.jbpm.persistence.processinstance.ProcessInstanceEventInfo
    
org.drools.persistence.processinstance.WorkItemInfo
    true
    






Thanks!!
--

Reply to this message by going to Community
[http://community.jboss.org/message/586394#586394]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: Need to configure mail-service.xml with read receipt

2011-02-09 Thread Nicklas Karlsson
Nicklas Karlsson [http://community.jboss.org/people/nickarls] created the 
discussion

"Re: Need to configure mail-service.xml with read receipt"

To view the discussion, visit: http://community.jboss.org/message/586389#586389

--
So you're looking for delivery notification and not read reciepts? I get the 
picture that the statuses are reported with exception if the 
mail.smtp.reportsuccess is enabled so I'm note sure where you would handle 
that. You can start by raising the log level to debug as MailService appear to 
log the used parameters.
--

Reply to this message by going to Community
[http://community.jboss.org/message/586389#586389]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user