Skip to content

My carddemo-service src/main/java is incomplete for the AWS Blu Age Go Live demo

0

My carddemo-service src/main/java is incomplete for the AWS Blu Age Go Live demo. See my first image showing my files and the second image showing what should be there. What am I missing and how do I get the correct files in this project?

Enter image description hereEnter image description here

asked 2 years ago188 views

2 Answers
0
Accepted Answer

Fixed by refactoring.

answered 2 years ago

EXPERT

reviewed 2 years ago

0

Based on the images you've provided, it appears that your carddemo-service src/main/java directory is indeed missing several important files and packages for the AWS Blu Age Go Live demo. The second image shows the expected structure, which includes additional packages and files that are not present in your current setup.

To resolve this issue and get the correct files for your project, you should follow these steps:

  1. Ensure that you have downloaded the complete CardDemo sample application package from the official AWS Mainframe Modernization resources. This package should contain all the necessary files for the demo.

  2. If you haven't already, unzip the CardDemo sample application package you downloaded.

  3. Look for a directory within the unzipped contents that matches the structure shown in the second image. It should contain the complete src/main/java directory with all the required packages and files.

  4. Copy the contents of this complete src/main/java directory from the sample package to your project's src/main/java directory, replacing any existing files if necessary.

  5. After copying, verify that your project structure now matches the one shown in the second image, including all the packages like com.infotel.carrierdemo.batch, com.infotel.carrierdemo.online, and others.

  6. If you're using an IDE, make sure to refresh your project view to see the newly added files.

If you're still missing files after following these steps, you may need to reach out to AWS support or check the AWS Mainframe Modernization documentation for any additional resources or troubleshooting steps specific to the CardDemo application setup.

Remember that having the complete set of files is crucial for the proper functioning of the CardDemo application in the AWS Blu Age environment. Make sure all the necessary components are in place before proceeding with the demo.
Sources
Tutorial: Set up the CardDemo sample application in AWS Mainframe Modernization Application Testing - AWS Mainframe Modernization
Tutorial: Replay and compare in AWS Mainframe Modernization Application Testing using CardDemo for AWS Blu Age deployed on Amazon EC2 - AWS Mainframe Modernization

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.