Uml documentation

I'm doing a final year project - it's a web application, I've used jsp's and the struts framework partly. javabeans etc etc.
Can I do a class diagram for this? since the java classes dont really have much information in them.
Can I do sequence diagrams or interaction diagrams?
I've done the use cases and the use case diagram.
I did a course for UML modelling - but it was only for java applications and I'm not sure what to do in this circumstance.
Can anyone help?
Thank you

hi
its better that u do prepare class diagrams, if possible in Rational Rose. it would help u understand completely the flow of information and objetcs transfer. then after a detailed review of the class diagram Rose would generate the code for u which u could very well use as the skeleton code.
i have done it in three Struts projects and it makes life easy. Designing becomes hectic but then coding becomes a child's play.
all the best
reply if u r not clear

Similar Messages

  • A bug in UML documentation in SJSE 8.1

    Hi!
    Is There a bug in UML documentation in SJSE 8.1?
    When I write some text in editor, it insert ENTER and Blanck lines in my text.
    What is hapend? What am I doing?
    Thanks!

    Hi,
    Is There a bug in UML documentation in SJSE 8.1?
    When I write some text in editor, it insert ENTER and
    Blanck lines in my text. Could you please be more specific? What is an action which causes insertion
    of Enter and Blank lines? Is it after Save? Or after reopen of project? Or
    after/before something else? It would be valuable if you provide an example of
    your text before your action and after it.

  • Where is the conceptual overview / UML / Documentation?

    I am trying to audit the OSMF framework for adoption at work.  However, it is difficult to get a handle on the scope of this project. I have no idea what your packages are metaphors for (speaking of, why do the asdocs include the entire AS3 codebase?) or the patterns and concepts you based the code on. Heck, I can't even tell what exactly this framework does! The only insight I have into the thinking behind this project is by reading bits from the devs on these forums. Believe me, I know how hard it is to provide documentation for the product while trying to support an ongoing development process. I just hope you guys pause the coding and spend a couple weeks really documenting this project. :-)
    Are there any posts or anything that will give me a head start on this information? I found a couple random blog entries that had some info on Strobe, but they were not very thorough.
    Thanks,
    Tim Beynart

    We're currently working on a developer's guide which will hopefully fill some of the gaps you mention.  Here's a compendium of useful links for getting started (I'm sure you've already found some of these):
    Architectural Overview: http://opensource.adobe.com/wiki/display/osmf/Strobe+Architectural+Overview
    Intro to Traits (PDF): http://opensource.adobe.com/wiki/download/attachments/34373769/traits+intro.pdf?version=1
    Features & Roadmap: http://opensource.adobe.com/wiki/display/osmf/Features
    Specifications: http://opensource.adobe.com/wiki/display/osmf/Specifications
    Building a HelloWorld app with OSMF: http://blogs.adobe.com/osmf/2009/09/building_a_helloworld_app_with_osmf.html
    Intro to OSMF (video from MAX session): http://2009.max.adobe.com/online/session/332
    Technical Intro to OSMF: http://blogs.adobe.com/osmf/2009/08/technical_intro_to_osmf.html
    Intro to OSMF (by Jodie O'Rourke): http://jodieorourke.com/view.php?id=111&blog=news
    If you'd rather see running code, the most succinct app for seeing what OSMF can do is the ExamplePlayer  (source is here).  It shows a wide variety of examples, each of which is represented by the exact same base class (MediaElement), which is what allows the player code to be decoupled from the various media implementations.
    If you make it through all of the above :-), I'd be curious to know a) whether they're helpful and b) what's missing to help you get started.

  • JATO UML?

    Is there any UML documentation of JATO? I would love to see generic
    sequence diagrams and conceptual class diagrams is they exist.
    Steve

    Look in the Files section and there are class and sequence diagrams
    for JATO 1.1.
    Steve
    --- In iPlanet-JATO@y..., "giuliovuolo" <giulio.vuolo@c...> wrote:
    >
    Yes, please. Are these available?
    If not, I might do them and I will post.
    Giulio
    --- In iPlanet-JATO@y..., "Steve Winer" <stephen_winer@y...> wrote:
    Is there any UML documentation of JATO? I would love to see generic
    sequence diagrams and conceptual class diagrams is they exist.
    Steve

  • UML tool: plugin vs. standalone

    We use Eclipse in our company and are looking for a UML tool.
    What is better: A plugin or a standalone tool?
    Or do you have any other ideas (what is important concerning an UML tool)?

    I am a beginner in UML and programming. But I tell you my opinion.
    What you suggest any painting tool could do (except the reverse engeneering for documentation of the design).
    I think it would be handy to have most information (UML and of course source code) available inside the IDE. So I prefer a plugin.
    If you need to maintain a component, you have everything together: analysis diagrams and design diagrams, all accessible with the IDE. So you waste no time using another standalone tool looking for the UML documentation or even make errors because of that extra effort. We have many packages and our components are spread across different packages.
    I think forward engineering is useful. Many of our programmers are inexperienced with UML. If they have a tool with roundtrip engineering then this helps them learning UML because they see the results in the code. Further there is no need to convert the diagram manually to source code (which means spending extra time) because of forward engineering. Its easy to adjust the output code to the team preferences. This can be done with a few mouse clicks in Eclipse.
    If the programmer creates and maintains the UML design documentation while he programs a component, then this helps himself to keep track of it. Thus he will be faster finishing his work in my eyes. He will also do less errors because he uses UML to keep track of his work. Our components can be quite complex, using each other in all possible ways.
    I agree that it is important to have a nearly perfect roundtrip engineering. It should not be repository based but stored in the source code.
    Reverse Engineering is limited in most tools to class diagrams. But reverse engineering can be also applied to sequence and collaboration diagrams.
    And if a UML tool supports requierements engineering it helps you to locate the piece of code very easily which you need to change if you have to do a software change.
    I used Poseidon free edition to reverse engineer a component. It was uselesst to me. We use a framework to create components and the components are spread across different packages. It is not possible in Poseidon to import a few classes and let Poseidon import also all classes which are connected to the imported classes. Difficult to explain. With TogetherWSE the Job was much more easy to create a "after work" UML documentation. Futhermore Poseidon lacks of many features of UML.
    We start to build a ERP with a framework we bought and which still is in development. The documentation is not good of the framework. I want to use a tool which helps me keep track of the very complex components we will have to program so that I don't drown.

  • UML for Java

    Hi,
    I'm looking for a good book (or URL) regarding J2EE application design using UML... That is, I know a bit about Java and a little about OO principles but I don't know where to start in terms of putting what I know into practice.
    Would be grateful for some advice - and thanks in advance!

    Thanks for the feedback - I will check out Martin
    Fowlers book and the URL. Also, I guess my question
    was a bit dum in the sense that UML is implementation
    independent (long words now) but I find the thought
    of implementing a set of UML documentation extremely
    daunting, to say the least. Any
    books/resources/other on this?Start with Fowler.
    "implementing a set of UML documentation" - you mean a complete design? Yes, it can be a lot of work, depending on how rigorous you want to be. (For example, doing a complete UI design will become quite a challenge, indeed.)
    Fowler has some fine thoughts about UML and its uses. He says there are two schools of thought:
    (1) Sketchers, or folks who use snippets of UML to communicate their ideas to others. These folks are used to working on sheets of paper and whiteboards, and
    (2) "UML as blueprint" folks want to treat UML designs like engineering drawings. Their goal is to take a complete design and either throw it over the wall for implementation, much like engineering firms used to heave drawings over the wall to manufacturing departments, or pass it to a model driven development package that would parse the UML and spit out a complete code base.
    I'm firmly in the sketchers camp.
    I don't think heaving drawings over the wall has proven very effective for engineering and manufacturing firms. I don't think it will be much better for software firms. Engineering is guided by the laws of physics and 1000s of years of experience. Computer science and software development isn't nearly at that level yet.
    If you can get some good class diagrams and capture your most important use cases as sequence diagrams I'd say you were making a fine start.
    %

  • DocFlex/Javadoc 1.5.6, a multi-format doclet development tool and more

    DocFlex/Javadoc is both a multi-format Javadoc Doclet and a rapid doclet development tool, which allows easy creation of professional quality Java API documentation generated by Javadoc in various output formats.
    More in this article:
    Key Features
    Availability
    This Version
    What is DocFlex?
    Main Concepts
    Other Applications
    Links
    KEY FEATURES
    Template-driven doclet architecture
    - Actual doclets are created in the form of special templates interpreted by the DocFlex Doclet, which is the template interpreter / output generator wrapped in the form of a Javadoc Doclet.
    - The high quality graphic Template Designer allows you to visually design most of things, whose development was possible so far only by direct Java coding.
    - The templates are designed independently on a particular output format. All formatting is specified in some universal way using properties of template components. During the generation, it is rendered with the suitable features available in the selected output format.
    - The elaborated support of template parameters (including multivalued list parameters). The parameters are defined and accessed within templates to adjust dynamic properties of template components. Most of options previously used to control an ordinary doclet now simply become template parameters!
    - The possibility to call templates from one another. This feature (along with the template parameters) makes possible re-using the same templates for different tasks as well as organizing template libraries.
    Data processing
    - The entire Doclet API is represented in the form of a virtual XML document (called Doclet DSM), on which the designing and processing of all templates is based.
    - Sophisticated capabilities for data querying and sorting based on an extension of XPath.
    - Full support of new Java 5.0 language features: Generic Types, Enums, Annotations.
    - Simultaneous support of Java 1.4 and Java 5.
    Creating hyperlinks
    - Generation of an extensive network of hyperlinks interconnecting the whole documentation.
    - The hyperlinks can be generated in all output formats that support them (this currently includes HTML and RTF).
    - The universal way of defining documentation cross-links based on the link/target keys specified in templates.
    - In RTF, the cross-links can be generated in the form of page number references, which effectively makes them usable even in the printed documentation.
    - In HTML, the possibility of loading several frame windows from a single hyperlink at once.
    Universal support of various formatting techniques
    - text formatting: fonts, colors, borders
    - paragraph formatting: margins, pagination control, borders, colors
    - border formatting: styles (solid, double, dashed, dotted), thickness, colors
    - tables: arbitrary cell layouts, borders, nested tables
    - lists: bulleted, numbered, delimited
    - document fields (RTF): page number, number of pages, TOC, etc.
    - page formatting: size, orientation, margins, headers/footers
    - formatting styles
    - rendering of embedded HTML, which means interpreting in non-HTML output formats (such as RTF) the HTML tags embedded in text data (e.g. documentation comments). Almost all HTML tags practically usable in doc-comments are supported.
    Inserting images
    - statically specified in templates
    - dynamically, obtained by <img> tags found in Java comments
    - supported image formats: GIF, PNG, JPG, WMF, EMF, BMP
    Output formats
    - HTML (both framed multi-file and single-file output)
    - RTF (version 1.6 - supported since Word 2000).
    - TXT (plain text), which may be particularly useful for various utilizations of the Java code information provided by the Doclet API generate XML files by it, or SQL files to import into a database).
    Standard Template Set
    - The ready-to-use Standard Template Set included in all editions of DocFlex/Javadoc allows you to immediately generate:
    (*) The framed HTML Java API documentation similar to that generated by the standard Javadoc.
    (*) The same documentation packed in a single HTML file.
    (*) The unmatched quality RTF JavaDoc.
    - Special features supported by standard templates:
    (*) Excluding classes/methods/fields by custom tags and annotations.
    (*) Selective omitting of package qualifiers.
    (*) Selective documenting of custom tags (similar to -tag option of Standard Doclet).
    - By modifying the standard templates, you can quickly customize the generated documentation according to your needs.
    Doclet GUI
    - Besides command line options, DocFlex Doclet supports an alternative user-friendly way to control the template-based doclets interactively -- the high quality Doclet GUI.
    - The Doclet GUI starts with the Generator Dialog, where you can specify all general settings (such as the main template, the output format and the output directory), start the generation, track its progress and stop at any moment you need.
    - The grid-tree-based Parameter Inspector invoked from the Generator Dialog for a selected template allows you to view the descriptions of all template parameters controlling the doclet and set their values according to the parameter data types.
    - The generator options specific for the selected output format can be set in the corresponding Format Option Inspector (also invoked from the Generator Dialog).
    - Once the generation is finished (or cancelled), you can start it again with different settings or a new main template without restarting the whole Javadoc.
    Integrations
    - With any system that runs Javadoc (in particular, see below)
    - Apache Ant
    - Apache Maven 2
    - Eclipse
    For lots more information, see DocFlex/Javadoc homepage: [http://www.filigris.com/products/docflex_javadoc/]
    AVAILABILITY
    DocFlex/Javadoc comes in two editions:
    (1) The full edition called "DocFlex/Javadoc" as it is. This is commercial software, which includes all the implemented functionality.
    (2) The reduced freeware edition called "DocFlex/Doclet". It includes only the output generator and can be used as an interpretor of any custom templates. It also includes the standard template set, which allows you to instantly use it as an HTML doclet (similar to the standard one, however with some special features) plus an excellent quality RTF doclet.
    Both editions are available for downloads on the page: [http://www.filigris.com/downloads/]
    THIS VERSION
    New features:
    - The template interpretor works 15-20% faster
    - Improvement of RTF output
    - Multi-valued (list) template parameters
    - Custom elements
    - Standard Templates: Selective documenting of custom tags (similar to -tag option of standard doclet)
    For more details, see product Readme | Change Log on the downloads page: [http://www.filigris.com/downloads/]
    WHAT IS DOCFLEX?
    DocFlex is an innovative technology for development of high quality template-driven documentation/report generators by any kind of data obtained from various software applications via the Java APIs they provide.
    MAIN CONCEPTS
    The whole DocFlex technology is based on four generalizations:
    (1) The mapping of an entire Java API onto a virtual XML-like representation made of some elements and attributes so as to process any such a representation in a universal way using techniques borrowed from the field of XML, like XPath (or more precisely, a conceptual analogue of XPath with some extensions not present in it).
    (2) The abstract formatting concept based on four layouts (flow of text, flow of paragraphs or paragraph-like objects, tables and lists), which can be rendered in most modern document formats (e.g. HTML, RTF, XSL-FO etc.)
    (3) The automatic generation of hyperlinks (or their page number reference equivalents) by matching the sets of keys produced from certain natural properties of the things (entities) being documented and hyper-linked.
    (4) The representation of the object controlling structure of the output generator (made on the first three principles) in the form of a plain-text template with a possibility to create and edit such templates using a graphic Template Designer, which visualizes the controlling objects (now becoming template components) in a form resembling the output they will produce.
    OTHER APPLICATIONS
    In fact, DocFlex/Javadoc is not the only application of DocFlex technology. The following is a summary of other DocFlex software:
    DocFlex/XML
    The SDK and runtime environment for rapid development and execution of template-driven automatic documentation/report generators by any data obtained from XML files.
    This is currently the most complex and advanced application of DocFlex technology. Actually, this tool can be considered a powerful alternative to XSLT. At least, it is definitely able to do what XSLT apparently not (for example, see “XSDDoc” below). We will publish a more detailed comparison “DocFlex/XML versus XSLT” with the next DocFlex/XML release, which is coming very soon.
    DocFlex/XML home page: [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc
    A template set for DocFlex/XML that implements a high quality W3C XML Schema documentation generator in HTML and RTF output formats.
    For more details, please see: [http://www.filigris.com/products/docflex_xml/xsddoc/]
    DocFlex/XML | WSDLDoc
    A similar template set for DocFlex/XML that will implement a high-end WSDL documentation generator.
    This product is not released yet.
    DocFlex/Together
    A template-driven documentation generator for [Borland Together|http://www.borland.com/us/products/together/] (which is a UML modeling tool).
    This is the earliest application of DocFlex technology and probably the most beautiful one. It works only with Together Architect 1.x, which is now obsolete. Unfortunately, since Together 2005, Borland eliminated any open APIs (for unknown reasons). Because of this, further development of DocFlex/Together was impossible.
    DocFlex/Together home page: [http://www.filigris.com/products/docflex_together/]
    See also examples of the UML documentation generated with it: [http://www.filigris.com/products/docflex_together/examples/]
    The future DocFlex/UML is going to generate something like this as well.
    DocFlex/UML
    A template-driven UML documentation generator based on [Eclipse EMF|http://www.eclipse.org/emf/]. This tool is in early development stage yet. In a sense, it will continue DocFlex/Together with the focus on integration with other UML tools that use Eclipse EMF.
    LINKS
    This original article can be found at:
    [http://www.filigris.com/ann/docflex_javadoc_v1.5.6/]
    DocFlex/Javadoc home page:
    [http://www.filigris.com/products/docflex_javadoc/]
    DocFlex/XML home page:
    [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc, the XML schema documentation generator:
    [http://www.filigris.com/products/docflex_xml/xsddoc/]
    Free downloads:
    [http://www.filigris.com/downloads/]

    Now, DocFlex/Javadoc v1.4 has been released specifically dedicated to Linux (Mac OS X) support:
    (*) Some early bugs have been fixed, which prevented it working properly under Linux.
    (*) A special RTF option was introduced to generate OpenOffice.org friendly RTF (see below)
    (*) Improved support for external document viewers.
    (*) Now, DocFlex/Javadoc software includes the shell script files prepared to quickly install and launch it under Linux
    New RTF option
    A new RTF output option "Tune output for MS Word� has been introduced. This option, actually, allows switching off that very tuning (which until now was the default mode) to produce an RTF friendly to open with other non MS Word applications, e.g. OpenOffice.org Writer under Linux.
    Read full announcement (and screenshot) by this link:
    http://www.filigris.com/ann/docflex_javadoc_v1.4/
    Regards,
    Leonid Rudy
    http://www.docflex.com

  • Code generation in Sun Java Studio enterprise edition 7.0

    I went thru the product tour of Java studio enterpise edition 7.0
    http://developers.sun.com/prodtech/javatools/jsenterprise/reference/presentations/launch_jse7_overview.html
    It says that it will generate code from UML documentation. After that can we use drag and drop feature of studio.
    Thanks
    das

    Please review UML Modeling in Sun Java Studio Enterprise Webinar's materials to get more information about it:
    http://developers.sun.com/prodtech/javatools/jsenterprise/reference/presentations/uml.html

  • A bug in Y value?

    Hi,
    In the follwoing trace code, I got correct values for the
    first three lines, e.g., Height, width, and x values. But Y is
    always 0 for all controls I tried. And obviously they are at
    different vertical positions. So this is a bug of Flex or something
    else?
    Thanks.
    trace("Height: " +
    this[page.@id][Form.@id][Error.ObjID].height);
    trace("Width: " +
    this[page.@id][Form.@id][Error.ObjID].width);
    trace("X: " + this[page.@id][Form.@id][Error.ObjID].x);
    trace("Y: " +
    this[page.@id][Form.@id][Error.ObjID].y);

    Hi,
    Is There a bug in UML documentation in SJSE 8.1?
    When I write some text in editor, it insert ENTER and
    Blanck lines in my text. Could you please be more specific? What is an action which causes insertion
    of Enter and Blank lines? Is it after Save? Or after reopen of project? Or
    after/before something else? It would be valuable if you provide an example of
    your text before your action and after it.

  • Netbeans Enteprise Pack 5.5 Installation error

    I am getting an error when installing the enterprise pack.
    Attached log.
    [2006/05/22 11:32:43]: installation started
    [2006/05/22 11:32:43]: PRE-INSTALLATION PHASE:
    [2006/05/22 11:32:43]: initializing installer utilities
    [2006/05/22 11:32:43]: ... InstallerUtils.class initialized
    [2006/05/22 11:32:43]: setting the correct locale
    [2006/05/22 11:32:43]: ... current locale: en_GB
    [2006/05/22 11:32:43]: ... this locale is OK
    [2006/05/22 11:32:43]: checking whether the user has have administrator privileges
    [2006/05/22 11:32:43]: ... the user has enough privileges - continue installation
    [2006/05/22 11:32:43]: setting the appropriate installation locations
    [2006/05/22 11:32:43]: ... product installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:46]: ... EntPack installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:46]: ... AS installation location: C:\Sun\AppServer
    [2006/05/22 11:32:46]: ... JBI installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:46]: ... AM installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:47]: searching for existing installations
    [2006/05/22 11:32:47]: ... current version: uid = 274c5407c4fa26908310cb5c1c5500pr, version = 5.5.0.20060509141948
    [2006/05/22 11:32:47]: ... no existing installations were found
    [2006/05/22 11:32:48]: [Welcome dialog]
    [2006/05/22 11:32:55]: [License dialog]
    [2006/05/22 11:32:59]: searching for ide installations without EntPack
    [2006/05/22 11:32:59]: searching directories with compatible IDE in IS registry
    [2006/05/22 11:32:59]: ... found an installation: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:59]: ... valid, adding to the list
    [2006/05/22 11:33:00]: [IDE Location Dialog]
    [2006/05/22 11:33:01]: validating IDE location
    [2006/05/22 11:33:01]: [Destination AS dialog]
    [2006/05/22 11:33:04]: validating AS installation location: C:\Sun\AppServer
    [2006/05/22 11:33:04]: ... AS location ok
    [2006/05/22 11:33:04]: calculating required disk space for AS
    [2006/05/22 11:33:04]: ... current required bytes for AS: 66135028
    [2006/05/22 11:33:04]: ... correct required bytes for AS: 695569817340032
    [2006/05/22 11:33:04]: calculating required disk space for entpack
    [2006/05/22 11:33:04]: ... current required bytes for entpack: 31423620
    [2006/05/22 11:33:04]: ... correct required bytes for entpack: 60707248
    [2006/05/22 11:33:04]: calculating required disk space for JBI
    [2006/05/22 11:33:04]: ... current required bytes for JBI: 13482056
    [2006/05/22 11:33:04]: ... correct required bytes for JBI: 40446168
    [2006/05/22 11:33:04]: calculating required disk space for AM
    [2006/05/22 11:33:04]: ... current required bytes for AM: 33165905
    [2006/05/22 11:33:04]: ... correct required bytes for AM: 68764034
    [2006/05/22 11:33:05]: searching for pre-installed jdks
    [2006/05/22 11:33:05]: searching windows registry
    [2006/05/22 11:33:05]: executing command: C:\Program Files\Java\jdk1.5.0_06\bin\java.exe -version, in directory: .
    [2006/05/22 11:33:06]: [stderr]: java version "1.5.0_06"
    [2006/05/22 11:33:06]: [stderr]: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    [2006/05/22 11:33:06]: [stderr]: Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
    [2006/05/22 11:33:06]: [return]: 0
    [2006/05/22 11:33:06]: ... found valid jdk: 1.5.0_06 at C:\Program Files\Java\jdk1.5.0_06
    [2006/05/22 11:33:06]: adding jdk to the list
    [2006/05/22 11:33:06]: [JDK Location dialog]
    [2006/05/22 11:33:08]: validating jdk location: C:\Program Files\Java\jdk1.5.0_06
    [2006/05/22 11:33:08]: ... jdk location ok
    [2006/05/22 11:33:08]: setting AS default settings
    [2006/05/22 11:33:08]: setting username
    [2006/05/22 11:33:08]: setting password
    [2006/05/22 11:33:08]: setting admin port
    [2006/05/22 11:33:09]: setting http port
    [2006/05/22 11:33:09]: setting https port
    [2006/05/22 11:33:09]: setting jms port
    [2006/05/22 11:33:09]: setting orb port
    [2006/05/22 11:33:09]: setting orbssl port
    [2006/05/22 11:33:09]: setting orbMutualAuth port
    [2006/05/22 11:33:10]: setting jmx port
    [2006/05/22 11:33:10]: [AS Login Settings dialog]
    [2006/05/22 11:33:11]: validating application server login credentials
    [2006/05/22 11:33:11]: validating username: 'admin'
    [2006/05/22 11:33:11]: ... username ok
    [2006/05/22 11:33:11]: validating password: *****/*****
    [2006/05/22 11:33:11]: ... password ok
    [2006/05/22 11:33:12]: [AS Ports Settings dialog]
    [2006/05/22 11:33:13]: validating AS ports
    [2006/05/22 11:33:13]: validating Admin port: 4848
    [2006/05/22 11:33:13]: validating HTTP port: 8080
    [2006/05/22 11:33:13]: validating HTTPS port: 8181
    [2006/05/22 11:33:13]: validating JMS port: 7676
    [2006/05/22 11:33:13]: validating ORB port: 3700
    [2006/05/22 11:33:13]: validating ORBSSL port: 3820
    [2006/05/22 11:33:13]: validating ORBMutualAuth port: 3921
    [2006/05/22 11:33:13]: validating JMX port: 8686
    [2006/05/22 11:33:13]: ... duplicates do not exist
    [2006/05/22 11:33:13]: setting JBI properties
    [2006/05/22 11:33:13]: ... AS is selected to be installed - setting JBI to be installed into it
    [2006/05/22 11:33:13]: ... JBI install location set to: C:\Sun\AppServer\addons
    [2006/05/22 11:33:13]: setting AM properties
    [2006/05/22 11:33:13]: ... AM install location set to: C:\Sun\AppServer\addons\amserver
    [2006/05/22 11:33:13]: [Pre-Install Summary dialog]
    [2006/05/22 11:34:21]: AS CONFIGURATION PHASE:
    [2006/05/22 11:34:21]: decompressing AS jar files
    [2006/05/22 11:34:22]: decompressing file: C:\Sun\AppServer\imq\lib\fscontext.jar.pack.gz
    [2006/05/22 11:34:25]: decompressing file: C:\Sun\AppServer\imq\lib\imq.jar.pack.gz
    [2006/05/22 11:34:26]: decompressing file: C:\Sun\AppServer\imq\lib\imqbroker.jar.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqhttp.war.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqhttps.war.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqjmx.jar.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqservlet.jar.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqutil.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\imq\lib\imqxm.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\imq\lib\jaxm-api.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\imq\lib\jms.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\javadb\lib\derby.jar.pack.gz
    [2006/05/22 11:34:34]: decompressing file: C:\Sun\AppServer\javadb\lib\derby.war.pack.gz
    [2006/05/22 11:34:34]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyclient.jar.pack.gz
    [2006/05/22 11:34:34]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_de_DE.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_es.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_fr.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_it.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_ja_JP.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_ko_KR.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_pt_BR.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_zh_CN.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_zh_TW.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbynet.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbytools.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\activation.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\addons\jbi\appserv-jbise.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\addons\resourceadapters\genericjmsra\genericra.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\etc\ant-bootstrap.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-antlr.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-bcel.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-bsf.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-log4j.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-oro.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-regexp.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-resolver.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-commons-logging.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-commons-net.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-icontract.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jai.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-javamail.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jdepend.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jmf.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jsch.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-junit.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-launcher.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-netrexx.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-nodeps.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-starteam.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-stylebook.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-swing.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-trax.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-vaj.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-weblogic.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-xalan1.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-xslp.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant.jar.pack.gz
    [2006/05/22 11:34:42]: decompressing file: C:\Sun\AppServer\lib\ant\lib\xercesImpl.jar.pack.gz
    [2006/05/22 11:34:44]: decompressing file: C:\Sun\AppServer\lib\ant\lib\xml-apis.jar.pack.gz
    [2006/05/22 11:34:45]: decompressing file: C:\Sun\AppServer\lib\appserv-cmp.jar.pack.gz
    [2006/05/22 11:34:48]: decompressing file: C:\Sun\AppServer\lib\appserv-deployment-client.jar.pack.gz
    [2006/05/22 11:34:48]: decompressing file: C:\Sun\AppServer\lib\appserv-ext.jar.pack.gz
    [2006/05/22 11:34:50]: decompressing file: C:\Sun\AppServer\lib\appserv-jstl.jar.pack.gz
    [2006/05/22 11:34:51]: decompressing file: C:\Sun\AppServer\lib\appserv-jwsacc.jar.pack.gz
    [2006/05/22 11:34:51]: decompressing file: C:\Sun\AppServer\lib\appserv-launch.jar.pack.gz
    [2006/05/22 11:34:52]: decompressing file: C:\Sun\AppServer\lib\appserv-rt.jar.pack.gz
    [2006/05/22 11:35:26]: decompressing file: C:\Sun\AppServer\lib\appserv-tags.jar.pack.gz
    [2006/05/22 11:35:26]: decompressing file: C:\Sun\AppServer\lib\appserv-upgrade.jar.pack.gz
    [2006/05/22 11:35:26]: decompressing file: C:\Sun\AppServer\lib\appserv-ws.jar.pack.gz
    [2006/05/22 11:35:47]: decompressing file: C:\Sun\AppServer\lib\com-sun-commons-launcher.jar.pack.gz
    [2006/05/22 11:35:47]: decompressing file: C:\Sun\AppServer\lib\com-sun-commons-logging.jar.pack.gz
    [2006/05/22 11:35:47]: decompressing file: C:\Sun\AppServer\lib\dbschema.jar.pack.gz
    [2006/05/22 11:35:48]: decompressing file: C:\Sun\AppServer\lib\deployment\sun-as-jsr88-dm.jar.pack.gz
    [2006/05/22 11:35:48]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\cc.jar.pack.gz
    [2006/05/22 11:35:50]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\com_sun_web_ui.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\dataprovider.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\framework-en.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\framework.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\help.jar.pack.gz
    [2006/05/22 11:35:53]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\jato.jar.pack.gz
    [2006/05/22 11:35:55]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\suntheme.jar.pack.gz
    [2006/05/22 11:35:56]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\webui.jar.pack.gz
    [2006/05/22 11:35:59]: decompressing file: C:\Sun\AppServer\lib\install\applications\jaxr-ra\jaxr-ra.jar.pack.gz
    [2006/05/22 11:35:59]: decompressing file: C:\Sun\AppServer\lib\install\applications\jmsra\imqjmsra.jar.pack.gz
    [2006/05/22 11:36:02]: decompressing file: C:\Sun\AppServer\lib\install\applications\MEjbApp.ear.pack.gz
    [2006/05/22 11:36:02]: decompressing file: C:\Sun\AppServer\lib\install\applications\samples.jar.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\install\applications\__JWSappclients.ear.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\j2ee-svc.jar.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\j2ee.jar.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\javaee.jar.pack.gz
    [2006/05/22 11:36:07]: decompressing file: C:\Sun\AppServer\lib\jmxremote_optional.jar.pack.gz
    [2006/05/22 11:36:08]: decompressing file: C:\Sun\AppServer\lib\jsf-impl.jar.pack.gz
    [2006/05/22 11:36:09]: decompressing file: C:\Sun\AppServer\lib\mail.jar.pack.gz
    [2006/05/22 11:36:10]: decompressing file: C:\Sun\AppServer\lib\sun-appserv-ant.jar.pack.gz
    [2006/05/22 11:36:10]: decompressing file: C:\Sun\AppServer\lib\toplink-essentials-agent.jar.pack.gz
    [2006/05/22 11:36:10]: decompressing file: C:\Sun\AppServer\lib\toplink-essentials.jar.pack.gz
    [2006/05/22 11:36:14]: decompressing file: C:\Sun\AppServer\lib\verifier\verifierhelp.jar.pack.gz
    [2006/05/22 11:36:14]: decompressing file: C:\Sun\AppServer\samples\quickstart\hello.war.pack.gz
    [2006/05/22 11:36:14]: updating AS configuration and executable files
    [2006/05/22 11:36:14]: jdk location: C:\Program Files\Java\jdk1.5.0_06
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\appclient.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asadmin.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asant.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asapt.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asupgrade.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\capture-schema.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\jspc.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\package-appclient.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\schemagen.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\verifier.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wscompile.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wsdeploy.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wsgen.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wsimport.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\xjc.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\config\asenv.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\imq\etc\imqenv.conf
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\javadb\frameworks\NetworkServer\bin\startNetworkServer.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\javadb\frameworks\NetworkServer\bin\stopNetworkServer.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\ant\bin\ant.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\asadmin-pause.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\certutil.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\package-appclient.xml
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\pk12util.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\start-appserv.bat
    [2006/05/22 11:36:15]: modifying file: C:\Sun\AppServer\samples\common.properties
    [2006/05/22 11:36:15]: creating the default domain - domain1 - at C:\Sun\AppServer
    [2006/05/22 11:36:15]: writing file: C:\Sun\AppServer\asadminTmp32341.tmp
    [2006/05/22 11:36:15]: executing command: C:\Sun\AppServer\bin\asadmin.bat create-domain interactive=false adminport 4848 adminuser admin passwordfile C:\Sun\AppServer\asadminTmp32341.tmp instanceport 8080 domainproperties http.ssl.port=8181 --savemasterpassword=true domain1, in directory: C:\Sun\AppServer
    [2006/05/22 11:36:15]: [stderr]: '' is not recognized as an internal or external command,
    [2006/05/22 11:36:15]: [stderr]: operable program or batch file.
    [2006/05/22 11:36:15]: [return]: 255
    [2006/05/22 11:36:15]: deleting file: C:\Sun\AppServer\asadminTmp32341.tmp
    [2006/05/22 11:36:15]: writing file: C:\Documents and Settings\user\.asadminprefs
    [2006/05/22 11:36:15]: updating the application server launchers
    [2006/05/22 11:36:15]: writing file: C:\Program Files\netbeans-5.5beta\bin\javaee-docs.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\admin-console.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\start-default-domain.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\start-derby.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\stop-default-domain.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\stop-derby.bat
    [2006/05/22 11:36:42]: ENTPACK CONFIGURATION PHASE:
    [2006/05/22 11:36:42]: decompressing ide jar files
    [2006/05/22 11:36:42]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\docs\org-netbeans-modules-bpel-bpelhelp.jar.pack.gz
    [2006/05/22 11:36:42]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\amclientsdk.jar.pack.gz
    [2006/05/22 11:36:54]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\bpel\anttask.jar.pack.gz
    [2006/05/22 11:36:54]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\castor.jar.pack.gz
    [2006/05/22 11:36:56]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\anttask.jar.pack.gz
    [2006/05/22 11:36:56]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\catd.jar.pack.gz
    [2006/05/22 11:36:56]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\httpunit-1.6.2.jar.pack.gz
    [2006/05/22 11:36:57]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\wsdl4j-1_5_2\qname.jar.pack.gz
    [2006/05/22 11:36:57]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\wsdl4j-1_5_2\wsdl4j.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\xmlunit1.0.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jgo\JGo5.1.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jgo\JGoInstruments5.1.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jgo\JGoLayout5.1.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\jsr173_1.0_api.jar.pack.gz
    [2006/05/22 11:36:59]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\resolver.jar.pack.gz
    [2006/05/22 11:36:59]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\xbean.jar.pack.gz
    [2006/05/22 11:37:07]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\xbean_xpath.jar.pack.gz
    [2006/05/22 11:37:07]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\xmlpublic.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-apache-xmlbeans.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-exolab-castor.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-bpelhelp.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-canvas.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-dataobject.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debugger-api.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debugger-ui.jar.pack.gz
    [2006/05/22 11:37:10]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debuggerbdi.jar.pack.gz
    [2006/05/22 11:37:10]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debuggerse.jar.pack.gz
    [2006/05/22 11:37:10]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-editor-expression.jar.pack.gz
    [2006/05/22 11:37:11]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-editors.jar.pack.gz
    [2006/05/22 11:37:13]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-model.jar.pack.gz
    [2006/05/22 11:37:14]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-project.jar.pack.gz
    [2006/05/22 11:37:15]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-samples.jar.pack.gz
    [2006/05/22 11:37:15]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-models-bpelmodel.jar.pack.gz
    [2006/05/22 11:37:16]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-models-wsdlmodel.jar.pack.gz
    [2006/05/22 11:37:18]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-models-xsdmodel.jar.pack.gz
    [2006/05/22 11:37:18]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-projects-base.jar.pack.gz
    [2006/05/22 11:37:18]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-projects-jbi.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-enterprise-update.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-identity-libs.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-identity-profile-api.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-identity-profile-ui.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-mapper.jar.pack.gz
    [2006/05/22 11:37:20]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-print.jar.pack.gz
    [2006/05/22 11:37:20]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-sun-manager-jbi.jar.pack.gz
    [2006/05/22 11:37:21]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\docs\org-netbeans-modules-uml.jar.pack.gz
    [2006/05/22 11:37:24]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\antlr.jar.pack.gz
    [2006/05/22 11:37:25]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\batik-all.jar.pack.gz
    [2006/05/22 11:37:31]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\drawingLibrary.jar.pack.gz
    [2006/05/22 11:37:31]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\exeditor601.jar.pack.gz
    [2006/05/22 11:37:32]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\iText.jar.pack.gz
    [2006/05/22 11:37:33]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\jaxen.jar.pack.gz
    [2006/05/22 11:37:34]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\msv.jar.pack.gz
    [2006/05/22 11:37:35]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\org-dom4j.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\pngEncoder.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\PullParser2.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\relaxngDatatype.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\saxpath.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\Tidy.jar.pack.gz
    [2006/05/22 11:37:37]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\tsalleditor601dev.jar.pack.gz
    [2006/05/22 11:37:39]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\tsalljlayoutclient601dev.jar.pack.gz
    [2006/05/22 11:37:40]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\tsalljlayoutserver601dev.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\xsdlib.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-jaxen.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-antlr.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-designpattern.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-documentation.jar.pack.gz
    [2006/05/22 11:37:43]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-drawingarea.jar.pack.gz
    [2006/05/22 11:37:43]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-integration.jar.pack.gz
    [2006/05/22 11:37:43]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-palette.jar.pack.gz
    [2006/05/22 11:37:44]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-parser-java.jar.pack.gz
    [2006/05/22 11:37:44]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-project.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-propertysupport.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-reporting.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-requirements-doorsprovider.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-requirements-xmlrequirements.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-requirements.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5bet

    Applied note 1484591 as instructed by SAP and this fixed the problrm

  • Modelling/ Documenting Labview with Rose/UML

    I know that this may sound a bit crazy (Labview is visual!
    Self-documenting!) but having just taken a Rational Rose UML course,
    I'm wondering how (if someone were crazy enough to try) to document a
    Labview architecture using UML.
    It would seem to me that a Labview VI is *similar* in principles to
    say, a class: uses relationships, separation of concerns, multiplicity
    etc.
    Does anyone know if this has been done before? If so, could anyone
    point me in the right direction? (searches for Labview + Rose or UML
    in google just come up with job opportunities.)
    thanks,
    -peter
    p.s. would appreciate if you cc'd me via email. thnx.

    [email protected] (peter) writes:
    > I know that this may sound a bit crazy (Labview is visual!
    > Self-documenting!) but having just taken a Rational Rose UML course,
    > I'm wondering how (if someone were crazy enough to try) to document a
    > Labview architecture using UML.
    >
    > It would seem to me that a Labview VI is *similar* in principles to
    > say, a class: uses relationships, separation of concerns, multiplicity
    > etc.
    >
    > Does anyone know if this has been done before? If so, could anyone
    > point me in the right direction? (searches for Labview + Rose or UML
    > in google just come up with job opportunities.)
    I'd just use the standard class notation, but perhaps create your own
    <> for the different types of LabView components.
    Ciao,
    Peter K.
    Peter J. Kootsookos Wb: www.clubi.ie/PeterK
    "Here comes the future and you can't run from it,
    If you've got a blacklist I want to be on it"
    - 'Waiting for the great leap forwards', Billy Bragg

  • Best Practice for using UML in JDeveloper 11g

    Hi,
    We are embarking upon a big program that involves development of a Webcenter 11g based Portal. We will be using JDeveloper for doing the development work. We are investigating whether we can use JDeveloper for doing the design work too. Towards that we would like to know if there are any best practices documented around using JDeveloper's UML capabilities in a Webcenter 11g Portal delivery activity that spans across several sprint teams and involves delivering an application that could involve several hundreds of java classes ? If so, can you please share the same / provide pointers to the same ?
    We are keen on using class diagrams and sequence diagrams for the design work.
    We will be using JDeveloper 11.1.1.5.0.
    Many thanks!
    Best Regards,
    Ramesh

    Check this to get an idea of UML support in JDeveloper:
    http://download.oracle.com/docs/cd/E18941_01/tutorials/jdtut_11r2_81/jdtut_11r2_81_1.html
    Thanks,
    Navaneeth

  • Documentation of the interaction of components in ABAP - applications

    Hello,
    I am developing on an ERP    6.0 system with ABAP   , ABAP-OO, business objects, workflow.
    Now there are a lot of different components used, i.e. function modules, classes, business objects, dynpros.
    I am looking for a way to document how all these components interact.
    Ok, you can use PowerPoint to draw charts or use excel-tables, but these means aren't integrated into SAP.
    So it is only a matter of time when the documents will be old and no longer up to date.
    How do you make such documentation, is the visual composer a possible tool?
    Best would be a tool, that offers the possibility to model the interactions in advance.
    Has anyone an idea?
    thanks in advance,
    Dirk

    Hello Dirk
    At the SDN day prior to the TechEd 2008 in Berlin I asked the people from SAP in the closing session "Latest and Greatest in ABAP" about round-trip engineering (ABAP class -> UML -> ABAP class).
    They are about to integrate UML diagram generation from ABAP classes into NetWeaver (perhaps in 7.20).
    For anything else you may have a look at package SEST, e.g.
    - report SAPRSEUH (call fm RS_SOURCE_STRUCTURE)
    - fm RS_CALL_HIERARCHY
    - fm RS_PROGRAM_TABLES
    Regards
      Uwe

  • Using UML while designing Object oriented design in ABAP

    Hi,
    Is it a general practice in projects to use UML diagrams when you do OO design for a report in ABAP ? Or do people start writing th OO code directly ?
    Reards,
    Rajesh

    Hi Rajesh,
    In my particular case, I use to start writing the code directly after I read and check the documentation. Right now i'm starting to looking around in order to get more experience in OO programming.
    I think that UML is the best option right now, also SAP recommends it. They worked with Rational Software in order to provide an external modeling tool to supports SAP's class.
    Check this link in order to get more information.
    <a href="http://www.sapinsideronline.com/archive/volume_03_(2002)/issue_03_(july-september)/v3i3a11.cfm?session=&promo=iz1321">http://www.sapinsideronline.com/archive/volume_03_(2002)/issue_03_(july-september)/v3i3a11.cfm?session=&promo=iz1321</a>
    Regards,
    Eric

  • Note - The file upload notification refers to Jato 1.1 not Jato 1.2 UML

    I uploaded some Jato 1.1 UML diagrams at the request of one of the group
    participants. Unfortunately, these diagrams are slightly out of sync with Jato
    1.2 and therefore have not been included in the Jato 1.2 documentation.
    However, the diagrams may provide some assistance to those attempting to come
    up to speed on the Jato framework. Just bear in mind that the details for Jato
    1.2 are slightly different.
    [Non-text portions of this message have been removed]

    I found a working solution, but better solution are also welcome
    I had to have fr_CA not only in utf8 but also in iso88591. I had to modify the /etc/rc.conf this way :
    LOCALE="fr_CA" <<<<<<<<<<<<<<
    HARDWARECLOCK=""
    TIMEZONE="America/Montreal"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    To preserve the english US language system wide, I had to add the following line in the /etc/profile :
    # Allow french special character while in en_US
    export LANG=en_US
    The character misinterpreted by a "?" is now seen :
    as a "è" in dolphin
    as a "?" in the console
    It is now possible to access the folders.

Maybe you are looking for