hello, i´m a begginer with jbpm and I need to deploy the jbpm project on a
jboss server without using the eclipse plugin. Can you tell me the way please?
Thank you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258313#4258313
Reply to the post :
http://ww
would you recommend me to update to milestone ? Is it stable enough ?
Also can you point me to xml's you mentioned ?
Thanks for the quick reply
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258312#4258312
Reply to the post :
http://www.jboss.org/index.html?
Unfortunately JBDS 2.0 doesn't use TLD's nor Facelet tag lib's to provide
content assist in XHTML editor. There are special XMLs in
org.jboss.tools.core.kb plug-in with meta information about tags and attributes
for particular tag libs.
This problem was solved in JBoss Tools 3.1M3.
See
http://w
Its version is 3.0.2 my mistake
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258310#4258310
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258310
___
jboss-user mailing list
we are using a 2.0.0 nightly build. I have tld's and facelet tag lib's.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258308#4258308
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258308
___
Thanks for the information. I was not aware that JBoss 4.x wasn't supported.
Will have to move forward with 5 then.
Regards,
Pat
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258302#4258302
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
Have you tried
properties.put("jnp.disableDiscovery", "true");
Worked for me in a similar situation. This property forces the connection to
only connect to the specified server and no one else (including self). It does
have clustering implications you need to examine though.
View the origina
Hi all.
i am new user to Jboss . I have a question to ask all help me .
i am just download jboss-5.1.0.GA.zip , of course i already set up the
enviroment of JAVA with JDK to be 1.6.0_16 .
How can is run Jboss ?
How to configuration Jboss run on eclipse ?
thank in advance for any helps.
View t
there is no 3.3.2.GA, and rollback functionality is not there natively since it
is very dependent on the business side of things. The times I implemented
'rollback' functionality I explicitly modeled it in the process. Like you would
when e.g. sending a correcting invoice. You do not retract the
you can also add al these config files in a jar and add that to the library as
well. Or put them in a directory and add that to the library (that's what I did)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258297#4258297
Reply to the post :
http://www.jboss
Still had issues with deploying complex hl7 webservice. Here is a patch to
WSDL11Reader (version 3.1.1) that solved my HL7V3 issues:
| --- WSDL11Reader.java 2009-09-25 13:06:36.847867600 -0400
| +++ WSDL11Reader.java.new 2009-10-01 18:46:58.741045900 -0400
| @@ -145,6 +145,8 @@
Hello,
I have installed JBoss messaging 1.4.4 on JBoss 4.2.3 (jdk6) (with JBoss
remoting 2.2.3) and this works fine with a jnp client.
When I use an HTTP client with the following JNDI properties:
HttpConnectionFactory
org.jboss.naming.HttpNamingContextFactory
http://localhost:8080/invoker/JNDI
Hi,
We are using jBPM 3.3.2.GA. The business wants to have rollback functionality.
i.e., Move the token to a previous state in the workflow. Is there native
suppor for this in jBPM ?
-Ram
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258294#4258294
Reply
Awesome! Glad you got it working.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258293#4258293
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258293
___
jboss-user mailing l
Correct, we have an existing app running in informix and the JBPM in postgress.
But seems that finally is working, I've just modify the jbpm.cfg.xml to add the
name of the sessionFactory to use. :)
this is the line:
|
|
some tricky, but it works :)
View the original post :
http://www.j
Anyone any ideas?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258287#4258287
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258287
___
jboss-user mailing list
jboss-user@li
a couple of things i have discovered.
First, i was able to deploy an XMBean if the MBean classes were not in a jar
file contained in the .sar file.
Second, I could not get an XMBean to deploy within the .esb file. Maybe a
limitation of the esb?
View the original post :
http://www.jboss.org
example I want to translate the pattern memnto (from aspectj) to jboss aop
package MEMENTO;
|
| public class Initiateur {
|
| protected int valeur = 0;
|
| public void incrementation() {
| valeur++;
| }
|
| public void affichage() {
|
Sorry, I don't.
Our second datasource is not being used for jBPM. We are running jBPM and our
application code against the same database. We have a 2nd database for
accessing some data we get from our partners.
So our usage is slightly different than yours. It sounds like you have jBPM in
thanks for the fast reply, I've modified my configuration files, but i have a
problem
When I set up the first SessionFactory (for Jbpm) it works fine, but when I set
up the second SessionFactory (for the second datasource) it throw this error:
| exception while executing command
org.jbpm.pvm
thanks sebastian, i was doing the previous steps you mensioned but i was stuck
on the list because i wasn't able to identify "my bpm library" that was on user
libraries.
now i will copy the configuration files and properties to start studing jbpm.
Very grateful
Noicangi
View the original pos
yes I found it but it is not complete .. how can i manage it via a Main class
for example (I know it it is a bad question!!!but I'm beginner)
PS: i am sorry for my bad english ..please help me
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258264#4258264
In the documentation and tutorials
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258259#4258259
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258259
___
jboss-user mailing l
please where can i find a complete example of introduction (Interface
introductions+Mixins) of jboss AOP
if anyone wants to help me by mail send me a simple example here is my e-mail
sourire1...@yahoo.fr
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258258#4
anonymous wrote : I am bit worried if it will be accepted by vendors since a
lot of them have made huge invests in their own execution models.
Me not, since they all partizipate in the standardization team of BPMN (we
joined that as well by the way ;-)). Basically I expect the most of them to
p
Thanks for the hint, I got confused completely because prachi.mukhija posted
in the same thread and I thought I just overlooked the post.
And no thanks I do not want BPEL at all. :) I can't wait for executable BPMN
2.0 but right now I am bit worried if it will be accepted by vendors since a
lo
I don't have any specific log categories, no, as without more information on
what's increasing in the heap there's not much to go on.
When n1 is shut down, n2 starts getting failover requests and starts doing
twice as much work, so memory increase is expected. Perhaps the increase would
be a bi
Hi Sebastian.
Look on the date of my post, it was in the beginning of 2008. Riftsaw came this
year... This is the downside of hijacking threads ;-)
For today you are totally right: If you want BPEL look at Riftsaw, but best is
to avoid BPEL if you can and go for jPDL or wait for executable BPMN
prachi.mukhija, use the trunk or wait for the next release.
Bernd: If I got it right there will only be bugfixes for jBPM BPEL since there
is a new JBoss project for BPEL 2.0 called Riftsaw based up-on Apache ODE??
Actually my question is: Why are you are playing around with the BPEL 1.x
implem
*push*
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258246#4258246
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258246
___
jboss-user mailing list
jboss-user@lists.jboss.o
I am plagued by the same problem, Ronald. It's kind of annoying.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258245#4258245
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258245
__
As I said you explicitly have to add the libraries to the project.
Right click on your project -> Select properties -> Select Java Build Path
Right there select the tab "Libraries" and on the right side click "Add
Library", chose User Library in the wizard and click next. Now select the entry
y
Ok, I've created the JBPM-2561 (https://jira.jboss.org/jira/browse/JBPM-2561)
Anyone who also wants this feature, vote for it please.
Thanks,
Sergio
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258243#4258243
Reply to the post :
http://www.jboss.org/index.
I tried the code from the reference guide but I can't get it working correctly.
The following is a test portlet jsp fragment that I'm working with.
The portal page structure is like this
| pageA
| pageB
| pageC
|
The jsp fragment below is for a portlet that is on page B a
thanks again, i configured all libraries like de user guide describes, but as
you said "thats right its not the ideal procedure" but if works its just fine.
the only thing thats its not clear for me is that i configured the jbpm
libraries as the user guide says, but when i create the java projec
DUHH why do post get visible delayed... I though one of my posts
disappeared Sigh
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258239#4258239
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258239
Is there a jira issue for this? If so, you can see the target for it being
fixed (might also be empty though). If there is no jira issue, it is not on the
list for being fixed in the near future. Please file an issue in that case.
View the original post :
http://www.jboss.org/index.html?module=
look in the jira for an issue. That will tell you when it will be fixed. If
there is no issue reported please do
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258236#4258236
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Do you use a custom xml parser (Aelfred) ? Or a specific JDK or
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258229#4258229
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258229
___
I have found the origin of my problem.
When tomcat is used org.jbpm.integration.spi.mgmt.ServerConfigFactory return an
org.jbpm.integration.spi.mgmt.DefaultServerConfig object.
And in org.jbpm.integration.spi.mgmt.DefaultServerConfig the host and the port
are hard-coded:
| public class Defa
No, not from what I've seen in the code. Reusing taskforms in multiple tasks
and displaying the taskname sounds like a nice 'enhancement'. Please file a
Jira issue for this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258226#4258226
Reply to the post :
h
Hi noicangi,
in the section of the user's guide describing the installation of jBPM there is
also the step of adding a library entry for the jBPM libraries. I have done
this and afterwards I just use "Add user library" in eclipse chosing jBPM
libraries or however you called them to add the libr
As part of slimming the Jboss default server, I have removed couple of things
in jboss\server\default directory without complete knowledge.
After doing that, while trying to shutdown the server by calling
shutdown -S, I'm getting the below error
Exception in thread "main" javax.naming.NameNotFou
Hello everyone.
I have a problem that I really need to resolve as fast as possible.
I have an EJB3 application deployed on JBoss 5.1.0.GA.
Consuming those EJB3 with remote clients in other applications also deployed in
JBoss 5 works fine.
But the problem is that I need to consume one EJB3 in a
Thanks for the reply on the blog, I was just able to download it from
http://repository.jboss.org/maven2/org/jboss/cache/jbosscache-core/3.2.1.GA/ .
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258213#4258213
Reply to the post :
http://www.jboss.org/inde
Thanks for the good news.
I'm assuming this page
(http://www.jboss.org/community/wiki/JBossCacheDownloadsPage) will be updated
with the 3.2.1 release for downloading?
For installing JBoss Cache 3.2.1 into JBoss AS 5.1.0, is it safe to drop the
updated JBoss Cache (3.2.1) and JGroups (2.6.13) j
Thanks Sebastian for the information it's a very complete answer, but on
eclipse galileo using the jboss tools m3, i create a java proyect and create a
bpm4 process definition, but the libraries are not copied into de the project,
also the build.xml, jbpm.cfg.xml,jbpm.hibernate.cfg.xml and other
OK, having some more time ;-).
I think I misunderstood your question: you are still at the web level of
security configuration, but I was much deeper in the security config ;-).
I think for the web layer, this is not possible. The only way I can imagine is
that you call the authentication yours
Thank you for your reply.
Those are our customer's servers, so I don't have a direct line to JBoss
customer support, but I might try to have a ticket opened once I have something
more concrete.
I am planning on getting a heap dump when I get the chance to reproduce this,
but I was wondering
What version of JBoss Tools are you using?
Do you have tld or only facelet tag lib?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258196#4258196
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258196
___
Hi Steve,
this is possible. JBoss security is configured through a file
"login-config.xml", where you declare the login modules for security domains.
There is an option for each of those configs whether the login module has to
succeed or whether another module is used as fallback when it fails.
I think I found the correct forum, though I don't know how to move a topic from
one forum to another:
http://www.jboss.org/index.html?module=bb&op=viewforum&f=287
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258192#4258192
Reply to the post :
http://www.j
Wrong forum
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258189#4258189
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258189
___
jboss-user mailing list
jboss-user@lists.jb
Sorry about that. Which forum for this topic?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258190#4258190
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258190
___
jboss-use
Hi everyone,
I have a secenario similar to the following. There are different persistent
entity classes, "a", "b" and "c". Entity a contains one ore more of b, and b
contains one or more of c.
Also, there are three different stateful session beans that wrap the three
entities for client access
Hi. We're running into some odd behavior with an app on JBoss 4.2.3.GA: We can
make modifications to it, put the WAR file on our server, see it deployed in
the log, and not see the server-side changes when we load the pages.
Does JBoss cache files somewhere? How can we be sure we're running the
So there is no way of knowing what is the task name or the activity name that
I'm in?
Thanks,
Sergio
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258182#4258182
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=425818
First off, if you are using EAP you are quite likely a support customer. If so
you should open a ticket on the Customer Support Portal, where you'll get much
better support than I can provide in the half hour or so I day I spend on this
forum.
A basic debugging step is to take a heap histogram
Hi all,
if I'm not mistaken, there is currently no deployment mechanism for .bar files
for jBPM as an embedded framework (e.g. in a Spring application). In other
words, to deploy both jPDL files and task forms, every resource has to be added
separately like this:
deployment.addResourceFromClas
Should be possible, yeah.
I haven't tried this myself, so beware, test carefully, be prepared for
possible bumps in the road etc.
But you should be able to:
1) Remove the server/all/deploy-hasingleton/jms folder
2) Replace the contents of server/all/deploy/jms with those from
server/default/de
My web.xml:
|
| http://java.sun.com/xml/ns/j2ee";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
|
| CANCardViewer
|
|
|
Hello,
On eclipse content assist works fine with taglibs like tomahawk, richfaces but
it doesn't work for our custom components. Anyone have any idea why ?
Thanks
MC
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258169#4258169
Reply to the post :
http://ww
Some new output was generated after enabling debugging. But the only thing I
can see, that the error is not in the login module but somewhere in the servlet
container.
Is there something special that I have to pay attention when I'm using Struts2
as framework?
| ...
| 16:01:50,566 INFO [
Hi,
that's one small typo in "web.xml": in the sample attached to JIRA, open
"EJB3-JBM-Servlet-Example\lib\http-uinvoker.sar\unified-invoker.war\WEB-INF\web.xml"
and remove the "-" beetween the last "servlet" element and the first
"servlet-mapping" element ;-).
Best regards
Wolfgang
View the
Hi,
Can anybody guide me in resolving this issue ?
I am getting following error while running following jbpm test case
I have also attached process xml file
Error
|
| 18:07:16,924 FIN | [BaseJbpmTestCase] === starting testTaskAssignee
=
| ### EXCEPTIO
I also found that when I converted these MDB's to use the @MessageDriven
annotation (instead of ejb xml), they deployed and received messages
successfully.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258152#4258152
Reply to the post :
http://www.jboss.or
Thanks, I reposted here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258150#4258150
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258151#4258151
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258151
I'm trying to deploy an EJB 2 MDB to JBoss 4.2.3.
Here are the points of interest:
JBoss Messaging 1.4.4
JBoss Remoting 2.2.3
ear deployment Isolated=true
Here's some of my initial findings:
1) If I turn off ear deployment isolation, this problem goes away (and
apparently remoting is not used for
Hi,
More on this on the blog:
http://jbosscache.blogspot.com/2009/10/jbosscache-321ga-released.html
Enjoy!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258143#4258143
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4
Hi Michael,
you probably checked the JBoss log of the security layer (see question 4 in
FAQ)? Do you see output that JBoss could map a user to the required roles?
Please post the relevant snippets of your login module.
Best regards
Wolfgang
View the original post :
http://www.jboss.org/inde
Hi,
I think you need a layer beetween MailBox and your EJB, which encapsulates the
logic specific to the mailbox implementation. "findMailbox" should not return
the entity, but the the implementation of the layer.
Assume an interface (or an abstract base class):
public interface IMailBoxHandler
Read carefully... he had another implementation of a class with the same
package and classname but that did not implement the correct interface.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258132#4258132
Reply to the post :
http://www.jboss.org/index.html
tasks are never associated with a state. Tasks are now just 'simple' tasks, not
'complex' tasks anymore (the task has been 'promoted' to the level of the
former task-node. That might be explicitly missing in the docs, I won't deny
that. But
What you describe is not a 'simple' scenario, it is a
Hello Ron,
Please ignore my last post. Ping is sent on that port and firewall does not
time it out.
Thank you for help!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258129#4258129
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
How did you solved the "cannot be cast to org.jbpm.graph.def.ActionHandler"
exception? thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258125#4258125
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258125
___
afaik, there are none, butr I'm not 100% sure. If you want to be sure, look at
the console code and see what jBPM api calls are used.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258124#4258124
Reply to the post :
http://www.jboss.org/index.html?module=bb&
It seems strange to me that are just a few people interested in this topic
although the situation described seems to me very common. Are there still so
few people working with 4.x or has nobody run across the problem? If you have
it would be great to count on your vote in JIRA.
View the origina
Hi,
We are using Jboss 4 AS in clustered mode. From the docs that I've read, its
understood that JMS queues and topics are implemented as singleton service in a
clustered environment. Is it possible to have non clustered queues? i.e., each
local queues on node in the cluster?
Regards
Shenaz
V
"kukeltje" wrote : Yes, use a plain fork-join for this.
I still have to admit that I think the task-node approach is much easier to
work with.
The jbpm documentation should have more information about differences from the
jbpm 3.x way to model stuff. E.g. to associate tasks with a state.
How
Hi!
After migrating from JBoss MQ to JBoss Messaging (which also required deploying
the relevant queues manually), our installation of jBPM-BPEL has started
throwing the following exception in the logs:
2009-10-01 12:51:46,648 ERROR
[org.jboss.jms.client.container.ClosedInterceptor]
ClosedIn
In the jBPM Dev Guide is stated that the 'Form field names become process
variables names and vice versa', but what about the activity context or the
execution context, can I access to them in the form (ftl)? Are there implicit
process variables injected in the form task? which ones?
Thanks,
Se
Guys,
We are seeing these warnings on our cluster nodes sometimes after a redeploy.
The primary cluster node stays up,
but the other 2 (we have 3) die and keep saying this.
2009-10-01 20:04:34,302 main WARN [org.jgroups.protocols.pbcast.GMS]
join(192.168.1.2:37802) sent to 192.168.1.1:52187 t
Well 404 is working for me, I just enter none exist URL and I do see my custom
error page,
But when I try to create 500 error to see my custom error page I still see
Jboss default error page and not my custom page.
I'm doing it by throwing runtimexception from my EJB tier.
Just wanted to add
Hello Ron,
Thank you for your quick response!
I have downloaded Remoting release 2.2.3.SP1 and replace the existing one in my
standalone client and in JBoss As 4.2.3.GA server's libs (in the server
configuration for JBoss Messaging 1.4.4.GA)
I have configured remoting-bisocket-service.xml with
it only makes sense to use setForceWriteLock(true) on read. Normally when you
do an cache.get(fqn) an read lock is aquired, but setting the forceWriteLock to
true would force a write lock acquisition. when you do a put(fqn)(generally a
write), a WL (write lock) is acquired so having the flag is
Hi,
I am pretty new to jbpm-bpel. I have downloaded the jbpm-bpel-1.1.1 version.
My envrironment is:
jboss-4.2.2.GA server
However, I am facing the same error when deploying "Hello" example.
Here's the stack trace.
| 15:31:26,746 INFO [DeploymentServlet] deployed process definition:
HelloW
Hi everybody,
I have a big problem using JAAS in JBoss 5.1.0GA, which I try to solve about 2
days (my employer is not very amused of that...). I use a own JASSLoginModule
to authenticate a user on a LDAP directory. The roleSet is fetched from a
database. This part works as I can see and give me
"kukeltje" wrote : You cannot put individual files on the classpath, only
archives (zip, jar) and directories. Change /home/config/hibernate.cfg.xml to
/home/config
It was that ! Thanks a lot !
"kukeltje" wrote : And regarding 3.1.1, there also is a 3.1.4 and even that is
'old'. When starting
ops
| 404
| /error404.jsp
|
Are you sure of to make an error 404?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258082#4258082
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258082
__
try
404
/error404.jsp
500
/error500.jsp
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258081#4258081
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258081
__
jboss 3.2.7 is used - as it was the version where it was running in the past
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258080#4258080
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258080
__
You cannot put individual files on the classpath, only archives (zip, jar) and
directories. Change /home/config/hibernate.cfg.xml to /home/config
And regarding 3.1.1, there also is a 3.1.4 and even that is 'old'. When
starting a new project (as you seem to do since it has not run in production)
Hello,
since a few days i am trying to setup a jboss server that was running for a
long time, but wasn't used for the past months. the deploy path is available
with all the contents and is working like expected where no login is needed
(apache and tomcat is also configured like before). databas
We have a two-node JBoss cluster (eap-4.2_cp06) with session and SFSB
replication enabled. Apache with mod_jk does load balancing and failover,
with sticky sessions. This set up is working with no problems most of the time.
Due to some problems with an application (memory leaks), at some point
I can't find any instructions of adding cache to default configuration of jboss
5. I recently switched from 4.2.3, where it was very easy - just
local-cache-service.xml into deploy dir and aprioprate jars into lib dir. Now I
see it doesn't work, and all what I can find is configuration of cache
I think the problem is on the java command.
In dev, I use Eclipse to test my application.
In production, I use the java command. Something is missing, but why ?
I use jBPM 3.1.1, so what ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258065#4258065
Reply t
Starting with jbpm 4.0 there is no project type named "process project"
anymore. Just create a java project and afterwards create a new jbpm process
definition. The swimlanes are missing in the Signavio editor and this is
normal. About 2 weeks ago I was talking to one of the Signavio guys about
Still no answers so I will add more information:
1. I'm using jboss 5.0.1 and 5.1 and see the same problem
2. I'm throwing RuntimeException from the application
3. even when using exception-type instead of error-type and setting it to
Exception I still can not reach to my custom error page.
Agai
hi this is my configuration: jboss 5.1.0ga + mysql5 + jbpm4 + galileo + tools
m3
my question is, how i create a jbpm4 process project on eclipse? how can i do
that?
or i need to create a jbpm3 project and a jbpm4 process definition in that
project? also i noticed that on jboss with signavio t
There exact jars you need on the client side is explained in detail in section
4.4 of the user manual, and yes, it does also say in a yellow note box that
they must appear in a different order:
http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.5.GA/html
1 - 100 of 106 matches
Mail list logo