Exception while using package deployed in drools-guvnor
by Pardeep Ruhil
Hi,
I have created a rule in Drools Guvnor and when I am trying to access it in my code I am getting the below exception.
java.lang.RuntimeException: KnowledgeAgent exception while trying to deserialize KnowledgeDefinitionsPackage
at org.drools.agent.impl.KnowledgeAgentImpl.rebuildResources(KnowledgeAgentImpl.java:425)
at org.drools.agent.impl.KnowledgeAgentImpl.applyChangeSet(KnowledgeAgentImpl.java:121)
at org.drools.agent.impl.KnowledgeAgentImpl.applyChangeSet(KnowledgeAgentImpl.java:110)
at org.ofbiz.drools.event.drool.RuleIntegrate.createKnowledgeBase(RuleIntegrate.java:45)
at org.ofbiz.drools.event.drool.RuleIntegrate.createWorkingMemory(RuleIntegrate.java:29)
at org.ofbiz.payRoll.PayRollTax.callPayRollTaxRule(PayRollTax.java:23)
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:597)
at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100)
at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
at org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761)
at _$gen.file_58$.D_58$.Dev.swapnilcode.ofbiz_45$09_45$July_45$2010.hot_45$deploy.payRoll.servicedef.services_46$xml_35
$payRollTax.runSync(file:/D:/Dev/swapnilcode/ofbiz-09-July-2010/hot-deploy/payRoll/servicedef/services.xml#payRollTax:9)
at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399)
at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226)
at org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165)
at org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336)
at org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:637)
at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:383)
at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227)
at org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:271)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:766)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1000)
at org.drools.io.impl.UrlResource.grabStream(UrlResource.java:154)
at org.drools.io.impl.UrlResource.getInputStream(UrlResource.java:102)
at org.drools.agent.impl.KnowledgeAgentImpl.rebuildResources(KnowledgeAgentImpl.java:414)
My changeset.xml file is :
<change-set xmlns='http://drools.org/drools-5.0/change-set'
xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'
xs:schemaLocation='http://drools.org/drools-5.0/change-set drools-change-set-5.0.xsd' >
<add>
<resource source='http://localhost:8441/DroolsGuvenor/org.drools.guvnor.Guvnor/package/payR...' type='PKG' />
</add>
</change-set>
Please help me in this.
Thanks & Regards
Pradeep Ruhil
________________________________
This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
______________________________________________________________________
15 years, 7 months
Uploading models to Guvnor
by james corrigan
Hi All,
I am having severe amount of trouble trying to get started in Guvnor, i
cannot load any jar files at all - i can upload them but not use them when i
try write a guided rule it tells me that no models are loaded even though
Guvnor is telling me its there.
I create a new package, then upload my jar file, then i add a category and
try to save but get the following
error:
"Unable to validate package configuration (eg, DSLs, models) for [Drols].
Suggestion completions may not operate correctly for graphical editors for
this package."
I am running out of time plus patience trying to get this to work, i have
been following the book: JBoss Drools Business Rules, and the online
documentation but to no avail.
Any help is much appreciated.
Kind regards,
James.
15 years, 7 months
RuleAgents and containers
by H.C.
Hi,
I am wondering how I would use a RuleAgent when running in a JEE container?
I am looking to monitor rule changes outside of the war/ear. Is that even
possible and how would I do it? Would I map a JNDI name for the change-set
file? Would changes to the rule files the change-set file references be
visible or would only changes to the change-set file itself be picked up?
Thanks for any answers.
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/RuleAgents-and-contai...
Sent from the Drools - User mailing list archive at Nabble.com.
15 years, 7 months
AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY A...
by tappe@transdata.net
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards
Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
That timer properties can not be changed dynamically is one thing. The other
thing is that in the code that is executed each time a wait state timer
fires, you seem to have no access to any process variables. Would you agree
on this, Kris? If yes, is this planned to change in the future?
I guess you could at least implement a wait state that continues after a
variable delay if you could access variables in the timer code. Namely by
updating some fact in the working memory i.e. influence the rule constraint
of the wait state. I also tried signalling an event from within the wait state timer and update
the working memory from a subsequent action node where I do have access to
process variables. This although didn't work with me because of a strange
NullPointerException...
In case anyone is interested: Here is a small project with three approaches
for a wait state node that continues after a variable delay. Neither of them
works, but maybe someone can fix that...
Reto
http://drools-java-rules-engine.46999.n3.nabble.com/file/n989829/demo.var...
demo.variableTimer.zip -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/how-to-access-process...
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
15 years, 7 months
AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY A...
by tappe@transdata.net
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards
Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
When starting up the new Guvnor CR1 in both Tomcat and the Standalone Guvnor
download, I get the following errors...
2010-07-23 08:53:35,256 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/drools-guvnor]]
guvnorService: ERROR: The serialization policy file
'/org.drools.guvnor.Guvnor/8C09DDC749E5C9386FC25E9AAE396D31.gwt.rpc' was not
found; did you forget to include it in this deployment?
2010-07-23 08:53:35,256 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/drools-guvnor]]
guvnorService: WARNING: Failed to get the SerializationPolicy
'8C09DDC749E5C9386FC25E9AAE396D31' for module
'http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/'; a legacy,
1.3.3 compatible, serialization policy will be used. You may experience
SerializationExceptions as a result.
Then, whenever I try to create a rule using the graphical wizard, I get a
system error with the following stack trace...
2010-07-23 08:55:29,914 INFO [STDOUT] ERROR 23-07 08:55:29,914
(LoggingHelper.java:error:76) Type
'org.drools.ide.common.client.modeldriven.brl.RuleModel' was not assignable
to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom
field serializer.For security purposes, this type will not be serialized.:
instance = org.drools.ide.common.client.modeldriven.brl.RuleModel@169dc09
com.google.gwt.user.client.rpc.SerializationException: Type
'org.drools.ide.common.client.modeldriven.brl.RuleModel' was not assignable
to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom
field serializer.For security purposes, this type will not be serialized.:
instance = org.drools.ide.common.client.modeldriven.brl.RuleModel@169dc09
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:610)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:129)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:152)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:534)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeClass(ServerSerializationStreamWriter.java:700)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeImpl(ServerSerializationStreamWriter.java:730)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:612)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:129)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:152)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:534)
at com.google.gwt.user.server.rpc.RPC.encodeResponse(RPC.java:609)
at
com.google.gwt.user.server.rpc.RPC.encodeResponseForSuccess(RPC.java:467)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:564)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:188)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.seam.web.ContextFilter$1.process(ContextFilter.java:42)
at
org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:53)
at org.jboss.seam.web.ContextFilter.doFilter(ContextFilter.java:37)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
-- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-CR1-Serializat...
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
15 years, 7 months
AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY A...
by tappe@transdata.net
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards
Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Hi Kris. Thanks for the reply.
Indeed, it is supported in Hibernate! :) Below is a short snippet that
demonstrates using an alternate config file (or multiple config files). Also, a SessionFactory factory can also be built by a set of properties, or
a Configuration object.
=============================
public static final SessionFactory stagingFactory = new org.hibernate.cfg.Configuration()
.configure("hibernate.cfg.xml")
.configure("hibernate-bam.cfg.xml")
.configure("hibernate-drools.cfg.xml")
.buildSessionFactory();
=============================
or =============================
...
org.hibernate.cfg.Configuration hibernateConfig = new
org.hibernate.cfg.Configuration();
hibernateConfig.configure(getProperty("hibernate.configuration"));
hibernateConfig.setProperty("hibernate.connection.driver_class",
getProperty("hibernate.connection.driver_class"));
hibernateConfig.setProperty("hibernate.connection.url", getProperty("hibernate.connection.url"));
hibernateConfig.setProperty("hibernate.connection.username", getProperty("hibernate.connection.username"));
hibernateConfig.setProperty("hibernate.connection.password", getProperty("hibernate.connection.password"));
hibernateConfig.setProperty("hibernate.c3p0.max_size", getProperty("hibernate.c3p0.max_size"));
hibernateConfig.setProperty("hibernate.c3p0.min_size", getProperty("hibernate.c3p0.min_size"));
hibernateConfig.setProperty("hibernate.c3p0.acquire_increment", getProperty("hibernate.c3p0.acquire_increment"));
hibernateConfig.setProperty("hibernate.c3p0.timeout", getProperty("hibernate.c3p0.timeout"));
hibernateConfig.setProperty("hibernate.c3p0.idle_test_period", getProperty("hibernate.c3p0.idle_test_period"));
return hibernateConfig.buildSessionFactory();
=============================
or =============================
...
Properties myProperties = new Properties();
... //Set properties; one potentially being the *.cfg.xml file name
org.hibernate.cfg.Configuration hibernateConfig = new
org.hibernate.cfg.Configuration();
hibernateConfig.setProperties(myProperties);
return hibernateConfig.buildSessionFactory();
=============================
Thanks!
Paul
-- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/History-Logging-tp985...
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
15 years, 7 months
AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY A...
by tappe@transdata.net
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards
Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
When starting up the new Guvnor CR1 in both Tomcat and the Standalone Guvnor
download, I get the following errors...
2010-07-23 08:53:35,256 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/drools-guvnor]]
guvnorService: ERROR: The serialization policy file
'/org.drools.guvnor.Guvnor/8C09DDC749E5C9386FC25E9AAE396D31.gwt.rpc' was not
found; did you forget to include it in this deployment?
2010-07-23 08:53:35,256 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/drools-guvnor]]
guvnorService: WARNING: Failed to get the SerializationPolicy
'8C09DDC749E5C9386FC25E9AAE396D31' for module
'http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/'; a legacy,
1.3.3 compatible, serialization policy will be used. You may experience
SerializationExceptions as a result.
Then, whenever I try to create a rule using the graphical wizard, I get a
system error with the following stack trace...
2010-07-23 08:55:29,914 INFO [STDOUT] ERROR 23-07 08:55:29,914
(LoggingHelper.java:error:76) Type
'org.drools.ide.common.client.modeldriven.brl.RuleModel' was not assignable
to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom
field serializer.For security purposes, this type will not be serialized.:
instance = org.drools.ide.common.client.modeldriven.brl.RuleModel@169dc09
com.google.gwt.user.client.rpc.SerializationException: Type
'org.drools.ide.common.client.modeldriven.brl.RuleModel' was not assignable
to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom
field serializer.For security purposes, this type will not be serialized.:
instance = org.drools.ide.common.client.modeldriven.brl.RuleModel@169dc09
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:610)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:129)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:152)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:534)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeClass(ServerSerializationStreamWriter.java:700)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeImpl(ServerSerializationStreamWriter.java:730)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:612)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:129)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:152)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:534)
at com.google.gwt.user.server.rpc.RPC.encodeResponse(RPC.java:609)
at
com.google.gwt.user.server.rpc.RPC.encodeResponseForSuccess(RPC.java:467)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:564)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:188)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.seam.web.ContextFilter$1.process(ContextFilter.java:42)
at
org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:53)
at org.jboss.seam.web.ContextFilter.doFilter(ContextFilter.java:37)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
-- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-CR1-Serializat...
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
15 years, 7 months
AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY A...
by tappe@transdata.net
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards
Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
That timer properties can not be changed dynamically is one thing. The other
thing is that in the code that is executed each time a wait state timer
fires, you seem to have no access to any process variables. Would you agree
on this, Kris? If yes, is this planned to change in the future?
I guess you could at least implement a wait state that continues after a
variable delay if you could access variables in the timer code. Namely by
updating some fact in the working memory i.e. influence the rule constraint
of the wait state. I also tried signalling an event from within the wait state timer and update
the working memory from a subsequent action node where I do have access to
process variables. This although didn't work with me because of a strange
NullPointerException...
In case anyone is interested: Here is a small project with three approaches
for a wait state node that continues after a variable delay. Neither of them
works, but maybe someone can fix that...
Reto
http://drools-java-rules-engine.46999.n3.nabble.com/file/n989829/demo.var...
demo.variableTimer.zip -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/how-to-access-process...
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
15 years, 7 months
AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY A...
by tappe@transdata.net
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards
Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Hi Kris. Thanks for the reply.
Indeed, it is supported in Hibernate! :) Below is a short snippet that
demonstrates using an alternate config file (or multiple config files). Also, a SessionFactory factory can also be built by a set of properties, or
a Configuration object.
=============================
public static final SessionFactory stagingFactory = new org.hibernate.cfg.Configuration()
.configure("hibernate.cfg.xml")
.configure("hibernate-bam.cfg.xml")
.configure("hibernate-drools.cfg.xml")
.buildSessionFactory();
=============================
or =============================
...
org.hibernate.cfg.Configuration hibernateConfig = new
org.hibernate.cfg.Configuration();
hibernateConfig.configure(getProperty("hibernate.configuration"));
hibernateConfig.setProperty("hibernate.connection.driver_class",
getProperty("hibernate.connection.driver_class"));
hibernateConfig.setProperty("hibernate.connection.url", getProperty("hibernate.connection.url"));
hibernateConfig.setProperty("hibernate.connection.username", getProperty("hibernate.connection.username"));
hibernateConfig.setProperty("hibernate.connection.password", getProperty("hibernate.connection.password"));
hibernateConfig.setProperty("hibernate.c3p0.max_size", getProperty("hibernate.c3p0.max_size"));
hibernateConfig.setProperty("hibernate.c3p0.min_size", getProperty("hibernate.c3p0.min_size"));
hibernateConfig.setProperty("hibernate.c3p0.acquire_increment", getProperty("hibernate.c3p0.acquire_increment"));
hibernateConfig.setProperty("hibernate.c3p0.timeout", getProperty("hibernate.c3p0.timeout"));
hibernateConfig.setProperty("hibernate.c3p0.idle_test_period", getProperty("hibernate.c3p0.idle_test_period"));
return hibernateConfig.buildSessionFactory();
=============================
or =============================
...
Properties myProperties = new Properties();
... //Set properties; one potentially being the *.cfg.xml file name
org.hibernate.cfg.Configuration hibernateConfig = new
org.hibernate.cfg.Configuration();
hibernateConfig.setProperties(myProperties);
return hibernateConfig.buildSessionFactory();
=============================
Thanks!
Paul
-- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/History-Logging-tp985...
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
15 years, 7 months
AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY AUTOREPLY A...
by tappe@transdata.net
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards
Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
Vielen Dank für Ihre Email.
Ich bin erst wieder erreichbar ab dem 16.08.2010
In dringenden Fällen kontaktieren Sie bitte Fr. Dr. Steinbach
Email: steinbach(a)transdata.net
Fon: +49 5206 9106 0
Thanks a lot for your email.
I won't be reachable until August, 16th 2010.
If your matters are really urgent please contact Mrs. Dr. Steinbach
email: steinbach(a)transdata.net
phone: +49 5206 9106 0
===================================================================
Mit freundlichen Grüßen, Kind regards Heiko Tappe
When starting up the new Guvnor CR1 in both Tomcat and the Standalone Guvnor
download, I get the following errors...
2010-07-23 08:53:35,256 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/drools-guvnor]]
guvnorService: ERROR: The serialization policy file
'/org.drools.guvnor.Guvnor/8C09DDC749E5C9386FC25E9AAE396D31.gwt.rpc' was not
found; did you forget to include it in this deployment?
2010-07-23 08:53:35,256 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/drools-guvnor]]
guvnorService: WARNING: Failed to get the SerializationPolicy
'8C09DDC749E5C9386FC25E9AAE396D31' for module
'http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/'; a legacy,
1.3.3 compatible, serialization policy will be used. You may experience
SerializationExceptions as a result.
Then, whenever I try to create a rule using the graphical wizard, I get a
system error with the following stack trace...
2010-07-23 08:55:29,914 INFO [STDOUT] ERROR 23-07 08:55:29,914
(LoggingHelper.java:error:76) Type
'org.drools.ide.common.client.modeldriven.brl.RuleModel' was not assignable
to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom
field serializer.For security purposes, this type will not be serialized.:
instance = org.drools.ide.common.client.modeldriven.brl.RuleModel@169dc09
com.google.gwt.user.client.rpc.SerializationException: Type
'org.drools.ide.common.client.modeldriven.brl.RuleModel' was not assignable
to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom
field serializer.For security purposes, this type will not be serialized.:
instance = org.drools.ide.common.client.modeldriven.brl.RuleModel@169dc09
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:610)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:129)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:152)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:534)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeClass(ServerSerializationStreamWriter.java:700)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeImpl(ServerSerializationStreamWriter.java:730)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:612)
at
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:129)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:152)
at
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:534)
at com.google.gwt.user.server.rpc.RPC.encodeResponse(RPC.java:609)
at
com.google.gwt.user.server.rpc.RPC.encodeResponseForSuccess(RPC.java:467)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:564)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:188)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.seam.web.ContextFilter$1.process(ContextFilter.java:42)
at
org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:53)
at org.jboss.seam.web.ContextFilter.doFilter(ContextFilter.java:37)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
-- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-CR1-Serializat...
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
15 years, 7 months