TransactionConflictException during ant osb project export

Hey,
I am getting more and more failed ant exports of osb projects.
Searching on com.bea.wli.config.transaction.TransactionConflictException doesnt give any hits whatsoever, i suspect however something is going wrong with the eclipse workspace or something.
It is running on a dedicated machine so workspace being locked or something. Even fetching deleting the workspace and pulling anew from the SVN doesn't resolve this.
Synchronizing "OSB-[xxxx]_configuration"...
[java] <Apr 26, 2013 10:53:39 AM CEST> <Warning> <ConfigFwk> <BEA-000000> <Setting transaction '13' as rollback only. Rollback reason:
[java] com.bea.wli.config.transaction.TransactionConflictException: Transaction ALSB Resource Synchronization conflicts with ALSB Resource Synchronization for transactional resource lazy value cache and will be rolledback
[java]      at com.bea.wli.config.transaction.TransactionManager.testConflict(TransactionManager.java:1361)
[java]      at com.bea.wli.config.transaction.TransactionManager.enlistAsRead(TransactionManager.java:981)
[java]      at com.bea.wli.config.transaction.CopyOnWriteTransactionalOwner.getState(CopyOnWriteTransactionalOwner.java:65)
[java]      at com.bea.wli.config.transaction.TransactionalMap.containsKey(TransactionalMap.java:72)
[java]      at com.bea.wli.config.component.impl.LazyValueCache.containsKey(LazyValueCache.java:105)
[java]      at com.bea.wli.config.component.impl.ComponentTypeImpl.exists(ComponentTypeImpl.java:738)
[java]      at com.bea.wli.config.impl.ConfigContextImpl.exists(ConfigContextImpl.java:917)
[java]      at com.bea.wli.config.component.impl.ComponentTypeImpl.validateForCreate(ComponentTypeImpl.java:428)
[java]      at com.bea.wli.config.component.impl.ComponentTypeImpl.createBare(ComponentTypeImpl.java:877)
[java]      at com.bea.wli.config.component.impl.ComponentTypeImpl.create(ComponentTypeImpl.java:860)
[java]      at com.bea.wli.config.task.impl.CreateResourceTask._execute(CreateResourceTask.java:97)
[java]      at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:228)
[java]      at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:191)
[java]      at com.bea.wli.config.task.impl.CreateResourceTask.createResource(CreateResourceTask.java:82)
[java]      at com.bea.alsb.core.internal.config.synchronize.tasks.UpdateResourceTask.execute0(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.tasks.AbstractSynchronizerTask._execute(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.tasks.ExecutionTask._execute(Unknown Source)
[java]      at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:233)
[java]      at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
[java]      at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
[java]      at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
[java]      at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:236)
[java]      at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:191)
[java]      at com.bea.alsb.core.internal.config.synchronize.AbstractSynchronizer.executeEx(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.AbstractSynchronizer.execute(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.DeltaSynchronizer.run(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.DeltaSynchronizer.run(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.run0(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.access$2(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.SynchronizerService$1.run(Unknown Source)
[java]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
[java]      at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.runInWorkspace(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.run(Unknown Source)
[java]      at com.bea.alsb.core.internal.config.synchronize.SynchronizerService$Synchronizer.resourceChanged(Unknown Source)
[java]      at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
[java]      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
[java]      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
[java]      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
[java]      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:311)
[java]      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
[java]      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
[java]      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Ant export process:
     <target name="export" depends="export.generic">
          <antcall target="deleteOldJar" />
          <antcall target="deleteMetadata" />
          <echo message="config.project: ${config.project} configJar: ${basedir}/${config.jar} config.subprojects ${config.subprojects}"/>
          <java dir="${eclipse.home}" jar="${eclipse.home}/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar" fork="true" failonerror="false" maxmemory="768m">
                    <arg line="-data ${workspace.dir}" />
                    <arg line="-application com.bea.alsb.core.ConfigExport" />
                    <arg line="-configProject ${config.project}" />
                    <arg line="-configJar ${basedir}/${config.jar}" />
                    <arg line="-configSubProjects ${config.subprojects}"/>
                    <sysproperty key="com.bea.plateng.common.util.logging.useJDKlogger" value="true" />
                    <sysproperty key="weblogic.home" value="${weblogic.home}"/>
          <sysproperty key="osb.home" value="${osb.home}"/>
          <sysproperty key="osgi.bundlefile.limit" value="2000"/>
          <sysproperty key="harvester.home" value="${osb.home}/harvester"/>
          <sysproperty key="osgi.nl" value="en_US"/>
          <sysproperty key="sun.lang.ClassLoader.allowArraySyntax" value="true"/>
               </java>
          <tstamp/>
          <copy failonerror="false" file="${metadata.dir}/.log" tofile="${log}/metadata${DSTAMP}${TSTAMP}.log"/>
          <antcall target="deleteMetadata" />
          <delete file="${workspace.dir}/${config.project}/.settings/com.bea.alsb.core.prefs"/>
     </target>
Any help is much appreciated!

Oracle provides prebuilt code for OSB migration
you may refer to following
http://biemond.blogspot.in/2010/07/osb-11g-ant-deployment-scripts.html
http://docs.oracle.com/cd/E21764_01/doc.1111/e15022/app_config.htm#i1012336
http://docs.oracle.com/cd/E21764_01/doc.1111/e15022/bestprac.htm#sthref44

Similar Messages

  • Error while exporting OSB project using ANT

    Hi,
    My OSB Version is 11.1.1.5 and I was trying to get my export done using the scripts provided by Edwin on his blog http://biemond.blogspot.in/2010/07/osb-11g-ant-deployment-scripts.html
    I am able to exportFromWorkspace but I am facing the error while using the target exportFromOSB. The error while executing is :
    File "export.py", line 7, in ?
    ImportError: no module named wli
    at weblogic.management.scripting.WLSTInterpreterInvoker.printError(WLSTInterpreterInvoker.java:110)
    at weblogic.management.scripting.WLSTInterpreterInvoker.executePyScript(WLSTInterpreterInvoker.java:103)
    at weblogic.management.scripting.WLSTInterpreterInvoker.main(WLSTInterpreterInvoker.java:27)
    Traceback (innermost last):
    File "export.py", line 7, in ?
    ImportError: no module named wli
    I used these jar files in my Build.xml:
    <path id="osb.class.path">
    <pathelement path="D:\\Oracle1\\Middleware\\wlserver_10.3\\server\\lib\\weblogic.jar" />
    <pathelement path="D:\\Oracle1\\Middleware\\Oracle_OSB1\\lib\\sb-kernel-api.jar" />
    <pathelement path="D:\\Oracle1\\Middleware\\Oracle_OSB1\\lib\\sb-kernel-impl.jar" />
    <pathelement path="D:\\Oracle1\\Middleware\\Oracle_OSB1\\lib\\sb-kernel-wls.jar" />
    <pathelement path="${fmw.home}/Oracle_OSB1/modules/com.bea.common.configfwk_1.5.0.0.jar" />
    </path>
    <target name="exportFromOSB">
    <wlst fileName="${domain.export.script}" debug="true" failOnError="true"
    arguments="${wls.username} ${wls.password} ${wls.server} ${export.project} ${export.jar} ${export.customFile}">
    <script>
    adminUser=sys.argv[1]
    adminPassword=sys.argv[2]
    adminUrl=sys.argv[3]
    exportJar = sys.argv[5]
    customFile = sys.argv[6]
    project = sys.argv[4]
    print ('server:'+adminUser+','+adminPassword+','+adminUrl)
    connect(adminUser,adminPassword,adminUrl)
    domainRuntime()
    </script>
    </wlst>
    </target>
    so any one can help me..
    Thanks in Advance
    Chaitanya

    http://www.javamonamour.org/2011/11/updated-version-of-importpy-and.html
    click on build.xml and you will see the right jars

  • Deployment process for Large ALSB/OSB project

    Hi,
    I am searching for some details or article about deployment of alsb/osb projects (number of projects) as part of build process.
    How projects manages when number of different alsb projects need to be build, customized and imported into different environments.
    We are starting new release where developers would be working on different projects. i have a some ANT scripts which use WLST script to export single project, created jar file and place them into a specific location.
    For import, the script looks at a specific location, reads config.jar from that location, and imports that config into target environment. Now with multiple projects and each developer will deliver their own config.jar. How to handle that in WLST. I am not sure if the current approach i am using that any good to handle multiple projects deployment.
    Anyone could give some pointers or helpful hints?
    we are on version 10.0 and wont be moving to 10gR3 where we could use ANt to build config.jar from .metadata so not sure.
    I want to know what other projects are doing etc!
    many thanks in advance!
    sal

    It seems you already have certain level of insight into deployment process, but maybe you will find this document interesting:
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/pdf/deploybestprac.pdf

  • How to create a new Oracle OSB project automaticaly with script without IDE

    Hello,
    I want to create automatically an "Oracle service bus project" and an "Oracle service bus configuration project" with scripts (ANT or Maven or ...) without using IDE, without using workshop or Eclipse. I want to create automatically (ANT or Maven) just a skeleton of an OSB project witch i can use after in workshop.
    I want to create 1 "Oracle service bus configuration project" with many "Oracle service bus project" automatically (ANT or Maven or scripts) witch i can use after in workshop. How to create a new Oracle OSB project automaticaly with script without IDE ? How can i do this ?
    I'm using Oracle service bus 10.3.1
    Thank you for your help.

    Thank you for your response,
    I do not want to just create the services (proxy services and business services) but I want to create a template for 40 OSB project with the same scripts ANT/Maven.
    Template="Oracle service bus configuration project" + "Oracle service bus project" + services of 40 OSB projects
    The goal is that I have more than 40 projects to create and just the name of the projects that changes (when I say the name of the project ie the name of the OSB project, the name of proxy services and the name of business services ).
    So I want to give my script (ANT/Maven) the name of 40 OSB project and the script must generate the skeleton of the 40 projects at once time and after generation of skeleton of the 40 project, I will import them in the workshop to add manually mapping and routing and other things that differs from one project to another.
    So i want to generate automatically a skeletons of 40 OSB projects using a script (ANT / Maven) and I give to the script juste the names of the 40 projects.
    I want to create a "Oracle service bus configuration project" and "Oracle service bus project" automatically of 40 OSB projects (ANT or Maven or scripts) witch i can use after in workshop.
    I want to create one 'template' of all 40 projects in the same time, with the same directory structure (Transforlation, Business services, proxy services, WSDL .....) and all 40 project have the same transport, just the names of projects and services witch changes and i can give to the script all names of projects and services and i can give also all WSDL.
    Regards,
    Tarik

  • How to deploy osb projects into managed server in weblogic

    i am new to osb
    i have a doubt
    i created a managed server in weblogic admin console, it was running fine ,but i need to know how to deploy my osb projects in that new manged server.As of now it is deployed in http://localhost:7001/sbconsole

    I think you need to extend the domain instead of creating the managed instance manually through Admin console. By default when you create a domain using OSB domain template, it deploys all of the applications needed automatically to all the instances. If you are trying to do it manually, then you need to follow the documentation to see which applications need to be deployed to use OSB services.
    http://docs.oracle.com/cd/E23943_01/doc.1111/e15017/configure_osb.htm#BGBFGBFF
    To deploy a project, Login to SB console http://<admin>:<port>/sbconsole > System Administration > Export/Import Resources.

  • Referencing Classpath's Jars form OSB Projects

    Hi all,
    We have found a behavior we cannot understand in the OSB. As we have assumed in the [Best Practices|http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/pojo.html] , if we are going to use a Jar inside an OSB project, we better use a small jar with the static methods and proxy the logic to the libraries placed in the classpath.
    Assume a project ProjectA with a library proxyLib.jar which references libA.jar and libB.jar placed in the server's lib folder.
    To use libA and libB from the proxyLib we have to first add them into the classpath, thus we assumed it is done editing the "Class Path" field placed in the "Server Start" tab from the WebLogic Server Console, but we wondered why it didn't work because when importing the project, a classnotfound error appeared for the project's library (proxyLib) which references the external libraries.
    We solved it editing manually the setDomainEnv.sh file, but we don't understand why it doesn't worked using the console.
    Our system is composed by one AdminServer and one Cluster with 2 Managed servers. The classpath modified by the console referenced the absolute path /...../domains/mydomain/lib/libA.jar and the setDomainEnv file edited is also placed in the ..mydomain/bin folder.
    Does anyone know the reason?
    Thank you in advance and best regards,
    rromero

    First of all, thanks for your answers.
    Anuj Dwivedi wrote:
    If you want to add a jar in server classpath then place it in directory $Domian_Home/lib and just restart the servers. Open the readme file inside same directory and you will find -
    The jars located in this directory will be picked up and added dynamically to the end of the server classpath at server startup. The jars will be ordered lexically in the classpath. The domain library directory is one mechanism that can be used for adding application libraries to the server classpath.
    It is possible to override the $DOMAIN_DIR/lib directory using the -Dweblogic.ext.dirs system property during startup. This property specifies a list of directories to pick up jars from and dynamically append to the end of the server classpath using java.io.File.pathSeparator as the delimiter between path entries.This is the most preffered way to add a jar in server classpath.
    Regards,
    AnujAs I said, at first instance, the libraries where already in the lib folder and didn't take any effect until I added manually to the setDomainEnv
    atheek1 wrote:
    Server Start" tab from the WebLogic Server Console,Whatever you configure in server start takes effect only if you use node manager to start that server . If you are not using node manager these settings wont have any impact.
    I also beg to differ with Anuj on putting jars in domain/lib, for some reasons i find in certain cases osb doesn't recognize these jars in domain/lib (both for java callouts and when using 3rd party jms providers ), so to be safe its better to put it explicitly in classpath,
    This thread discussed one strange problem with putting jars on domain/lib.
    http://forums.oracle.com/forums/thread.jspa?messageID=9173629&#9173629
    We are using nodemanagers with the managed servers, so that's why I expected the problem to be solved using the "Server Start" tab.
    Regards,
    rromero

  • Is multiple project export possible ?

    it would be nice to be able to set multiple projects up for Media Browser Export !
    perhaps an apple script or an automator script .
    i have a couple projects ready to render in Large and Medium size !
    but its time consuming and it is a waist of time to do them at one time.. i set one up it takes about an hour.
    i would love to be able to set up let say 4 projects to export in medium and large size overnight so when i get up i have them all ready for iDVD instead i have to spend more time during a day to export them one at the time ( i'm not in front of my computer all the time )
    anybody has some hints or could build a nice Automator for it ?

    Hi f
    Just as Karsten writes.
    a. You need an external hard disk:
    • HAS TO BE - formatted as Mac OS Extended - NOT AS - UNIX/DOS/FAT32/Mac OS Exchange
    • Should be a FireWire one - USB/USB2 performs badly
    b. You keep Your program on Your internal (start-up) hard disk and store Your
    movie project (icon with a Star on it) on the external one.
    c. less than 10Gb free space on the internal (start-up) hard disk often gives
    problems of many kinds. I try to free up 25Gb to be able to work confortably.
    Yours Bengt W

  • OSB Project Import Problem

    Hello All,
    I want to import an OSB project into one OSB domain.
    There are some other projects already there.
    But after importing, it requires me to restart the server, which it is the OSB configuration project problem.
    The new project is in another configuration project, which is different from the one for those deployed projects in the server. I don't know the name of the configuration project in the server. What I should do to avoid to restart the server?
    Thanks and regards,
    Kerr

    Hi,
    OSB Resources can be imported and exported with eclipse IDE or sbconsole.
    Until the project names are unique user should be able to import without any issues.
    Not sure of your use case ... but user dont need a re-start at all with new resources it will workwell
    thanks

  • Grouping of OSB projects

    Hi!
    I have got a problem: I would like to group OSB projects.
    We can put more business projects into OSB. These business projects contain of more OSB projects. I would like to see this on OSB console (project explorer):
    - businsess project 1
    - OSB project 1.1
    - OSB project 1.2
    - OSB project 1.3
    - businsess project 2
    - OSB project 2.1
    - businsess project 3
    - OSB project 3.1
    - OSB project 3.2
    Ok, I can implement this in OSB console to add new project and move given OSB project to this.
    But how could I do this in eclipse? If I deploy OSB components to server, they will be deployed in root. Ok, I could move these manually but this is not so good solution (I have an Ant script which can deploy).
    So how could I group my OSB projects in eclipse or in ant script?
    Thanks!
    Regards,
    Viktor

    Hello Viktor,
    In OSB, you may have only one configuration project (on server) and inside that you may have as many as you want, OSB projects. So if you want to categorize projects from business perspective (businsess project 1, businsess project 2 etc..) then businsess project n will be a OSB project and OSB project n.n will be a folder inside businsess project n
    In short, you can not create a OSB project inside another OSB project. I am not sure if I understood your question, right but this is what currently available. For any enhancement which you want, you may raise an ER with support.
    Regards,
    Anuj

  • Deploy new artifacts under same OSB project through a Script

    Hi,
    I have an ant script which calls a java programe to deploy a OSB configuration project automatically.
    I can succesfully deploy a configuration jar with this.However, when i try to add a new folder to the existing OSB project and then deploy the new jar, the contents of the existing folder no longer remain.Only the folder structure of the earliar folder remains on the sbconsole.Both folders (old and new) are different.
    Can anybody help me on this please.

    Hi Anuj,
    Yes indeed i am importing the project with the same name as a pre deployed one.I could not find any way by which i could only import the resources and not teh complete project.I have written a program to upload the configuration jar by using this API http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/javadoc/com/bea/wli/sb/management/configuration/ALSBConfigurationMBean.html.
    Is there any way to to import only the new resources and update the ones that are pre deployed?
    Thanks in advance

  • Error in jdevelper 11g when opening a project exported from bpm studio 10.3

    Hello I hope someone can help me with this error, thanks in advance.
    I installed soa suite 11G (including ps2) but when i open a project exported from bpm studio 10.3 i have the following error.
    "An unexpected severe error has ocurred in jdeveloper"
    Performing action JDeveloper Forum[ from oracle.ide.log.MessagePage ]
    Performing action About[ from oracle.ide.log.MessagePage ]
    Invoking command: [ from oracle.ide.log.MessagePage ]
    Performing action Open...[ from oracle.ide.log.MessagePage ]
    Performing action Open...[ from oracle.bpm.fusion.ui.editor.FusionEditor ]
    Performing action Open...[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Close All[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Import...[ from oracle.ide.navigator.ApplicationNavigatorWindow ]
    Jul 15, 2010 1:36:03 PM oracle.bpm.project.io.serializers.model.bpmn.BPMN20Loader load
    SEVERE: unexpected element (uri:"http://www.wfmc.org/2004/XPDL2.0alpha", local:"Package"). Expected elements are <{http://xmlns.oracle.com/bpm/OracleExtensions}Annotations>,<{http://xmlns.oracle.com/bpm/OracleExtensions}AttributeExpression>,<{http://xmlns.oracle.com/bpm/OracleExtensions}BooleanFeature>,
    ......................... .... >
    javax.xml.bind.UnmarshalException: unexpected element (uri:"http://www.wfmc.org/2004/XPDL2.0alpha", local:"Package"). Expected elements are <{http://xmlns.oracle.com/bpm/OracleExtensions}Annotations>,<{http://xmlns.oracle.com/bpm/OracleExtensions}AttributeExpression>,<{http://xmlns.oracle.com/bpm/OracleExtensions}BooleanFeature>,
    <{http://www.omg.org/bpmn20}userTask>

    Hi,
    I have the same error. Please if you have the solution or any workaround, i 'll very appreciate if you post it here
    Thanks in advance!

  • Sample ANT-generated project

    Anyone know where I can download source for a simple project that uses ANT/XDoclet and is built, verified and deployed to the Sun Java System Application Server Platform Edition 8? Ideally, such a project would house CMP beans and an application client. I've been messing around with this off an on for ages but am constantly stymied by cryptic error messages and a glacial deployment process. For the record, I'll list ANT script that I'm using and the resultant problems. Perhaps someone will immediately recognize a rookie mistake. I'd be just as happy, though, if someone could simply direct me to a functional example that I can copy and tweak. I'd love to focus on actually learning J2EE rather than struggling with configuration issues.
    Working
    * Java Application Verification Kit for the Enterprise StaticArchiveTest/SourceScan
    * Delpoying the application and viewing JSP/HTML pages
    * Creating and finding CMP beans from JSP
    * Deplying application client via deploytool
    Crashing and Burning
    * Verifying EAR
    Error Name : Exception : java.io.IOException: Verify Error: Module specified in application.xml not found in ear file:
    Error Description : java.io.IOException: Verify Error: Module specified in application.xml not found in ear file:
    at com.sun.enterprise.tools.verifier.Verifier.updateClasspath(Verifier.java:3023)
    * Verifying JAR
    Test Name : tests.ejb.runtime.ASEntBeanCmpResource
    Test Assertion : Enterprise beans cmp-resource test. cmp-resource element contains the database to be used for storing CMP beans in an ejb-jar
    Test Description : For [ C:-eclipse-workspace-test-jars-test_ear-test.jar#test.jar#Building ]
    FAILED [AS-EJB cmp-resource] : jndi-name cannot be an empty string
    * Deploying an application client via "asadmin deploy"
    CLI171 Command deploy failed : Deployment Error -- Error while running ejbc -- F
    atal Error from EJB Compiler -- com.hollis.residentiator.interfaces.BuildingMgrS
    essionHome
    WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.err|_ThreadID=12;|java.lang.ClassNotFoundException
    at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:505)
    * Running an application client with 'appclient'
    C:\eclipse\workspace\testclient\jars>appclient -client testClient.jar
    #### Error: Unable to load module. File -client does not exist.
    Client Container Error:
    Failed to load the archive specified
    C:\eclipse\workspace\testclient\jars>appclient testClient.jar
    Please specify uri for the the client jar using -uri
    Usage: appclient <client-archive> [-uri <uri>] [client-arg1 client-arg2 ..]
    ANT file
    <project name="Test project" default="deploy" basedir=".">
         <property file="build.properties"/>
         <property environment="env"/>
         <path id="xdocletlib">
              <fileset dir="${xdoclet.dir}/lib"><include name="**/*.jar"/></fileset>
              <pathelement location="${env.ANT_HOME}/lib/ant.jar"/>
              <pathelement location="${env.J2EE_HOME}/lib/j2ee.jar"/>
         </path>
         <target name="setup">
              <copy todir="${env.J2EE_HOME}/lib/system">
                   <!-- log4j file -->
                   <fileset dir="${log4j.dir}/dist/lib" includes="*.jar"/>
              </copy>
         </target>
         <target name="xdoclet">
              <mkdir dir="${xdoclet.output}"/>
              <!-- clear out original xdoclet files -->
              <delete includeemptydirs="true">
                   <fileset dir="${xdoclet.output}" includes="**/*"/>
              </delete>
              <mkdir dir="${xdoclet.output}/java"/>
              <taskdef
               name="ejbdoclet"
               classname="xdoclet.modules.ejb.EjbDocletTask"
               classpathref="xdocletlib"
              />
              <ejbdoclet destDir="${xdoclet.output}/java" excludedTags="@version,@author,@todo">
                   <fileset dir="${entity.ejb.src.dir}"><include name="**/*Ejb.java"/></fileset>
                   <fileset dir="${session.ejb.src.dir}"><include name="**/*Ejb.java"/></fileset>
                   <packageSubstitution packages="ejb" substituteWith="interfaces"/>
                   <remoteinterface/>
                   <homeinterface/>
                   <localinterface/>
                   <localhomeinterface/>
                   <entitypk/>
                   <entitycmp/>
                   <session/>
                   <utilobject>
                        <packageSubstitution packages="ejb" substituteWith="util"/>
                   </utilobject>
                   <valueobject>
                        <packageSubstitution packages="ejb" substituteWith="model"/>
                   </valueobject>
                   <deploymentdescriptor
                    destdir="${xdoclet.output}/META-INF"
                    validateXml="true"
                   />
                   <sunone destdir="${xdoclet.output}/META-INF"/>
              </ejbdoclet>
         </target>
         <target name="compile" depends="xdoclet">
              <mkdir dir="${build.dir}"/>
              <javac destdir="${build.dir}">
                   <classpath>
                        <fileset dir="${log4j.dir}/dist/lib"><include name="*.jar"/></fileset>
                        <pathelement location="${env.J2EE_HOME}/lib/j2ee.jar"/>
                   </classpath>
                   <src path="${entity.ejb.src.dir}"/>
                   <src path="${session.ejb.src.dir}"/>
                   <src path="${xdoclet.output}/java"/>
              </javac>
         </target>
         <target name="webdoclet">
              <taskdef
               name="webdoclet"
               classname="xdoclet.modules.web.WebDocletTask"
               classpathref="xdocletlib"
              />
              <webdoclet destdir="${xdoclet.output}/${web.dir}/META-INF" excludedtags="@version,@author">
                   <deploymentdescriptor
                    schema="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
                    displayname="Test App"
                    description="A quick and dirty test"
                   >
                        <welcomefile file="index.html"/>
                        <welcomefile file="index.jsp"/>
                   </deploymentdescriptor>
                   <fileset dir="${entity.ejb.src.dir}"/>
                   <fileset dir="${session.ejb.src.dir}"/>
              </webdoclet>
         </target>
         <target name="build" depends="compile,webdoclet">
              <mkdir dir="${jars.dir}"/>
              <jar destfile="${jars.dir}/test.jar">
                   <fileset dir="${build.dir}"/>
                   <fileset dir="${xdoclet.output}" includes="META-INF/*ejb-jar.xml"/>
              </jar>
              <war
               basedir="${web.dir}"
               destfile="${jars.dir}/test.war"
               webxml="${xdoclet.output}/${web.dir}/META-INF/web.xml"
              >
                   <classes dir="${build.dir}">
                        <include name="**/*Local.class"/>
                        <include name="**/*LocalHome.class"/>
                   </classes>
              </war>
              <!-- Build ear -->
              <ear destfile="${jars.dir}/test.ear" appxml="META-INF/application.xml">
                   <fileset dir="${jars.dir}" includes="*.jar,*.war"/>
                   <fileset dir="${basedir}" includes="META-INF/sun-application.xml"/>
                   <!-- client -->
                   <fileset dir="${basedir}/../testclient/${jars.dir}" includes="*.jar"/>
              </ear>
         </target>
         <target name="test">
              <exec executable="${env.J2EE_HOME}\bin\verifier.bat">
                   <arg value="${jars.dir}/test.ear"/>
              </exec>
              <property
               name="cpath"
               value="${avk.home}/appserver/lib/sun-appserv-ant.jar:${avk.home}/lib/javke-ant.jar"
              />
              <taskdef
               name="ArchiveTest"
               classname="org.apache.tools.ant.taskdefs.optional.sun.verification.StaticArchiveTest"
               classpath="${cpath}"
              />
              <ArchiveTest appName="${jars.dir}/test_ear/test.jar"/>
              <taskdef name="SourceScan"
               classname="org.apache.tools.ant.taskdefs.optional.sun.verification.SourceScan"
               classpath="${cpath}"
              />
              <SourceScan srcDir="${basedir}/entity_ejb_src" srcServer="sunone"/>
              <SourceScan srcDir="${basedir}/session_ejb_src" srcServer="sunone"/>
         </target>
         <target name="deploy" depends="build">
              <copy todir="${env.J2EE_HOME}/domains/domain1/autodeploy" file="${jars.dir}/test.ear"/>
              <ant target="start_server"/>
         </target>
         <target name="undeploy" depends="stop_server">
              <delete file="/**/*">
                   <fileset dir="${env.J2EE_HOME}/domains/domain1/autodeploy" includes="**/*"/>
              </delete>
         </target>
         <target name="start_server">
              <exec dir="${env.J2EE_HOME}\bin" executable="${env.J2EE_HOME}\bin\asadmin.bat">
                   <arg value="start-domain"/>
                   <arg value="domain1"/>
              </exec>
         </target>
         <target name="stop_server">
              <exec dir="${env.J2EE_HOME}\bin" executable="${env.J2EE_HOME}\bin\asadmin.bat">
                   <arg value="stop-domain"/>
                   <arg value="domain1"/>
              </exec>
         </target>
    </project>

    There are quite a few sample apps and blueprint apps that Sun provides. Have you looked at any ofThanks for the response. I looked over the Sun examples and can get them to work. I'm just not interested in manually writing so much code. Every bean seems to require a zillion files and configuration settings. XDoclet was supposed to help me avoid all the typing. I'd also like to steer clear of the deploytool; being able to do a complete build in one step is very important to me. I suppose I could compare and contrast with the functional examples but it's such slow going...

  • SWT Error occured in OSB project

    When I import OSB project in workshop and tried to see params in stage "service callout" a get "SWT Error occured" [img src=http://f3.s.qip.ru/56TNXCPS.jpg] and can't see params. If to create in workshop new service callout - everything is ok.
    Any idea?
    Edited by: 936743 on 25.05.2012 6:19

    Record about this error in log file
    !SESSION 2012-05-25 17:15:24.272 -----------------------------------------------
    eclipse.buildId=M20080221-1800
    java.version=1.6.0_05
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ru_RU
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY com.bea.workshop.product 1 1 2012-05-25 17:15:40.709
    !MESSAGE Using product plugin (com.bea.workshop.product) for feedback reports
    !ENTRY org.eclipse.ui 4 0 2012-05-25 17:17:15.123
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.swt.SWTError: No more handles
         at org.eclipse.swt.SWT.error(SWT.java:3589)
         at org.eclipse.swt.SWT.error(SWT.java:3481)
         at org.eclipse.swt.SWT.error(SWT.java:3452)
         at org.eclipse.swt.widgets.Widget.error(Widget.java:432)
         at org.eclipse.swt.widgets.Control.createHandle(Control.java:602)
         at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:235)
         at org.eclipse.swt.widgets.Decorations.createHandle(Decorations.java:413)
         at org.eclipse.swt.widgets.Shell.createHandle(Shell.java:522)
         at org.eclipse.swt.widgets.Control.createWidget(Control.java:618)
         at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:131)
         at org.eclipse.swt.widgets.Decorations.createWidget(Decorations.java:421)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:286)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:265)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:218)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:156)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.getTextDimension(TabbedPropertyList.java:709)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.getTabHeight(TabbedPropertyList.java:826)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.computeTabsThatFitInComposite(TabbedPropertyList.java:535)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.computeTopAndBottomTab(TabbedPropertyList.java:863)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.access$25(TabbedPropertyList.java:862)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$10.controlResized(TabbedPropertyList.java:504)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:221)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:943)
         at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4302)
         at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:333)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1360)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:356)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4374)
         at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:729)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:695)
         at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:901)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1026)
         at org.eclipse.swt.widgets.Composite.layout(Composite.java:551)
         at org.eclipse.swt.widgets.Composite.layout(Composite.java:509)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.layoutTabs(TabbedPropertyList.java:980)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.computeTopAndBottomTab(TabbedPropertyList.java:897)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.access$25(TabbedPropertyList.java:862)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$10.controlResized(TabbedPropertyList.java:504)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:221)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:943)
         at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4302)
         at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:333)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1360)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:356)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4374)
         at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:729)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:695)
         at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:901)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1375)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:356)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:729)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:695)
         at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:901)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1375)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:198)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:198)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4374)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.ui.internal.LayoutPart.setBounds(LayoutPart.java:300)
         at org.eclipse.ui.internal.presentations.PresentablePart.setBounds(PresentablePart.java:169)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.layoutContent(PresentablePartFolder.java:129)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.layout(PresentablePartFolder.java:410)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.setBounds(PresentablePartFolder.java:258)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.setBounds(TabbedStackPresentation.java:218)
         at org.eclipse.ui.internal.PartStack.setBounds(PartStack.java:1198)
         at org.eclipse.ui.internal.LayoutTree.doSetBounds(LayoutTree.java:547)
         at org.eclipse.ui.internal.LayoutTree.setBounds(LayoutTree.java:538)
         at org.eclipse.ui.internal.LayoutTreeNode.doSetBounds(LayoutTreeNode.java:535)
         at org.eclipse.ui.internal.LayoutTree.setBounds(LayoutTree.java:538)
         at org.eclipse.ui.internal.LayoutPartSash.widgetSelected(LayoutPartSash.java:276)
         at org.eclipse.ui.internal.LayoutPartSash.access$1(LayoutPartSash.java:259)
         at org.eclipse.ui.internal.LayoutPartSash$1.widgetSelected(LayoutPartSash.java:62)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947)
         at org.eclipse.swt.widgets.Sash.WM_MOUSEMOVE(Sash.java:380)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3716)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2265)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
         at org.eclipse.equinox.launcher.Main.eclipse_main(Main.java:1148)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:33)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

  • How to define the OSB Configuration Project that an OSB Project uses?

    Hello,
    I'm using the Workshop bundled with "Oracle Service Bus 10gR1" (Oracle Workshop for WebLogic, Version: 10.3, Build id: 1137967).
    Where does one define the OSB Configuration Project that an OSB Project should use?
    I deleted an OSB Configuration Project. Now, all the OSB projects that were associated with it are in error stating "This project is not associated with an Oracle Service Bus Configuration". I created a new OSB configuration project so that I may re-associate the "orphan" projects with it. However, I can't seem to find a way to do that.

    You can create a new osb configuration project and drag the other osb projects on this projects.
    then i will link them to it. (make sure you use the oracle service bus perspective at the top right of the eclipse ide)

  • Unable to create OSB project in OEPE 11.1.1.6.1

    Hi,
    I have installed weblogic server 10.3.4 with OEPE 11.1.1.6.1 (wls1034_oepe111161_win32.exe) on Windows XP machine. There after I installed Oracle Service Bus 11.1.1.4.0 (ofm_osb_generic_11.1.1.4.0_disk1_1of1.zip). When I open OEPE I do not find the option to create a OSB project, I have tried to update and it says no updates available. Please let me know how to make it work?
    Thanks
    Avinash

    Hello Avinash,
    Make sure that you have chosen "Custom" installation type for OSB and installed "Oracle Service Bus IDE" as well. This will install the OSB plugins in existing OEPE installation. Please refer -
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15017/install_screens.htm#BABDFEEC
    Regards,
    Anuj

Maybe you are looking for

  • 2 Apple ids and can't connect

    I have 2 apple ids and one is for iCloud through my new Macbook Air. I don't remember the password for that id and whenever I try to change it it reverts to the other id. Any ideas on how to fix? Get rid of the second id? I can't connect to anything,

  • Getting backup using "backint for Oracle" to work

    Hi We are trying to get the backups to work on MaxDB 7.6 using the backint for Oracle interface. I have created an environment/config file and set the variable NSR_ENV.  The contents of this file is as follows: NSR_HOST           cmsapapp01.csenergy.

  • Permissions issue with Entourage after upgrading to Leopard

    I upgraded my system to Leopard and in doing so, did a "clean" install. I copied my backup Database file to the Identity folder and now i get "you do not have sufficient permissions to view contents of this folder" when trying to launch. If i let Ent

  • Pattern maker filter

    I was reading about the pattern maker filter in Photoshop but can't find it under the Filter menu. I have CS4 and thought this would be an interesting feature to use but can't find it. Is it not available in CS4?

  • Return symbol pops up after every use of the return key.

    As I type in Appleworks word processing, the return symbol appears. I've searched Help with no success. I must have accidently made that happen, but I can't locate a place to change it. Thanks in advance for your help.