| author | Vrishali Doke | 2012-05-10 07:12:12 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-06-15 10:40:19 (EDT) |
| commit | 2c9c77c289efc9f144ab6e3613c47cc24752c451 (patch) (side-by-side diff) | |
| tree | f4106354ae4d3e05b9724c9c72957bd68f12bd32 | |
| parent | b6cb3d3f546799c57437bf8a1b38490f34bebfb8 (diff) | |
| download | org.eclipse.stardust.documentation-2c9c77c289efc9f144ab6e3613c47cc24752c451.zip org.eclipse.stardust.documentation-2c9c77c289efc9f144ab6e3613c47cc24752c451.tar.gz org.eclipse.stardust.documentation-2c9c77c289efc9f144ab6e3613c47cc24752c451.tar.bz2 | |
CRNT-23360 - Added limitation section
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@56212 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-convert-activities.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-convert-activities.html b/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-convert-activities.html index 29f1b4d..f9c645d 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-convert-activities.html +++ b/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-convert-activities.html @@ -151,6 +151,24 @@ After performing an undo operation and deleting the according packages and code, a redo cannot create the code again.</p>
<p>The created packages and code will also still remain in the
project, after the according JSF application is deleted from the model.</p>
+ +<h2>Limitations for Manual Activity Converted to JSF Application Activity</h2> +<ul> + <li>Though <strong>Display Mapped Documents</strong> is configured in Activity Panel configuration, no + mapped documents are auto-opened. </li> + <li>The configuration <strong>Show Warning for Unsaved Documents Opened from Activity Views</strong> + does not work.</li> + <li>When the File Upload dialog is opened, the user is forced to open document after upload.</li> + <li>If two activities have same name then their Bean class (that is, Adapter Name) also have same name, + this may cause issues at runtime and this is not validated while converting activity to JSF.</li> + <li>Generated JSF beans are in session scope, so two activities of same type cannot be activated at + same time in two different views.</li> + + +</ul> + + + <script language="JavaScript" type="text/javascript">
<!--
writeFooter();
|

