[jboss-user] [jBPM] - Re: jBPM 4.3 - Problems with deploy

2011-02-10 Thread Dmitri Potapov
Dmitri Potapov [http://community.jboss.org/people/dmitrip] created the 
discussion

"Re: jBPM 4.3 - Problems with deploy"

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

--
I have found solution.

In my jbpm.cfg.xml





  
  
  
  **
  
  



  I have deleted import if (   )   from 
my xml file, everything worked perfectly.
--

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

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: Iterate over all existing sessions at startup

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

"Re: Iterate over all existing sessions at startup"

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

--
> Mauricio Salatino wrote:
> 
> Hi Brian, you will have a row for each processinstance that you have running 
> inside the ProcessInstanceInfo table. Did you check that? 
> Notice that there is a Status, or Completed field that indicates if the 
> process has ended or not.
> Greetings.
I see that in the code in ProcessInstanceInfo which would let me get the 
ProcessInstance. But I cannot see any way to find the session from there.

I believe that I need to recreate all the old sessions on restart which is 
exactly what I need since I can then assert new facts into these sessions which 
will cause the workflow processes to continue processing (remember, I have a 
session per process). 

I found a mention of this in an old post by Kris (from Aug 22, 2009):

> So whenever the application needs to be restarted, you must restore the 
> session (either creating a new one or reloading it using the unique 
> session id).  Execution will then continue as before.  For example, if a 
> user then completes a task that was requested by a specific process 
> instance, the engine will automatically know that that user task was 
> related to that specific process instance and reload its previous state 
> from the database. 
> 
> So, as long as you make sure that the session is restarted, all process 
> instances will continue from the state they were at before without you 
> having to do anything. 
> 

but I am still not sure how I do this or whether or not I need to persist the 
unique session IDs when I create them in the first place

thanks.
--

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

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] - jBPM 5.0 and Hibernate

2011-02-10 Thread Sujeevan Nagarajah
Sujeevan Nagarajah [http://community.jboss.org/people/sujee] created the 
discussion

"jBPM 5.0 and Hibernate"

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

--
Hi,
--

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

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] - jBPM Console and Execution History

2011-02-10 Thread Cristiano Nicolai
Cristiano Nicolai [http://community.jboss.org/people/cristiano.nicolai] created 
the discussion

"jBPM Console and Execution History"

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

--
Hi all,

I'm having the following excetion when I try to acces Execution History:

[ERROR] No subscribers for: JBPM_HISTORY_SERVICEAdditional 
details:Attempt to send message to subject for which there are no 
subscribers

I also noticed that is a problem that happend in earlier releases:

 http://community.jboss.org/thread/152989?tstart=0 
http://community.jboss.org/thread/152989?tstart=0
 https://issues.jboss.org/browse/BPMC-68 https://issues.jboss.org/browse/BPMC-68

I'm wondering if there is some workaround or if it was fixed and the error 
returned.

Environment:
jBPM5-Final
JbossAS 5.1


Thanks in advance!
--

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

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: Advice on using the jBPM console as an end user application

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

"Re: Advice on using the jBPM console as an end user application"

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

--
(I'm the orig author, I wasn't able to reset my password, the website said I 
had to wait 24hrs for my next password reset)

That would be great to add more features, but I'm just wondering if that would 
be out side of the scope of the jBPM project? In my case ideally the console 
would be a fully developed application that could be customized, but not 
require significant amounts of developer time. 

Thx!
--

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

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: jBPM 4.3 and Spring integration - multiple transaction managers

2011-02-10 Thread renier sotes
renier sotes [http://community.jboss.org/people/sotes] created the discussion

"Re: jBPM 4.3 and Spring integration - multiple transaction managers"

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

--
http://community.jboss.org/people/rebody 
I has been testing the jbpm with multiple sessionFactory but I found this 
warning ¨WARN [org.jbpm.pvm.internal.env.SpringContext] - Multiple Spring beans 
found for type interface org.hibernate.SessionFactory returning the first one 
found¨, Any one know how I can fixed?
--

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

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 Web Services] - Re: MTOM attachment decoding for digest with respect to "XML Schema Part 2: Datatypes Second Edition"

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

"Re: MTOM attachment decoding for digest with respect to "XML Schema Part 2: 
Datatypes Second Edition""

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

--
An issue was created  https://issues.jboss.org/browse/JBWS-3214 
https://issues.jboss.org/browse/JBWS-3214
--

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

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] [jBPM] - Re: TaskSummery processInstanceId is -1

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: TaskSummery processInstanceId is -1"

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

--
Can you create an isoleted test that demonstrate that functionality?
Greetings.
--

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

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-10 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/586801#586801

--
http://community.jboss.org/servlet/JiveServlet/showImage/2-586801-11327/debug1.jpg
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-586801-11327/450-192/debug1.jpg
 
 
http://community.jboss.org/servlet/JiveServlet/showImage/2-586801-11328/debug2.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-586801-11328/450-192/debug2.png
 
 
http://community.jboss.org/servlet/JiveServlet/showImage/2-586801-11329/debug3.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-586801-11329/450-192/debug3.png
 
 
http://community.jboss.org/servlet/JiveServlet/showImage/2-586801-11330/debug4.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-586801-11330/450-192/debug4.png
 

The above are a few screenshots when starting debug in IE, the last screenshot, 
almost every line, I got Object doesn't support this property or method

I used to get this error with IE before I added GCF plugin, but not sure this 
time, it seems the GCF is not taking place.

Thanks,
--

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

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: Advice on using the jBPM console as an end user application

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: Advice on using the jBPM console as an end user application"

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

--
Hi there,
Your question it's pretty common. In my experience you usually end up writing 
your own interface for your own domain using a technology that your company 
feels confortable with. For demo usage, or for showing the capabilities of the 
BPM System you can use the current console. The community tryies to improve the 
current console, but it's a lot of work.
We surely can create a wiki page to have a rank with a set of the most 
important features that users consider at the moment of choosing a tools for 
end users.
What do you think about that? Then based on that rank we can create Jira 
(Project) Issues or feature request so the community knows what's important.

Cheers
--

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

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-10 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/586794#586794

--
Are you using the "drools" profile when you get the "Save Failed" errors? What 
is the console output when you get that message?
Regarding the JS errors, would be nice if we can get more info, are the script 
locations on the right side clickable to show more info?
--

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

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: TaskSummery processInstanceId is -1

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

"Re: TaskSummery processInstanceId is -1"

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

--
Hi!

I have again the same problem.

The ProcessInstanceInfo  is empty. I have it in persistence.xml and I have 
human tasks in my BPMN so it's not an in memory process.

what could make it? where do I have to debug? where the ProcessInstanceInfo  is 
being persisted ?
--

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

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] - Advice on using the jBPM console as an end user application

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

"Advice on using the jBPM console as an end user application"

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

--
Hi,

I'm in the process of orienting myself in the BPM world for the fist time, and 
have a limited understanding of the implementation details.

I'm looking for an application to present task forms to end users, give them a 
place to manage their task queues, as well as start new tasks; it looks like 
the jBPM console can do this, but I'm not entirely sure if it's more for 
developer testing or if it's something intended for an end user (in a medium 
sized company). Looking at the jBPM5 manual, the discussion on form generation 
is fairly light and the input validation seems to be minimal. So is the idea 
here that you would write a more full featured task form using the included 
form framework? Or is the console more intended as a back end interface that 
provides some basic task managment and servers as a sample application, and you 
would normally just write your own application front end?

Any information appreciated, sorry if my question is a bit vague...

Thanks.
--

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

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 Web Services] - specify handlerchain.xml outside of jar

2011-02-10 Thread Matt Wringe
Matt Wringe [http://community.jboss.org/people/mwringe] created the discussion

"specify handlerchain.xml outside of jar"

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

--
Is there anyway to specify the handlerchain.xml file out of the jar which 
contain the interface classes?

I have an interface class within the WEB-INF/classes folder of my war. If I 
place a handlerchain xml file within the classes folder and specify it with the 
@HandlerChain(file="../../handlerchain.xml") then it gets picked up. But if I 
place it within the WEB-INF/conf directory, then I can't access it 
(file="../../../WEB-INF/conf/handlerchain.xml" will result in an index out of 
bounds error). Using JBoss 5.1.0.GA

Since I don't know what the exact absolute file path where this is going to 
potentially be deployed, I don't believe I can use file="file://..."

Is there some other way I can specify the handlerchain.xml file outside of the 
annotations? I would ideally like to have this configuration file located in an 
ear somewhere and not within a jar or war.
--

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

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] [jBPM] - jBPM 5 on JBoss AS 6.

2011-02-10 Thread Francisco Barros
Francisco Barros [http://community.jboss.org/people/francisco_barros] created 
the discussion

"jBPM 5 on JBoss AS 6."

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

--
Hi there!

Has jBPM5 been tested on JBoss AS 6? Or are the necessary changes documented?
I question that because I intend to use Contex and Dependency Injection - CDI, 
JSF 2 e future Seam 3.

Thanks!
--

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

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-10 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/586774#586774

--
http://community.jboss.org/servlet/JiveServlet/showImage/2-586774-11325/IEConsole.jpg
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-586774-11325/450-236/IEConsole.jpg
 
The attached screen is the IE console while I tried to load editor in IE. 

In Chrome, there is always a Save Failed error message box too.

Thanks,
--

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

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: Problem installation jbpm5 with spring beans

2011-02-10 Thread Pavel Sknar
Pavel Sknar [http://community.jboss.org/people/pavel.sknar] created the 
discussion

"Re: Problem installation jbpm5 with spring beans"

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

--
I get latest drools-spring sources from git: last revision number 
9f22d34c5db499c51cd69b460143d84a5b0ef3c2 at 03.02.11 19:47.
Version drools libs is from jbpm binary release (5.2.0.M1).
--

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

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] - error deploying process archive

2011-02-10 Thread erik yap
erik yap [http://community.jboss.org/people/erikcute] created the discussion

"error deploying process archive"

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

--
I'm having problems deploying a process archive, already selected the 
deployment package as well as the classes but still the same error occurs.  i'm 
trying to create a par file for openKM.  please help.  thanks.

below is the error log:
Message:    Plug-in
Exception happened while deploying  org.jbpm.gd.jpdl

Exception stack trace:
java.lang.NullPointerException
  at org.jbpm.gd.jpdl.util.ProcessDeployer.addClassOrResource(Unknown 
Source)
  at 
org.jbpm.gd.jpdl.util.ProcessDeployer.addClassesAndResources(Unknown Source)
  at org.jbpm.gd.jpdl.util.ProcessDeployer.createParBytes(Unknown 
Source)
  at org.jbpm.gd.jpdl.util.ProcessDeployer.access$1(Unknown Source)
  at org.jbpm.gd.jpdl.util.ProcessDeployer$1.run(Unknown Source)
  at 
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
  at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
  at 
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
  at 
org.jbpm.gd.jpdl.util.ProcessDeployer.showProgressMonitorDialog(Unknown Source)
  at org.jbpm.gd.jpdl.util.ProcessDeployer.deploy(Unknown Source)
  at 
org.jbpm.gd.jpdl.deployment.DeploymentForm$1.widgetSelected(Unknown Source)
  at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
  at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
  at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
  at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
  at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
  at 
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
  at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
  at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
  at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
  at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
--

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

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: Error deploying a new process from jbpm console

2011-02-10 Thread erik yap
erik yap [http://community.jboss.org/people/erikcute] created the discussion

"Re: Error deploying a new process from jbpm console"

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

--
I'm having the same problem, already selected the deployment package as well as 
the classes but still the same error occurs.  i'm trying to create a par file 
for openKM.  please help.  thanks.
--

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

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 Messaging] - Re: Jboss 5.1.0 Server peer id configuration

2011-02-10 Thread Anders Welen
Anders Welen [http://community.jboss.org/people/Welle] created the discussion

"Re: Jboss 5.1.0 Server peer id configuration"

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

--
By the way. I think you need separate peer id if you are going to share the 
same database for storage of the messages. So in the setup above each sub 
cluster should have it s own database for the JMS messages.
--

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

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

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


[jboss-user] [JBoss Web Services] - Re: Unable to deploy a simple web service with WebServiceProvider annotation

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

"Re: Unable to deploy a simple web service with WebServiceProvider annotation"

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

--
Thank you for the information, we do plan on updating to a newer version but 
unfortunately it wasn't an option with our current timeframe. For now the 
solution was to deal with the requst with a servlet. So far it seems to be 
doing the job.
--

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

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 Messaging] - Re: Jboss 5.1.0 Server peer id configuration

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

"Re: Jboss 5.1.0 Server peer id configuration"

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

--
Thanks Anders. This would solve my problem.
--

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

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

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


[jboss-user] [Beginner's Corner] - Re: JBoss 5.1.0GA + JBossNativeWindows in w7 x64

2011-02-10 Thread Juan Pedro Calvete
Juan Pedro Calvete [http://community.jboss.org/people/calgonit] created the 
discussion

"Re: JBoss 5.1.0GA + JBossNativeWindows in w7 x64"

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

--
Thanks Peter now I'm using "baretail" app to view lo output.
--

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

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] - Re: jBPM in cooperation with an existing CRM system

2011-02-10 Thread hans lux
hans lux [http://community.jboss.org/people/hlux] created the discussion

"Re: jBPM in cooperation with an existing CRM system"

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

--
Thank you.That's a great offer.
--

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

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: jBPM in cooperation with an existing CRM system

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: jBPM in cooperation with an existing CRM system"

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

--
I can help with the creation of a small Proof of concept if you want, but for 
that you can contact me privately.
Greetings!
--

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

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: jBPM in cooperation with an existing CRM system

2011-02-10 Thread hans lux
hans lux [http://community.jboss.org/people/hlux] created the discussion

"Re: jBPM in cooperation with an existing CRM system"

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

--
thanks again.

since i'm the developer who has to bring this to life, I guess it's best to 
read both.
I think I have quite a good starting point and some valuable key words thanks 
to your posts and I
will see where it takes me.

the next step is to inform CEO that we won't have a perfectly fitting and 
working solution within the next two weeks.  :) 

best wishes
--

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

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: jBPM in cooperation with an existing CRM system

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: jBPM in cooperation with an existing CRM system"

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

--
That's correct. 
About your questions you can also use JMS persistent and replicated queues to 
handle such situations.
Aboutmy book, that would be a recommended lecture if you have a 
developerprofile. I'm currently writing a new version of the book targeted 
tojBPM5 that includes a lot of new concepts and features.
You canalso start reading about integration patterns to understand some of 
thecommon practices used in the industry to coordinate systeminteractions, but 
once again that's pretty technical and not high level(business analyst level) 
readings.

Cheers!
--

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

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: jBPM in cooperation with an existing CRM system

2011-02-10 Thread hans lux
hans lux [http://community.jboss.org/people/hlux] created the discussion

"Re: jBPM in cooperation with an existing CRM system"

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

--
Hi Mauricio,

thanks for your encouraging answer.

If I understand your recommandation correctly, it is the best to gather some 
knowledge about BPM in general, before trying to
get a particular framework to work?

so, for example, your book about jBPM would be the second read, after I know 
BPM better?

Is there any book or other source of knowledge you would recommend?


about my questions:

1) I'm more afraid of the situation, that the BPM-system fails and tasks are 
completed without the BPM system beeing aware of it or beeing informed.
  maybe some sort of event cache on the CRM side could store events until the 
BPM system is back online and update the BPM-system then.
  Maybe there are other/better machanisms ?


hlux
--

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

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: Problem installation jbpm5 with spring beans

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: Problem installation jbpm5 with spring beans"

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

--
Did you try with the latest snapshots? Sounds like an old issue. But it's fixed 
in the latest version.
Can provide the Drools and jBPM version that you are using?
Greetings
--

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

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: jBPM in cooperation with an existing CRM system

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: jBPM in cooperation with an existing CRM system"

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

--
Hi Hans,
At least from my perspective, sounds like a perfect fit. About your questions:
1)every BPM System has different configurations to support serverfailures and 
task can be completed when the systems come back online.
2)It depends on where do you store your users. BPM Systems are 
Identityagnostic, so you can basically plug your User Data Source to them 
andwork without taking care of that inside your processes.

Istrongly recommend you to read about BPM (the discipline/methodology).You will 
notice that it's all about coordination, integration andorchestration of human 
tasks and systems.

Greetings
--

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

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 Web Services] - Re: @EJB Injection

2011-02-10 Thread Gustavo Walker
Gustavo Walker [http://community.jboss.org/people/gustavolwalker] created the 
discussion

"Re: @EJB Injection"

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

--
Hi, 

I had the same problem, but I found problem and now work's fine.
My problem was in the web.xml and sun-web.xml, these files were configured to 
run on java 5 and java 6 does not.

Code wrong web.xml (Note version 2.5)
http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://java.sun.com/xml/ns/javaee"; 
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; id="WebApp_ID" version="2.5">


Code correct web.xml (Note version 3.0)
http://java.sun.com/xml/ns/javaee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>


Code wrong sun-web.xml (Note again version 2.5)
http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd>


Code correct sun-web.xml
http://www.sun.com/software/appserver/dtds/sun-web-app_3_0-0.dtd>


Eclipse with jboss 5 generate this files to servlet's 2.5 on deploy the server 
don't process @EJB annotation.
To use @EJB annotation your server compatibilit with servlet 3.0. On jboss 6 
it's work's fine (I don't run in jboss 5). 


Sorry my english.
--

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

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] [jBPM] - Re: Iterate over all existing sessions at startup

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: Iterate over all existing sessions at startup"

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

--
Human tasks are async, but you can also have external systems interactions that 
works asynchronously. You need to think that if your process can start and end 
only in memory, without waiting any external interaction (Systems or Humans) 
your process will never be persisted.
--

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

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: Iterate over all existing sessions at startup

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

"Re: Iterate over all existing sessions at startup"

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

--
You actually mean a process that doesn't have human tasks for instance?
--

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

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: Iterate over all existing sessions at startup

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: Iterate over all existing sessions at startup"

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

--
In memory process are the one that doesn't have a wait state/safe point in 
them. When that happens (when no async task is included) the process will only 
run in memory without persisting their state. That's because they can run from 
the beginning to the end without waiting for an external actor or system to 
interact with them.
When you use H2 (in memory database), the processes will be persisted as if you 
were using a common DB. 
Greetings.
--

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

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: Iterate over all existing sessions at startup

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

"Re: Iterate over all existing sessions at startup"

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

--
> Mauricio Salatino wrote:
> 
>  If it's an in memory (all synchronous tasks) process
do you mean h2 database? 

what could make a process in memory?
--

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

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 Messaging] - Re: Jboss 5.1.0 Server peer id configuration

2011-02-10 Thread Anders Welen
Anders Welen [http://community.jboss.org/people/Welle] created the discussion

"Re: Jboss 5.1.0 Server peer id configuration"

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

--
The peer id only need to be unique within a cluster (or Messagines instances 
that uses bridges toward each other).uch better approoich

Do you REALLY want to build a cluster with 500 nodes? It's better then to 
devide these 500 nodes into 50 clusters with 10 in each. This makes it better 
when upgrading software etc. (You can update each sub-cluster indivual and keep 
the uptime of the app). With that solution you only need 10 unique perr id.
--

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

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

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


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

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: Iterate over all existing sessions at startup"

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

--
Nope, the Database is used to keep the processes safe. You need to understand 
that the processes will be stored each time that they reach a wait state (async 
task, like human tasks). If it's an in memory (all synchronous tasks) process 
it will not be persisted.
Cheers
--

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

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: Iterate over all existing sessions at startup

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

"Re: Iterate over all existing sessions at startup"

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

--
Hi Mauricio

Are ProcessInstanceInfo rows in the table are deleted everytime that the 
session /server stops?
--

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

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 Messaging] - Re: Jboss 5.1.0 Server peer id configuration

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

"Re: Jboss 5.1.0 Server peer id configuration"

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

--
Anyone have an idea or thoughts on the above issue with jboss 5.1.0 messaging. 
Actually I have a requiremenet of deploying my app on more than 500 servers. 
Though we dont use clustering as of now, there is a plan of using it in near 
future. So was looking if there is any chance of configuring server peer id 
range without rebuilding messaging-jar in 5.1.0. 

I didnt get the issue with jboss 4.2.3 and messaging 1.4.4. In 1.4.4 peer id is 
a 5 digit number.   Now we are migrating to 5.1.0
--

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

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

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


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

2011-02-10 Thread Mauricio Salatino
Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: Iterate over all existing sessions at startup"

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

--
Hi Brian, you will have a row for each processinstance that you have running 
inside the ProcessInstanceInfo table. Did you check that? 
Notice that there is a Status, or Completed field that indicates if the process 
has ended or not.
Greetings.
--

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

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 Web Services] - Re: MTOM attachment decoding for digest with respect to "XML Schema Part 2: Datatypes Second Edition"

2011-02-10 Thread Willem Salembier
Willem Salembier [http://community.jboss.org/people/wisa] created the discussion

"Re: MTOM attachment decoding for digest with respect to "XML Schema Part 2: 
Datatypes Second Edition""

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

--
Your assumption seems right. The XOP processing model clearly states that the 
 element must be replaced by the base64Binary in canonical form so 
without any whitespace.

 http://www.w3.org/TR/2005/REC-xop10-20050125/#xop_processing_model 
http://www.w3.org/TR/2005/REC-xop10-20050125/#xop_processing_model

I'd suggest you to create an JIRA issue.

Willem
--

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

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] [jBPM] - jBPM in cooperation with an existing CRM system

2011-02-10 Thread hans lux
hans lux [http://community.jboss.org/people/hlux] created the discussion

"jBPM in cooperation with an existing CRM system"

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

--
Hello,

Introduction

Our company is using a kind of CRM (tomcat,struts,ojb) where about 50 users 
work with about 2500 customer accounts.
Many of the working steps are repetitive. A self programmed sort of calendar is 
used to remind the crm user of the work to do.


A few days ago the CEO called in for a meeting. The subject was "a new calendar 
for the crm system".
This job of the new calendar is to 
-enable the measurement of time consumption of certain units of work
-support the crm user to do all necessary units of work
-share calendar events between crm-user
...

after a few minutes and some questions, it seemed to me that we are not in need 
of a new calendar, but a business process management system.


Research

I started doing some research on the topic. I know fairly few things about BPM 
and haven't used any framework or system so far.
After a while jBPM seemd to be what i was looking for. I read the documentation 
and installed the demo.
>From what I've seen and understood jBPM will provide the framework and tools 
>to define business processes in various ways.
Allow monitoring, measuring and reporting of the processes and all the tasks 
within a process. It also has a focus on human tasks,
which would find heavy use in our company's business processes.


Problem

At this moment I don't have a clear picture of how to bring the two systems 
together (CRM+jBPM).
The idea behind BPM is to "force" the working entities to stick to a workflow 
and preform the required tasks.
At the moment all the tasks are done within the CRM. But the start, progress 
and completion of the tasks needs to be
controlled by the BPM-System now.



Question

In case we had business processes in a knwoledge base and reported the various 
events in the CRM to the BPM-system:

-what if the BPM system isn't available for some reason and a completed task 
couldn't be reported?
-should the processes be linked to the crm users or rather to the accounts?

Does anybody of you have some exprience with this kind of 
"system-integration/cooperation" ?
Or can you point me out  to some helpful reading about this?

thank you very much.

greetings 

hlux
--

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

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] - Problem installation jbpm5 with spring beans

2011-02-10 Thread Pavel Sknar
Pavel Sknar [http://community.jboss.org/people/pavel.sknar] created the 
discussion

"Problem installation jbpm5 with spring beans"

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

--
Try use bean "drools:kagent" with stataful knowledge session but have exception:

org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'jpaSingleSessionCommandService': Error setting property values; 
nested exception is org.springframework.beans.NotWritablePropertyException: 
Invalid property 'knowledgeAgent' of bean class 
[org.drools.container.spring.beans.StatefulKnowledgeSessionBeanFactory]: Bean 
property 'knowledgeAgent' is not writable or has an invalid setter method. Does 
the  parameter type of the setter match the return type of the getter

why StatefulKnowledgeSessionBeanFactory of drools-spring do not use knowledge 
agent?
   #pavlz  KnowledgeSessionDefinitionParser try set this property to factory.


 
    
 



 
    
 
 
 



 
    
    
    
   
    
    
    
    

--

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

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 Web Services] - MTOM attachment decoding for digest with respect to "XML Schema Part 2: Datatypes Second Edition"

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

"MTOM attachment decoding for digest with respect to "XML Schema Part 2: 
Datatypes Second Edition""

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

--
While setting up a communication between a jboss 5.1.0GA using the standard 
web-services stack (I get "X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1" 
in my HTTP headers) and a datapower appliance we came to an issue regarding the 
MTOM messages we exchange.

The messages are transferred with binary attachements using MTOM, they are also 
signed. 
The signature is applied on the message with the binary attachement encoded in 
base64. 

The signatures do not match since the digest of the body do not match since the 
base64 encoded version of the attachement used to calculate the digest is 
different :
* - jboss enforces a  limit on line length of base 64-encoded data to 76 
characters
* - datapower do not and use a base64 form on one line.

After checking the documentations describing this standard I think the way 
datapower does it is the correct one.

 http://www.w3.org/TR/soap12-mtom/#mime-serialization 
http://www.w3.org/TR/soap12-mtom/#mime-serialization points to  
http://www.w3.org/TR/2005/REC-xop10-20050125/#introduction 
http://www.w3.org/TR/2005/REC-xop10-20050125/#introduction which in turns 
points to  http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#base64Binary 
http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#base64Binary which states 
that :
* "For compatibility with older mail gateways,  
http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#RFC2045 [RFC 2045] suggests 
that base64 data should have lines limited to at most 76 characters in length. 
This line-length limitation is not mandated in the lexical forms of 
*base64Binary* data and must not be enforced by XML Schema processors."
* "*Note:* For some values the canonical form defined above does not conform to 
 http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#RFC2045 [RFC 2045], which 
requires breaking with linefeeds at appropriate intervals."

Am I correct in my assumption?
Is this behaviour configurable on the Jboss side of things?

Antoine
--

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

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] [jBPM] - Re: The New BPMN 2.0 Editor Has Arrived

2011-02-10 Thread helal jean-noel
helal jean-noel [http://community.jboss.org/people/jnhelal] created the 
discussion

"Re: The New BPMN 2.0 Editor Has Arrived"

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

--
Hi Koen

Big up  again  !!! 

No problem with Helios of course ! 

Regards 
JNH
--

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

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 Portal] - Disable log output of RichFaces in JBoss server

2011-02-10 Thread Dwarakanathan Thiru
Dwarakanathan Thiru [http://community.jboss.org/people/dwarak_cit] created the 
discussion

"Disable log output of RichFaces in JBoss server"

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

--
Hi,

How can I disable / minimize log output of RichFaces?

I tried following entry in my jboss-log4j.xml file, but it does not seem to 
help.


 


 


Thanks!!
--

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

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

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


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

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

"Re: javax.naming.NameNotFoundException: DefaultDS not bound"

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

--
"prova" is in the  java: namespace but not in the Global JNDI Namespace


h1. java: Namespace

   [.]
  +- prova (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
  +- timedCacheFactory (class: javax.naming.Context)
--

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

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