Author |
Message
|
vennela |
Posted: Sat Dec 01, 2007 9:57 pm Post subject: Which jar file contains GroupWorkListHandler |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I can't find which jar file or which support pac or the location of the java/class file
com.ibm.workflow.servlet.sample.client.GroupWorkListHandler
Appreciate any quick help |
|
Back to top |
|
 |
jmac |
Posted: Sun Dec 02, 2007 6:34 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Venny:
I believe what you are looking for is GroupWorkListHandler.sol in directory C:\Program Files\IBM\WebSphere MQ Workflow\SMP\WebClient\groupwl\step3 _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Sun Dec 02, 2007 7:38 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I too found that when I did a search for file. But my customer is getting a NoClassDefinitionFound error in his web client.
So I am guessing there should be a class right. Is there something I am missing here |
|
Back to top |
|
 |
jmac |
Posted: Sun Dec 02, 2007 7:47 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I vaguely remember that at some point in the past, all of the "Web Client" samples were packaged in one of the jar files (fmchocli, or fmcoutil) and that was the first place I looked when I saw your post. I assume that at some point in the past this changed. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Sun Dec 02, 2007 8:04 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Looks like the customer migrated the web client from 3.4 to 3.6 on a weblogic server and that is where they are getting this error. Definitely it is a sample based on the class/package name but I can't find it.
I am not sure when/where/why they are using this class though.
So do you guess this has got something to do with older to newer versions thing and some of these jars have changed? |
|
Back to top |
|
 |
jmac |
Posted: Sun Dec 02, 2007 8:15 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Venny:
OK, what you are saying lends credence to what I thought, I bet if you can dig up 3.4 jars you will find that class in either fmchocli.jar or fmcoutil.jar.
My guess as to where it is being referenced, is that someone ran the samples, and there is likely a JSP that refers to the Group Worklist Handler someplace, and if they are "compiling" JSPs at start up (or whatever that option is) it could be that you are seeing this error, yet the customer is never using the class.
Just a guess _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
hos |
Posted: Mon Dec 03, 2007 12:26 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Venny, John,
this customer enabled the web client's GroupWorkList feature in 3.4 and forgot to re-enable it in 3.6. Have a look at
file:///<MQWF install-dir>/DOC/WebClient/tutorial.html
to see the steps that need to be done. |
|
Back to top |
|
 |
vennela |
Posted: Mon Dec 03, 2007 6:56 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Thanks Hos
Will look at it and see if that resolves it.
Thanks |
|
Back to top |
|
 |
|