Maven : Configuration ruleSet

Hi all!
When we launch flexpmd from the plugin maven, how could we indicate our xml rule file?
Indeed actually I run the plugin FlexPMD declared in my pom like this:
            <plugin>
                <groupId>com.adobe.ac</groupId>
                <artifactId>flex-pmd-maven-plugin</artifactId>
                <version>1.0.RC4</version>
            </plugin>
But it takes by defaults all the rules. I have tried to configure my pom (like it did with ant) bya adding a configuration section where i specify my xml rule file.
            <plugin>
                <groupId>com.adobe.ac</groupId>
                <artifactId>flex-pmd-maven-plugin</artifactId>
                <version>1.0.RC4</version>
                <configuration>
                    <ruleSet>pluginConfig/flexpmd.xml</ruleSet>
                </configuration>
            </plugin>
This fails unfortunatly
igreek

Hi Xavier,
Here is the log of the error encountered:
[INFO] Generating "Flex PMD Report" report.
5 oct. 2009 13:56:57 com.adobe.ac.pmd.maven.AbstractFlexPmdMojo executeReport
INFO: FlexPmdMojo starts
5 oct. 2009 13:56:57 com.adobe.ac.pmd.engines.AbstractFlexPmdEngine <init>
ATTENTION: E:\TestFlexPMD\UnitedRetail_Product\ProductCodification\pluginConfig\
flexpmd.xml (Le chemin d'accÞs spÚcifiÚ est introuvable) at java.io.FileInputStr
eam.open(Native Method)
java.io.FileInputStream.<init>(FileInputStream.java:106)
com.adobe.ac.pmd.engines.AbstractFlexPmdEngine.loadRuleset(AbstractFlexPmdEngine
.java:180)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error during page generation
Embedded error: Error rendering Maven report: A system exception has been thrown
FlexPMD is trying to search the ruleSet configuration file flexpmd.xml in the wrong directory.
I'm using a relative path for the location of the ruleSet file by incorporing this file in a project build-tools (which is specified in the parent pom of my project as an extension). Itworks with my other quality tools (checkstyle, pmd java, etc.).
I tried to change the relative path by an absolute path and it works fine (but it is not what I really want).
            <plugin>
                <groupId>com.adobe.ac</groupId>
                <artifactId>flex-pmd-maven-plugin</artifactId>
                <version>1.0.RC4</version>
                <configuration>
                    <ruleSet>E:/pmd_all_rules.xml</ruleSet>       
                </configuration>
            </plugin>
Thanks for your reply

Similar Messages

  • Sharing ruleset between several projects (FlexPMD + Maven)

    Hi,
    We are building a bunch of flex projects using Maven, with a customized ruleset.xml. The method mentionned in the doc.
    <configuration>
         <ruleSet>${basedir}/your-flex-pmd-ruleset.xml</ruleSet>
    </configuration>
    works just fine for one project, but does not allow to share the configuration between several projects. Would there be anyway to get the ruleset as an artifact or in a jar, or to share it between several projects in any other way ?

    Hi,
    We are building a bunch of flex projects using Maven, with a customized ruleset.xml. The method mentionned in the doc.
    <configuration>
         <ruleSet>${basedir}/your-flex-pmd-ruleset.xml</ruleSet>
    </configuration>
    works just fine for one project, but does not allow to share the configuration between several projects. Would there be anyway to get the ruleset as an artifact or in a jar, or to share it between several projects in any other way ?

  • [ERROR]   Unresolveable build extension

    Hello,
    This is my first time working with FlexPMD.  I'm trying to build it from source.  It builds for about 1/2 hour while downloading, then fails with an error that I cannot properly interpret. 
    Can someone suggest a resolution or identify the problem?
    This is on Mac 10.7 with Ant 1.8.1 and Java 1.6.0_33.
    Thank you!
    Steve
    mvn -X package amd
    Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
    Maven home: /usr/share/maven
    Java version: 1.6.0_33, vendor: Apple Inc.
    Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    Default locale: en_US, platform encoding: MacRoman
    OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"
    [INFO] Error stacktraces are turned on.
    [DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
    [DEBUG] Reading user settings from /Users/erat/.m2/settings.xml
    [DEBUG] Using local repository at /Users/erat/.m2/repository
    [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/erat/.m2/repository
    [INFO] Scanning for projects...
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd:pom:1.3-SNAPSHOT: (none)
    [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-flex-parent:pom:1.3-SNAPSHOT: (none)
    [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
    [DEBUG] org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0:
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.6:compile
    [DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:1.4:compile
    [DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
    [DEBUG]             log4j:log4j:jar:1.2.12:compile
    [DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
    [DEBUG]          com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0:compile
    [DEBUG]       org.codehaus.groovy:groovy:jar:1.6.2:compile
    [DEBUG]          junit:junit:jar:3.8.2:compile
    [DEBUG]          org.apache.ant:ant:jar:1.7.1:compile
    [DEBUG]          org.apache.ant:ant-launcher:jar:1.7.1:compile
    [DEBUG]          asm:asm-util:jar:2.2.3:compile
    [DEBUG]          asm:asm-analysis:jar:2.2.3:compile
    [DEBUG]          asm:asm-tree:jar:2.2.3:compile
    [DEBUG]          jline:jline:jar:0.9.94:compile
    [DEBUG]       javax.persistence:persistence-api:jar:1.0:compile
    [DEBUG]       antlr:antlr:jar:2.7.7:compile
    [DEBUG]       asm:asm:jar:2.2:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0:compile
    [DEBUG]       org.graniteds:granite-generator-share:jar:2.0.0.GA:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:1.6.2:compile
    [DEBUG]       javax.jdo:jdo2-api:jar:2.3-ea:compile
    [DEBUG]       javax.transaction:jta:jar:1.1:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0:compile
    [DEBUG]    com.adobe.flex:compiler:pom:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asdoc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-css:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-script:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:compc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:copylocale:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:digest:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fcsh:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fdb:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:optimizer:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:swfutils:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xalan:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958:compile
    [DEBUG]    com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958:compile
    [DEBUG]    dom4j:dom4j:jar:1.6.1:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.0.b2:compile
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
    [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
    [DEBUG]       classworlds:classworlds:jar:1.1:compile
    [DEBUG]    jaxen:jaxen:jar:1.1:compile
    [DEBUG]       jdom:jdom:jar:1.0:compile
    [DEBUG]       xerces:xercesImpl:jar:2.6.2:compile
    [DEBUG]       xom:xom:jar:1.0:compile
    [DEBUG]          xerces:xmlParserAPIs:jar:2.6.2:compile
    [DEBUG]          xalan:xalan:jar:2.6.0:compile
    [DEBUG]          com.ibm.icu:icu4j:jar:2.6.1:compile
    [DEBUG]    org.graniteds:granite-generator:jar:1.1.0:compile
    [DEBUG]    org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5:compile
    [DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:provided (scope managed from compile)
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5:compile
    [DEBUG]       org.apache.maven:maven-archiver:jar:2.2:compile
    [DEBUG]       org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile
    [DEBUG]       biz.aQute:bndlib:jar:0.0.145:compile
    [DEBUG]       org.apache.maven.shared:maven-osgi:jar:0.2.0:compile
    [DEBUG]       org.eclipse.core:resources:jar:3.3.0-v20070604:compile
    [DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2:compile
    [DEBUG]       commons-validator:commons-validator:jar:1.1.4:compile
    [DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7:compile
    [DEBUG]       oro:oro:jar:2.0.7:compile
    [DEBUG]       org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7:compile
    [DEBUG]          org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
    [DEBUG]          org.codehaus.plexus:plexus-velocity:jar:1.1.2:compile
    [DEBUG]             plexus:plexus-utils:jar:1.0.2:compile
    [DEBUG]             commons-collections:commons-collections:jar:2.0:compile
    [DEBUG]             velocity:velocity:jar:1.4:compile
    [DEBUG]                velocity:velocity-dep:jar:1.4:runtime
    [DEBUG]          org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7:compile
    [DEBUG]    commons-lang:commons-lang:jar:2.4:compile
    [DEBUG]    commons-io:commons-io:jar:1.4:compile
    [DEBUG]    commons-httpclient:commons-httpclient:jar:3.1:compile
    [DEBUG]       commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.3:compile (version managed from 1.2)
    [DEBUG]    org.apache.maven.plugins:maven-source-plugin:jar:2.0.4:compile
    [DEBUG]    de.java2html:java2html:jar:5.0:compile
    [DEBUG]    org.aspectj:aspectjrt:jar:1.6.5:compile
    [DEBUG]    eu.cedarsoft.utils:zip:jar:1.1:compile
    [DEBUG]       eu.cedarsoft:guice-annotations:jar:1.0:compile
    [DEBUG]       com.intellij:annotations:jar:6.0.3:compile
    [DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6:compile
    [DEBUG]    org.jvnet:animal-sniffer-annotation:jar:1.0:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0:compile
    [DEBUG]    net.sf.saxon:saxon-dom:jar:9.0:compile
    [DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
    [DEBUG]       org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
    [DEBUG] Created new class realm maven.api
    [DEBUG] Importing foreign packages into class realm maven.api
    [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
    [DEBUG]   Imported: org.apache.maven.exception < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.version < plexus.core
    [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
    [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
    [DEBUG]   Imported: org.apache.maven.execution < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
    [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
    [DEBUG]   Imported: org.apache.maven.usability < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
    [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.settings < plexus.core
    [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
    [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
    [DEBUG]   Imported: org.apache.maven.cli < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
    [DEBUG]   Imported: org.apache.maven.project < plexus.core
    [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
    [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
    [DEBUG]   Imported: org.apache.maven.model < plexus.core
    [DEBUG]   Imported: org.apache.maven.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
    [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
    [DEBUG] Populating class realm maven.api
    [DEBUG] Created new class realm extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0
    [DEBUG] Importing foreign packages into class realm extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0
    [DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
    [DEBUG]   Included: log4j:log4j:jar:1.2.12
    [DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
    [DEBUG]   Included: com.google.code.google-collections:google-collect:jar:snapshot-20080530
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0
    [DEBUG]   Included: org.codehaus.groovy:groovy:jar:1.6.2
    [DEBUG]   Included: junit:junit:jar:3.8.2
    [DEBUG]   Included: org.apache.ant:ant:jar:1.7.1
    [DEBUG]   Included: org.apache.ant:ant-launcher:jar:1.7.1
    [DEBUG]   Included: asm:asm-util:jar:2.2.3
    [DEBUG]   Included: asm:asm-analysis:jar:2.2.3
    [DEBUG]   Included: asm:asm-tree:jar:2.2.3
    [DEBUG]   Included: jline:jline:jar:0.9.94
    [DEBUG]   Included: javax.persistence:persistence-api:jar:1.0
    [DEBUG]   Included: antlr:antlr:jar:2.7.7
    [DEBUG]   Included: asm:asm:jar:2.2
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0
    [DEBUG]   Included: org.graniteds:granite-generator-share:jar:2.0.0.GA
    [DEBUG]   Included: org.codehaus.groovy:groovy-all:jar:1.6.2
    [DEBUG]   Included: javax.jdo:jdo2-api:jar:2.3-ea
    [DEBUG]   Included: javax.transaction:jta:jar:1.1
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0
    [DEBUG]   Included: com.adobe.flex:compiler:pom:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:asc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:asdoc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-css:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-script:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-util:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:compc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:copylocale:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:digest:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:fcsh:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:fdb:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:optimizer:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:swfutils:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xalan:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958
    [DEBUG]   Included: dom4j:dom4j:jar:1.6.1
    [DEBUG]   Included: xml-apis:xml-apis:jar:1.0.b2
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
    [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
    [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10
    [DEBUG]   Included: commons-cli:commons-cli:jar:1.0
    [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
    [DEBUG]   Included: jaxen:jaxen:jar:1.1
    [DEBUG]   Included: jdom:jdom:jar:1.0
    [DEBUG]   Included: xerces:xercesImpl:jar:2.6.2
    [DEBUG]   Included: xom:xom:jar:1.0
    [DEBUG]   Included: xerces:xmlParserAPIs:jar:2.6.2
    [DEBUG]   Included: xalan:xalan:jar:2.6.0
    [DEBUG]   Included: com.ibm.icu:icu4j:jar:2.6.1
    [DEBUG]   Included: org.graniteds:granite-generator:jar:1.1.0
    [DEBUG]   Included: org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5
    [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5
    [DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4
    [DEBUG]   Included: biz.aQute:bndlib:jar:0.0.145
    [DEBUG]   Included: org.apache.maven.shared:maven-osgi:jar:0.2.0
    [DEBUG]   Included: org.eclipse.core:resources:jar:3.3.0-v20070604
    [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2
    [DEBUG]   Included: commons-validator:commons-validator:jar:1.1.4
    [DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7
    [DEBUG]   Included: oro:oro:jar:2.0.7
    [DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7
    [DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6
    [DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.2
    [DEBUG]   Included: plexus:plexus-utils:jar:1.0.2
    [DEBUG]   Included: commons-collections:commons-collections:jar:2.0
    [DEBUG]   Included: velocity:velocity:jar:1.4
    [DEBUG]   Included: velocity:velocity-dep:jar:1.4
    [DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7
    [DEBUG]   Included: commons-lang:commons-lang:jar:2.4
    [DEBUG]   Included: commons-io:commons-io:jar:1.4
    [DEBUG]   Included: commons-httpclient:commons-httpclient:jar:3.1
    [DEBUG]   Included: commons-logging:commons-logging:jar:1.0.4
    [DEBUG]   Included: commons-codec:commons-codec:jar:1.3
    [DEBUG]   Included: org.apache.maven.plugins:maven-source-plugin:jar:2.0.4
    [DEBUG]   Included: de.java2html:java2html:jar:5.0
    [DEBUG]   Included: org.aspectj:aspectjrt:jar:1.6.5
    [DEBUG]   Included: eu.cedarsoft.utils:zip:jar:1.1
    [DEBUG]   Included: eu.cedarsoft:guice-annotations:jar:1.0
    [DEBUG]   Included: com.intellij:annotations:jar:6.0.3
    [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6
    [DEBUG]   Included: org.jvnet:animal-sniffer-annotation:jar:1.0
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0
    [DEBUG]   Included: net.sf.saxon:saxon-dom:jar:9.0
    [DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.2
    [DEBUG]   Included: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-ruleset-creator:swf:1.3-SNAPSHOT: [ClassRealm[extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0, parent: sun.misc.Launcher$AppClassLoader@7a9664a1]]
    [DEBUG] Created new class realm project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT
    [DEBUG] Populating class realm project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT
    [DEBUG] Looking up lifecyle mappings for packaging swf from ClassRealm[project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
    [DEBUG] org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0:
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.6:compile
    [DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:1.4:compile
    [DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
    [DEBUG]             log4j:log4j:jar:1.2.12:compile
    [DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
    [DEBUG]          com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0:compile
    [DEBUG]       org.codehaus.groovy:groovy:jar:1.6.2:compile
    [DEBUG]          junit:junit:jar:3.8.2:compile
    [DEBUG]          org.apache.ant:ant:jar:1.7.1:compile
    [DEBUG]          org.apache.ant:ant-launcher:jar:1.7.1:compile
    [DEBUG]          asm:asm-util:jar:2.2.3:compile
    [DEBUG]          asm:asm-analysis:jar:2.2.3:compile
    [DEBUG]          asm:asm-tree:jar:2.2.3:compile
    [DEBUG]          jline:jline:jar:0.9.94:compile
    [DEBUG]       javax.persistence:persistence-api:jar:1.0:compile
    [DEBUG]       antlr:antlr:jar:2.7.7:compile
    [DEBUG]       asm:asm:jar:2.2:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0:compile
    [DEBUG]       org.graniteds:granite-generator-share:jar:2.0.0.GA:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:1.6.2:compile
    [DEBUG]       javax.jdo:jdo2-api:jar:2.3-ea:compile
    [DEBUG]       javax.transaction:jta:jar:1.1:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0:compile
    [DEBUG]    com.adobe.flex:compiler:pom:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asdoc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-css:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-script:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:compc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:copylocale:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:digest:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fcsh:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fdb:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:optimizer:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:swfutils:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xalan:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958:compile
    [DEBUG]    com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958:compile
    [DEBUG]    dom4j:dom4j:jar:1.6.1:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.0.b2:compile
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
    [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
    [DEBUG]       classworlds:classworlds:jar:1.1:compile
    [DEBUG]    jaxen:jaxen:jar:1.1:compile
    [DEBUG]       jdom:jdom:jar:1.0:compile
    [DEBUG]       xerces:xercesImpl:jar:2.6.2:compile
    [DEBUG]       xom:xom:jar:1.0:compile
    [DEBUG]          xerces:xmlParserAPIs:jar:2.6.2:compile
    [DEBUG]          xalan:xalan:jar:2.6.0:compile
    [DEBUG]          com.ibm.icu:icu4j:jar:2.6.1:compile
    [DEBUG]    org.graniteds:granite-generator:jar:1.1.0:compile
    [DEBUG]    org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5:compile
    [DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:provided (scope managed from compile)
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5:compile
    [DEBUG]       org.apache.maven:maven-archiver:jar:2.2:compile
    [DEBUG]       org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile
    [DEBUG]       biz.aQute:bndlib:jar:0.0.145:compile
    [DEBUG]       org.apache.maven.shared:maven-osgi:jar:0.2.0:compile
    [DEBUG]       org.eclipse.core:resources:jar:3.3.0-v20070604:compile
    [DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2:compile
    [DEBUG]       commons-validator:commons-validator:jar:1.1.4:compile
    [DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7:compile
    [DEBUG]       oro:oro:jar:2.0.7:compile
    [DEBUG]       org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7:compile
    [DEBUG]          org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
    [DEBUG]          org.codehaus.plexus:plexus-velocity:jar:1.1.2:compile
    [DEBUG]             plexus:plexus-utils:jar:1.0.2:compile
    [DEBUG]             commons-collections:commons-collections:jar:2.0:compile
    [DEBUG]             velocity:velocity:jar:1.4:compile
    [DEBUG]                velocity:velocity-dep:jar:1.4:runtime
    [DEBUG]          org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7:compile
    [DEBUG]    commons-lang:commons-lang:jar:2.4:compile
    [DEBUG]    commons-io:commons-io:jar:1.4:compile
    [DEBUG]    commons-httpclient:commons-httpclient:jar:3.1:compile
    [DEBUG]       commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.3:compile (version managed from 1.2)
    [DEBUG]    org.apache.maven.plugins:maven-source-plugin:jar:2.0.4:compile
    [DEBUG]    de.java2html:java2html:jar:5.0:compile
    [DEBUG]    org.aspectj:aspectjrt:jar:1.6.5:compile
    [DEBUG]    eu.cedarsoft.utils:zip:jar:1.1:compile
    [DEBUG]       eu.cedarsoft:guice-annotations:jar:1.0:compile
    [DEBUG]       com.intellij:annotations:jar:6.0.3:compile
    [DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6:compile
    [DEBUG]    org.jvnet:animal-sniffer-annotation:jar:1.0:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0:compile
    [DEBUG]    net.sf.saxon:saxon-dom:jar:9.0:compile
    [DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
    [DEBUG]       org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-violations-viewer:swf:1.3-SNAPSHOT: [ClassRealm[extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0, parent: sun.misc.Launcher$AppClassLoader@7a9664a1]]
    [DEBUG] Looking up lifecyle mappings for packaging swf from ClassRealm[project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT: [ClassRealm[extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0, parent: sun.misc.Launcher$AppClassLoader@7a9664a1]]
    [DEBUG] Looking up lifecyle mappings for packaging swc from ClassRealm[project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
    [DEBUG] org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0:
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.6:compile
    [DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:1.4:compile
    [DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
    [DEBUG]             log4j:log4j:jar:1.2.12:compile
    [DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
    [DEBUG]          com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0:compile
    [DEBUG]       org.codehaus.groovy:groovy:jar:1.6.2:compile
    [DEBUG]          junit:junit:jar:3.8.2:compile
    [DEBUG]          org.apache.ant:ant:jar:1.7.1:compile
    [DEBUG]          org.apache.ant:ant-launcher:jar:1.7.1:compile
    [DEBUG]          asm:asm-util:jar:2.2.3:compile
    [DEBUG]          asm:asm-analysis:jar:2.2.3:compile
    [DEBUG]          asm:asm-tree:jar:2.2.3:compile
    [DEBUG]          jline:jline:jar:0.9.94:compile
    [DEBUG]       javax.persistence:persistence-api:jar:1.0:compile
    [DEBUG]       antlr:antlr:jar:2.7.7:compile
    [DEBUG]       asm:asm:jar:2.2:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0:compile
    [DEBUG]       org.graniteds:granite-generator-share:jar:2.0.0.GA:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:1.6.2:compile
    [DEBUG]       javax.jdo:jdo2-api:jar:2.3-ea:compile
    [DEBUG]       javax.transaction:jta:jar:1.1:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0:compile
    [DEBUG]    com.adobe.flex:compiler:pom:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asdoc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-css:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-script:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:compc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:copylocale:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:digest:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fcsh:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fdb:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:optimizer:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:swfutils:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xalan:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958:compile
    [DEBUG]    com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958:compile
    [DEBUG]    dom4j:dom4j:jar:1.6.1:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.0.b2:compile
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
    [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
    [DEBUG]       classworlds:classworlds:jar:1.1:compile
    [DEBUG]    jaxen:jaxen:jar:1.1:compile
    [DEBUG]       jdom:jdom:jar:1.0:compile
    [DEBUG]       xerces:xercesImpl:jar:2.6.2:compile
    [DEBUG]       xom:xom:jar:1.0:compile
    [DEBUG]          xerces:xmlParserAPIs:jar:2.6.2:compile
    [DEBUG]          xalan:xalan:jar:2.6.0:compile
    [DEBUG]          com.ibm.icu:icu4j:jar:2.6.1:compile
    [DEBUG]    org.graniteds:granite-generator:jar:1.1.0:compile
    [DEBUG]    org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5:compile
    [DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:provided (scope managed from compile)
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5:compile
    [DEBUG]       org.apache.maven:maven-archiver:jar:2.2:compile
    [DEBUG]       org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile
    [DEBUG]       biz.aQute:bndlib:jar:0.0.145:compile
    [DEBUG]       org.apache.maven.shared:maven-osgi:jar:0.2.0:compile
    [DEBUG]       org.eclipse.core:resources:jar:3.3.0-v20070604:compile
    [DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2:compile
    [DEBUG]       commons-validator:commons-validator:jar:1.1.4:compile
    [DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7:compile
    [DEBUG]       oro:oro:jar:2.0.7:compile
    [DEBUG]       org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7:compile
    [DEBUG]          org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
    [DEBUG]          org.codehaus.plexus:plexus-velocity:jar:1.1.2:compile
    [DEBUG]             plexus:plexus-utils:jar:1.0.2:compile
    [DEBUG]             commons-collections:commons-collections:jar:2.0:compile
    [DEBUG]             velocity:velocity:jar:1.4:compile
    [DEBUG]                velocity:velocity-dep:jar:1.4:runtime
    [DEBUG]          org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7:compile
    [DEBUG]    commons-lang:commons-lang:jar:2.4:compile
    [DEBUG]    commons-io:commons-io:jar:1.4:compile
    [DEBUG]    commons-httpclient:commons-httpclient:jar:3.1:compile
    [DEBUG]       commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.3:compile (version managed from 1.2)
    [DEBUG]    org.apache.maven.plugins:maven-source-plugin:jar:2.0.4:compile
    [DEBUG]    de.java2html:java2html:jar:5.0:compile
    [DEBUG]    org.aspectj:aspectjrt:jar:1.6.5:compile
    [DEBUG]    eu.cedarsoft.utils:zip:jar:1.1:compile
    [DEBUG]       eu.cedarsoft:guice-annotations:jar:1.0:compile
    [DEBUG]       com.intellij:annotations:jar:6.0.3:compile
    [DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6:compile
    [DEBUG]    org.jvnet:animal-sniffer-annotation:jar:1.0:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0:compile
    [DEBUG]    net.sf.saxon:saxon-dom:jar:9.0:compile
    [DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
    [DEBUG]       org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/3.2.0.3958/compiler-3.2.0.3958.pom from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/asc/3.2.0.3958/asc-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/asdoc/3.2.0.3958/asdoc-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-awt-util/3.2.0.3958/batik-awt-ut il-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-bridge/3.2.0.3958/batik-bridge-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-css/3.2.0.3958/batik-css-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-dom/3.2.0.3958/batik-dom-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-ext/3.2.0.3958/batik-ext-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-gvt/3.2.0.3958/batik-gvt-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-parser/3.2.0.3958/batik-parser-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-script/3.2.0.3958/batik-script-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-svg-dom/3.2.0.3958/batik-svg-dom -3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-svggen/3.2.0.3958/batik-svggen-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-transcoder/3.2.0.3958/batik-tran scoder-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-util/3.2.0.3958/batik-util-3.2.0 .3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-xml/3.2.0.3958/batik-xml-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/commons-collections/3.2.0.3958/commons -collections-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/commons-discovery/3.2.0.3958/commons-d iscovery-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/commons-logging/3.2.0.3958/commons-log ging-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/compc/3.2.0.3958/compc-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/copylocale/3.2.0.3958/copylocale-3.2.0 .3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (

    @Michael: Thank you!  I'm a Maven n00b.  This time FlexPMD project gets a lot farther when building with Maven 2.x, and when it encounters missing dependencies, it actually outputs how to obtain and install them.  That is soo much better than when I ran it it with Maven 3.
    Example:
    [INFO] Unable to find resource 'com.adobe.cairngorm:cairngorm:swc:2.2.1' in repository nexus.codehaus (https://nexus.codehaus.org/content/repositories/releases)
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.
    Missing:
    1) com.adobe.flex.framework:datavisualization:swc:3.2.0.3958
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dpackaging=swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dpackaging=swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.flex.framework:datavisualization:swc:3.2.0.3958
    2) com.adobe.flex.framework:datavisualization:rb.swc:en_US:3.2.0.3958
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dclassifier=en_US -Dpackaging=rb.swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dclassifier=en_US -Dpackaging=rb.swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.flex.framework:datavisualization:rb.swc:en_US:3.2.0.3958
    3) com.adobe.cairngorm:event-source:swc:1.1
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.cairngorm -DartifactId=event-source -Dversion=1.1 -Dpackaging=swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.cairngorm -DartifactId=event-source -Dversion=1.1 -Dpackaging=swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.cairngorm:event-source:swc:1.1
    4) com.adobe.cairngorm:cairngorm:swc:2.2.1
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.cairngorm -DartifactId=cairngorm -Dversion=2.2.1 -Dpackaging=swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.cairngorm -DartifactId=cairngorm -Dversion=2.2.1 -Dpackaging=swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.cairngorm:cairngorm:swc:2.2.1
    4 required artifacts are missing.
    for artifact:
      com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
    from the specified remote repositories:
      flexmojos-repository (http://repository.sonatype.org/content/groups/public/),
      central (http://repo1.maven.org/maven2),
      dist.codehaus.org (http://dist.codehaus.org/),
      nexus.codehaus (https://nexus.codehaus.org/content/repositories/releases),
      maven2-repository.dev.java.net (http://download.java.net/maven/2/),
      apache (http://cvs.apache.org/repository/),
      flex-mojos (http://repository.sonatype.org/content/groups/flexgroup)
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 10 minutes 30 seconds
    [INFO] Finished at: Wed Aug 01 11:39:21 EDT 2012
    [INFO] Final Memory: 67M/123M
    [INFO] ------------------------------------------------------------------------

  • [FlexPMD] flexpmd.html report created with zero bytes [Plz help]

    hi folks,
    initially i integrated FlexPMD with Maven.
    when i tried to build it creates the following:
    two folders:
    * CSS --- contains css files
    * Images --- contains image files
    two files:
    flexpmd.html -- created with zero bytes
    pmd.xml -- it lists the violations.
    my pom.xml
    <plugin>
    <groupId>com.adobe.ac</groupId>
    <artifactId>flex-pmd-maven-plugin</artifactId>
    <version>1.0.RC3</version>
    <executions>
        <execution>
        <goals>
            <goal>check</goal>
        </goals>
        </execution>
    </executions>
    <configuration>
        <ruleSet>${basedir}/pmd-ruleset.xml</ruleSet>
        <outputDirectory>${basedir}/target/pmd</outputDirectory>
    </configuration>
    </plugin>
    then i tried to integrate with Hudson, i configured this pmd.xml with hudson, its showing empty graph(see below)
    could you tell me , why this flexpmd.html is generated with zero bytes and why i'm not able to see plotted graph
    i tried the following version 1.0.RC4,1.0.RC5 and 1.1. but these versions also creating empty html report and some versions not running under hudson.
    please provide the correct version and details to solve this issue.
    please help in this issue, no help except this forum... i googled already did nt get any help.
    correct me if i'm wrong.
    thanks in advance.
    Regards,
    Mani

    Hi,
    What do you have in the console log?
    Please, try with 1.1.
    Xavier

  • Complete Instructions on how to Build GlassFish V2

    Hi
    I have GlassFish V2ur2 integrated into NetBeans 6.5 under Windows Vista. The instructios refer to V2ur1 version, but no problem at this point. My question is where do I create the workspace directory?
    By the other hand, my installer home is not C:\Sun\Application Server instead C:\Program Files\galssfish-v2ur2 that is the default while the installation.
    The instructions I meaning are in https://glassfish.dev.java.net/public/BuildGlassFish.html#Branch.
    I have posted other question about what is before, BluePrints installation or javaee5-samples-*.jar. It is not necesary to install BluePrints. Following the instructions you will get a directory samples and inside of it you can depoly the samples.
    Comeing back to my question. The problem is that if you create de workspace directory into a wrong directory you will can not execute the step 4.- maven configure-runtime because it need some files that are in the installer home in the directory C:\Program Files\glassfish-v2ur2\lib\install\templates. So it make me guess that if in fact is necesry all of this.
    Any idea?
    Regards,
    Jose Alvarez de Lara

    Daniel,
    This KB article is a good start:
    [http://support.apple.com/kb/HT1427]
    Cheers!

  • How to configure inbound ruleset in dynamic nat.

    Hi ,
    I have a doubt on configure the inbound rules for dynamic nat. I want to allow my web server (172.16.101.115) able connect from outside with tcp/443.
    How do I configure the inbound ruleset for allow public connect to my webserver with tcp/443 in dynamic nat.
    Here I have draw a diagram and some configuration i have configure in my ASA 8.2. Please correct me if I was wrong config it. 
    Public IP: 10.10.10.28
    Private IPs:
    172.16.101.115
    172.16.101.116
    172.16.101.117
    172.16.101.118
    172.16.101.119
    172.16.101.120
    access-list Web_nat permit ip host 172.16.101.115 any
    access-list Web_nat permit ip host 172.16.101.116 any
    access-list Web_nat permit ip host 172.16.101.117 any
    access-list Web_nat permit ip host 172.16.101.118 any
    access-list Web_nat permit ip host 172.16.101.119 any
    access-list Web_nat permit ip host 172.16.101.120 any
    nat (firewall-dmz) 1 access-list Web_nat
    global (firewall-outbound) 1 10.10.10.28
    access-list fw-outbound-access permit tcp any host 10.10.10.28 eq 443 //allow outside connect to my external ip.
    access-list fw-dmz-access permit tcp any host 172.16.101.115 eq 443 //allow my translation ip connect to my webserver with tcp/443.

    Hi,
    I am not sure what you are attempting to configure here.
    But what the NAT configuration above does is do a Dynamic PAT for all the servers on the "firewall-dmz" to a single IP address towards the "firewall-outbound"
    This Dynamic translation doesnt however enable connections to be initiated from behind the "firewall-outbound" interface. When your hosting a server which needs a NAT towards the users then the NAT type has to be Static NAT or Static PAT.
    Static NAT will essentially use up one public IP address for just the single local host/server.
    Static PAT will do a Port Forward from the public IP address and public port to the local IP and local port. And this is most commonly used with environments which only public IP address is the one that the ASA holds in its WAN interface.
    A typical Static NAT configuration is this
    static (inside,outside) 1.1.1.1 10.10.10.10 netmask 255.255.255.255
    Where
    inside = is the interface behind which the host is
    outside = is the interface towards which the host is NATed
    1.1.1.1 = is the public NAT IP address for the host
    10.10.10.10 = is the local IP address of the host
    A typical Static PAT configuration is this
    static (inside,outside) tcp interface 80 10.10.10.10 80 netmask 255.255.255.255
    Where
    tcp = specifies the protocol for which the Static PAT configured
    interface = specifies that we will be using the public IP address of the destination interface "outside" as the public IP address for this single Port Forward.
    80 = first "80" specifies the public port visible to users behind the destination interface
    80 = second "80" specifies the actual local port on which the local host is listening on
    Hope this helps
    - Jouni

  • Configuring Maven for a new Project

    Could anyone provide inputs on how to configure Maven for a new project?
    I am referring to links
    http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20setup%20Maven?
    http://maven.apache.org/guides/mini/guide-creating-archetypes.html
    Rgds,
    seetesh

    We are introducing a new feature in Flex 2.0.1 that's due out
    early next year. The feature is called "Modules" and it was
    discussed at this year's MAX 2006. You can read more about it on
    Roger Gonzalez's blog:
    http://blogs.adobe.com/rgonzalez/
    - check the "Modular Applications" articles. I think this will go a
    long way to making the reusable parts you are talking about.
    Flex does not build things from instructions unless they are
    written in ActionScript. We have customers that do create dynamic
    interfaces based on data loaded from a database, so it is possible.
    But if you have pre-built templates and all you need to do is
    change certain aspects at runtime, it should be pretty easy with
    Flex. Take a look at the Flex documentation, especially the part
    about the Flex framework and how Flex sources are compiled into
    SWFs.
    You style Flex components using style sheets (CSS files).
    This also includes specifying skins for components if you decide to
    give something a whole new look.
    I'm a bit biased here, but I think using ColdFusion (version
    7.0.2) with Flex 2 is very easy. But it depends on your needs,
    budget, deployment, etc. WIth CF 7.0.2 and Flex Builder 2 you get
    wizards to be build both CFC (ColdFusion components) and matching
    ActionScript objects so that you exchange objects, not just data,
    between Flex and CF.
    WebServices can also be used (with CF, too). This gives you
    more choices to the backend. If you have a large amount of data or
    it is complex, consider Flex Data Services as that has data
    management capabilities.
    Flex 2 has localization capabilties. You create a 'resource
    bundle' in various languages and build SWFs for each one. When the
    end user choses their preference, take them to the page that loads
    the appropriate SWF.
    HTH

  • How to configure maven to build EJB Jar?

    Hi!
    I would like to know how you setup Maven2 or alternatively Ant to build an EJB Jar.
    I have managed to do this in Maven by adding required jars to my local repository and added dependencies in the pom.xml file. This, however, do not seem like a good solution. I would like set some kind of classpath for maven to look for all libraries included in my application server.
    Could you please help me to solve this and I will be most grateful?!
    /Leo

    Hi,
    this is not an Eclipse forum but JDeveloper and ADF. Please try StackOverflow
    http://stackoverflow.com/questions/tagged/eclipse
    (Before I would search on StackOverflow if this question has been ansered before)
    Frank

  • How To Configure Maven With Weblogic 10.3.1 With JDK6

    Hi,
    I have recently upgraded my JDK from 1.5 to 1.6. Can any one help what changes is needed for using Maven for remote deployment with JDK 1.6.
    Regards,
    Swain

    Hi,
    I am getting the below error when using Maven with JDK6
    [INFO] --- weblogic-maven-plugin:2.9.1:deploy (default-cli) @ Spring-JDBC ---
    [INFO] Weblogic Deployment beginning with parameters DeployMojoBase[adminServerHostName = 10.60.246.49, adminServerProtocol = t3, adminServerPort = 8003, userId = weblogic, password = system103, artifactPath = D:\EspaceDeTravail\Projets\MigrationPiloteDiargramme\workspace\Spring-JDBC\target/Spring-JDBC-1.1, projectPackaging = war, name = Spring-JDBC, targetNames = MDAD1, remote = true]
    [INFO] Weblogic Deployment parameters [-adminurl, t3://10.60.246.49:8003, -username, weblogic, -password, system103, -verbose, -noexit, -name, Spring-JDBC, -targets, MDAD1, -upload, -source, D:\EspaceDeTravail\Projets\MigrationPiloteDiargramme\workspace\Spring-JDBC\target/Spring-JDBC-1.1.war, -deploy]
    weblogic.Deployer invoked with options: -adminurl t3://10.60.246.49:8003 -username weblogic -verbose -noexit -name Spring-JDBC -targets MDAD1 -upload -source D:\EspaceDeTravail\Projets\MigrationPiloteDiargramme\workspace\Spring-JDBC\target/Spring-JDBC-1.1.war -deploy
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 33.218s
    [INFO] Finished at: Wed Mar 09 11:48:29 CET 2011
    [INFO] Final Memory: 7M/43M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:weblogic-maven-plugin:2.9.1:deploy (default-cli) on project Spring-JDBC: Exception encountered during artifact start: weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://10.60.246.49:8003': invalid type code: 31. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server. DeploymentManagerCreationException: ServerConnectionException: CommunicationException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
    [ERROR] java.io.StreamCorruptedException: invalid type code: 31
    [ERROR] -> [Help 1]

  • How to configure wls-maven-plugin for support remote actions ?

    hi,
    currently I installed weblogic 12.1.1.0 .
    also using wls-maven-plugin for deployment .
    in documentation specified that
    middlewareHome ,weblogicHome ,domainHome has defaults values .
    so when you are not set them explicitly plugin use defaults values
    [http://docs.oracle.com/cd/E24329_01/web.1211/e24368/maven.htm#WLPRG585|http://docs.oracle.com/cd/E24329_01/web.1211/e24368/maven.htm#WLPRG585]
    whats happened if I want to do remote deployment meaning packaging my artifacts in machine A and deploy it to a server on target machine B .
    some limitations
    1. I cant use share folder between A and B
    2. Installation location on B is not on the default path - "D:\weblogic\wlserver_12.1"
    how plugin should know those require values on machine B , where the execution of the maven goal take place on machine A?
    does any body knows if the plugin support this case of remote deployment or does this plugin support only local deployment ?
    what is the best way to do remote action like start-server , stop-server, deploy , undeploy with weblogic app-server
    Thanks
    Nir
    Edited by: lukass77 on Nov 13, 2012 3:36 PM

    hi,
    currently I installed weblogic 12.1.1.0 .
    also using wls-maven-plugin for deployment .
    in documentation specified that
    middlewareHome ,weblogicHome ,domainHome has defaults values .
    so when you are not set them explicitly plugin use defaults values
    [http://docs.oracle.com/cd/E24329_01/web.1211/e24368/maven.htm#WLPRG585|http://docs.oracle.com/cd/E24329_01/web.1211/e24368/maven.htm#WLPRG585]
    whats happened if I want to do remote deployment meaning packaging my artifacts in machine A and deploy it to a server on target machine B .
    some limitations
    1. I cant use share folder between A and B
    2. Installation location on B is not on the default path - "D:\weblogic\wlserver_12.1"
    how plugin should know those require values on machine B , where the execution of the maven goal take place on machine A?
    does any body knows if the plugin support this case of remote deployment or does this plugin support only local deployment ?
    what is the best way to do remote action like start-server , stop-server, deploy , undeploy with weblogic app-server
    Thanks
    Nir
    Edited by: lukass77 on Nov 13, 2012 3:36 PM

  • Issue in deploying Service Bus projects using maven

    Hi,
    I am following the following documentation for deploying service bus projects to my OSB server.
    http://docs.oracle.com/middleware/1213/core/MAVEN/osb_maven_project.htm#MAVEN8973
    I was able to issue mvn package as described in documentation and also able to see sbar files in .data/Maven directory of each project.
    But i am seeing following error when i issue mvn pre-integration-test. Am i missing any steps.
    [INFO] --- oracle-servicebus-plugin:12.1.3-0-0:deploy (default-deploy) @ System ---
    [INFO] Service Bus Archive deployed using session Service_Bus_Maven-System-1424718369010.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'w
    eblogic.management.mbeanservers'
            at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.ja
    va:237)
            at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.j
    ava:120)
            at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:369)
            at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
            at oracle.sb.maven.plugin.deploy.MBeanHelper$MBeanInvocationHandler.getJMXConnector(MBeanHel
    per.java:228)
            at oracle.sb.maven.plugin.deploy.MBeanHelper$MBeanInvocationHandler.invoke(MBeanHelper.java:
    131)
            at com.sun.proxy.$Proxy16.createSession(Unknown Source)
            at oracle.sb.maven.plugin.DeployMojo.createSession(DeployMojo.java:141)
            at oracle.sb.maven.plugin.DeployMojo.execute(DeployMojo.java:89)
            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
    ava:101)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
    ilder.java:84)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
    ilder.java:59)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
    .java:183)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
            at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
            at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
            at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
            at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbeanservers.d
    omainruntime'. Resolved 'weblogic.management.mbeanservers' [Root exception is javax.naming.NameNotFo
    undException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblogic
    .management.mbeanservers']; remaining name 'domainruntime'
            at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1180
            at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:270)
            at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:187)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:210)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:224)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:224)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:224)
            at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:701)
            at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:231)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:527)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:523)

    Hi Siva,
    I am facing same issue I am bale to create package but while deployment goal I am facing problem.I am following same document as you do.
    I can see my mvn-pre-integration ..show me sucees in result
    [DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:3.0.3
    [DEBUG] Configuring mojo com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:package from plugin realm ClassRealm[plugin>com.oracle.servicebus.plugin:oracl
    -servicebus-plugin:12.1.3-0-0, parent: sun.misc.Launcher$AppClassLoader@65450f1f]
    [DEBUG] Configuring mojo 'com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:package' with basic configurator -->
    [DEBUG]   (f) oracleHome = C:\Oracle\Middleware\Oracle_Home
    [DEBUG]   (f) project = MavenProject: LinuxMachine:TestOSBLinux:1.0-SNAPSHOT @ C:\JDeveloper\mywork\OSB-DEPLOY\LinuxMachine\TestOSBLinux\pom.xml
    [DEBUG]   (f) system = false
    [DEBUG] -- end configuration --
    [INFO]
    [INFO] --- oracle-servicebus-plugin:12.1.3-0-0:deploy (default-deploy) @ TestOSBLinux ---
    [DEBUG] Configuring mojo com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy from plugin realm ClassRealm[plugin>com.oracle.servicebus.plugin:oracle
    servicebus-plugin:12.1.3-0-0, parent: sun.misc.Launcher$AppClassLoader@65450f1f]
    [DEBUG] Configuring mojo 'com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy' with basic configurator -->
    [DEBUG]   (f) oraclePassword = Oracle123
    [DEBUG]   (f) oracleServerUrl = http://192.168.137.150:7001
    [DEBUG]   (f) oracleUsername = weblogic
    [DEBUG]   (f) project = MavenProject: LinuxMachine:TestOSBLinux:1.0-SNAPSHOT @ C:\JDeveloper\mywork\OSB-DEPLOY\LinuxMachine\TestOSBLinux\pom.xml
    [DEBUG] -- end configuration --
    [INFO] Service Bus Archive deployed using session Service_Bus_Maven-TestOSBLinux-1429888616161.
    [INFO]
    [INFO] --- oracle-servicebus-plugin:12.1.3-0-0:deploy (deploy) @ TestOSBLinux ---
    [DEBUG] Configuring mojo com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy from plugin realm ClassRealm[plugin>com.oracle.servicebus.plugin:oracle
    servicebus-plugin:12.1.3-0-0, parent: sun.misc.Launcher$AppClassLoader@65450f1f]
    [DEBUG] Configuring mojo 'com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy' with basic configurator -->
    [DEBUG]   (f) oraclePassword = Oracle123
    [DEBUG]   (f) oracleServerUrl = http://192.168.137.150:7001
    [DEBUG]   (f) oracleUsername = weblogic
    [DEBUG]   (f) project = MavenProject: LinuxMachine:TestOSBLinux:1.0-SNAPSHOT @ C:\JDeveloper\mywork\OSB-DEPLOY\LinuxMachine\TestOSBLinux\pom.xml
    [DEBUG] -- end configuration --
    [INFO] Service Bus Archive deployed using session Service_Bus_Maven-TestOSBLinux-1429888623126.
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building LinuxMachine 1.0-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-so
    rces, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, i
    tegration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] === PROJECT BUILD PLAN ================================================
    [DEBUG] Project:       LinuxMachine:LinuxMachine:1.0-SNAPSHOT
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): []
    [DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
    [DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]
    [DEBUG] =======================================================================
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] TestOSBLinux ....................................... SUCCESS [ 20.752 s]
    [INFO] LinuxMachine ....................................... SUCCESS [  0.009 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    But not get deployed .....
    When i  run mvn com.oracle.servicebus.plugin:oracle-servicebus-plugin:deploy**  to invoke deployment goal it fails which below logs
    org.apache.maven.plugin.MojoNotFoundException: Could not find goal 'deploy*.*' in plugin com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0 amon
    goals deploy, package
            at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:275)
            at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:239)
            at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor(MojoDescriptorCreator.java:233)
            at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:103)
            at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:83)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:85)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
            at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
            at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
            at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
            at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
    [ERROR]
    [ERROR]
    Thanks&Regards
    Prabhat

  • Maven Plugin not accepting values from a property file.

    Hi,
    I want to create javadocs using maven.
    It works fine when i provide all the absolute paths in the pom.
    But when i try to provide paths by reading a property file then the maven-javadoc-plugin does not get the paths from this property file.
    The property file is defined as mentioned in below format:
    src_mvn_consult_framework_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/framework
    src_mvn_consult_module_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/module
    src_mvn_consult_appx_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/appx
    src_mvn_consult_client_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/projects/client
    src_mvn_consult_app_webservice_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/application/com.ofss.fc.cz.nab.webservices
    src_mvn_consult_app_middleware_dir=/var/lib/hudson/jobs/CZ_NAB_CORE_MVN_CHECKOUT/workspace/middleware/application/com.ofss.fc.cz.nab.middleware
    Calling this property file in the pom like:
    <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>properties-maven-plugin</artifactId>
         <version>1.0-alpha-2</version>
         <executions>
         <execution>
         <phase>initialize</phase>
         <goals>
    <goal>read-project-properties</goal>
         </goals>
         <configuration>
    <files>
         <file>/var/build/consult/maven/cz_javadoc-config.properties</file>
    </files>
         </configuration>
         </execution>
         </executions>
    </plugin>
    Finally we are using keys defined in property file in pom like:
    <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-javadoc-plugin</artifactId>
              <version>2.7</version>
              <configuration>
              <sourcepath>${src_mvn_consult_framework_dir};
                   ${src_mvn_consult_module_dir};
                   ${src_mvn_consult_appx_dir};
                   ${src_mvn_consult_client_dir};
                   ${src_mvn_consult_app_webservice_dir};
                   ${src_mvn_consult_app_middleware_dir};
              </sourcepath>
              </configuration>
    </plugin>
    Please suggest how we can get the value of keys defined in the property file in POM
    Thanks for your invaluable support

    I've had to do something similar in one of my apps.  In order to populate values in the THIS scope, you'll need to put a copy of the XML loading/processing logic in the pseudo-constructor (or encapsulate it in a separate CFM/CFC file and include it in both places).  It's ugly, but that's the only way I'm aware of to access the THIS scope.
    -Carl V.

  • Unable to run the maven project using TFS 2013

    Hi All,
    This is Raghu, I am new to TFS.
    I am running Maven project (selenium+java) using TFS. I configured TFS in my local box and installed TFS plugins for Eclipse. I have committed all of my code to TFS and created a new build in TFS using Eclipse TEAM Explore.
    When I executed the build, it displaying the below message not executing my test scripts.
    when I am executing maven from command prompt, it's working fine. 
    I am using Eclipse Luna, TFS2013, java 1.7, Maven 3.1.1
    Debug | Any CPU
    0 error(s), 0 warning(s)
    $/Testselenium/ArrowSOP/pom.xml compiled
    $/Testselenium/ArrowSOP/pom.xml ('install' target(s)) - 0 error(s), 0 warning(s),
    View log file
    No test results
    No code coverage results
    It could be grate, if anybody provide a solution for this issue.
    Thanks
    Raghu

    Hello again,
    It’s just in one of my TFS project I have this problem and it didn’t help to use older versions of the build process templates.
    /Magnus
    Magnus Timner

  • How to configure Spring Data JPA to handle sdo_geometry and Timestamp(0)?

    Hi all,
    I'm new to this community, not sure if I'm posting in the right place.
    I'm an Oracle old-hand, but new to Spring Data, having done a bit on postGIS, but now trying to apply it to Oracle.
    My problem:  I have a new maven project, with Entity and Repository classes, and a JUnit test program that uses DbUnit to preload test data.
    The current config uses a beans.xml file to set up:
      <bean id="entityManagerFactory"
        class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">...
        <property name="jpaProperties">....
      <bean id="vendorAdapter"
        class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
        <property name="databasePlatform" value="org.hibernate.dialect.Oracle10gDialect" />
        <property name="generateDdl" value="false" />
      </bean>
      <bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource"
        destroy-method="close">
        <property name="driverClass" value="oracle.jdbc.OracleDriver" />
        <property name="jdbcUrl"
         value="jdbc:oracle:thin:@localhost:2632:BLADE" />...
    <bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager">
      <property name="entityManagerFactory" ref="entityManagerFactory" />
    </bean>
    Test of repos.count() works ok.
    Test to call repos.findByName(String) fails, (stack below).
    Now, the current setup doesn't handle SDO_GEOMETRY, or TIMESTAMP(0), but will manage TIMESTAMP(6).
    The warnings below show that I'm  using "DefaultDataTypeFactory" and should probably be using OracleDataTypeFactory.
    I've also found the OracleDataSource class, and tried that, but still get the same data type issues.
    Ok, the big questions:
    1. Can anyone point me at an example to configure the dataSource, or vendorAdapter, to use the OracleDataTypeFactory, and retrieve these data types?
    2. What data type should I be using in Java for the geometry column?
    Thanks,
    Phil
    Test output warnings:
    16:24:05.846 [main] INFO  org.springframework.test.context.transaction.TransactionalTestExecutionListener - Began transaction (2) for test context [DefaultTestContext@990034 testClass = NotamRepositoryTest, testInstance = com.thalesgroup.uk.airscape.common.data.domain.dao.notam.NotamRepositoryTest@3ff1d6, testMethod = testNotamFetchByDatasetName@NotamRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1346193 testClass = NotamRepositoryTest, locations = '{classpath:testBeans.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1f1fe9d]; rollback [true]
    16:24:08.674 [main] WARN  org.dbunit.dataset.AbstractTableMetaData - Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'Oracle' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
    16:24:08.674 [main] WARN  org.dbunit.util.SQLHelper - DATA_SET.SEC_TAG_MODIFIED data type (1111, 'TIMESTAMP(0)') not recognized and will be ignored. See FAQ for more information.
    16:24:08.674 [main] WARN  org.dbunit.util.SQLHelper - DATA_SET.CREATED data type (1111, 'TIMESTAMP(0)') not recognized and will be ignored. See FAQ for more information.
    16:24:08.674 [main] WARN  org.dbunit.util.SQLHelper - DATA_SET.MODIFIED data type (1111, 'TIMESTAMP(0)') not recognized and will be ignored. See FAQ for more information.
    16:24:08.690 [main] WARN  org.dbunit.util.SQLHelper - DATA_SET.VALID_FROM data type (1111, 'TIMESTAMP(0)') not recognized and will be ignored. See FAQ for more information.
    16:24:08.690 [main] WARN  org.dbunit.util.SQLHelper - DATA_SET.VALID_TO data type (1111, 'TIMESTAMP(0)') not recognized and will be ignored. See FAQ for more information.
    16:24:08.690 [main] WARN  org.dbunit.dataset.AbstractTableMetaData - Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'Oracle' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
    16:24:08.690 [main] WARN  org.dbunit.util.SQLHelper - NOTAM.Q_POINT data type (1111, 'SDO_GEOMETRY') not recognized and will be ignored. See FAQ for more information.
    16:24:08.690 [main] WARN  org.dbunit.util.SQLHelper - NOTAM.Q_RANGE_RING data type (1111, 'SDO_GEOMETRY') not recognized and will be ignored. See FAQ for more information.
    java.lang.UnsupportedOperationException
        at org.hibernate.spatial.GeometrySqlTypeDescriptor.getExtractor(GeometrySqlTypeDescriptor.java:57)
        at org.hibernate.type.AbstractStandardBasicType.nullSafeGet(AbstractStandardBasicType.java:267)
        at org.hibernate.type.AbstractStandardBasicType.nullSafeGet(AbstractStandardBasicType.java:263)
        at org.hibernate.type.AbstractStandardBasicType.nullSafeGet(AbstractStandardBasicType.java:253)
        at org.hibernate.type.AbstractStandardBasicType.hydrate(AbstractStandardBasicType.java:338)
        at org.hibernate.persister.entity.AbstractEntityPersister.hydrate(AbstractEntityPersister.java:2969)
        at org.hibernate.loader.Loader.loadFromResultSet(Loader.java:1695)
        at org.hibernate.loader.Loader.instanceNotYetLoaded(Loader.java:1627)
        at org.hibernate.loader.Loader.getRow(Loader.java:1514)
        at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:725)
        at org.hibernate.loader.Loader.processResultSet(Loader.java:952)
        at org.hibernate.loader.Loader.doQuery(Loader.java:920)
        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:354)
        at org.hibernate.loader.Loader.doList(Loader.java:2553)
        at org.hibernate.loader.Loader.doList(Loader.java:2539)
        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2369)
        at org.hibernate.loader.Loader.list(Loader.java:2364)
        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:496)
        at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387)
        at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:231)
        at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264)
        at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103)
        at org.hibernate.jpa.internal.QueryImpl.list(QueryImpl.java:573)
        at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:449)
        at org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:67)
        at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:81)
        at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:59)
        at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:97)
        at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:88)
        at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:384)
        at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:344)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:98)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:262)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:95)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodIntercceptor.invoke(CrudMethodMetadataPostProcessor.java:111)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
        at com.sun.proxy.$Proxy67.findByDataSetNameAndDeletedIsNull(Unknown Source)
        at com.thalesgroup.uk.airscape.common.data.domain.dao.notam.NotamRepositoryTest.testNotamFetchByDatasetName(NotamRepositoryTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
        at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
        at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
        at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:233)
        at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:87)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
        at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
        at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
        at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:176)
        at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
        at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
        at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

    Hi
    You can use T-code NACE and then select your application based on your output type you can assign your  Print program and Form.
    Reward points, if it is helpful.
    Regards
    Raja.

  • OIM 11.1.1.5 Configuration failure error

    hi,
    i am configuring oracle identity manager 11.1.1.5.
    The following are the softwares used:
    Oracle database 11.2.0.1
    RCU 11.1.1.6
    weblogic 10.3.6
    SOA 11.1.1.6
    OIAM suite 11.1.1.5
    the oim configuration fails with the below error: i have checked all the conf details provided everything is fine..pls help
    [2012-07-11T06:02:09.148+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JXnSli9ATOw70FAhMF1FzC^3000003,0] [[
    [OIM_CONFIG] Updated oim-config.xml.
    [2012-07-11T06:02:09.148+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JXnSli9ATOw70FAhMF1FzC^3000003,0] [[
    [OIM_CONFIG] Uploading oim-config.xml and other metadata files to mds schema
    [2012-07-11T06:02:09.148+05:30] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JXnSli9ATOw70FAhMF1FzC^3000003,0] [SRC_CLASS: MdsMetadata] [SRC_METHOD: uploadToMDSSchema] ENTRY
    [2012-07-11T06:02:14.920+05:30] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000JXnSli9ATOw70FAhMF1FzC^3000003,0] One or More configurations failed. Exiting
    complete log:
    [2012-07-11T05:59:55.377+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] Logging Environment Variables
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] USERPROFILE=C:\Users\mp
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ProgramData=C:\ProgramData
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] COMMANDLINE=""
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ORACLE_HOME_TEMP=E:\Oracle\Middleware\Oracle_IDM1\bin\\..
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PARAMFILEPASSED=false
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ORACLE_HOME=E:\Oracle\Middleware\Oracle_IDM1
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] RBACX_HOME=E:\OIA_Install
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ProgramFiles(x86)=C:\Program Files (x86)
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] TEMP=C:\Users\mp\AppData\Local\Temp
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] SystemDrive=C:
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ProgramFiles=C:\Program Files
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] Path=E:\Oracle\Middleware\Oracle_IDM1\bin;E:\Oracle\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\apache-maven-3.0.4\bin
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] HOMEDRIVE=C:
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PRESENT_DIR=C:\Windows\system32
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PROCESSOR_REVISION=2a07
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] =C:=C:\Users\mp\AppData\Local\Temp
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] USERDOMAIN=mylab
    [2012-07-11T05:59:56.501+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ALLUSERSPROFILE=C:\ProgramData
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] SILENTOPTION=false
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] VBOX_INSTALL_PATH=E:\vbox\
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ProgramW6432=C:\Program Files
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ISSILENT="false"
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] =E:=E:\Oracle\Middleware\Oracle_IDM1\oui\bin
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] TMP=C:\Users\mp\AppData\Local\Temp
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PROCESSOR_ARCHITECTURE=AMD64
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] CommonProgramFiles=C:\Program Files\Common Files
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] CLASSPATH=.;
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] LOGONSERVER=\\MYLAB
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] FP_NO_HOST_CHECK=NO
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] OS=Windows_NT
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] HOMEPATH=\Users\mp
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PROMPT=$P$G
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PROCESSOR_LEVEL=6
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] CommonProgramW6432=C:\Program Files\Common Files
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ARGS= -weblogicConfig ORACLE_HOME="E:\Oracle\Middleware\Oracle_IDM1" -Doracle.config.mode=true -oneclick
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] LOCALAPPDATA=C:\Users\mp\AppData\Local
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] COMPUTERNAME=MYLAB
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] windir=C:\Windows
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] SystemRoot=C:\Windows
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] NUMBER_OF_PROCESSORS=4
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] USERNAME=mp
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PUBLIC=C:\Users\Public
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] ComSpec=C:\Windows\system32\cmd.exe
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] APPDATA=C:\Users\mp\AppData\Roaming
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] Logging System Properties
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vendor=Sun Microsystems Inc.
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.java.launcher=SUN_STANDARD
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] os.name=Windows 7
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.boot.class.path=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\resources.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\rt.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\sunrsasign.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\jsse.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\jce.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\charsets.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\modules\jdk.boot.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\classes
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.desktop=windows
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vm.specification.vendor=Sun Microsystems Inc.
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.runtime.version=1.6.0_32-b05
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] user.name=mp
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.bootstrap.location=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.installer.prereqConfigLoc=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\prereq
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] START_TIME=1341966594441
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] user.language=en
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.boot.library.path=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\bin
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.version=1.6.0_32
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] user.timezone=Asia/Calcutta
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.operation=init
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.arch.data.model=64
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.installer.exec_location=E:\Oracle\Middleware\Oracle_IDM1\oui\bin\setup.exe
    [2012-07-11T05:59:56.516+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.endorsed.dirs=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\endorsed
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.cpu.isalist=amd64
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.jnu.encoding=Cp1252
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] file.encoding.pkg=sun.io
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] file.separator=\
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.specification.name=Java Platform API Specification
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.installer.library_loc=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\lib\win64
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.class.version=50.0
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] user.country=IN
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] BOOTSTRAP_DIR=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.mode=init
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.home=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.launch.time=2012-07-11_05-59-28AM
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vm.info=mixed mode
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] os.version=6.1
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.config.mode=true
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] path.separator=;
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vm.version=20.7-b02
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] user.variant=
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.awt.printerjob=sun.awt.windows.WPrinterJob
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.io.unicode.encoding=UnicodeLittle
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] awt.toolkit=sun.awt.windows.WToolkit
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.installer.oui_loc=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] user.home=C:\Users\mp
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.installer.startup_location=E:\Oracle\Middleware\Oracle_IDM1\oui\bin
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.specification.vendor=Sun Microsystems Inc.
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.config.longterm=true
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.library.path=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;E:\Oracle\Middleware\Oracle_IDM1\bin;E:\Oracle\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\apache-maven-3.0.4\bin;.
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vendor.url=http://java.sun.com/
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.installer.nlsEnabled=TRUE
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vm.vendor=Sun Microsystems Inc.
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.runtime.name=Java(TM) SE Runtime Environment
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.java.command=oracle.sysman.oio.oioc.OiocOneClickInstaller -scratchPath C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM -sourceType network -timestamp 2012-07-11_05-59-28AM -weblogicConfig ORACLE_HOME=E:\Oracle\Middleware\Oracle_IDM1 -Doracle.config.mode=true -oneclick
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.class.path=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM;;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\commonutils.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\dms.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\engine.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\enginehelp.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\GetVolumeInfo.dll;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\glassfish.jaxb.xjc_1.0.0.0_2-1-12.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\glassfish.jaxb_1.0.0.0_2-1-12.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\idminstallhelp.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\install.properties;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\log-config.xml;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\message.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\ojdbc6dms.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\ojdl-log4j.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\ojdl.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\ojdl2.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\oneclick.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\oneofftool.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\osdt_core.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\SysInfo.dll;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\WindowsFolders.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\xmlparserv2.jar;;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\OraInstaller.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\oneclick.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\xmlparserv2.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\share.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\OraInstallerNet.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\emocmutl.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\emCfg.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\OraPrereq.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\jsch.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\ssh.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\remoteinterfaces.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\http_client.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\OraSuiteInstaller.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\OPatch\jlib\opatch.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\OPatch\jlib\opatchactions.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\OPatch\jlib\opatchprereq.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\OPatch\jlib\opatchutil.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstImages.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_de.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_es.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_fr.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_it.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_ja.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_ko.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_pt_BR.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_zh_CN.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\InstHelp_zh_TW.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\oracle_ice.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\help4.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\help4-nls.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\ewt3.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\ewt3-swingaccess.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\ewt3-nls.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\swingaccess.jar;\;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\jewt4.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\jewt4-nls.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\orai18n-collation.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\orai18n-mapping.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\ojmisc.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\xml.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\srvm.jar;C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\oui\jlib\classes12.jar
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.log.dir=C:\Program Files\Oracle\Inventory\logs
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vm.specification.name=Java Virtual Machine Specification
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vm.specification.version=1.0
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.cpu.endian=little
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] sun.os.patch.level=
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.modules.install.log.file=install2012-07-11_05-59-28AM.log
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.as.config.log.file=configActions2012-07-11_05-59-28AM.log
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.core.ojdl.logging.config.file=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\ext\jlib\log-config.xml
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.installer.jre_loc=..\..\jre
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.io.tmpdir=C:\Users\mp\AppData\Local\Temp\
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] os.arch=amd64
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] java.ext.dirs=C:\Users\mp\AppData\Local\Temp\OraInstall2012-07-11_05-59-28AM\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] oracle.install.engine.log.file=install2012-07-11_05-59-28AM.log
    [2012-07-11T05:59:56.532+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] user.dir=C:\Users\mp\AppData\Local\Temp
    [2012-07-11T05:59:56.547+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] awt.useSystemAAFontSettings=lcd
    [2012-07-11T05:59:56.547+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JXnSJ_pATOw70FAhMF1FzC^3000000,0] line.separator=[[
    [2012-07-11T05:59:56.547+05:30] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    user12280969 wrote:
    hi,
    i am configuring oracle identity manager 11.1.1.5.
    The following are the softwares used:
    Oracle database 11.2.0.1
    RCU 11.1.1.6
    weblogic 10.3.6
    SOA 11.1.1.6
    OIAM suite 11.1.1.5
    the oim configuration fails with the below error: i have checked all the conf details provided everything is fine..pls help
    For OIM 11.1.1.5 the only compatible versions for SOA is 11.1.1.5, RCU is 11.1.1.5 and WLS is 10.3.5. Check the certification matrix.
    -Bikash

Maybe you are looking for