[jBPM Users] - Re: Problems with indexes in jbpm.history.hbm.xml
by RonanKER
Hi all,
I hadn't seen the bug when i installed my app on SQL Server but I'm now installing it with Oracle and I discover it...
so In my SQL Server Database the 4 double-index exist so it takes lots of more space... so in next update script for my clients i'll delete useless indexes...
And for my install under Oracle i'll correct the initial script not to try to create thoses useless indexes...
just to say that in oracle when we use in the script :
"WHENEVER SQLERROR EXIT SQL.SQLCODE ROLLBACK"
then it's a blocking bug...
(i'm on oracle 10g and launching initial and migration scripts with sqlplus command)
as an index can easily be re-created, the migration can just consist in delete the 4x2=8 index with "if exist" or equivalent and then create the 4 good ones...
I would just want to know, what will be the names of the good ones ?
those with "_DET_" or those with "_DETAIL_" ?
thanks :-)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260363#4260363
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260363
16 years, 5 months
[jBPM Users] - Re: Is creating a new process project with eclipse an option
by sebastian.s
You are right. There isn't a process project anymore. However an ant-task to deploy the process definition is supplied. There should also be an ant script around which also creates the jar with the java classes used in the process definition. Deploying is not really comfortable right now. AFAIK making deployment easier and more convient is work in progress.
I personally don't like the fact that the process definition is deployed directly to the database. It's inconvient where the database server is normally not accessible directly from the developer workstation.
What was actually the reason to drop the process project? IMHO it would be convient to have a project again whose standard behaviour is creating a *.bar with the process definition, the process image and the implementation classes and the option to deploy it.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260323#4260323
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260323
16 years, 5 months
[jBPM Users] - Sending e-mails with mail tasks
by sebastian.s
I can't send e-mails with mail tasks. In the unit tests it worked but on my Tomcat server I am getting this:
| Caused by: javax.mail.NoSuchProviderException: smtp
| at javax.mail.Session.getService(Session.java:794)
| at javax.mail.Session.getTransport(Session.java:718)
| at javax.mail.Session.getTransport(Session.java:661)
| at javax.mail.Session.getTransport(Session.java:641)
| at javax.mail.Session.getTransport(Session.java:696)
| at org.jbpm.pvm.internal.email.impl.MailSessionImpl.send(MailSessionImpl
| .java:48)
|
I use the same configuration as for the unit test and I already checked that the SMTP-server is reachable from the box with Tomcat.
I tried raising the loglevel but regarding this exception I don't see more ever with a higher level.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260250#4260250
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260250
16 years, 5 months