< Previous | Next >

Debug information

This section contains the debug information you can use for this sample.

Symptom:
ExceptionUtil E CNTR0020E: EClassifier "http://ClipsAndTacksF1/Businessitems#Notification" not found in ClassLoaderScope: com.ibm.ws.classloader.CompoundClassLoader@20b220b2
Explanation:
This runtime error might occur after you set the status as REJECTED. If so, it is likely that the project name you created in WebSphere® Business Modeler is not ClipsAndTacksF1, causing a namespace mismatch in CancelOrderandSendNotificationImpl.java.
User response:
Change the namespace definition in CancelOrderandSendNotificationImpl.java to ClipsAndTacksF1.
Symptom:
ExceptionUtil E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "transactionNotSupportedActivitySessionSupports" on bean "BeanId(ClipsAndTracksF1App#ClipsAndTracksF1EJB.jar#Module, null)". Exception data: java.lang.NullPointerException at com.clipstacks.credit.CreditRating.calculateCreditRating(CreditRating.java:47) at sca.component.java.impl.CheckCustomerAccountStatusImpl. InputCriterion(CheckCustomerAccountStatusImpl.java:38)
Explanation:
This runtime error might occur after you add input data into OrderHandlingFuture1.
User response:
Regenerate the user interfaces for the forms, ensuring that the building workspace is completed and the server is starting before you regenerate the user interfaces.

To import the completed projects, complete the following steps:

  1. Start WebSphere Integration Developer with a clean workspace.
  2. Click File > Import > Other > Project Interchange and click Next.
  3. For From zip file, click Browse and to select the directory where the ClipsAndTacksF1All.zip is saved.
  4. Click Select All and then Finish to import everything.
    1. ClipsAndTacksF1 is the completed business process .
    2. clips is the monitoring model.
< Previous | Next >