[JBoss-user] [JBoss jBPM] - Unworkable jbpm.war downloaded from wiki knowledge base and

2006-03-27 Thread kiamfei
Hi,
  Could anyone pls try it out ? I found that this file is giving a lot of 
problem while I try to access to its context.  It consists mixture of jbpm 
version , ie jbpm3.1.jar and jbpm-webapp-3.0.jar ... why version 3.0 is found 
here ? any source repository that I can download the complete war set ?  Thank 
you in advance.
rgds,
struggling

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3932770#3932770

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932770


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Class file org/jbpm/security/Authentication seems missing fr

2006-03-26 Thread kiamfei
Hi,
   Has anyone awared that org/jbpm/security/Authentication class file seems to 
be missing from the jbpm-3.1.jar downloadable file? Does anyone know where to 
download the complete jar besides from the starter-kit zipped file.  Thanks in 
advance.
rgds,
KiamFei 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3932716#3932716

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932716


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - java.lang.NoClassDefFoundError: org/jbpm/security/Authentica

2006-03-24 Thread kiamfei
Hi guys,
   I am not sure what I did wrong ? I downloaded the jbpm.war from 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmWebConsole and even used the one 
extracted from the jbpm-starters-kit-3.1.zip file downloaded from jboss site; 
both are giving the same error while I access to http://localhost:8080/jbpm/ .  
looked like some jar files are missing.  I tried to search from the jbpm jar 
files I have downloaded, they all do not consist of class 
org/jbpm/security/Authentication.  I really need someone to guide me thru this 
error.  Thank you.  
cheers,
KiamFei

The error is as below :

2006-03-24 16:26:16,530 DEBUG [org.jbpm.webapp.filter.LogFilter] request 
http://localhost:8080/jbpm/
2006-03-24 16:26:16,530 DEBUG [org.jbpm.webapp.context.PersistenceContext] 
beginning transaction
2006-03-24 16:26:16,530 DEBUG [org.hibernate.impl.SessionImpl] opened session 
at timestamp: 4682501228666880
2006-03-24 16:26:16,530 DEBUG [org.hibernate.transaction.JDBCTransaction] begin
2006-03-24 16:26:16,530 DEBUG [org.hibernate.jdbc.ConnectionManager] opening 
JDBC connection
2006-03-24 16:26:16,530 DEBUG 
[org.hibernate.connection.DriverManagerConnectionProvider] total checked-out 
connections: 0
2006-03-24 16:26:16,530 DEBUG 
[org.hibernate.connection.DriverManagerConnectionProvider] using pooled JDBC 
connection, pool size: 0
2006-03-24 16:26:16,530 DEBUG [org.hibernate.transaction.JDBCTransaction] 
current autocommit status: false
2006-03-24 16:26:16,530 DEBUG [org.hibernate.jdbc.JDBCContext] before 
transaction completion
2006-03-24 16:26:16,530 DEBUG [org.jbpm.webapp.context.PersistenceContext] 
rolling back transaction
2006-03-24 16:26:16,530 DEBUG [org.hibernate.transaction.JDBCTransaction] 
rollback
2006-03-24 16:26:16,530 DEBUG [org.hibernate.jdbc.JDBCContext] before 
transaction completion
2006-03-24 16:26:16,530 DEBUG [org.hibernate.impl.SessionImpl] before 
transaction completion
2006-03-24 16:26:16,562 DEBUG [org.hibernate.transaction.JDBCTransaction] 
rolled back JDBC Connection
2006-03-24 16:26:16,562 DEBUG [org.hibernate.jdbc.JDBCContext] after 
transaction completion
2006-03-24 16:26:16,562 DEBUG [org.hibernate.impl.SessionImpl] after 
transaction completion
2006-03-24 16:26:16,562 DEBUG [org.hibernate.impl.SessionImpl] closing session
2006-03-24 16:26:16,562 DEBUG [org.hibernate.jdbc.ConnectionManager] closing 
JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 
0, globally: 0)]
2006-03-24 16:26:16,562 DEBUG 
[org.hibernate.connection.DriverManagerConnectionProvider] returning connection 
to pool, pool size: 1
2006-03-24 16:26:16,562 DEBUG [org.hibernate.jdbc.JDBCContext] after 
transaction completion
2006-03-24 16:26:16,562 DEBUG [org.hibernate.impl.SessionImpl] after 
transaction completion
2006-03-24 16:26:16,562 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm].[jsp]] 
Servlet.service() for servlet jsp threw exception
java.lang.NoClassDefFoundError: org/jbpm/security/Authentication
at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:23)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:157)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59

[JBoss-user] [JBoss jBPM] - Re: Help running HelloTest...

2006-02-22 Thread kiamfei
Hi Tom,
  It works for me now, just modify the source, it should work, neglect the gui.
rgds,
KiamFei

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925534#3925534

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925534


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - JBoss jBPM Process Designer Getting Started

2006-02-21 Thread kiamfei
Hi,
  I am using eclipse 3.1.2 as I can't find 3.1 m7.
  When I try to follow the example in JBoss jBPM Process Designer Getting 
Started (found in the jboss's site jbpm documentation), I encounter error 
during the Action creation part; the error is as follow :

java.lang.NullPointerException
at org.jbpm.ui.properties.TaskAdvancedPropertyPage.handleName(Unknown 
Source)
at org.jbpm.ui.properties.TaskAdvancedPropertyPage.performOk(Unknown 
Source)
at 
org.eclipse.jface.preference.PreferenceDialog$11.run(PreferenceDialog.java:862)
at 
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at 
org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:842)
at 
org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:296)
at 
org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:227)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
at org.eclipse.jface.window.Window.open(Window.java:787)
at 
org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
at org.jbpm.ui.part.tree.ElementTreeEditPart.openPropertyDialog(Unknown 
Source)
at org.jbpm.ui.part.tree.ElementTreeEditPart.performRequest(Unknown 
Source)
at org.jbpm.ui.outline.DesignerOutlineViewer.handleDoubleClick(Unknown 
Source)
at org.jbpm.ui.outline.DesignerOutlineViewer.access$3(Unknown Source)
at org.jbpm.ui.outline.DesignerOutlineViewer$4.mouseDoubleClick(Unknown 
Source)
at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:141)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at 
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)



The error log shows that this error is come from org.eclipse.jface plugin, I 
really got no idea how to work this around.  Anyone encountered this problem 
before ? If you did, pls shine the problems.  Thank you in advance.

rgds,
kiamfei

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925274#3925274

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925274


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Help running HelloTest...

2006-02-21 Thread kiamfei
Hi Tom,
   are you using Windows ? and what is the version ? Just wonder !
   I am using N2K 5.00.2195 SP4. 
rgds,
KiamFei


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925495#3925495

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925495


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Help running HelloTest...

2006-02-21 Thread kiamfei
Hi,
  Created a new workspace, and import the hello.par into its src/process 
folder, giving the same error, did not work for me as well.
rgds,
KiamFei

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925508#3925508

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925508


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: deployment works on Windows but not Linux.

2005-11-13 Thread kiamfei
Could any of the Jboss guys pls put down your words for this posting ?jboss 
engineers should be able to answer !?!?!? pls guide.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3907002#3907002

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3907002


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - deployment works on Windows but not Linux.

2005-11-08 Thread kiamfei
All,
   Same application deployed on Windows works, but not for linux platform, 
could someone pls give some hints, the boot up error found as below :

--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:service=EJB3,module=business.ejb3
  State: FAILED
  Reason: java.lang.RuntimeException: No container configured with name 
'Stateless Bean''

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.j2ee:service=EJB3,module=business.ejb3
  State: FAILED
  Reason: java.lang.RuntimeException: No container configured with name 
'Stateless Bean''

Thanks,
Kfei


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3906184#3906184

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906184


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Can not catch ConstraintViolationException.

2005-09-13 Thread kiamfei
All,
  I try to explicitly catch the ConstraintViolationException by the persist() 
method of the EJb3.0 entity bean but not successful.  Has anyone experienced 
this before ? and what is the way to catch this exception.  thank you.
rgds,
fei

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3894580#3894580

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3894580


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user