"build EJB archive" context menu is disabled...

hello,
I changed java beans file, and tried to build jar file again, then the "build EJB archive" context menu is disabled so I can not make EJB jar file!
So frustrated.. NWDS recognizes the changes in the java files , right? How come there 's no Build menu..
Is there any pre-requisite to enable the menu?
I have no idea how I can build jar file..
Please give me a advice.. Thanks~!

Yes, I tried at the J2EE Development Perspective.
The Thing is I already built EJB archive once correctly,
and it worked fine. And now I changed & saved the beans java file, and the build context menu is disabled..
Just doesn't make sense...
Is there anybody who knows how-to ?
Thanks !

Similar Messages

  • How can I build EJB archive after changing java files?

    hello,
    I changed java beans file, and tried to build jar file again, then the "build EJB archive" context menu is disabled so I can not make EJB jar file!
    So frustrated.. NWDS recognizes the changes in the java files , right? How come there 's no Build menu..
    Is there any pre-requisite to enable the menu?
    I have no idea how I can build jar file..
    Please give me a advice.. Thanks~!

    I think that in order to create a RPM, you'd need to
    use some C.Nope - the RPM is all about packaging and the "magic" x.spec file. You can have anything you want in the RPM, but you have to use RPM tools to build the .rpm file. One of the features is that you can also indicate (via "install" scripts) modifications to other files or the filesystem to support the installation of whatever's in the RPM.

  • Not being able to build EJB archive

    hi,
    I have created an EJB Module Project and copied some java files into it from another DC project.While trying to build the project my option for 'build EJB archive' is coming as disabled...
    Any clues for that?

    Hi Parama,
    What you have done is just copying of the files to the DC.
    The EJB Module actually does not have any Bean Created. Hence, it cannot buld the EJB JAR.
    If you just want to use plain Java files, then why not use a Java Project ?
    Regards,
    Alka.

  • Build ejb archive disabled

    hi ,
        I am building an adapter module as per:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/da5675d1-0301-0010-9584-f6cb18c04805
    But Build EJB Archive option is disabled to create the jar files. Can someone help me with what to do ...
    thank you

    Hi Raj,
    1) Are you using NWDS for developing,
    If so open J2ee development perspective from menu option windows in NWDS. In left side, choose J2ee explorer tab. Here, it shows your EJB project. Right click on it and choose Build EJB archive.
    2) Check whether you have opened the right perspective when you are trying to build the EJB archive.
    3)Check this : The file ejb-jar.xml does not know what is the class and rest of the details for your ejb. For checking this, go to J2EE explorer and you will see ejb candidates.Right click on it and select add to ejb-jar.xml. You should now see the Build EJB Archive option enabled.
    Regards
    Agasthuri Doss

  • Build ejb archive disabled  - NWDS

    hi ,
    I am building an adapter module as per:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/da5675d1-0301-0010-9584-f6cb18c04805
    But Build EJB Archive option is disabled to create the jar files. I tried many options but still the same.
    Can someone help me with what to do?
    Can we develop the adapter module using the WSAD(Websphere Application Developer Studio)?

    Hi Satya,
    just copy your java code at in someother place.....then delete your EJB prj...NWDS will ask for deleting contents....choose delete content also option.. delete both projects......
    Now start creating a fresh EJB Project with a new name.....follow the "how to create adapter module" document......do all the steps.......
    Then you will be able to build your ejb archive by right clicking your ejb project..
    Thanks,
    Rajeev Gupta

  • Building EJB archive

    How do I build EJB archive from class files in my EJB project (no source codes available) ?
    Thanks in advance,
    Sudarshan Chakravarty

    Hi Bhavik,
    thanks.   The solution you gave is working fine when I have the source codes in the project.   My issue is like this.    I have downloaded a EAR file.    I extracted the class files from the EAR file and put it in my EJB project.    Now, when I try to build my EJB archive, it is disabled on the context menu.    It works when we have the source codes with us, but "Build EJB archive" is  disabled when we have  .class files only.    Please suggest a solution for this.
    Thanks in advance,
    sudarshan Chakravarty.

  • Build EJB Archive unsuccessfull

    I was just trying my hand at Module programming and thought i wud start off with "Step by step guide to develop a module for reading file name in a sender file
    adapter" by Krishnakumar Ramamoorthy.
    Seems alls done but the problem is when i try to create bean archive (Page 10 of the pdf) it doesnt give me the option. Build EJB Archive link seems to be disabled in my case.
    Any pointers Experts ??
    ShaBZ

    If you see only these 3 then it means you have already added the ejb candidate to the ejb-jar.xml. In that case i would suggest you to :
    1. expand ejb-jar.xml in the same view i.e. J2EE Explorer.
    2. delete the ejb entry from there.
    3. this will automatically refresh the view and will now show ejb candidates. now add the same as again to ejb-jar.xml
    4. Now double click on ejb-jar.xml and go to source tab.Make sure the configuration values for following tags confirm to
    <home>com.sap.aii.af.mp.module.ModuleHome</home>
    <remote>com.sap.aii.af.mp.module.ModuleRemote</remote>
    <local-home>com.sap.aii.af.mp.module.ModuleLocalHome</local-home>
    <local>com.sap.aii.af.mp.module.ModuleLocal</local>
    value for <ejb-class>
    should be same as the fully qualified name of your module processor class.
    Hope this helps.
    ~Amol

  • In my NWDS "Build EJB Archive" is not actitivated?

    Hi all!
    I created an EJB project and imported some files in to my EJB project. When i try to build my EJB Archive, it is not activated. I tried even a simple EJB project, for that also Build EJB Archive is not activated. Help me
    Thanks a lot in advance!

    Hi
    I have done what you said in your first post, Build EJB Archive is enabled very well, but i got deployment error when deploying .ear file to J2EE engine.
    Actually I build an Enterprise project and addded this EJB project to that, and built .ear file and this ear file is deployed onto SAP J2EE engine:
    I got this deployment error:
    Result
    => deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp14071Jps_Ear.ear
    Aborted: development component 'Jps_Ear'/'sap.com'/'localhost'/'2006.06.01.11.40.12':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/Jps_Ear.. Reason: Incorrect application sap.com/Jps_Ear:Bean FolderMI_PortTypeBean: the return type of a create<METHOD> method in the session bean home interface must be the session bean's remote interface type. EJB specification 7.10.6.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: the remote interface does not extend javax.ejb.EJBObject. The remote interfaces must extend javax.ejb.EJBObject.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: the remote interface must be valid RMI-IIOP remote interface.Error in bean FolderMI_PortTypeBean: The business method folderMI does not throw java.rmi.RemoteException. Business methods of the remote interface must throw java.rmi.RemoteException.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: No corresponding business method in the bean class jps.FolderMI_PortTypeBean was found for method folderMI.; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/Jps_Ear:Bean FolderMI_PortTypeBean: the return type of a create<METHOD> method in the session bean home interface must be the session bean's remote interface type. EJB specification 7.10.6.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: the remote interface does not extend javax.ejb.EJBObject. The remote interfaces must extend javax.ejb.EJBObject.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: the remote interface must be valid RMI-IIOP remote interface.Error in bean FolderMI_PortTypeBean: The business method folderMI does not throw java.rmi.RemoteException. Business methods of the remote interface must throw java.rmi.RemoteException.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: No corresponding business method in the bean class jps.FolderMI_PortTypeBean was found for method folderMI.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2142)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:318)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3119)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:522)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/Jps_Ear:Bean FolderMI_PortTypeBean: the return type of a create<METHOD> method in the session bean home interface must be the session bean's remote interface type. EJB specification 7.10.6.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: the remote interface does not extend javax.ejb.EJBObject. The remote interfaces must extend javax.ejb.EJBObject.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: the remote interface must be valid RMI-IIOP remote interface.Error in bean FolderMI_PortTypeBean: The business method folderMI does not throw java.rmi.RemoteException. Business methods of the remote interface must throw java.rmi.RemoteException.Error in the remote interface jps.FolderMI_PortType of bean FolderMI_PortTypeBean: No corresponding business method in the bean class jps.FolderMI_PortTypeBean was found for method folderMI.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2142)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:318)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3119)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:522)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    =======================
    Which says that my JPS_EJB.jar file is not properly build.
    The error meant to say it is a Bean Problem: No interfaces classes found .
    Thanks

  • NWDS - Build EJB Archive not possible

    Hi there!
    Recently I updated my NWDS from version 2.0.15 to version 2.0.16.
    My workspace mainly consists of 2 EJB Module projects, 1 Web Module Project and 1 Enterprise Application project.
    The EAR project bundles the modules to an enterprise application.
    Before updating the NWDS, everything regarding build & deployment worked fine. But now I'm facing the problem that I cannot build the EJB Archives anymore. The menu entry for building the JAR is inactive. Also, when I try to build the whole EAR application, the EJB module archives are missing in the EAR.
    I've already tried to create new module projects and copy all sources to the new project. Once the archive build worked, but after restarting NWDS, the problem came up again.
    Does anybody has an idea about this issue? Maybe this is a known bug of version 2.0.16?
    Any help is highly appreciated!
    Kind regards,
    Matthias

    Hi all!
    I'm still having this problem. It seems to handle with a problem of org.eclipse.jface-plugin.
    Because, in these corrupted projects, I cannot access ejb-j2ee-engine.xml file correctly.
    Each time I'm clicking on a bean listed in this file, I get an error message "An error has occured. See error log for more details."
    Ok, the details in the logs are pretty poor:
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
    !STACK 0
    java.lang.NullPointerException
         at com.sap.ide.eclipse.j2ee.model.ui.sapejbjar.internal.description.UISapEjbJarDescriptionEnterpriseBean.refreshSpecificUIFromData(UISapEjbJarDescriptionEnterpriseBean.java:486)
    So finally, the menu entry "Build EJB Archive" is still inactive and I'm getting slightly mad with this tool.
    If anybody of you has expierience with similar behavior of NWDS, PLEASE HELP!
    Kind regards,
    Matthias

  • In SAPNetweaver developer Studio, I am unable Build EJB Archive

    Hi,
    In EJBModuleProject the Build EJB Archive option is diabled.Even all the ejb's have ejbCreate() method still the Build EJB Archive option is diabled.Also the ejb-jar.xml file is not showing its beans in explorer even it contains description for all the ejbs. Let me know is there any solution for this.

    Hi,
    the odds are, NWDS will only recognize EJB, which strictly adhere to (its) EJB rules, means created in the GUI, implementing directly the required interfaces, having methods, which throw RmiException, etc. If, by chance, your EJBs do not adhere to these rules, proceed as follow:
    1. Create a dummy EJB, say DummyEjb by NWDS means and "secure" the xml description of it as template
    2. Take the xml template from 1 and create ejb descriptors for your real EJBs and paste them to the ejb-jar.xml
    This way you should get correct descriptors for your EJBs and be able to create the ejb module archive.
    Regards
    Gregor

  • Cannot build EJB jar file in NWDS

    hello,
    I changed java beans file, and tried to build jar file again, then the "build EJB archive" context menu is disabled so I can not make EJB jar file!
    So frustrated.. NWDS recognizes the changes in the java files , right? How come there 's no Build menu..
    Is there any pre-requisite to enable the menu?
    I have no idea how I can build jar file..
    Please give me a advice.. Thanks~!

    You might check the weblogic.developer.interest.ejb.tools new group.
    Make sure that the tool doesn't leave this ejbcgen directory around. It
    should delete
    that temp dir. When it doesn't it keeps all the old generated stuff around
    and your changes won't be
    reflected in the new jar.
    Rodrigo Ruiz Aguayo <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I have a problem with the EJBDeployerTool. When I want to update
    a class file (for example, because I corrected any problem), the
    deployer tool doesn't update the file correctly. It keeps the
    old version of the class file.
    In order to update a jar I have to copy the newer version in the
    .ejbdeployer/provider-projects directory by hand. Is it a bug?
    Is there any other way to do this? We are wasting too much time
    in this task, instead of programming :_(
    Thanks in advance,
    José Rodrigo Ruiz Aguayo e-mail : [email protected]
    I.T. en Informática de Sistemas webpage : ---------------------
    "Simulation is perfect, whenever we're not talking about reality"

  • SQLJ: unable to find input file null   (Error while building EJB.jar file)

    Hi,
    I am working on open SQL/SQLJ with the following details
    Name:Employee application(adding an employee to MAXDB through SQLJ connection)
    FRONT-END:JSP/SERVLET
    Middle:Stateless bean with DAO(DB connection) coming from SQLJ
    Back-end:MAXDB
    I have following in abc.sqlj file
    #sql public context Connx with (dataSource = "java:comp/env/jdbc/SAPTSTDB")
    and creating instance and adding to DB in another say xyz.sqlj file
              Connx con = null;
              try{
                   con = new Connx();
                        #sql [con] {insert into TMP_DB1(EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL)
                        values(:(employeeDTO.getEmployeeId()),
                                 :(employeeDTO.getFirstName()),
                                 :(employeeDTO.getLastName()),
                                 :(employeeDTO.getEmail()))};
    My build has no errors..but while building EJB archive with above sqlj files, am getting following error
    "SQLJ: unable to find input file null" for both sqlj files.
    Anybody faced this kind of issue, pls reply back.
    Thanks
    parveen

    Hi,
    I am working on open SQL/SQLJ with the following details
    Name:Employee application(adding an employee to MAXDB through SQLJ connection)
    FRONT-END:JSP/SERVLET
    Middle:Stateless bean with DAO(DB connection) coming from SQLJ
    Back-end:MAXDB
    I have following in abc.sqlj file
    #sql public context Connx with (dataSource = "java:comp/env/jdbc/SAPTSTDB")
    and creating instance and adding to DB in another say xyz.sqlj file
              Connx con = null;
              try{
                   con = new Connx();
                        #sql [con] {insert into TMP_DB1(EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL)
                        values(:(employeeDTO.getEmployeeId()),
                                 :(employeeDTO.getFirstName()),
                                 :(employeeDTO.getLastName()),
                                 :(employeeDTO.getEmail()))};
    My build has no errors..but while building EJB archive with above sqlj files, am getting following error
    "SQLJ: unable to find input file null" for both sqlj files.
    Anybody faced this kind of issue, pls reply back.
    Thanks
    parveen

  • Windows Explorer folder context menu crash

    Hello, On a PC running Windows 7x64 Ultimate,  Windows Explorer closes with a
    "Windows Explorer has stopped working" message, and needs to be restarted.
    It quits when I right click on a folder, while right clicking on a file doesn't cause it
    to quit. So far I've tried:
    Uninstalling and reinstalling graphics drivers, SVC scan, malware scans, virus scan,
    hijack this, safe mode, clean boot, shexview,  shmnview, reliability monitor, and event
    viewer. I could use some help with what shell extensions to modify, if that is
    even the problem.  Thanks
       Event Viewer Windows applications log has entries for event ID 1000 error,
    with these details:  
       Explorer.EXE
       6.1.7601.17567
       4d672ee4
       SHELL32.dll
       6.1.7601.18517
       53aa2e07
       c0000005
       0000000000050506
       13d4
       01cfff64b8cef67f
       C:\Windows\Explorer.EXE
       C:\Windows\system32\SHELL32.dll
       0639a5f1-6b59-11e4-9316-5404a64c920b
    Non-Windows context menu entries  from shexview-x64 ==================================================
    Extension Name    :
    Disabled          : No
    Type              : Context Menu
    Description       : 7-Zip Shell Extension
    Version           : 9.20
    Product Name      : 7-Zip
    Company           : Igor Pavlov
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files\7-Zip\7-zip.dll
    CLSID             : {23170F69-40C1-278A-1000-000100020000}
    File Created Time : 11/18/2010 9:08:50 PM
    CLSID Modified Time: 1/28/2014 4:45:12 PM
    Microsoft         : No
    File Extensions   : *, Directory
    File Attributes   : A
    File Size         : 86,016
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    :
    Disabled          : No
    Type              : Context Menu
    Description       : Backup Shell
    Version           : 8.2.0.21
    Product Name      : Backup
    Company           : Symantec Corporation
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Norton 360\Engine64\21.6.0.32\buShell.dll
    CLSID             : {F7CAA2A1-67A2-44BB-B20F-202FD8EB1DAB}
    File Created Time : 10/3/2014 9:10:50 AM
    CLSID Modified Time: 4/5/2014 7:47:01 PM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : AR
    File Size         : 2,657,632
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : AccExt Class
    Disabled          : No
    Type              : Context Menu
    Description       : Core Sync
    Version           : 1.3.1.405
    Product Name      : CoreSync
    Company           :
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreSyncExtension\CoreSync_x64.dll
    CLSID             : {2A118EB5-5797-4F5E-8B3D-F4ECBA3C98E4}
    File Created Time : 9/26/2014 2:41:22 PM
    CLSID Modified Time: 11/3/2014 11:56:29 AM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 1,021,088
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Acrobat Elements Context Menu
    Disabled          : No
    Type              : Context Menu
    Description       : Adobe Acrobat Context Menu
    Version           : 11.0.0
    Product Name      : Adobe Acrobat Elements
    Company           : Adobe Systems Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat Elements\ContextMenuShim64.dll
    CLSID             : {A6595CD1-BF77-430A-A452-18696685F7C7}
    File Created Time : 9/23/2012 7:43:36 PM
    CLSID Modified Time: 8/23/2013 8:36:01 PM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 2,288,288
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : ContextMenuHandler Class
    Disabled          : No
    Type              : Context Menu
    Description       : Apple Photostreams UI Shell Extension
    Version           : 7.15.7.1
    Product Name      : iCloud Control Panel
    Company           : Apple Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files\Common Files\Apple\Internet Services\ShellStreams64.dll
    CLSID             : {89D984B3-813B-406A-8298-118AFA3A22AE}
    File Created Time : 8/11/2014 10:53:42 AM
    CLSID Modified Time: 10/31/2014 10:56:07 PM
    Microsoft         : No
    File Extensions   : *
    File Attributes   : A
    File Size         : 1,130,280
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : DropboxExt
    Disabled          : No
    Type              : Context Menu
    Description       : Dropbox Shell Extension
    Version           : 1.0.0.24
    Product Name      : Dropbox
    Company           : Dropbox, Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Users\Paul\AppData\Roaming\Dropbox\bin\DropboxExt64.24.dll
    CLSID             : {FB314ED9-A251-47B7-93E1-CDD82E34AF8B}
    File Created Time : 6/24/2014 5:04:54 PM
    CLSID Modified Time: 7/23/2014 7:36:21 AM
    Microsoft         : No
    File Extensions   : Directory\Background, *, .lnk, Directory, lnkfile
    File Attributes   : A
    File Size         : 164,760
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : GDContextMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : Google Drive shell extension
    Version           : 1.18.7821.2489
    Product Name      : Google Drive
    Company           : Google
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Google\Drive\contextmenu64.dll
    CLSID             : {BB02B294-8425-42E5-983F-41A1FA970CD6}
    File Created Time : 10/21/2014 5:52:26 PM
    CLSID Modified Time: 11/9/2014 9:18:01 PM
    Microsoft         : No
    File Extensions   : *, .lnk, Directory, lnkfile
    File Attributes   : A
    File Size         : 141,640
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : IEContextMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : Norton Internet Security Shell Extension Module
    Version           : 21.6.0.32
    Product Name      : Norton Internet Security
    Company           : Symantec Corporation
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Norton 360\Engine64\21.6.0.32\NavShExt.dll
    CLSID             : {FAD61B3D-699D-49B2-BE16-7F82CB4C59CA}
    File Created Time : 10/3/2014 9:10:50 AM
    CLSID Modified Time: 4/5/2014 7:47:02 PM
    Microsoft         : No
    File Extensions   : *, Drive, file, Folder, opensearchfilefolderresult
    File Attributes   : AR
    File Size         : 267,080
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Incinerator Context Menu Handler
    Disabled          : No
    Type              : Context Menu
    Description       : iolo Incinerator ®
    Version           : 12.5.0.86
    Product Name      : Incinerator
    Company           : iolo technologies, LLC
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Windows\system32\Incinerator64.dll
    CLSID             : {E8215BEA-3290-4C73-964B-75502B9B41B2}
    File Created Time : 6/28/2013 5:46:02 AM
    CLSID Modified Time: 2/12/2014 9:54:22 AM
    Microsoft         : No
    File Extensions   : *, .lnk, Directory, lnkfile
    File Attributes   : A
    File Size         : 2,155,152
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Incinerator Junction Point Context Menu Handler
    Disabled          : No
    Type              : Context Menu
    Description       : iolo Incinerator ®
    Version           : 12.5.0.86
    Product Name      : Incinerator
    Company           : iolo technologies, LLC
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Windows\system32\Incinerator64.dll
    CLSID             : {9081C77F-9FAF-4551-A878-10A4249CD1FA}
    File Created Time : 6/28/2013 5:46:02 AM
    CLSID Modified Time: 2/12/2014 9:54:22 AM
    Microsoft         : No
    File Extensions   : .SendToIncinerator
    File Attributes   : A
    File Size         : 2,155,152
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : MShellExtMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : MagicISO Shell Extension Module
    Version           : 5, 3, 0, 198
    Product Name      : MagicISO Shell Extension Module
    Company           : MagicISO, Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\MagicISO\misosh64.dll
    CLSID             : {DB85C504-C730-49DD-BEC1-7B39C6103B7A}
    File Created Time : 10/4/2014 6:41:04 PM
    CLSID Modified Time: 10/4/2014 6:41:05 PM
    Microsoft         : No
    File Extensions   : *, Directory, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 43,520
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : NVIDIA CPL Context Menu Extension
    Disabled          : No
    Type              : Context Menu
    Description       : NVIDIA Display Shell Extension
    Version           : 344.65
    Product Name      : NVIDIA Shell Extensions
    Company           : NVIDIA Corporation
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Windows\system32\nvshext.dll
    CLSID             : {3D1975AF-48C6-4f8e-A182-BE0E08FA86A9}
    File Created Time : 11/13/2014 11:57:26 AM
    CLSID Modified Time: 11/13/2014 12:03:23 PM
    Microsoft         : No
    File Extensions   : Directory\Background
    File Attributes   : A
    File Size         : 61,640
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : RUShellExt Class
    Disabled          : No
    Type              : Context Menu
    Description       : Revo Uninstaller Pro Extension
    Version           : 1.0.0.3
    Product Name      : Revo Uninstaller Pro Extenison
    Company           : VS Revo Group
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files\VS Revo Group\Revo Uninstaller Pro\RUExt.dll
    CLSID             : {2C5515DC-2A7E-4BFD-B813-CACC2B685EB7}
    File Created Time : 6/28/2013 8:26:20 PM
    CLSID Modified Time: 6/28/2013 8:26:21 PM
    Microsoft         : No
    File Extensions   : .exe, .msi, exefile, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 123,120
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : Spybot-S&D Explorer Integration
    Disabled          : No
    Type              : Context Menu
    Description       : Windows Explorer context menu integration
    Version           : 2.3.39.113
    Product Name      : Spybot - Search & Destroy
    Company           : Safer-Networking Ltd.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Spybot - Search & Destroy 2\SDECon64.dll
    CLSID             : {44176360-2BBF-4EC1-93CE-384B8681A0BC}
    File Created Time : 11/2/2014 6:40:12 PM
    CLSID Modified Time: 11/2/2014 6:40:13 PM
    Microsoft         : No
    File Extensions   : *, Folder, opensearchfilefolderresult
    File Attributes   : A
    File Size         : 484,304
    .NET Extension    : No
    Digital Signature :
    ==================================================
    ==================================================
    Extension Name    : STKContextMenu Class
    Disabled          : No
    Type              : Context Menu
    Description       : Send to Kindle Context Menu dll
    Version           : 1,0,1,240
    Product Name      : Send to Kindle
    Company           : Amazon.com, Inc.
    My Computer       : No
    Desktop           : No
    Control Panel     : No
    My Network Places : No
    Entire Network    : No
    Remote Computer   : No
    Filename          : C:\Program Files (x86)\Amazon\SendToKindle\stkContextMenu_240.dll
    CLSID             : {90DD7445-E924-4c6e-92AC-01F8C3A7E0C7}
    File Created Time : 11/4/2014 1:40:41 PM
    CLSID Modified Time: 11/4/2014 1:40:41 PM
    Microsoft         : No
    File Extensions   : AllFilesystemObjects
    File Attributes   : A
    File Size         : 255,808
    .NET Extension    : No
    Digital Signature :
    ==================================================

    Hi,
    In addition to above suggestions, please help to collect crash dump file for explorer.exe, let's see what exacted file cause your issue:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\explorer.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open explorer to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Onedrive and shared the link here.
    Kate Li
    TechNet Community Support

  • Context menu refresh issue in adf tree.

    Hi All,
    I am using jdeveloper 12.1.2.2.0.
    I have a programmatically generated tree in which I have added two buttons in the context menu using context menu facet.
    * I have selection listener in the tree and right click also selects the node.
    There are two issues regarding the context menu:
    1. If I right click the tree node, the context menu is showing only the two buttons I added and it is not showing the default expand/collapse, expand all/collapse all below and show as top options of context menu. Once I refresh the tree region doing some actions in the page, it is showing all the options.
    2. The buttons I added inside the context menu have disabled conditions and the trigger is given for the parent container "popup" which will be triggered by tree node selection. The problem is that whenever I right click the tree node, the popup is refreshed because of the trigger and the expand/collapse functions are not working. If I right the same node again the functions are working fine.
    How to resolve these issues?
    Thanks in advance.
    - Vignesh S.

    Any suggestions would be helpful.
    The below is the xml of the tree:
                                                           <af:tree var="node" value="#{dmc.btm.model}" id="btc"
                                                                     rowSelection="#{(viewScope.fc.editable || viewScope.cc.editable || viewScope.bc.editable) ? 'none' : 'single'}"
                                                                     immediate="false" initiallyExpanded="false"
                                                                     selectionListener="#{dmc.selectionListener}"
                                                                     fetchSize="100" expandAllEnabled="true">
                                                                <f:facet name="nodeStamp">
                                                                    <af:group id="g3">
                                                                        <af:image source="#{node.icon}" id="i1"/>
                                                                        <af:outputText value="#{node.id}" id="ot4"/>
                                                                    </af:group>
                                                                </f:facet>
                                                                <f:facet name="contextMenu">
                                                                    <af:popup childCreation="deferred" autoCancel="enabled"
                                                                              id="p1" partialTriggers="::btc"
                                                                              contentDelivery="lazyUncached">
                                                                        <af:menu text="menu 1" id="m1">
                                                                            <af:toolbar id="t4">
                                                                                <af:commandToolbarButton shortDesc="Create"
                                                                                                         text="#{prop['label.new']}"
                                                                                                         icon="images/new_ena.png"
                                                                                                         disabledIcon="images/new_dis.png"
                                                                                                         id="ctb4"
                                                                                                         actionListener="#{dmc.newListener}"
                                                                                                         partialSubmit="true"
                                                                                                         disabled="#{!dmc.createButtonEnabled || viewScope.fc.editable || viewScope.cc.editable}"/>
                                                                            </af:toolbar>
                                                                            <af:toolbar id="t5">
                                                                                <af:commandToolbarButton shortDesc="Delete"
                                                                                                         text="#{prop['label.delete']}"
                                                                                                         icon="images/delete_ena.png"
                                                                                                         disabledIcon="images/delete_dis.png"
                                                                                                         id="ctb5"
                                                                                                         actionListener="#{dmc.deleteListener}"
                                                                                                         disabled="#{!dmc.deleteButtonEnabled || viewScope.fc.editable || viewScope.cc.editable}"/>
                                                                            </af:toolbar>
                                                                        </af:menu>
                                                                    </af:popup>
                                                                </f:facet>
                                                            </af:tree>

  • Disable Context Menu - Flash Professional Export (Flash 11.2 - CS6)

    Flash 11.2 added the capability to attach an right-click mouse-event to MovieClips.
    EX:
    var mc:MovieClip = new MovieClip
    mc.addEventListener(MouseEvent.RIGHT_MOUSE_DOWN, myFunction);
    When this listener is attached, it should be impossible for the Context Menu to pop up on right-click of this object. Flash disables the functionality.
    When I export a new SWF from Flash Professional (CS6 Mac) and that SWF is embedded in the browser, it works as expected. Right-click does not spawn a context menu.
    However, this is not the case with the flash player within Flash Professional. The flash player presented within Flash Professional just after export will does not hide the context menu.
    While it's possible for me to develop by simply exporting the SWF and testing it in-browser, I lose out on all the debugging that Flash Professional offers.
    How do I fix this issue?
    NOTE:
    This issue isn't with exporting to 11.2 - I can already do that. All changes mentioned in this tutorial have already been made with base install of Flash Professional CS6.
    running:
    trace(flash.system.Capabilities.version)
    results in:
    MAC 11,2,202,228

    I've got the same problem!
    I'm currently using Adobe Flash CS6 and I don't gave an idea of how to deploy my apps to be published on the Mac App Store!
    If you find the answer, please, let me know!
    Here's my email: [email protected]
    Thanks a lot!

Maybe you are looking for