[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-user
Subject:    [jboss-user] [jBPM] - Solaris +Tomcat 6.0.20 +  jBPM 4.3,
From:       Michael Hessick <do-not-reply () jboss ! com>
Date:       2010-03-31 22:56:53
Message-ID: 1241926762.1024011270076213764.JavaMail.jive () clearspace02 ! app ! mwc ! hst ! phx2 ! redhat ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Michael Hessick [http://community.jboss.org/people/mhessick] created the discussion

"Solaris +Tomcat 6.0.20 +  jBPM 4.3, gwt-console-server- errors"

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

--------------------------------------------------------------
After running the baseline install (demo.setup.tomcat build . . .we configured Oracle \
as our database)

I have deployed the *gwt-console-server-2.0.1.war* and the *gwt-console-2.0.1.war.   \
These replaced both the baseline versions that were created by the build in tomcat's \
webapp directory.*



I'm running into the following error when I try to browse to the deployed processes \
--- logged in as alex



What's interesting is I have this working perfectly on windows with the hsqldb, leads \
me to believe it may be a *NIX or Oracle related issue.

(BTW . . .the ojdbc14.jar I am using is the correct version, so i'll pre-empt that \
response)



INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 31, 2010 4:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 31, 2010 4:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/151 config=null
Mar 31, 2010 4:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 50531 ms
2010-03-31 16:40:46,027 INFO [org.jboss.bpm.console.server.plugin.PluginMgr] - \
<Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin': class \
org.jbpm.integration.console.forms.FormDispatcherComposite> 2010-03-31 16:40:46,047 \
INFO [org.jboss.bpm.console.server.plugin.PluginMgr] - <Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.GraphViewerPlugin': class \
org.jbpm.integration.console.graphView.GraphViewerPluginImpl> 2010-03-31 16:40:46,066 \
INFO [org.jboss.bpm.console.server.plugin.PluginMgr] - <Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.ProcessEnginePlugin': class \
org.jbpm.integration.console.ProcessEnginePluginImpl> 2010-03-31 16:40:49,901 INFO \
[org.jboss.bpm.report.BirtService] - <Service created: \
org.eclipse.birt.report.engine.api.impl.ReportEngine@19f5491> 2010-03-31 16:40:59,509 \
INFO [org.jboss.bpm.console.server.plugin.PluginMgr] - <Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin': class \
org.jbpm.integration.console.forms.FormDispatcherComposite> 2010-03-31 16:41:39,587 \
INFO [org.jboss.bpm.console.server.plugin.PluginMgr] - <Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin': class \
org.jbpm.integration.console.forms.FormDispatcherComposite> 2010-03-31 16:41:42,382 \
INFO [org.jbpm.pvm.internal.svc.DefaultCommandService] - <exception while executing \
command org.jbpm.pvm.internal.cmd.GetStartActivityNamesCmd@c87802> \
java.lang.NullPointerException at \
org.jbpm.pvm.internal.cmd.GetStartActivityNamesCmd.execute(GetStartActivityNamesCmd.java:53)
 at org.jbpm.pvm.internal.cmd.GetStartActivityNamesCmd.execute(GetStartActivityNamesCmd.java:37)
 at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
 at org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)
 at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.executeInNewEnvironment(EnvironmentInterceptor.java:53)
 at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40)
 at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
at org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43)
at org.jbpm.pvm.internal.repository.RepositoryServiceImpl.getStartActivityNames(RepositoryServiceImpl.java:105)
 at org.jbpm.integration.console.forms.ProcessFormDispatcher.getStartFormName(ProcessFormDispatcher.java:67)
 at org.jbpm.integration.console.forms.ProcessFormDispatcher.processHasForm(ProcessFormDispatcher.java:62)
 at org.jbpm.integration.console.forms.ProcessFormDispatcher.getDispatchUrl(ProcessFormDispatcher.java:45)
 at org.jbpm.integration.console.forms.FormDispatcherComposite.getDispatchUrl(FormDispatcherComposite.java:54)
 at org.jboss.bpm.console.server.ProcessMgmtFacade.decorateProcessDefintions(ProcessMgmtFacade.java:123)
 at org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:108)
 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.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:117)
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:260)
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:232)
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:166)
at org.jboss.resteasy.core.DispatcherUtilities.getJaxrsResponse(DispatcherUtilities.java:142)
 at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
 at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:173)
 at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:93)
 at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:68)
 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.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
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.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
 
 
 
Thanks,
 
Mike


--------------------------------------------------------------

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

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



[Attachment #5 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; \
margin: 0; padding: 20px;">

<div>
	<table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: \
1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tbody>
			<tr>

				<td>

					<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" \
style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: \
6px; -webkit-border-radius: 6px;">  <tbody>
							<tr>
								<td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px \
solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; \
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; \
                -webkit-border-top-left-radius: 5px;">
									<h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; \
                margin: 0; display: block !important;">
									<!-- To have a header image/logo replace the name below with your img tag \
                -->
									<!-- Email clients will render the images when the message is read so any \
                image -->
									<!-- must be made available on a public server, so that all recipients can \
                load the image. -->
									<a href="http://community.jboss.org/index.jspa" style="text-decoration: \
none; color: #E1E1E1">Community</a></h1>  </td>

							</tr>
							<tr>
								<td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; \
color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; \
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; \
-webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: \
17px; font-weight: normal;">  Solaris +Tomcat 6.0.20 +  jBPM 4.3, gwt-console-server- \
errors </h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/mhessick">Michael \
Hessick</a> in <i>jBPM</i> - <a \
href="http://community.jboss.org/message/535029#535029">View the full discussion</a> \
</span> <hr style="margin: 20px 0; border: none; background-color: #dadada; height: \
1px;">

<div class="jive-rendered-content"><p>After running the baseline install \
(demo.setup.tomcat build . . .we configured Oracle as our database)</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have deployed the \
<strong style="font-size: 8pt; ">gwt-console-server-2.0.1.war</strong> and the <span \
style="font-size: 8pt;"><strong>gwt-console-2.0.1.war.&#160; These replaced both the \
baseline versions that were created by the build in tomcat's webapp \
directory.</strong></span></p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I'm running into the \
following error when I try to browse to the deployed processes --- logged in as \
alex</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: \
8pt; height: 8pt; padding: 0px;">&#160;</p><p>What's interesting is I have this \
working perfectly on windows with the hsqldb, leads me to believe it may be a *NIX or \
Oracle related issue.</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p>(BTW . . .the ojdbc14.jar I am using is the correct version, so \
i'll pre-empt that response)</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span \
style="font-size: 8pt;"><p><span style="font-family: courier new,courier;">INFO: \
Starting Coyote HTTP/1.1 on http-8080</span></p><p><span style="font-family: courier \
new,courier;">Mar 31, 2010 4:40:29 PM org.apache.jk.common.ChannelSocket \
init</span></p><p><span style="font-family: courier new,courier;">INFO: JK: ajp13 \
listening on /0.0.0.0:8009</span></p><p><span style="font-family: courier \
new,courier;">Mar 31, 2010 4:40:29 PM org.apache.jk.server.JkMain \
start</span></p><p><span style="font-family: courier new,courier;">INFO: Jk running \
ID=0 time=0/151 config=null</span></p><p><span style="font-family: courier \
new,courier;">Mar 31, 2010 4:40:29 PM org.apache.catalina.startup.Catalina \
start</span></p><p><span style="font-family: courier new,courier;">INFO: Server \
startup in 50531 ms</span></p><p><span style="font-family: courier \
new,courier;">2010-03-31 16:40:46,027 INFO \
[org.jboss.bpm.console.server.plugin.PluginMgr] - &lt;Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin': class \
org.jbpm.integration.console.forms.FormDispatcherComposite&gt;</span></p><p><span \
style="font-family: courier new,courier;">2010-03-31 16:40:46,047 INFO \
[org.jboss.bpm.console.server.plugin.PluginMgr] - &lt;Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.GraphViewerPlugin': class \
org.jbpm.integration.console.graphView.GraphViewerPluginImpl&gt;</span></p><p><span \
style="font-family: courier new,courier;">2010-03-31 16:40:46,066 INFO \
[org.jboss.bpm.console.server.plugin.PluginMgr] - &lt;Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.ProcessEnginePlugin': class \
org.jbpm.integration.console.ProcessEnginePluginImpl&gt;</span></p><p><span \
style="font-family: courier new,courier;">2010-03-31 16:40:49,901 INFO \
[org.jboss.bpm.report.BirtService] - &lt;Service created: \
org.eclipse.birt.report.engine.api.impl.ReportEngine@19f5491&gt;</span></p><p><span \
style="font-family: courier new,courier;">2010-03-31 16:40:59,509 INFO \
[org.jboss.bpm.console.server.plugin.PluginMgr] - &lt;Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin': class \
org.jbpm.integration.console.forms.FormDispatcherComposite&gt;</span></p><p><span \
style="font-family: courier new,courier;">2010-03-31 16:41:39,587 INFO \
[org.jboss.bpm.console.server.plugin.PluginMgr] - &lt;Successfully loaded plugin \
'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin': class \
org.jbpm.integration.console.forms.FormDispatcherComposite&gt;</span></p><p><span \
style="font-family: courier new,courier;">2010-03-31 16:41:42,382 INFO \
[org.jbpm.pvm.internal.svc.DefaultCommandService] - &lt;exception while executing \
command org.jbpm.pvm.internal.cmd.GetStartActivityNamesCmd@c87802&gt;</span></p><p><span \
style="font-family: courier \
new,courier;">java.lang.NullPointerException</span></p><p><span style="font-family: \
courier new,courier;">at \
org.jbpm.pvm.internal.cmd.GetStartActivityNamesCmd.execute(GetStartActivityNamesCmd.java:53)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.cmd.GetStartActivityNamesCmd.execute(GetStartActivityNamesCmd.java:37)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.svc.EnvironmentInterceptor.executeInNewEnvironment(EnvironmentInterceptor.java:53)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:40)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.svc.SkipInterceptor.execute(SkipInterceptor.java:43)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.pvm.internal.repository.RepositoryServiceImpl.getStartActivityNames(RepositoryServiceImpl.java:105)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.integration.console.forms.ProcessFormDispatcher.getStartFormName(ProcessFormDispatcher.java:67)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.integration.console.forms.ProcessFormDispatcher.processHasForm(ProcessFormDispatcher.java:62)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.integration.console.forms.ProcessFormDispatcher.getDispatchUrl(ProcessFormDispatcher.java:45)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jbpm.integration.console.forms.FormDispatcherComposite.getDispatchUrl(FormDispatcherComposite.java:54)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.bpm.console.server.ProcessMgmtFacade.decorateProcessDefintions(ProcessMgmtFacade.java:123)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:108)</span></p><p><span \
style="font-family: courier new,courier;">at \
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</span></p><p><span \
style="font-family: courier new,courier;">at \
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</span></p><p><span \
style="font-family: courier new,courier;">at \
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</span></p><p><span \
style="font-family: courier new,courier;">at \
java.lang.reflect.Method.invoke(Method.java:597)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:117)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:260)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:232)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:166)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.core.DispatcherUtilities.getJaxrsResponse(DispatcherUtilities.java:142)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:173)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:93)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:68)</span></p><p><span \
style="font-family: courier new,courier;">at \
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)</span></p><p><span \
style="font-family: courier new,courier;">at \
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)</span></p><p><span \
style="font-family: courier new,courier;">at \
java.lang.Thread.run(Thread.java:619)</span></p><p style="min-height: 8pt; height: \
8pt; padding: 0px;"><span style="font-family: courier new,courier;"> \
</span>&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"><span \
style="font-family: courier new,courier;"> </span>&#160;</p><p style="min-height: \
8pt; height: 8pt; padding: 0px;"><span style="font-family: courier new,courier;"> \
</span>&#160;</p><p><span style="font-family: courier \
new,courier;">Thanks,</span></p><p style="min-height: 8pt; height: 8pt; padding: \
0px;"><span style="font-family: courier new,courier;"> </span>&#160;</p><p><span \
style="font-family: courier new,courier;">Mike</span></p></span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a \
href="http://community.jboss.org/message/535029#535029">going to Community</a></p>  \
<p style="margin: 0;">Start a new discussion in jBPM at <a \
href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
 </div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic