Adding more properties to already defined iView

Hi Experts,
I am new to this posting. I was been a silent watcher of this Forum. Now I need some help from you.
Scenario 1:
I am having an iView which has got already say 8 properties to it. Now the scenario is, I have to add 3 or 4 properties to same existing iView.
Can I do This. If yes. How can i do it.
Expecting your help.
Regards,
Haribabu Sheshayan.

Haribabu,
Not sure but you could try:
Adding the properties in the portalapp.xml of the .par file, redeploying it and press the refresh button in the property editor of the iview that it concerns...
Or export it via the XML export/import tool, edit it and re-import it again via the XML export/import.
Good luck,
Benjamin Houttuin

Similar Messages

  • Adding "more" slices to already sliced html

    Hi there,
    basically, i've created a web page with a sliced photoshop
    page. but now I need to add an extra button. Is there any way I can
    use the already sliced page in dreamweaver and and just add a
    couple more slices done in photoshop? Obviously, I need the layout
    to stay the same, just have the new slices added.
    Thanks a million.

    There's no point in duplicating "by hand" the table structure
    Photoshop
    makes. I suggest you step back and look at the structure of
    your design
    and decide what kinds of containers the various elements
    should be in.
    If you are comfortable with tables, then, generally speaking,
    nested
    simpler tables are better than a single complex table.
    <div> containers are not without their quirks, but
    allow more
    flexibility while developing your design if you control their
    properties
    with CSS, which also allows for global edits to your entire
    site from a
    single document if you plan it carefully.
    And some kinds of content (like a top-level header,
    <h1>) doesn't have
    to be in any sort of container since they already have
    intrinsic display
    properties which you can use, or modify with CSS.
    This is a huge subject. If you can, step back and get some
    basic
    knowledge of HTML and CSS. This is the only way you can get
    in a
    position to work out the best methodology for creating your
    pages. You
    already know that letting Photoshop do it isn't a good
    method. So that's
    one to check off your list.
    JMS

  • Help on adding custom properties to an iView

    Hi all,
    I have a requirement where in I have to add <B>Custom Properties</B> to an iView within SAP EP.  Please let me know.  Your early response is highly appreciated.
    Regards,
    Vijay

    What is the type of an IView and what is the purpose of the parameter ?
    If you are writing your custom portal application
    add following lines to your component in portalapp.xml
        <component name="myComponent">
          <component-config>
            <property name="ClassName" value="com.company.myClass"/>
          </component-config>
          <component-profile>
            <property name="myCustomProperty" value="initial value">
              <property name="plainDescription" value="My Custom Property"/>
              <property name="category" value="my Custom Properties"/>
            </property>     
          </component-profile>
        </component>
    In the java code you can read parameter with :
    IPortalComponentContext componentContext = request.getComponentContext();
    IPortalComponentProfile profile = componentContext.getProfile();     
    String myCustomProperty = profile.getProperty("myCustomProperty");
    Regards
    Abdul.

  • A problem about the policy of RMS which is added more than 500 principals

    Hello specialists ,
        I've a question about RMS , when I added more than about 500 principals (users & groups ) into a policy in the RMS , it will report an error for any operation about the policy , and I find the error message as followed (for theconvenience, I paste all of the logs in the weblogic).
       We have tested all of our environments : Weblogic , JBoss , Websphere , each of them  makes the same mistake . those operations include : try to open the documents protected by this kind of policies , to disable or enable the policies, to look the detail from the "adminui" . when decreasing the principals for this kind of policy to almost 450 (I am not sure the clearly number) with java code , the results will be ok .
       So anyone can help me ? It's really very important for us , becuase our customer refused to pay the left money of this project till this problem is resolved . and I have reported this problem to the Enterprise Support in Indian (the case is :181916446), but , obviously , it seems they are burning my patience  . At the same time , I think it's a problem of the product , I think the SQL is really very bad ,at least , not so good .
       Any help will be very appreciated !
      <2011-2-10 16:01:14> <Info> <NodeManager> <Starting WebLogic server with command line: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\bin\java -Dweblogic.Name=RightsManagementServer -Djava.security.policy=E:\bea\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.management.server=http://192.168.52.196:7001 -Djava.library.path=E:\bea\WLSERV~1.3\server\bin;.;C:\Windows\system32;C:\Windows;E:\bea\ WLSERV~1.3\server\native\win\32;E:\bea\WLSERV~1.3\server\bin;E:\bea\JROCKI~1\jre\bin;E:\be a\JROCKI~1\bin;E:\bea\WLSERV~1.3\server\native\win\32\oci920_8;C:\Windows\system32;C:\Wind ows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\bin; -Djava.class.path=E:\jdbc\sqljdbc_1.2\enu\sqljdbc.jar;E:\bea\wlserver_10.3\server\lib\web logic.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\lib\tools.jar;E:\bea\user_projects\dom ains\lcdomain\idplib\pop3.jar -Dweblogic.system.BootIdentityFile=E:\domains\zonydomain\servers\RightsManagementServer\d ata\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.ReverseDNSAllowed=false -Dadobeidp.RootDirectory=E:\domains\zonydomain\. -Dfile.encoding=utf8 -Djava.net.preferIPv4Stack=true -Djava.security.policy=E:\bea\wlserver_10.3\server\lib\weblogic.policy -Xms256m -Xmx1792m weblogic.Server >
    <2011-2-10 16:01:14> <Info> <NodeManager> <Working directory is "E:\domains\zonydomain">
    <2011-2-10 16:01:14> <Info> <NodeManager> <Server output log file is "E:\domains\zonydomain\servers\RightsManagementServer\logs\RightsManagementServer.out">
    <2011-2-10 16:01:16 CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.1.0-123-138454-1.6.0_20-20101014-1351-windows-x86_64 from Oracle Corporation>
    <2011-2-10 16:01:17 CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3  Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <2011-2-10 16:01:20 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <2011-2-10 16:01:20 CST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <2011-2-10 16:01:20 CST> <Notice> <Log Management> <BEA-170019> <The server log file E:\domains\zonydomain\servers\RightsManagementServer\logs\RightsManagementServer.log is opened. All server side log events will be written to this file.>
    <2011-2-10 16:01:20 CST> <Warning> <NodeManager> <BEA-300043> <Node manager native library not found - server process id not saved.>
    <2011-2-10 16:01:20 CST> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'E:\bea\WLSERV~1.3\server\bin;.;C:\Windows\system32;C:\Windows;E:\bea\WLSERV~1.3\server\n ative\win\32;E:\bea\WLSERV~1.3\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\b ea\WLSERV~1.3\server\native\win\32\oci920_8;C:\Windows\system32;C:\Windows;C:\Windows\Syst em32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\bin;'
    >
    <2011-2-10 16:01:25 CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <2011-2-10 16:01:30 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <2011-2-10 16:01:30 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <2011-2-10 16:01:41 CST> <Warning> <JDBC> <BEA-001110> <No test table set up for pool "IDP_DS". Connections will not be tested.>
    <2011-2-10 16:01:43 CST> <Warning> <JDBC> <BEA-001110> <No test table set up for pool "RM_DS". Connections will not be tested.>
    <2011-2-10 16:02:00 CST> <Warning> <EJB> <BEA-010100> <This server is not part of a cluster. Hence "InMemory replication feature" for StatefulSession EJB "PolicyManagerBean" will have no effect on this server.>
    2011-2-10 16:02:06 com.adobe.logging.AdobeLoggerImpl <clinit>
    Info: Logging level null
    2011-2-10 16:02:10 com.adobe.logging.AdobeLoggerImpl <clinit>
    Info: Logging level null
    16:02:34,362  WARN Digester:121 - [NavigationRuleRule]{faces-config/navigation-rule} Merge(/*)
    16:02:36,022  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validator-rules.xml'
    16:02:36,023  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/custom-rules.xml'
    16:02:36,024  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validation.xml'
    16:02:36,532  INFO TilesPlugin:236 - Tiles definition factory loaded for module ''.
    16:02:38,534  INFO TilesPlugin:236 - Tiles definition factory loaded for module ''.
    16:02:38,548  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validator-rules.xml'
    16:02:38,549  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validation.xml'
    16:02:39,064  INFO UMActionServlet:84 -
    * System Properties **************************************************
    adobeidp.RootDirectory.......................: E:\domains\zonydomain\.
    awt.toolkit..................................: sun.awt.windows.WToolkit
    com.adobe.idp.enableLC7Compatibility.........: false
    com.adobe.idp.enableLC7Compatibility.SetByDM.: true
    com.adobe.serverInstanceId...................: adobewl_RightsManagementServer
    com.adobe.tempDirectory......................: E:\temp\adobewl_RightsManagementServer
    file.encoding................................: utf8
    file.encoding.pkg............................: sun.io
    file.separator...............................: \
    java.awt.graphicsenv.........................: sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob..........................: sun.awt.windows.WPrinterJob
    java.class.path..............................: E:\jdbc\sqljdbc_1.2\enu\sqljdbc.jar;E:\bea\wlserver_10.3\server\lib\weblogic.jar;E:\Java\ jrockit-jdk1.6.0_20-R28.1.0-4.0.1\lib\tools.jar;E:\bea\user_projects\domains\lcdomain\idpl ib\pop3.jar
    java.class.version...........................: 50.0
    java.endorsed.dirs...........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\endorsed
    java.ext.dirs................................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\ext
    java.home....................................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre
    java.io.tmpdir...............................: C:\Windows\TEMP\
    java.library.path............................: E:\bea\WLSERV~1.3\server\bin;.;C:\Windows\system32;C:\Windows;E:\bea\WLSERV~1.3\server\na tive\win\32;E:\bea\WLSERV~1.3\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\be a\WLSERV~1.3\server\native\win\32\oci920_8;C:\Windows\system32;C:\Windows;C:\Windows\Syste m32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\bin;
    java.naming.factory.initial..................: weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs.................: weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.c orba.j2ee.naming.url
    java.net.preferIPv4Stack.....................: true
    java.protocol.handler.pkgs...................: weblogic.utils|weblogic.utils|weblogic.utils|weblogic.net
    java.runtime.name............................: Java(TM) SE Runtime Environment
    java.runtime.version.........................: 1.6.0_20-b02
    java.security.policy.........................: E:\bea\wlserver_10.3\server\lib\weblogic.policy
    java.specification.name......................: Java Platform API Specification
    java.specification.vendor....................: Sun Microsystems Inc.
    java.specification.version...................: 1.6
    java.vendor..................................: Oracle Corporation
    java.vendor.url..............................: http://www.oracle.com/
    java.vendor.url.bug..........................: http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html
    java.version.................................: 1.6.0_20
    java.vm.info.................................: compiled mode
    java.vm.name.................................: Oracle JRockit(R)
    java.vm.specification.name...................: Java Virtual Machine Specification
    java.vm.specification.vendor.................: Sun Microsystems Inc.
    java.vm.specification.version................: 1.0
    java.vm.vendor...............................: Oracle Corporation
    java.vm.vendor.url...........................: http://www.oracle.com/
    java.vm.vendor.url.bug.......................: http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html
    java.vm.version..............................: R28.1.0-123-138454-1.6.0_20-20101014-1351-windows-x86_64
    javax.rmi.CORBA.PortableRemoteObjectClass....: weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass....................: weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory.................: weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory................: weblogic.webservice.core.soap.MessageFactoryImpl
    kernel.download.enabled......................: false
    line.separator...............................:
    org.omg.CORBA.ORBClass.......................: weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass..............: weblogic.corba.orb.ORB
    org.xml.sax.driver...........................: weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser...........................: weblogic.xml.jaxp.RegistryParser
    os.arch......................................: amd64
    os.name......................................: Windows Server 2008 R2
    os.version...................................: 6.1
    path.separator...............................: ;
    sun.arch.data.model..........................: 64
    sun.boot.class.path..........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\resources.jar;E:\Java\jrockit-jdk1.6.0_ 20-R28.1.0-4.0.1\jre\lib\rt.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\sunrsasi gn.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\jsse.jar;E:\Java\jrockit-jdk1.6.0 _20-R28.1.0-4.0.1\jre\lib\jce.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\charse ts.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\classes
    sun.boot.library.path........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\bin
    sun.cpu.endian...............................: little
    sun.cpu.isalist..............................: amd64
    sun.desktop..................................: windows
    sun.io.unicode.encoding......................: UnicodeLittle
    sun.java.launcher............................: SUN_STANDARD
    sun.jnu.encoding.............................: Cp1252
    sun.management.compiler......................: Oracle JRockit(R) Optimizing Compiler
    sun.os.patch.level...........................:
    user.country.................................: CN
    user.dir.....................................: E:\domains\zonydomain
    user.home....................................: C:\
    user.language................................: zh
    user.name....................................: LATTE$
    user.timezone................................: Asia/Shanghai
    user.variant.................................:
    vde.home.....................................: E:\domains\zonydomain\servers\RightsManagementServer\data\ldap
    weblogic.Name................................: RightsManagementServer
    weblogic.ReverseDNSAllowed...................: false
    weblogic.classloader.preprocessor............: weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.management.server...................: http://192.168.52.196:7001
    weblogic.nodemanager.ServiceEnabled..........: true
    weblogic.security.CustomTrustKeyStoreFileName: ads-ca.jks
    weblogic.security.CustomTrustKeyStorePassPhrase: password
    weblogic.security.CustomTrustKeyStoreType....: JKS
    weblogic.security.SSL.ignoreHostnameVerification: true
    weblogic.security.TrustKeyStore..............: CustomTrust
    weblogic.system.BootIdentityFile.............: E:\domains\zonydomain\servers\RightsManagementServer\data\nodemanager\boot.properties
    * JSP Engine ****
    JSP-Specification..: 2.1
    * Runtime ****
    Total Memory.......: 764 mb
    16:02:39,072  INFO UMActionServlet:85 -
    * Servlet Context ****************************************************
    Servlet API........: 2.5
    ServerInfo.........: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967
    * Attributes ****
    com.cc.framework.locale......................: true
    com.cc.framework.painter.....................: [app, html, global]
    javax.servlet.context.tempdir................: E:\domains\zonydomain\servers\RightsManagementServer\tmp\_WL_user\adobe-livecycle-weblogi c\uv7zbv\public
    org.apache.commons.validator.VALIDATOR_RESOURCES: org.apache.commons.validator.ValidatorResources@3334767
    org.apache.struts.action.ACTION_SERVLET......: com.adobe.idp.um.ui.UMActionServlet@2e716fd
    org.apache.struts.action.MESSAGE.............: org.apache.struts.util.PropertyMessageResources@3021141
    org.apache.struts.action.MODULE..............: org.apache.struts.config.impl.ModuleConfigImpl@2d75c6b
    org.apache.struts.action.PLUG_INS............: [Lorg.apache.struts.action.PlugIn;@302b235
    org.apache.struts.action.SERVLET_MAPPING.....: *.do
    org.apache.struts.globals.MODULE_PREFIXES....: [Ljava.lang.String;@31aa885
    org.apache.struts.tiles.DEFINITIONS_FACTORY..: I18nFactorySet :
    --- default factory ---
    {${YOUR_DEFINITION_HERE}={name=${YOUR_DEFINITION_HERE}, path=null, role=null, controller=null, controllerType=null, controllerInstance=null, attributes={}}
    --- other factories ---
    org.apache.struts.validator.STOP_ON_ERROR....: true
    weblogic.servlet.WebAppComponentMBean........: [email protected]a([zonydomain]/Applicatio ns[adobe-livecycle-weblogic]/WebAppComponents[/um])
    weblogic.servlet.WebAppComponentRuntimeMBean.: weblogic.servlet.internal.WebAppRuntimeMBeanImpl@52ebb2
    16:02:39,284  INFO QuartzScheduler:209 - Quartz Scheduler v.1.6.0 created.
    16:02:39,300  INFO RAMJobStore:141 - RAMJobStore initialized.
    16:02:39,301  INFO DirectSchedulerFactory:422 - Quartz scheduler 'SimpleQuartzScheduler
    16:02:39,302  INFO DirectSchedulerFactory:424 - Quartz scheduler version: 1.6.0
    16:02:39,306  INFO QuartzScheduler:455 - Scheduler SimpleQuartzScheduler_$_SIMPLE_NON_CLUSTERED started.
    Got IP Address of LC Server:192.168.52.196
    16:03:08,130  INFO QuartzScheduler:209 - Quartz Scheduler v.1.6.0 created.
    16:03:08,136  INFO DSCJobStoreTX:547 - Using thread monitor-based data access locking (synchronization).
    16:03:08,234  INFO DSCJobStoreTX:721 - Removed 0 Volatile Trigger(s).
    16:03:08,235  INFO DSCJobStoreTX:729 - Removed 0 Volatile Job(s).
    16:03:08,244  INFO DSCJobStoreTX:61 - JobStoreTX initialized.
    16:03:08,245  INFO DSCSchedulerFactory:972 - Quartz scheduler 'IDPSchedulerService' initialized from an externally provided properties instance.
    16:03:08,245  INFO DSCSchedulerFactory:974 - Quartz scheduler version: 1.6.0
    16:03:08,259  INFO DSCJobStoreTX:775 - Freed 0 triggers from 'acquired' / 'blocked' state.
    16:03:08,269  INFO DSCJobStoreTX:879 - Handling 1 trigger(s) that missed their scheduled fire-time.
    16:03:08,389  INFO DSCJobStoreTX:785 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
    16:03:08,390  INFO DSCJobStoreTX:799 - Recovery complete.
    16:03:08,393  INFO DSCJobStoreTX:806 - Removed 0 'complete' triggers.
    16:03:08,395  INFO DSCJobStoreTX:812 - Removed 0 stale fired job entries.
    16:03:08,411  INFO QuartzScheduler:455 - Scheduler IDPSchedulerService_$_20 started.
    <2011-2-10 16:03:25 CST> <Error> <com.adobe.datamodel.repository.DBModelPersistence> <BEA-000000> <Naming exception during loading of all data models: javax.naming.NameNotFoundException: While trying to look up /IDP_DS in /app/webapp/remoting/18935606.; remaining name '/IDP_DS'>
    16:03:27,894  INFO TilesPlugin:236 - Tiles definition factory loaded for module ''.
    16:03:27,910  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validator-rules.xml'
    16:03:27,910  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validation.xml'
    16:03:28,555  INFO EDCActionServlet:84 -
    * System Properties **************************************************
    adobeidp.RootDirectory.......................: E:\domains\zonydomain\.
    awt.toolkit..................................: sun.awt.windows.WToolkit
    com.adobe.idp.DocumentManagerServlet.........: started
    com.adobe.idp.enableLC7Compatibility.........: false
    com.adobe.idp.enableLC7Compatibility.SetByDM.: true
    com.adobe.serverInstanceId...................: adobewl_RightsManagementServer
    com.adobe.tempDirectory......................: E:\temp\adobewl_RightsManagementServer
    file.encoding................................: utf8
    file.encoding.pkg............................: sun.io
    file.separator...............................: \
    gemfire.disableShutdownHook..................: true
    java.awt.graphicsenv.........................: sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob..........................: sun.awt.windows.WPrinterJob
    java.class.path..............................: E:\jdbc\sqljdbc_1.2\enu\sqljdbc.jar;E:\bea\wlserver_10.3\server\lib\weblogic.jar;E:\Java\ jrockit-jdk1.6.0_20-R28.1.0-4.0.1\lib\tools.jar;E:\bea\user_projects\domains\lcdomain\idpl ib\pop3.jar
    java.class.version...........................: 50.0
    java.endorsed.dirs...........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\endorsed
    java.ext.dirs................................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\ext
    java.home....................................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre
    java.io.tmpdir...............................: C:\Windows\TEMP\
    java.library.path............................: E:\bea\WLSERV~1.3\server\bin;.;C:\Windows\system32;C:\Windows;E:\bea\WLSERV~1.3\server\na tive\win\32;E:\bea\WLSERV~1.3\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\be a\WLSERV~1.3\server\native\win\32\oci920_8;C:\Windows\system32;C:\Windows;C:\Windows\Syste m32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\bin;
    java.naming.factory.initial..................: weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs.................: weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.c orba.j2ee.naming.url
    java.net.preferIPv4Stack.....................: true
    java.protocol.handler.pkgs...................: weblogic.utils|weblogic.utils|weblogic.utils|weblogic.net
    java.runtime.name............................: Java(TM) SE Runtime Environment
    java.runtime.version.........................: 1.6.0_20-b02
    java.security.policy.........................: E:\bea\wlserver_10.3\server\lib\weblogic.policy
    java.specification.name......................: Java Platform API Specification
    java.specification.vendor....................: Sun Microsystems Inc.
    java.specification.version...................: 1.6
    java.vendor..................................: Oracle Corporation
    java.vendor.url..............................: http://www.oracle.com/
    java.vendor.url.bug..........................: http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html
    java.version.................................: 1.6.0_20
    java.vm.info.................................: compiled mode
    java.vm.name.................................: Oracle JRockit(R)
    java.vm.specification.name...................: Java Virtual Machine Specification
    java.vm.specification.vendor.................: Sun Microsystems Inc.
    java.vm.specification.version................: 1.0
    java.vm.vendor...............................: Oracle Corporation
    java.vm.vendor.url...........................: http://www.oracle.com/
    java.vm.vendor.url.bug.......................: http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html
    java.vm.version..............................: R28.1.0-123-138454-1.6.0_20-20101014-1351-windows-x86_64
    javax.rmi.CORBA.PortableRemoteObjectClass....: weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass....................: weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory.................: weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory................: weblogic.webservice.core.soap.MessageFactoryImpl
    kernel.download.enabled......................: false
    line.separator...............................:
    org.apache.xerces.xni.parser.Configuration...: org.apache.xerces.parsers.XMLGrammarCachingConfiguration
    org.omg.CORBA.ORBClass.......................: weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass..............: weblogic.corba.orb.ORB
    org.xml.sax.driver...........................: weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser...........................: weblogic.xml.jaxp.RegistryParser
    os.arch......................................: amd64
    os.name......................................: Windows Server 2008 R2
    os.version...................................: 6.1
    p2p.useSSL...................................: false
    path.separator...............................: ;
    sun.arch.data.model..........................: 64
    sun.boot.class.path..........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\resources.jar;E:\Java\jrockit-jdk1.6.0_ 20-R28.1.0-4.0.1\jre\lib\rt.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\sunrsasi gn.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\jsse.jar;E:\Java\jrockit-jdk1.6.0 _20-R28.1.0-4.0.1\jre\lib\jce.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\charse ts.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\classes
    sun.boot.library.path........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\bin
    sun.cpu.endian...............................: little
    sun.cpu.isalist..............................: amd64
    sun.desktop..................................: windows
    sun.io.unicode.encoding......................: UnicodeLittle
    sun.java.launcher............................: SUN_STANDARD
    sun.jnu.encoding.............................: Cp1252
    sun.management.compiler......................: Oracle JRockit(R) Optimizing Compiler
    sun.os.patch.level...........................:
    user.country.................................: CN
    user.dir.....................................: E:\domains\zonydomain
    user.home....................................: C:\
    user.language................................: zh
    user.name....................................: LATTE$
    user.timezone................................: Asia/Shanghai
    user.variant.................................:
    vde.home.....................................: E:\domains\zonydomain\servers\RightsManagementServer\data\ldap
    weblogic.Name................................: RightsManagementServer
    weblogic.ReverseDNSAllowed...................: false
    weblogic.classloader.preprocessor............: weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.management.server...................: http://192.168.52.196:7001
    weblogic.nodemanager.ServiceEnabled..........: true
    weblogic.security.CustomTrustKeyStoreFileName: ads-ca.jks
    weblogic.security.CustomTrustKeyStorePassPhrase: password
    weblogic.security.CustomTrustKeyStoreType....: JKS
    weblogic.security.SSL.ignoreHostnameVerification: true
    weblogic.security.TrustKeyStore..............: CustomTrust
    weblogic.system.BootIdentityFile.............: E:\domains\zonydomain\servers\RightsManagementServer\data\nodemanager\boot.properties
    * JSP Engine ****
    JSP-Specification..: 2.1
    * Runtime ****
    Total Memory.......: 917 mb
    16:03:28,559  INFO EDCActionServlet:85 -
    * Servlet Context ****************************************************
    Servlet API........: 2.5
    ServerInfo.........: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967
    * Attributes ****
    com.cc.framework.locale......................: true
    com.cc.framework.painter.....................: [app, html, global]
    javax.servlet.context.tempdir................: E:\domains\zonydomain\servers\RightsManagementServer\tmp\_WL_user\adobe-livecycle-weblogi c\srbeev\public
    org.apache.commons.validator.VALIDATOR_RESOURCES: org.apache.commons.validator.ValidatorResources@33c707a
    org.apache.struts.action.ACTION_SERVLET......: com.adobe.edc.ui.EDCActionServlet@6f15bc0
    org.apache.struts.action.MESSAGE.............: org.apache.struts.util.PropertyMessageResources@31fdbc7
    org.apache.struts.action.MODULE..............: org.apache.struts.config.impl.ModuleConfigImpl@2f3b181
    org.apache.struts.action.PLUG_INS............: [Lorg.apache.struts.action.PlugIn;@32005d9
    org.apache.struts.action.SERVLET_MAPPING.....: *.do
    org.apache.struts.globals.MODULE_PREFIXES....: [Ljava.lang.String;@12907d6
    org.apache.struts.tiles.DEFINITIONS_FACTORY..: I18nFactorySet :
    --- default factory ---
    {${YOUR_DEFINITION_HERE}={name=${YOUR_DEFINITION_HERE}, path=null, role=null, controller=null, controllerType=null, controllerInstance=null, attributes={}}
    --- other factories ---
    org.apache.struts.validator.STOP_ON_ERROR....: true
    weblogic.servlet.WebAppComponentMBean........: [email protected]b8([zonydomain]/Applicati ons[adobe-livecycle-weblogic]/WebAppComponents[/edc/admin])
    weblogic.servlet.WebAppComponentRuntimeMBean.: weblogic.servlet.internal.WebAppRuntimeMBeanImpl@946930
    16:03:29,403  INFO TilesPlugin:236 - Tiles definition factory loaded for module ''.
    16:03:29,420  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validator-rules.xml'
    16:03:29,421  INFO ValidatorPlugIn:211 - Loading validation rules file from '/WEB-INF/validation.xml'
    16:03:30,011  INFO EDCActionServlet:84 -
    * System Properties **************************************************
    adobeidp.RootDirectory.......................: E:\domains\zonydomain\.
    awt.toolkit..................................: sun.awt.windows.WToolkit
    com.adobe.idp.DocumentManagerServlet.........: started
    com.adobe.idp.enableLC7Compatibility.........: false
    com.adobe.idp.enableLC7Compatibility.SetByDM.: true
    com.adobe.serverInstanceId...................: adobewl_RightsManagementServer
    com.adobe.tempDirectory......................: E:\temp\adobewl_RightsManagementServer
    file.encoding................................: utf8
    file.encoding.pkg............................: sun.io
    file.separator...............................: \
    gemfire.disableShutdownHook..................: true
    java.awt.graphicsenv.........................: sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob..........................: sun.awt.windows.WPrinterJob
    java.class.path..............................: E:\jdbc\sqljdbc_1.2\enu\sqljdbc.jar;E:\bea\wlserver_10.3\server\lib\weblogic.jar;E:\Java\ jrockit-jdk1.6.0_20-R28.1.0-4.0.1\lib\tools.jar;E:\bea\user_projects\domains\lcdomain\idpl ib\pop3.jar
    java.class.version...........................: 50.0
    java.endorsed.dirs...........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\endorsed
    java.ext.dirs................................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\ext
    java.home....................................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre
    java.io.tmpdir...............................: C:\Windows\TEMP\
    java.library.path............................: E:\bea\WLSERV~1.3\server\bin;.;C:\Windows\system32;C:\Windows;E:\bea\WLSERV~1.3\server\na tive\win\32;E:\bea\WLSERV~1.3\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\be a\WLSERV~1.3\server\native\win\32\oci920_8;C:\Windows\system32;C:\Windows;C:\Windows\Syste m32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\bin;
    java.naming.factory.initial..................: weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs.................: weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.c orba.j2ee.naming.url
    java.net.preferIPv4Stack.....................: true
    java.protocol.handler.pkgs...................: weblogic.utils|weblogic.utils|weblogic.utils|weblogic.net
    java.runtime.name............................: Java(TM) SE Runtime Environment
    java.runtime.version.........................: 1.6.0_20-b02
    java.security.policy.........................: E:\bea\wlserver_10.3\server\lib\weblogic.policy
    java.specification.name......................: Java Platform API Specification
    java.specification.vendor....................: Sun Microsystems Inc.
    java.specification.version...................: 1.6
    java.vendor..................................: Oracle Corporation
    java.vendor.url..............................: http://www.oracle.com/
    java.vendor.url.bug..........................: http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html
    java.version.................................: 1.6.0_20
    java.vm.info.................................: compiled mode
    java.vm.name.................................: Oracle JRockit(R)
    java.vm.specification.name...................: Java Virtual Machine Specification
    java.vm.specification.vendor.................: Sun Microsystems Inc.
    java.vm.specification.version................: 1.0
    java.vm.vendor...............................: Oracle Corporation
    java.vm.vendor.url...........................: http://www.oracle.com/
    java.vm.vendor.url.bug.......................: http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html
    java.vm.version..............................: R28.1.0-123-138454-1.6.0_20-20101014-1351-windows-x86_64
    javax.rmi.CORBA.PortableRemoteObjectClass....: weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass....................: weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory.................: weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory................: weblogic.webservice.core.soap.MessageFactoryImpl
    kernel.download.enabled......................: false
    line.separator...............................:
    org.apache.xerces.xni.parser.Configuration...: org.apache.xerces.parsers.XMLGrammarCachingConfiguration
    org.omg.CORBA.ORBClass.......................: weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass..............: weblogic.corba.orb.ORB
    org.xml.sax.driver...........................: weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser...........................: weblogic.xml.jaxp.RegistryParser
    os.arch......................................: amd64
    os.name......................................: Windows Server 2008 R2
    os.version...................................: 6.1
    p2p.useSSL...................................: false
    path.separator...............................: ;
    sun.arch.data.model..........................: 64
    sun.boot.class.path..........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\resources.jar;E:\Java\jrockit-jdk1.6.0_ 20-R28.1.0-4.0.1\jre\lib\rt.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\sunrsasi gn.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\jsse.jar;E:\Java\jrockit-jdk1.6.0 _20-R28.1.0-4.0.1\jre\lib\jce.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\lib\charse ts.jar;E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\classes
    sun.boot.library.path........................: E:\Java\jrockit-jdk1.6.0_20-R28.1.0-4.0.1\jre\bin
    sun.cpu.endian...............................: little
    sun.cpu.isalist..............................: amd64
    sun.desktop..................................: windows
    sun.io.unicode.encoding......................: UnicodeLittle
    sun.java.launcher............................: SUN_STANDARD
    sun.jnu.encoding.............................: Cp1252
    sun.management.compiler......................: Oracle JRockit(R) Optimizing Compiler
    sun.os.patch.level...........................:
    user.country.................................: CN
    user.dir.....................................: E:\domains\zonydomain
    user.home....................................: C:\
    user.language................................: zh
    user.name....................................: LATTE$
    user.timezone................................: Asia/Shanghai
    user.variant.................................:
    vde.home.....................................: E:\domains\zonydomain\servers\RightsManagementServer\data\ldap
    weblogic.Name................................: RightsManagementServer
    weblogic.ReverseDNSAllowed...................: false
    weblogic.classloader.preprocessor............: weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.management.server...................: http://192.168.52.196:7001
    weblogic.nodemanager.ServiceEnabled..........: true
    weblogic.security.CustomTrustKeyStoreFileName: ads-ca.jks
    weblogic.security.CustomTrustKeyStorePassPhrase: password
    weblogic.security.CustomTrustKeyStoreType....: JKS
    weblogic.security.SSL.ignoreHostnameVerification: true
    weblogic.security.TrustKeyStore..............: CustomTrust
    weblogic.system.BootIdentityFile.............: E:\domains\zonydomain\servers\RightsManagementServer\data\nodemanager\boot.properties
    * JSP Engine ****
    JSP-Specification..: 2.1
    * Runtime ****
    Total Memory.......: 917 mb
    16:03:30,014  INFO EDCActionServlet:85 -
    * Servlet Context ****************************************************
    Servlet API........: 2.5
    ServerInfo.........: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967
    * Attributes ****
    com.cc.framework.locale......................: true
    com.cc.framework.painter.....................: [app, html, global]
    javax.servlet.context.tempdir................: E:\domains\zonydomain\servers\RightsManagementServer\tmp\_WL_user\adobe-livecycle-weblogi c\xhf1jd\public
    org.apache.commons.validator.VALIDATOR_RESOURCES: org.apache.commons.validator.ValidatorResources@231f192
    org.apache.struts.action.ACTION_SERVLET......: com.adobe.edc.ui.EDCActionServlet@153d409
    org.apache.struts.action.MESSAGE.............: org.apache.struts.util.PropertyMessageResources@2208500
    org.apache.struts.action.MODULE..............: org.apache.struts.config.impl.ModuleConfigImpl@1ee0605
    org.apache.struts.action.PLUG_INS............: [Lorg.apache.struts.action.PlugIn;@216aebd
    org.apache.struts.action.SERVLET_MAPPING.....: *.do
    org.apache.struts.globals.MODULE_PREFIXES....: [Ljava.lang.String;@2675446
    org.apache.struts.tiles.DEFINITIONS_FACTORY..: I18nFactorySet :
    --- default factory ---
    {${YOUR_DEFINITION_HERE}={name=${YOUR_DEFINITION_HERE}, path=null, role=null, controller=null, controllerType=null, controllerInstance=null, attributes={}}
    --- other factories ---
    org.apache.struts.validator.STOP_ON_ERROR....: true
    um_assertionid_holder........................: com.adobe.idp.um.auth.filter.AssertionIdHolder@1c5878e
    weblogic.servlet.WebAppComponentMBean........: [email protected]8([zonydomain]/Applicatio ns[adobe-livecycle-weblogic]/WebAppComponents[/edc])
    weblogic.servlet.WebAppComponentRuntimeMBean.: weblogic.servlet.internal.WebAppRuntimeMBeanImpl@ac5e96
    ========= calling EDCStartupService::initializeresources  =========
    <2011-2-10 16:03:32 CST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <2011-2-10 16:03:32 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <2011-2-10 16:03:32 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <2011-2-10 16:03:33 CST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias ads-credentials from the JKS keystore file E:\domains\zonydomain\ads-credentials.jks.>
    <2011-2-10 16:03:33 CST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the JKS keystore file E:\domains\zonydomain\ads-ca.jks.>
    <2011-2-10 16:03:33 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure". The address 192.168.52.196 might be incorrect or another process is using port 7002: java.net.BindException: Address already in use: JVM_Bind.>
    <2011-2-10 16:03:33 CST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.52.196:8001 for protocols iiop, t3, ldap, snmp, http.>
    <2011-2-10 16:03:33 CST> <Notice> <WebLogicServer> <BEA-000332> <Started WebLogic Managed Server "RightsManagementServer" for domain "zonydomain" running in Development Mode>
    <2011-2-10 16:03:35 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <2011-2-10 16:03:35 CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    16:03:46,830  INFO Reference:? - Verification successful for URI "#dc30cfd93b52e950ebde68e0b7c8ac56"
    16:03:50,726  INFO Reference:? - Verification successful for URI "#cb96de4448538dd00314b484966dae46"
    16:03:51,127  INFO TilesRequestProcessor:103 - Tiles definition factory found for request processor ''.
    <2011-2-10 16:03:51 CST> <Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.>
    16:04:08,115  INFO Reference:? - Verification successful for URI "#ba03069e2b38142918e1e6f54a73208c"
    16:04:10,602  INFO Reference:? - Verification successful for URI "#a120044172268198925a0495b25e618a"
    16:05:56,603  INFO Reference:? - Verification successful for URI "#e4e5267f958ba1431f4ecdee4b18e454"
    16:06:04,059  INFO Reference:? - Verification successful for URI "#f664cefe6083120e323479fd72ec57c1"
    <2011-2-10 16:06:44 CST> <Warning> <com.adobe.idp.common.errors.exception.IDPLoggedException> <BEA-000000> <UserM:GENERIC_WARNING: [Thread Hashcode: -1257420086] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStatement] errorCode:12290 errorCodeHEX:0x3002 message:execute query failure(select distinct  top 500  * from EDCAGGPRINCIPALVIEWENTIT where ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( ((((((((((((((((((((((((((((((((((((((((((((((((((EDCAGGPRINCIPALVIEWENTIT.v17 = ? or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or EDCAGGPRINCIPALVIEWENTIT.v17 = ?) or E

    We are using Microsoft SQL Server 2008 . but it's well with MySQL & JBoss

  • Principal admin already defined in realm weblogic

    My weblogic server got abruptly terminated for some unknown reason after which
    it fails to start with the exception...
    server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: java.lang.SecurityException: Principal
    admin already defined in realm weblogic
    java.lang.IllegalAccessError: java.lang.SecurityException: Principal admin
    already defined in realm weblogic
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm
    (SecurityService.java:254)
    at weblogic.security.SecurityService.initialize
    (SecurityService.java:118)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:418)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:212)
    at weblogic.Server.main(Server.java:35)
    '>
    How can we get any backup of filerealm.properties if it gets corrupted?

    static Context getInitialContext(String url, String user, String password){>
    Properties h = new Properties();
    h.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    h.put(Context.PROVIDER_URL, url);
    h.put(Context.SECURITY_PRINCIPAL, user);
    return new InitialContext(h);
    Funnily, password is not used....after realising that I added line
    h.put(Context.SECURITY_CREDENTIALS, password);
    and the code works. Is it possible that this was the problem (anddocumentation
    has been incorrect for years now) or was there something that I missed?ya, that was the problem if you refering to:
    http://e-docs.bea.com/wls/docs70/ejb/EJB_design.html#1035574
    we will get that corrected.
    cheers,
    mihir

  • Adding more redolog groups in 11.1.0.7

    i have oracle e-business suite (R12.1.1) and database is ( 11.1.0.7) on red hat enterprise linux 5.3 . All of this is 64 bit.
    i have a database about 200 gb which is as usual growing day by day as data entry is taking place.
    i have 2 redolog groups each containing 2 members having size of 1000MB each.
    now i want to convert my database to archive log .
    How many redolog groups i add more and i should keep the same size of members as in already defined redolog groups i.e 1000 mb.
    Keeping the size of 1000 is good or i should decrease it ?
    Please suggest

    You can set instance parameter FAST_START_MTTR_TARGET to have Oracle estimation for optimal redo log size: please read
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/instance_tune.htm#PFGRF94563
    THe text from this page tells to run V$INSTANCE_RECOVERY and the value for OPTIMAL_LOGFILE_SIZE
    ( and i run this query select from V$INSTANCE_RECOVERY and the value for OPTIMAL_LOGFILE_SIZE is NULL).
    Please suggest.

  • Adding more RAM to Macbook Pro mid-2012

    Hi!
    I have a question about adding more RAM to my mid-2012 MacBook Pro (without Retina). I've been doing some video editing with Final Cut, and I'm using quite many apps on the daily basis. I have the standard configuration with 4GB of RAM (2x 2GB) but I guess I should upgrade it, shouldn't I?
    I had that idea in mind: buying extra 8GB RAM instead of one 2GB, so I'll end up with 10GB of RAM. If it won't be enough and I'll have some extra money, I will add another 8GB instead of 2GB, so I'll have 16GB.
    First question - is it worth it?
    Second question - can I add any RAMs supported by Macs? For example I'll leave one 2GB that I have already, and add 8GB made by, let's say, Kingston (I guess they are supported and they have good price in my country). Will this work fine? Does it make sense?

    Jerroslaw,
    since you’re running Mavericks, open up Activity Monitor while you’ve got your usual selection of apps running, select its Memory tab, and look at the Swap Used setting in the lower left. If it’s displaying “0 bytes” as the amount of swap used, then extra RAM won’t make a difference. Otherwise, to answer your first question, whether it’s worth it or not depends upon how frustrated you are running your usual selection of apps with 4 GB of RAM. It might be that the cost of replacement RAM modules outweighs your level of frustration — only you can make that determination of worth. I would recommend that if you do choose to purchase replacement RAM, that you get a pair of matching modules — either 2 × 4 GB = 8 GB, or 2 × 8 GB = 16 GB, to replace the pair that is currently installed.
    For your second question, you don’t have to use Apple-brand RAM, but you do have to use RAM with the same characteristics as your factory-installed RAM uses. Any worthwhile purveyor of RAM for Macs will let you easily locate modules that are compatible with your Mid 2012 MacBook Pro.

  • More than one operation defined. Unable to resolve operation

    Hi,
    Using the attached WSDL to define a BPEL sequence I allways get the following error message:
    More than one operation defined. Unable to resolve operation:
    This occured in the moment i introduced a seconde operation. With one operation everything works fine.
    Does anybody know how to define a WSDL that works for the BPEL system with more than one operation?
    Best Regards,
    Axel.
    WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://dummy.ws.axelbenz.de/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://dummy.ws.axelbenz.de/" name="StringInOutService" xmlns:plink="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
    <types>
    <xsd:schema>
    <xsd:import namespace="http://dummy.ws.axelbenz.de/" schemaLocation="upperService.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    </xsd:schema>
    </types>
    <message name="lowerMessage">
    <part name="lowerParameters" type="tns:lowerType" />
    </message>
    <message name="lowerMessageResponse">
    <part name="lowerResponseParameters" type="tns:lowerTypeResponse" />
    </message>
    <message name="upperMessage">
    <part name="upperParameters" type="tns:upperType" />
    </message>
    <message name="upperMessageResponse">
    <part name="upperResponseParameters" type="tns:upperTypeResponse" />
    </message>
    <portType name="StringInOut">
    <operation name="lowerOperation">
    <input message="tns:lowerMessage" />
    <output message="tns:lowerMessageResponse" />
    </operation>
    <operation name="upperOperation">
    <input message="tns:upperMessage" />
    <output message="tns:upperMessageResponse" />
    </operation>
    </portType>
    <binding name="StringInOutPortBinding" type="tns:StringInOut">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="lowerOperation">
    <soap:operation soapAction="lower" style="document" />
    <input>
    <soap:body use="literal" parts="lowerParameters" />
    </input>
    <output>
    <soap:body use="literal" parts="lowerResponseParameters" />
    </output>
    </operation>
    <operation name="upperOperation">
    <soap:operation soapAction="upper" style="document" />
    <input>
    <soap:body use="literal" parts="upperParameters" namespace="" />
    </input>
    <output>
    <soap:body use="literal" parts="upperResponseParameters" />
    </output>
    </operation>
    </binding>
    <service name="StringInOutService">
    <port name="StringInOutPort" binding="tns:StringInOutPortBinding">
    <soap:address location="http://GWBE0040.int.gematik.de:18181/DummyServices/StringInOutService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    </port>
    </service>
    <plink:partnerLinkType name="partnerlinktype1">
    <plink:role name="serviceRequestor" portType="tns:StringInOut"/>
    </plink:partnerLinkType>
    </definitions>
    XSD:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema version="1.0" targetNamespace="http://dummy.ws.axelbenz.de/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="lower" type="ns1:lowerType" xmlns:ns1="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="lowerType">
    <xs:sequence>
    <xs:element name="inp" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="lowerResponse" type="ns2:lowerTypeResponse" xmlns:ns2="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="lowerTypeResponse">
    <xs:sequence>
    <xs:element name="return" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="upper" type="ns3:upperType" xmlns:ns3="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="upperType">
    <xs:sequence>
    <xs:element name="inp" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="upperResponse" type="ns4:upperTypeResponse" xmlns:ns4="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="upperTypeResponse">
    <xs:sequence>
    <xs:element name="return" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:schema>

    What client are you using? Are you using the netbeans enterprise pack test driver? If so, you can set the soap action in the test properties to match the ones you have defined in the WSDL.
    Also if you could post the actual soap message you are sending that would help.
    I also noticed that you're using parts defined via types with a document/literal binding. To be more basic profile compliant in that casue you may want to use RPC style instead - it is not strictly necessary, but increases interoperability.
    Andi

  • Adding More Than 2 Internal Hard Drives

    Anyone have any help they can give me on upgrading my power supply? I've read on other threads that this is a power supply issue when adding more drives.
    G5 Jive mounting kit:
    http://eshop.macsales.com/item/Sonnet%20Technology/ENCG53HD/
    with this Serial ATA Host Controller Card (will buy from Amazon or whoever has it available):
    http://www.welovemacs.com/tsataiix44.html
    and 3 or these Western Digital 1TB hard drives:
    http://eshop.macsales.com/item/Western%20Digital/WD10FYPS/
    any suggestions/comments are welcome... i.e. Hitachi drives vs. Western Digital or 8port vs 4 port SATA card
    Message was edited by: Portagee Man-O-War

    I too have been looking into this and my decision was/is this. eSATA Card and external enclosures. Not only are you looking at Power Supply issues but HEAT as well. The G5 is still a nice fast machine but they are like heaters when running hard, add to what's already in there creating heat and you might end up with a nasty situation. You would need a card anyway and with the internal drive mounting adaptors running 100.00 and up the external box option is only 50.00-60.00 dollars more and you have no heat/power concerns and even more expandability if you need.
    Hope that helps.
    Message was edited by: CandTsmac

  • Is there anyway of adding more memory to an iPod touch?

    Is there anyway of adding more memory to an iPod touch as I am running out of space.
    Thank you

    It's annoying because the amount of memory apple advertise is not actually all for you to use. I bought an 8g iPod thinking it would be enough but didn't realise 2g of the 8g is already used for you!

  • Problem fixing XJC Errors ("already defined" in groups)

    Hello,
    I am using JAXB to generate code for some schemas created by a different group in my project, but I get an error that I kind of understand but don't know exactly how to resolve.
    This is a pared-down version of the schema holding only the offending pieces:
    MainSchema.xsd
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
               xmlns:ns_a="DATASET_A"
               xmlns:ns_b="DATASET_B"
               xmlns:ns_c="DATASET_C"
               xmlns:ns_d="DATASET_D"
               xmlns:ns_e="DATASET_E"
               xmlns:ns_f="DATASET_F">
       <xs:include schemaLocation="BASIC_TYPES.XSD" />
       <!-- -->
       <xs:import namespace="DATASET_A" schemaLocation="DATASET_A.xsd"/>
       <xs:import namespace="DATASET_B" schemaLocation="DATASET_B.xsd"/>
       <xs:import namespace="DATASET_C" schemaLocation="DATASET_C.xsd"/>
       <xs:import namespace="DATASET_D" schemaLocation="DATASET_D.xsd"/>
       <xs:import namespace="DATASET_E" schemaLocation="DATASET_E.xsd"/>
       <xs:import namespace="DATASET_F" schemaLocation="DATASET_F.xsd"/>
       <xs:complexType name="ReturnGetDataStatusType">
          <xs:sequence>
             <xs:element name="DATA_LIST">
                <xs:complexType>
                   <xs:sequence maxOccurs="unbounded">
                      <xs:choice>
                         <xs:group ref="ns_a:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                         <xs:group ref="ns_b:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                         <xs:group ref="ns_c:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                         <xs:group ref="ns_d:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                         <xs:group ref="ns_e:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                         <xs:group ref="ns_f:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                      </xs:choice>
                   </xs:sequence>
                </xs:complexType>
             </xs:element>
          </xs:sequence>
       </xs:complexType>
       <!--   -->
       <xs:complexType name="FileDataType">
          <xs:sequence>
             <xs:element name="DATA_LIST">
                <xs:complexType>
                   <xs:choice>
                      <xs:group ref="ns_a:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                      <xs:group ref="ns_b:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                      <xs:group ref="ns_c:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                      <xs:group ref="ns_d:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                      <xs:group ref="ns_e:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                      <xs:group ref="ns_f:ReturnGetDataItemType" minOccurs="0" maxOccurs="unbounded"/>
                   </xs:choice>
                </xs:complexType>
             </xs:element>
          </xs:sequence>
       </xs:complexType>
       <xs:element name="RETURN_GET_DATA" type="ReturnGetDataStatusType"/>
       <xs:element name="FILE_DATA" type="FileDataType"/>
    </xs:schema>---
    When I try to compile this schema and their underlying schemas, I get this error repeated for each "group" attribute of the FileDataType:
    C:\dir\temp\fake_DataStore>xjc -d output   -p com.company.stuff   *.xsd *.XSD  | more
    parsing a schema...
    [ERROR] Property "ReturnGetDataItemType" is already defined. Use <jaxb:property> to resolve this conflict.
      line 49 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] The following location is relevant to the above error
      line 50 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] Property "ReturnGetDataItemType" is already defined. Use <jaxb:property> to resolve this conflict.
      line 50 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] The following location is relevant to the above error
      line 51 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] Property "ReturnGetDataItemType" is already defined. Use <jaxb:property> to resolve this conflict.
      line 51 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] The following location is relevant to the above error
      line 52 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] Property "ReturnGetDataItemType" is already defined. Use <jaxb:property> to resolve this conflict.
      line 52 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] The following location is relevant to the above error
      line 53 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] Property "ReturnGetDataItemType" is already defined. Use <jaxb:property> to resolve this conflict.
      line 53 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    [ERROR] The following location is relevant to the above error
      line 54 of file:/C:/dir/temp/fake_DataStore/MainSchema.xsd
    Failed to parse a schema.---
    It clearly has a problem with using the same group references in two different complexTypes, but I don't know how to use jaxb:property to resolve it.
    Do I rename this ReturnGetDataItemType differently in the FileDataType complexType? If so, how?
    Thank you for reading. Please let me know if you have any questions.
    Edited by: jaylogan on Mar 18, 2010 6:49 PM

    you need to pass a bindings file using the -b switch as explained here: http://java.sun.com/webservices/docs/1.5/tutorial/doc/JAXBUsing4.html

  • Javax.jbi.messaging.MessagingException: More than one operation defined

    Hi,
    i had already implemented a web service consisting of 6 methods that works fine. Now i want to access this service via JBI. Therefore i developed a service assembly containing only of a soap binding component. When i try to access the jbi environment via the inbound endpoint OpenESB throws following exception:
    [#|2006-07-26T16:23:50.531+0200|WARNING|sun-appserver-pe9.0|com.sun.jbi.component.com.sun.httpsoapbc-1.0-2com.sun.jbi.httpsoapbc.embedded.GrizzlyRequestProcessor|_ThreadID=32;_ThreadName=httpWorkerThread-12010-2;_RequestID=a33dbb24-d088-4a6a-9642-96187c32bb36;|Exception in processing request.
    javax.jbi.messaging.MessagingException: More than one operation defined. Unable to resolve operation: {http://service}UseRepositoryService,UseRepository,inbound
         at com.sun.jbi.httpsoapbc.InboundMessageProcessor.execute(InboundMessageProcessor.java:214)
         at com.sun.jbi.httpsoapbc.embedded.GrizzlyRequestProcessor.processAsynchRequest(GrizzlyRequestProcessor.java:214)
         at com.sun.jbi.httpsoapbc.embedded.GrizzlyRequestProcessor.service(GrizzlyRequestProcessor.java:173)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         at com.sun.jbi.httpsoapbc.embedded.JBIGrizzlyAsyncFilter.doFilter(JBIGrizzlyAsyncFilter.java:70)
         at com.sun.enterprise.web.connector.grizzly.async.DefaultAsyncExecutor.invokeFilters(DefaultAsyncExecutor.java:143)
         at com.sun.enterprise.web.connector.grizzly.async.DefaultAsyncExecutor.interrupt(DefaultAsyncExecutor.java:132)
         at com.sun.enterprise.web.connector.grizzly.async.AsyncProcessorTask.doTask(AsyncProcessorTask.java:81)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    How can i specify in my service assembly that if i send a SOAP request for method X on my client that OpenESB routes this message to the correct Outbound endpoint?
    Thank you
    Thomas

    Hello Andi,
    thanks for your reply. To exclude the soap action error i will post the complete wsdl file now. But in my opinion every operation has its own input and output definition.
    The consumer wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="http://service" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://service" xmlns:intf="http://service" xmlns:tns1="http://types" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--WSDL created by Apache Axis version: 1.2.1
    Built on Jun 14, 2005 (09:15:57 EDT)-->
    <wsdl:types>
    <schema elementFormDefault="qualified" targetNamespace="http://service" xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://types"/>
    <element name="loadEcore">
    <complexType>
    <sequence>
    <element name="ecoreId" type="xsd:long"/>
    </sequence>a
    </complexType>
    </element>
    <element name="loadEcoreResponse">
    <complexType>
    <sequence>
    <element name="loadEcoreReturn" type="xsd:base64Binary"/>
    </sequence>
    </complexType>
    </element>
    <element name="loadInstance">
    <complexType>
    <sequence>
    <element name="instanceId" type="xsd:long"/>
    </sequence>
    </complexType>
    </element>
    <element name="loadInstanceResponse">
    <complexType>
    <sequence>
    <element name="loadInstanceReturn" type="xsd:base64Binary"/>
    </sequence>
    </complexType>
    </element>
    <element name="loadInstanceForProject">
    <complexType>
    <sequence>
    <element name="instanceId" type="xsd:long"/>
    </sequence>
    </complexType>
    </element>
    <element name="loadInstanceForProjectResponse">
    <complexType>
    <sequence>
    <element name="loadInstanceForProjectReturn" type="xsd:base64Binary"/>
    </sequence>
    </complexType>
    </element>
    <element name="deleteInstance">
    <complexType>
    <sequence>
    <element name="instanceId" type="xsd:long"/>
    </sequence>
    </complexType>
    </element>
    <element name="deleteInstanceResponse">
    <complexType>
    <sequence>
    <element name="deleteInstanceReturn" type="xsd:boolean"/>
    </sequence>
    </complexType>
    </element>
    <element name="getAllInstancesFromDB">
    <complexType/>
    </element>
    <element name="getAllInstancesFromDBResponse">
    <complexType>
    <sequence>
    <element maxOccurs="unbounded" name="getAllInstancesFromDBReturn" type="tns1:InstancePackageValueBean"/>
    </sequence>
    </complexType>
    </element>
    <element name="saveInstance">
    <complexType>
    <sequence>
    <element name="resourceBytes" type="xsd:base64Binary"/>
    <element name="fileName" type="xsd:string"/>
    </sequence>
    </complexType>
    </element>
    <element name="saveInstanceResponse">
    <complexType>
    <sequence>
    <element name="saveInstanceReturn" type="xsd:boolean"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    <schema elementFormDefault="qualified" targetNamespace="http://types" xmlns="http://www.w3.org/2001/XMLSchema">
    <complexType name="InstancePackageValueBean">
    <sequence>
    <element name="ecoreId" type="xsd:long"/>
    <element name="fileName" nillable="true" type="xsd:string"/>
    <element name="id" type="xsd:long"/>
    <element name="name" nillable="true" type="xsd:string"/>
    <element name="usedModels" nillable="true" type="xsd:string"/>
    </sequence>
    </complexType>
    </schema>
    </wsdl:types>
    <wsdl:message name="loadEcoreRequest">
    <wsdl:part element="impl:loadEcore" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="loadEcoreResponse">
    <wsdl:part element="impl:loadEcoreResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="saveInstanceResponse">
    <wsdl:part element="impl:saveInstanceResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="loadInstanceForProjectResponse">
    <wsdl:part element="impl:loadInstanceForProjectResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="loadInstanceResponse">
    <wsdl:part element="impl:loadInstanceResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="getAllInstancesFromDBRequest">
    <wsdl:part element="impl:getAllInstancesFromDB" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="loadInstanceRequest">
    <wsdl:part element="impl:loadInstance" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="getAllInstancesFromDBResponse">
    <wsdl:part element="impl:getAllInstancesFromDBResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="loadInstanceForProjectRequest">
    <wsdl:part element="impl:loadInstanceForProject" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="saveInstanceRequest">
    <wsdl:part element="impl:saveInstance" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="deleteInstanceRequest">
    <wsdl:part element="impl:deleteInstance" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="deleteInstanceResponse">
    <wsdl:part element="impl:deleteInstanceResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:portType name="UseRepository">
    <wsdl:operation name="loadEcore">
    <wsdl:input message="impl:loadEcoreRequest" name="loadEcoreRequest"/>
    <wsdl:output message="impl:loadEcoreResponse" name="loadEcoreResponse"/>
    </wsdl:operation>
    <wsdl:operation name="loadInstance">
    <wsdl:input message="impl:loadInstanceRequest" name="loadInstanceRequest"/>
    <wsdl:output message="impl:loadInstanceResponse" name="loadInstanceResponse"/>
    </wsdl:operation>
    <wsdl:operation name="loadInstanceForProject">
    <wsdl:input message="impl:loadInstanceForProjectRequest" name="loadInstanceForProjectRequest"/>
    <wsdl:output message="impl:loadInstanceForProjectResponse" name="loadInstanceForProjectResponse"/>
    </wsdl:operation>
    <wsdl:operation name="deleteInstance">
    <wsdl:input message="impl:deleteInstanceRequest" name="deleteInstanceRequest"/>
    <wsdl:output message="impl:deleteInstanceResponse" name="deleteInstanceResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getAllInstancesFromDB">
    <wsdl:input message="impl:getAllInstancesFromDBRequest" name="getAllInstancesFromDBRequest"/>
    <wsdl:output message="impl:getAllInstancesFromDBResponse" name="getAllInstancesFromDBResponse"/>
    </wsdl:operation>
    <wsdl:operation name="saveInstance">
    <wsdl:input message="impl:saveInstanceRequest" name="saveInstanceRequest"/>
    <wsdl:output message="impl:saveInstanceResponse" name="saveInstanceResponse"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="UseRepositorySoapBinding" type="impl:UseRepository">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="loadEcore">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="loadEcoreRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="loadEcoreResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="loadInstance">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="loadInstanceRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="loadInstanceResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="loadInstanceForProject">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="loadInstanceForProjectRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="loadInstanceForProjectResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="deleteInstance">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="deleteInstanceRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="deleteInstanceResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAllInstancesFromDB">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="getAllInstancesFromDBRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="getAllInstancesFromDBResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="saveInstance">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="saveInstanceRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="saveInstanceResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="UseRepositoryService">
    <wsdl:port binding="impl:UseRepositorySoapBinding" name="UseRepository">
    <wsdlsoap:address location="http://localhost:12010/service/repository"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Except for the service name, port, address etc the provider wsdl is the same.
    Could you tell me if it works when i will only use one operation for example?
    I had already implemented a service assembly which contained only one operation. That SA worked fine.
    If the Service Assembly and Binding Component descriptors had wrong references e.g. the wrong interface-name, would OpenESB throws an exception while deployment?
    In addition, could you tell me a good link to a nice bpel engine example? How is the interaction between client ans service using the bpel engine?
    I think using the SoapBC the interaction is following:
    Client --> BC --> Service
    With Bpel engine?
    Client --> BC --> bpel --> BC2 --> service?
    Thanks a lot
    Thomas

  • How to view defination of already defined packages ?

    Hi,
    how can i view defination of a already defined package? Its spec and its body?

    Hi,
    user12222356 wrote:
    My package name is 'PackageTest1' , since at the time of creation i had given that name.
    But while writing this query
    select text from user_source where name='PacklageTest1'no row is selected, and when i give this command
    select text from user_source where name='PACKAGETEST1'defination is shown .But why only capital letter package name is identified ?One reason is that the names are different; there's an 'l' (5th character) in 'PacklageTest1', but not in 'PACKAGETEST1'.
    A more subtle reason is that identifiers in Oracle are case-sensitive. You can have one package called
    "PackageTest1", another called
    "Packagetest1" (with a small 't'), another called
    "PACKAGETEST1" (all capitals), another called
    "pAckAgEtEst1" (vowels capitalized),
    all in the same schema.
    Normally, the parser capitalizes all unquoted text, so if you say
    EXEC  packagetest1.foo ('Hello, world!');what actually gets compiled is
    EXEC  PACKAGETEST1.FOO ('Hello, world!');If you actually have an identifier with lower-case letters, then you have to use quotes around it; double-quotes, in places where you don't want it mistaken for a string literal:
    EXEC  "PackageTest1"."Foo" ('Hello, world!');or single-quotes when it really is a string literal:
    select       text                     -- Column name is actually TEXT, but lower-case will work here
    from      user_source                -- View name is actually USER_SOURCE, but lower-case will work here
    where     name     = 'PackageTest1'     -- String literal is already quoted
    and       type     = 'PACKAGE BODY'     -- If you don't want source code from package spec mixed in
    order by  line                    -- Only way to make sure output is in order
    ;

  • Error: ORA-16796: one or more properties could not be imported from the dat

    DGMGRL> CREATE CONFIGURATION prod as
    PRIMARY DATABASE IS prod
    CONNECT IDENTIFIER IS prod;Configuration "prod" created with primary database "prod"
    DGMGRL> ADD DATABASE standby as
    CONNECT IDENTIFIER IS standby
    MAINTAINED AS PHYSICAL;Error: ORA-16796: one or more properties could not be imported from the database
    Failed.
    DGMGRL> ADD DATABASE standby as
    CONNECT IDENTIFIER IS standby
    MAINTAINED AS PHYSICAL;Error: ORA-16796: one or more properties could not be imported from the database
    Failed.
    can any one help me out , i am not sure what could be the problem.
    i checked the listner and tnsnames every thing looks good, if u want me to post any thing else plz do let me know
    thanks
    firdous

    16796, 0000, "one or more properties could not be imported from the database"
    // *Cause:  The broker was unable to import property values for the database
    //          being added to the broker configuration. This error indicates:
    //          - The Oracle Net service name specified in DGMGRL CREATE
    //            CONFIGURATION or ADD DATABASE command was not one that provides
    //            access to the database being added.
    //          - There were no instances running for the database being added.
    // *Action: Remove the database from the configuration using the REMOVE
    //          CONFIGURATION or REMOVE DATABASE command. Make sure that the
    //          database to be added has at least one instance running and that the
    //          Oracle Net service name provides access to the running instance.
    //          Also check the broker log file for additional information.
    //          Then, reissue the CREATE CONFIGURATION or ADD DATABASE command.

  • Already defined scrollPane for JList..but duzen appear...plzz elp..real thx

    I already defined JScrollPane for my JList...but it juz duzen wanna appear...i cant see anything wrong wid the code...plzz elp me solve this....i'd be really grateful...thanks alot ppl...da code is below:
    import java.awt.*;
    import javax.swing.*;
    class DrawGUI extends JFrame {
         String [] names = {"Jasima Bte Syed Syed Sulaiman",
                                  "Yang Shulei",
                                  "Nur Farina",
                                  "Lee Chee Chong",
                                  "Wang Ding Yu",
                                  "Sanjeev Singh",
                                  "Testing please",
                                  "wrk"};
         JList contactList = new JList(names);
         JScrollPane scrollPane = new JScrollPane(contactList);
         JButton btnAddContact = new JButton("Add Contact");
         JButton btnDeleteContact = new JButton("Delete Contact");
         JButton btnEditContact = new JButton("Edit Contact");
         JButton btnSearchContact = new JButton("Search");
         JLabel lblCurrentList = new JLabel("Current List of Contacts",JLabel.CENTER);
         JLabel lblSearch = new JLabel("Type in the Name of the Contact",JLabel.LEFT);
         JLabel lblProfile = new JLabel("Profile of Contact",JLabel.LEFT);
         JLabel lblPhoto = new JLabel(new ImageIcon("jasima.jpg"));
         JLabel lblName = new JLabel("Name: Jasima Bte Syed Sulaiman",JLabel.LEFT);
         JLabel lblNickname = new JLabel("Nickname: DJk|ddGA|",JLabel.LEFT);
         JLabel lblEmail = new JLabel("E-Mail Address: [email protected]",JLabel.LEFT);
         JLabel lblAddress = new JLabel("Address: Blk 123 Kuching Street #11-222",JLabel.LEFT);
         JLabel lblPostalCode = new JLabel("Postal Code: Singapore 650346");
         JLabel lblContactNoHome = new JLabel("Contact No(Home): 652123",JLabel.LEFT);
         JLabel lblContactNoMobile = new JLabel("Contact No(Mobile): 90029856",JLabel.LEFT);
         JTextField txtSearch = new JTextField();
         AddContactButtonListener addContactButtonListener = new AddContactButtonListener();
         EditContactButtonListener editContactButtonListener = new EditContactButtonListener();
         SearchContactButtonListener findContactButtonListener = new SearchContactButtonListener();
         public DrawGUI() {
              Container c = getContentPane();
              c.setLayout(null);
              c.add(contactList);
              c.add(scrollPane);
              c.add(btnAddContact);
              c.add(btnDeleteContact);
              c.add(btnEditContact);
              c.add(btnSearchContact);
              c.add(lblCurrentList);
              c.add(lblSearch);
              c.add(lblProfile);
              c.add(lblPhoto);
              c.add(lblName);
              c.add(lblNickname);
              c.add(lblEmail);
              c.add(lblAddress);
              c.add(lblPostalCode);
              c.add(lblContactNoHome);
              c.add(lblContactNoMobile);
              c.add(txtSearch);
              btnAddContact.addActionListener(addContactButtonListener);
              btnEditContact.addActionListener(editContactButtonListener);
              btnSearchContact.addActionListener(findContactButtonListener);
              contactList.setBounds(200,100,270,110);
              btnAddContact.setBounds(10,100,150,40);
              btnDeleteContact.setBounds(10,150,150,40);
              btnEditContact.setBounds(10,200,150,40);
              btnSearchContact.setBounds(380,335,90,30);
              lblCurrentList.setBounds(200,55,140,40);
              lblSearch.setBounds(200,250,200,40);
              lblProfile.setBounds(510,55,200,40);
              lblPhoto.setBounds(510,100,100,98);
              lblName.setBounds(510,250,300,20);
              lblNickname.setBounds(510,270,300,20);
              lblEmail.setBounds(510,290,300,20);
              lblAddress.setBounds(510,310,300,20);
              lblPostalCode.setBounds(510,330,300,20);
              lblContactNoHome.setBounds(510,350,300,20);
              lblContactNoMobile.setBounds(510,370,300,20);
              txtSearch.setBounds(200,295,270,30);
              setSize(800,500);
              setTitle("Contact Book");
              setVisible(true);
              setResizable(false);
              

    you should only be adding the scrollPane to the container not the list itself.

Maybe you are looking for

  • Authorizing my computer after Windows 7 update

    Ok, so here we go. I am a college student and just got a new laptop this year. So, I had to transfer all my iTunes files from my home computer to my new computer. I also created my own iTunes account to use instead of my parents account. This was don

  • Link between invoice and KONP

    Hi all my friends there is a field KNUMH (condition record number) in KONP. I wanted to know how it is linked to billing document and connected through which field. ( I wanted to access the tax condition in a output which is stored in KONP through In

  • Sorting album (under Artists) on iPhone 5 by year

    Okay, so I have realised that when I go to any Artist in "Music" on my iPhone 5 (an Artist that has more that 2 albums), the albums are sorted by year, but from newest to oldest. Is there any way to change this setting where all albums, under any giv

  • Charts - Display Top Percent and Legend Layout Questions

    I have two pie charts with problems. In one, I've set the Options Legend Layout to Both, Top Percent to 85, and the legend displays the top 85 percent with a count for each group, but the total of the count column is still the grand total, not the to

  • Location of files on MAC to sync with Books in iTunes

    I am trying to place a  pdf file I created on my iPad, but don't seem to find the location on my MAC from where I can sync with the iPAD. Any help? Thanks