Although Apache Beehive does not use the BEA Beehive Java™ Page Flow (.jpf) files, these files contain flow information that must be migrated for use with Apache Beehive.
To migrate the .jpf files, move these files to the Java source path in your project and change the file extension to .java. You can use the Eclipse refactoring options to move and rename the files.
Place each file in the package that is specified by the package statement in the JPF source code.
If the package does not exist, create the package
file. If the .jpf file does not contain a package statement, add a statement in the
following form to the first line of the file:
After you migrate the .jpf files, rerun the BEA Beehive to Apache Beehive rules to analyze the refactored Beehive Java components.