Cloudscape documentation

Hi!,
"Programming Weblogic JDBC" doc says that wls6.1 comes with Cloudscape eval copy.
Where can I find documentation about "Using Cloudscape with weblogic server 6.1"
There seems to be no link provided.
Thanks in advance
Latha

"Latha Ganesan" <[email protected]> wrote in message
news:3bd582e8$[email protected]..
"Programming Weblogic JDBC" doc says that wls6.1 comes with Cloudscapeeval copy.
Where can I find documentation about "Using Cloudscape with weblogicserver 6.1"
There seems to be no link provided.www.cloudscape.com
Regards,
Slava Imeshev

Similar Messages

  • WLS not shutting down Cloudscape

    I've been through the Cloudscape documentation on their web site. It says that
    Cloudscape should be shutdown explicitly before exiting the JVM:<br>
    <br>
    DriverManager.getConnection("jdbc:cloudscape:;shutdown=true");<br>
    <br>
    If it is not properly shutdown, Cloudscape has to perform a recovery step when
    it starts up again. Yet WLS does not seem to do this. I suspect that a shutdown
    class would be the best way. Does WLS actually do this somewhere?<br>
    <br>
    Thanks<br>
    Matt Jacobsen<br>

    I'm sure it doesn't.
    Joe
    Matt Jacobsen wrote:
    >
    I've been through the Cloudscape documentation on their web site. It says that
    Cloudscape should be shutdown explicitly before exiting the JVM:<br>
    <br>
    DriverManager.getConnection("jdbc:cloudscape:;shutdown=true");<br>
    <br>
    If it is not properly shutdown, Cloudscape has to perform a recovery step when
    it starts up again. Yet WLS does not seem to do this. I suspect that a shutdown
    class would be the best way. Does WLS actually do this somewhere?<br>
    <br>
    Thanks<br>
    Matt Jacobsen<br>

  • How to use cloudscape server with imq plugin persistent

    I succeed using embbed cloudscape to use JDBC plugin persistent store.
    I found that the messge sending performance is acceptable(
    20000 messages/27minutes), but the asynch message receiving is quite slow(20000message/82minutes).(My environment is a P4 256MRAM nodebook)
    Now i am trying to use a standalone cloudscape server to serve as JDBC persisten.
    but I fail to use imqdbmgr to create imqdb.
    however, I can use cloudscape ij to create imqdb
    at local machine using JDBC URL" jdbc:cloudscape:imqdb".
    This cloudscape is provided by J2ee1.4 package.
    but I failed while using following property in imq's config.properties
    imq.persist.jdbc.opendburl=jdbc:cloudscape:d:/j2sdkee1.4/bin/imqdb
    imqdbmgr report
    "Failed to get connection to jdbc:cloudscape:d:/j2sdkee1.4/bin/imqdb;create=true:"
    any one can help to figure out the probem

    You need to check the cloudscape documentation and find out
    1. the JDBC driver class to use and set imq.persist.jdbc.driver
    2. the url to access a database managed by the server and set
         imq.persist.jdbc.opendburl
    The url shown in your mail is a format for the embedded version.
    I believe the format for accessing a database managed by a server
    is different. Please check the cloudscape documentation.
    Since your database is created and managed by a server, you use
    "imqdbmgr create tbl" to just create the tables used by MQ (after
    the above properties are set correctly).
    Hope this helps.

  • Cloudscape & Java Studio Creator - Need Connection URL for toursDB

    Has anyone been able to create a data source and connect to the bundled demo databases in the default Cloudscape installation (sample or toursDB) with Java Studio Creator on MacOS X.
    I have Cloudscape running ok and I have Java Studio Creator running and I added the "derby.jar" and "derbytools.jar" files to the jar list in Java Studio creator but I'm not sure what the connection URL should be to connect to the example databases.

    Well, I think I now to having everything working!! I was able to connect to one of the sample Clouldscape databases (bundled with the Cloudscape 10.0 distribution in SJCS) - I had to do the following
    --- 1 --- After downloading a Java tool called DbVisualizer Free 4.1.1 and reviewing its documentation I was able to discover how to set an essential Java System Property for it as well as Sun Java Studio Creator on MacOS X. The property was derby.storage.fileSyncTransactionLog=true. This was needed to work around an Apple Java VM problem by bypassing code that uses write sync (rws) mode. The info for this is on the Apache site at: http://www.ibm.com/Search?q=Cloudscape+failures+on+Mac&v=14?=en&cc=zz&Search.x=47&Search.y=10 and the info for setting system properties on "double clickable Java Apps" on MacOS X can be found at: http://www.dbvis.com/products/dbvis/doc/4.1.1/doc/ug/admin/admin.html
    --- 2 --- Using the tool in *1* above I then actually got it to connect to an existing sample bundled Cloudscape database using the following connection URL jdbc:derby:/pathToTheDatabaseDirectory (needed to add the path to the URL) and the userID and Password as user1,user1 for reasons stated in the following forum link http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?forum=370&thread=66046. I also used the driver class org.apache.derby.jdbc.EmbeddedDriver.
    --- 3 --- Finally, using the config info I used in *2* above I then used the following settings in Sun Java Studio Creator
    DataSource Settings Panel Fields set as follows (for Cloudscape 10.0 installation)
    DisplayName ---> Cloudscape
    JDBC Driver Jar Files ---> derby.jar
    Driver Class Name ---> org.apache.derby.jdbc.EmbeddedDriver
    URL Template ---> jdbc:derby:
    And then......Add Data Source panel fields set as follows
    ---DataSourceName --> datasource1
    ---ServerType____ Cloudscape
    ---HostName ---> left this blank
    UserID -> user1
    ---Password ---> user1
    ---DatabaseURL ---> jdbc:derby:/Applications/IBM/Cloudscape_10.0/derbyDB
    ---DriverClass ---> org.apache.derby.jdbc.EmbeddedDriver
    thanks for your help. I had been able to connect to Cloudscape programmatically (which your blog documents well), but getting the Sun Java Studio Creator (SJSC) IDE configured for Cloudscape wasn't obvious. Hopefully the above info in *1* and *3* will help anyone using the SJSC IDE on MacOS X. The DbVisualizer Free 4.1.1 is a slick tool I discovered along the way as well.

  • Cloudscape rdbmsrealm

    Hi,
    I am trying the sample rdbmsrealm secuirty example in WLS6.0 SP2.
    I followed all the steps in
    wlserver6.0\samples\examples\security\rdbmsrealm\package-summary.html.
    But I am not able to view User, Group, and Access Control Lists nodes
    and view the addition security information defined by the RDBMS security
    realm.
    Also when I tried to add new user it is updating in fileRealm.properties
    not in cloudscape rdbmsrealm.
    pls guide me,
    thanks in advance,
    Milind.

    thanks satya it is working perfectly
    regards,
    Milind.
    milind puranik wrote:
    thanks a lot satya .
    i tried below tags into config.xml
    but still I am getting following exception
    <Jun 26, 2001 11:49:57 AM EDT> <Notice> <Management> <Loading
    configuration file .\config\examples\config.xml ...>
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: undefined
    mbean reference: examples:Name=myFileRe
    alm,Type=FileRealm
    weblogic.management.configuration.ConfigurationException: undefined
    mbean reference: examples:Name=myFileRealm,Type=FileRealm
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.resolveMBeanAttributes(ConfigurationPars
    er.java:352)
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.endDocument(ConfigurationParser.java:194
    at
    weblogic.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1222)
    at
    weblogic.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLValidator.java:743)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch(XMLDocumentScanner.java:1545)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:380)
    at
    weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:900)
    at
    weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:103)
    at
    pls guide me I am sending u my config.xml.
    thanks,
    Milind.
    Satya Ghattu wrote:
    Milind,
    Looks like your RDBMSRealm is not configured properly. In your config.xml
    file make sure that you have something like this,
    For the Realm tag,
    <Realm
    Name="defaultRealm"
    FileRealm="defaultFileRealm"
    CachingRealm="defaultCachingRealm"
    />
    For the cachingRealm tag,
    <CachingRealm
    Name="defaultCachingRealm"
    BasicRealm="defaultRDBMSRealmForCloudscape"
    />
    RDBMSRealm tag
    <RDBMSRealm
    Name="defaultRDBMSRealmForCloudscape"
    RealmClassName="security.rdbmsrealm.RDBMSRealm"
    DatabaseDriver="COM.cloudscape.core.JDBCDriver"
    DatabaseURL="jdbc:cloudscape:demo;create=true;autocommit=false"
    DatabaseUserName=""
    DatabasePassword=""
    SchemaProperties="getGroupNewStatement=true;getUser=SELECT U_NAME,
    U_PASSWORD FROM users WHERE U_NAME = ?;getGroupMembers=SELECT GM_GROUP,
    GM_MEMBER from groupmembers WHERE GM_GROUP = ?;getAclEntries=SELECT
    A_NAME,
    A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY
    A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM
    users;getGroups=SELECT
    GM_GROUP, GM_MEMBER FROM groupmembers;getAcls=SELECT A_NAME, A_PRINCIPAL,
    A_PERMISSION FROM aclentries ORDER BY A_NAME,
    A_PRINCIPAL;getPermissions=SELECT DISTINCT A_PERMISSION FROM
    aclentries;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries
    WHERE
    A_PERMISSION = ?;newUser=INSERT INTO users VALUES ( ? ,
    ? );addGroupMember=INSERT INTO groupmembers VALUES ( ? ,
    ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND
    GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME =
    ?;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER =
    ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL =
    ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP =
    ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?"
    />
    Now, restart your server and you should see the users, groups and acls
    that
    you defined in your RDBMSRealm on the console.
    -satya
    milind puranik <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am trying the sample rdbmsrealm secuirty example in WLS6.0 SP2.
    I followed all the steps in
    wlserver6.0\samples\examples\security\rdbmsrealm\package-summary.html.
    But I am not able to view User, Group, and Access Control Lists nodes
    and view the addition security information defined by the RDBMS security
    realm.
    Also when I tried to add new user it is updating in fileRealm.properties
    not in cloudscape rdbmsrealm.
    pls guide me,
    thanks in advance,
    Milind.
    <?xml version="1.0" encoding="UTF-8"?>
    <!--If your domain is active, please do not edit the config.xml file. Any changes made to that file while the domain is active will not have any effect on the domain's configuration and are likely to be lost. If your domain is inactive, you may edit this file with an XML editor. If you do so, please refer to the configuration documentation at http://edocs.bea.com/wls/docs60/adminguide/config_xml.html. In general, we recommend that changes to your configuration file be made through the Administration Console.-->
    <Domain Name="examples">
    <Application Deployed="true" Name="jta_ejb_jmsjdbc" Path=".\config\examples\applications">
    <EJBComponent Name="jta_ejb_jmsjdbc" Targets="examplesServer" URI="jta_ejb_jmsjdbc.jar"/>
    </Application>
    <Application Deployed="true" Name="ejb_basic_statefulSession" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_statefulSession"
    Targets="examplesServer" URI="ejb_basic_statefulSession.jar"/>
    </Application>
    <Log FileName="./config/examples/logs/wl-domain.log" Name="examples"/>
    <Application Deployed="true" Name="ejb_extensions_readMostly" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_extensions_readMostly"
    Targets="examplesServer" URI="ejb_extensions_readMostly.jar"/>
    </Application>
    <WLECConnectionPool FailoverAddresses="//wlehost:2468"
    MaximumPoolSize="3" MinimumPoolSize="2" Name="simplepool"
    PrimaryAddresses="//wlehost:2468" UserName="wleuser"
    UserRole="developer" WLEDomain="simple"/>
    <JTA AbandonTimeoutSeconds="86400"
    BeforeCompletionIterationLimit="100" ForgetHeuristics="false"
    MaxTransactions="10000" MaxUniqueNameStatistics="1000"
    Name="examples" TimeoutSeconds="100"/>
    <!--Realm FileRealm="myFileRealm" Name="myRealm"/-->
         <Realm Name="defaultRealm" FileRealm="defaultFileRealm" CachingRealm="defaultCachingRealm"/>     
    <Application Name="wl_management_internal2" Path=".\config\tmp">
    <WebAppComponent Name="wl_management_internal2"
    Targets="examplesServer" URI="wl_management_internal2.war"/>
    </Application>
    <JMSConnectionFactory
    JNDIName="weblogic.examples.jms.TopicConnectionFactory" Name="exampleTopic"/>
    <JMSConnectionFactory
    JNDIName="weblogic.examples.jms.QueueConnectionFactory" Name="exampleQueue"/>
    <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
    GroupDN="o=airius.com,ou=Groups" GroupIsContext="false"
    GroupNameAttribute="cn" GroupUsernameAttribute="uniquemember"
    LDAPURL="ldap://ldapserver:389"
    Name="defaultLDAPRealmForNetscapeDirectoryServer"
    Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment."
    Principal="uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot"
    UserAuthentication="local" UserDN="o=airius.com,ou=People"
    UserNameAttribute="uid" UserPasswordAttribute="userpassword"/>
    <JDBCConnectionPool CapacityIncrement="2"
    DriverName="weblogic.jdbc.oci.Driver" InitialCapacity="4"
    LoginDelaySeconds="1" MaxCapacity="10" Name="oraclePool"
    Properties="user=SCOTT;password=tiger;server=DEMO"
    RefreshMinutes="10" ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true" TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="false" TestTableName="dual" URL="jdbc:weblogic:oracle"/>
    <Application Deployed="true" Name="cluster_ejb_teller" Path=".\config\examples\applications">
    <EJBComponent Name="cluster_ejb_teller" Targets="examplesServer" URI="cluster_ejb_teller.jar"/>
    </Application>
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="COM.cloudscape.core.XaDataSource"
    InitialCapacity="1" MaxCapacity="2" Name="demoXAPool"
    Properties="dataSourceName=demoXAPool;databaseName=demo;createDatabase=create"
    RefreshMinutes="0" ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true" Targets="examplesServer"
    TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="false" URL="jdbc:cloudscape:demo"/>
    <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
    GroupDN="o=airius.com,ou=Groups" GroupIsContext="true"
    GroupNameAttribute="cn" GroupUsernameAttribute="member"
    LDAPURL="ldap://ldapserver:363"
    Name="defaultLDAPRealmForNovellDirectoryServices"
    Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment."
    Principal="cn=Admin,o=airius.com" SSLEnable="true"
    UserAuthentication="bind" UserDN="o=airius.com,ou=People"
    UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
    <Application Deployed="true" Name="console" Path=".\config\examples\applications">
    <WebAppComponent Name="console" Targets="examplesServer" URI="console.war"/>
    </Application>
    <Application Deployed="true" Name="DefaultWebApp_examplesServer" Path=".\config\examples\applications">
    <WebAppComponent Name="DefaultWebApp_examplesServer"
    Targets="examplesServer" URI="DefaultWebApp_examplesServer"/>
    </Application>
    <RDBMSRealm DatabaseDriver="sun.jdbc.odbc.JdbcOdbcDriver"
    DatabasePassword="tiger"
    DatabaseURL="jdbc:odbc:MyDataSourceName"
    DatabaseUserName="scott" Name="defaultRDBMSRealmForODBC"
    Notes="This is provided as an example and is designed to work with the schema created for the examples.security.rdbmsrealm example. To enable this RDBMSRealm, you must first create the database tables and edit the configuration parameters as appropriate for your environment."
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=true;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/>
    <StartupClass ClassName="examples.rmi_iiop.hello.HelloImpl"
    FailureIsFatal="false" Name="hello_iiop"/>
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="COM.cloudscape.core.JDBCDriver" InitialCapacity="1"
    MaxCapacity="2" Name="demoPool"
    Properties="user=none;password=none;server=none"
    RefreshMinutes="0" ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true" Targets="examplesServer"
    TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="false" URL="jdbc:cloudscape:demo"/>
    <Application Deployed="true" Name="ejb_basic_containerManaged" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_containerManaged"
    Targets="examplesServer" URI="ejb_basic_containerManaged.jar"/>
    </Application>
    <StartupClass ClassName="examples.rmi.hello.HelloImpl"
    FailureIsFatal="false" Name="hello" Targets="examplesServer"/>
    <StartupClass ClassName="examples.rmi.stock.StockServer"
    FailureIsFatal="false" Name="stock"/>
    <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
    GroupDN="o=Microsoft, ou=Groups" GroupIsContext="true"
    GroupNameAttribute="cn" GroupUsernameAttribute="memberObject"
    LDAPURL="ldap://ldapserver:389"
    Name="defaultLDAPRealmForMicrosoftSiteServer"
    Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment."
    Principal="cn=ldapadmin" UserAuthentication="local"
    UserDN="o=Microsoft, ou=Members" UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
    <Server AcceptBacklog="50" AdministrationPort="0" ClusterWeight="1"
    ConsoleInputEnabled="false" DGCIdlePeriodsUntilTimeout="2"
    DefaultProtocol="t3" DefaultSecureProtocol="t3s"
    HttpdEnabled="true" JavaCompiler="d:\bea\jdk130/bin/javac"
    ListenPort="7001" Name="examplesServer" NativeIOEnabled="true"
    SocketReaderTimeoutMaxMillis="10"
    TransactionLogFilePrefix="config/examples/logs/"
    TunnelingClientPingSecs="45" TunnelingClientTimeoutSecs="40" XMLRegistry="examplesXMLRegistry">
    <KernelDebug Name="examplesServer"/>
    <ServerDebug Name="examplesServer"/>
    <SSL Enabled="true" ListenPort="7002" Name="examplesServer"
    PeerValidationEnforced="0"
    ServerCertificateChainFileName="./config/examples/ca.pem"
    ServerCertificateFileName="./config/examples/democert.pem"
    ServerKeyFileName="./config/examples/demokey.pem" TrustedCAFileName="./config/examples/ca.pem"/>
    <WebServer DefaultWebApp="DefaultWebApp_examplesServer"
    LogFileName="./config/examples/logs/access.log"
    LoggingEnabled="true" Name="examplesServer"/>
    <Log FileName="./config/examples/logs/weblogic.log" Name="examplesServer"/>
    </Server>
    <PasswordPolicy Name="wl_default_password_policy"/>
    <JMSConnectionFactory JNDIName="jms.connection.traderFactory" Name="exampleTrader"/>
    <StartupClass ClassName="examples.security.acl.FrobImpl"
    FailureIsFatal="false" Name="frob" Targets="examplesServer"/>
    <JDBCDataSource JNDIName="examples-dataSource-demoPool"
    Name="examples-dataSource-demoPool" PoolName="demoPool" Targets="examplesServer"/>
    <JDBCTxDataSource JNDIName="myDataSource" Name="myDataSource" PoolName="oraclePool"/>
    <StartupClass
    Arguments="connectionFactory=weblogic.examples.jms.TopicConnectionFactory,topic=weblogic.examples.jms.exampleTopic"
    ClassName="examples.jms.startup.ServerReceive"
    FailureIsFatal="false" Name="serverReceive"/>
    <Application Deployed="true" Name="ejb_basic_beanManaged" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_beanManaged"
    Targets="examplesServer" URI="ejb_basic_beanManaged.jar"/>
    </Application>
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabasePassword="tiger"
    DatabaseURL="jdbc:weblogic:oracle:MyOracleServerName"
    DatabaseUserName="scott" Name="defaultRDBMSRealmForOracle"
    Notes="This is provided as an example and is designed to work with the schema created for the examples.security.rdbmsrealm example. To enable this RDBMSRealm, you must first create the database tables and edit the configuration parameters as appropriate for your environment."
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=false;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/>
    <!--RDBMSRealm DatabaseDriver="COM.cloudscape.core.JDBCDriver"
    DatabaseURL="jdbc:cloudscape:demo;create=true;autocommit=false"
    Name="defaultRDBMSRealmForCloudscape"
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=true;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/-->
         <RDBMSRealm Name="defaultRDBMSRealmForCloudscape" RealmClassName="security.rdbmsrealm.RDBMSRealm" DatabaseDriver="COM.cloudscape.core.JDBCDriver"
              DatabaseURL="jdbc:cloudscape:demo;create=true;autocommit=false"
              DatabaseUserName=""
              DatabasePassword=""
              SchemaProperties="getGroupNewStatement=true;getUser=SELECT U_NAME,U_PASSWORD FROM users WHERE U_NAME = ?;getGroupMembers=SELECT GM_GROUP,GM_MEMBER from groupmembers WHERE GM_GROUP = ?;getAclEntries=SELECT A_NAME,A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getAcls=SELECT A_NAME, A_PRINCIPAL,A_PERMISSION FROM aclentries ORDER BY A_NAME,A_PRINCIPAL;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;newUser=INSERT INTO users VALUES ( ? ,? );addGroupMember=INSERT INTO groupmembers VALUES ( ? ,? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?" />
    <JDBCTxDataSource JNDIName="examples-dataSource-demoXAPool"
    Name="examples-dataSource-demoXAPool" PoolName="demoXAPool" Targets="examplesServer"/>
    <WLECConnectionPool ApplicationPassword="wlepassword"
    FailoverAddresses="//wlehost:2468" MaximumPoolSize="3"
    MinimumPoolSize="2" Name="Univpool"
    PrimaryAddresses="//wlehost:2468" UserName="wleuser"
    UserRole="developer" WLEDomain="university"/>
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.mssqlserver4.Driver"
    DatabaseURL="jdbc:weblogic:sybase:database@MyDatabaseHost:MyDatabasePort"
    DatabaseUserName="sa"
    Name="defaultRDBMSRealmForMSSQLServerType4"
    Notes="This is provided as an example and is designed to work with the schema created for the examples.security.rdbmsrealm example. To enable this RDBMSRealm, you must first create the database tables and edit the configuration parameters as appropriate for your environment."
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=true;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/>
    <StartupClass ClassName="examples.cluster.rmi.HelloClusterImpl"
    FailureIsFatal="false" Name="hello_cluster"/>
    <Application Name="wl_management_internal1" Path=".\config\tmp">
    <WebAppComponent Name="wl_management_internal1"
    Targets="examplesServer" URI="wl_management_internal1.war"/>
    </Application>
    <ApplicationManager Name="examples"/>
    <Application Deployed="true" Name="examplesWebApp" Path=".\config\examples\applications">
    <WebAppComponent Name="examplesWebApp" Targets="examplesServer" URI="examplesWebApp"/>
    </Application>
    <Application Deployed="true" Name="ejb_basic_statelessSession" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_statelessSession"
    Targets="examplesServer" URI="ejb_basic_statelessSession.jar"/>
    </Application>
    <WLECConnectionPool ApplicationPassword="wlepassword"
    FailoverAddresses="//wlehost:2468" MaximumPoolSize="3"
    MinimumPoolSize="2" Name="StatelessSessionPool"
    PrimaryAddresses="//wlehost:2468" UserName="wleuser"
    UserRole="developer" WLEDomain="ejbsample"/>
    <!--CachingRealm BasicRealm="defaultRDBMSRealmForCloudscape" Name="defaultCachingRealm"/-->
         <CachingRealm Name="defaultCachingRealm" BasicRealm="defaultRDBMSRealmForCloudscape"/>
    <JMSServer Name="examplesJMSServer" Store="exampleJDBCStore" Targets="examplesServer">
    <JMSQueue JNDIName="weblogic.examples.jms.exampleQueue" Name="exampleQueue"/>
    <JMSTopic JNDIName="quotes" Name="quotes"/>
    <JMSTopic JNDIName="weblogic.examples.jms.exampleTopic" Name="exampleTopic"/>
    </JMSServer>
    <StartupClass ClassName="examples.rmi.multihello.HelloImpl"
    FailureIsFatal="false" Name="multihello"/>
    <JMSJDBCStore ConnectionPool="demoPool" Name="exampleJDBCStore"/>
    <Security GuestDisabled="false" Name="examples"
    PasswordPolicy="wl_default_password_policy" Realm="myRealm" SystemUser="system"/>
    <StartupClass
    Arguments="connectionFactory=weblogic.examples.jms.TopicConnectionFactory,topic=weblogic.examples.jms.exampleTopic"
    ClassName="examples.jms.startup.PoolReceive"
    FailureIsFatal="false" Name="poolReceive"/>
    <Application Deployed="true" Name="xml_xslt_content" Path=".\config\examples\applications">
    <EJBComponent Name="xml_xslt_content" Targets="examplesServer" URI="xml_xslt_content.jar"/>
    </Application>
    <!--FileRealm Name="myFileRealm"/-->
    <Application Deployed="true" Name="ejb_subclass" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_subclass" Targets="examplesServer" URI="ejb_subclass.jar"/>
    </Application>
    <Application Deployed="true" Name="security-1" Path=".\config\examples\applications">
    <WebAppComponent Name="security" Targets="examplesServer" URI="security"/>
    </Application>
    <XMLRegistry Name="examplesXMLRegistry">
    <XMLRegistryEntry EntityPath="stocktrade.dtd" Name="stocktrade"
    PublicId="examples.xml.http-stocktrade" RootElementTag="stocktrade"/>
    </XMLRegistry>
    <StartupClass ClassName="examples.security.acl.FrobImpl"
    FailureIsFatal="false" Name="FrobImpl"/>
    <Application Name="security" Path="d:\bea\wlserver6.0\samples\examples\webapp">
    <WebAppComponent Name="security" URI="security"/>
    </Application>
    </Domain>
    config.xml
    Content-Type:
    text/xml
    Content-Encoding:
    quoted-printable

  • Cloudscape port conflict

    Hi,
    I just installed J2EE 1.3.1 on a solaris machine and was able to start J2EE server successfully. However, when
    I issue
    cloudscape -start
    it produces the following run-time error:
    Fri Aug 30 16:59:18 EDT 2002: [RmiJdbc] Starting Cloudscape RmiJdbc Server Version 1.7.2 ...
    Fri Aug 30 16:59:19 EDT 2002: [RmiJdbc] COM.cloudscape.core.JDBCDriver registered in DriverManager
    Fri Aug 30 16:59:19 EDT 2002: [RmiJdbc] Binding RmiJdbcServer...
    Fri Aug 30 16:59:19 EDT 2002: [RmiJdbc] No installation of RMI Security Manager...
    Got Exception: Port already in use: 1099; nested exception is:
    java.net.BindException: Address already in use
    java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
    java.net.BindException: Address already in use
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:243)
    at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:178)
    at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:145)
    at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
    at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:78)
    at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:164)
    at RmiJdbc.RJJdbcServer.register(RJJdbcServer.java:189)
    at RmiJdbc.RJJdbcServer.main(RJJdbcServer.java:295)
    Caused by: java.net.BindException: Address already in use
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:321)
    at java.net.ServerSocket.bind(ServerSocket.java:308)
    at java.net.ServerSocket.bind(ServerSocket.java:266)
    at java.net.ServerSocket.<init>(ServerSocket.java:182)
    at java.net.ServerSocket.<init>(ServerSocket.java:94)
    at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:27)
    at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:306)
    at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:615)
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:231)
    ... 9 more
    My question is: how do I change the port settings in cloudscape?

    Hi,
    the documentation describes in detail how to change the ports used by Cloudscape.
    --> %J2EE_HOME%/doc/release/ConfigGuide.html
    Daniel :-)

  • Cloudscape not jdbc compliant?

    I was just checking out Cloudscape (the DBMS that comes with j2sdkee) and noticed that when I run a DriverManager.jdbcCompliant() after registering the cloudscape driver with the manager - it returns false.
    Does anyone know why that is?
    -d|w

    Just as a follow-up, this is the answer that I received when posting my question to the cloudscape dev list:
    JDBC compliance requires full support for the JDBC API and full support for SQL
    92 Entry Level.
    Cloudscape compliance for these specifications is documented in the Release
    notes under "Cloudscape and Standards " and in more detail in Chapter 6 of the
    Cloudscape Reference manual "JDBC Reference". Some examples of non-compliance
    documented for version 5.0 are:
    - Cloudscape does not use catalog names
    - Cloudscape 5.0 only supports:
    java.sql.Connection.TRANSACTION_SERIALIZABLE,
    java.sql.Connection.TRANSACTION_REPEATABLE_READ, and
    java.sql.Connection.TRANSACTION_READ_COMMITTED

  • Cloudscape making me suicidal

    I've been trying the whole week to get Cloudscape running. I'm about to through my computer out the window. I'm not one for giving up and really like finding the solutions to problems but this is ridiculous. I download Cloudscape from the IBM website and installed it. Now the hassles started. I realised I needed to setup the paths but I'm got so utterly confused between derby and cloudscape that it took me two days just to get that sorted out. I finally got the SimpleApp to work from the command prompt so I thought my problems were solved. WRONG!!!! I tried to now run the exact same program from JDev and it now gives me this error:
    SimpleApp starting in embedded mode.
    exception thrown:
    java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriverI would probably have stopped trying but all the documentation on SDN has to do with cloudscape and so does the textbook I'm using. Please can some one just point me in the right direction.

    Do I need to do this in the command prompt window or can I program this into the code. I'm running the program from JDev. The driver that you mention, can you please elaborate a bit more. I'm really at a hairs end because following the tutorial just doesn't seem to help, it seems like you need to toy around with stuff behind the scene's before the program gets up and running.

  • Problems on JDBC and Cloudscape

    Hi,
    I'm suffering from a problem I got while using Cloudscape.
    I wrote a program to create a database in cloudscape. It is a very simple program. The main
    part is as follows,
    Class.forName("COM.cloudscape.core.JDBCDriver");
    Connection conn = DriverManager.getConnection("jdbc:cloudscape:LibDB;create=true");
    The java file is saved in the directory c:\myfile\Create_DB.java and be compiled to
    Create_DB.class.
    At the very Beginning, I didn't add cloudscape.jar to the Classpath, so I got the common
    error:
    java.lang.NoClassDefFoundError: COM.cloudscape.core.JDBCDriver
    Later, I added those jars related to cloudscape to the CLASSPATH, a strange thing happened.
    Now, the error became:
    java.lang.NoClassDefFoundError: Create_DB
    Then, I thought maybe I need to add the working directory to the Classpath. So, I add
    c:\library to CLASSPATH. But the first error (java.lang.NoClassDefFoundError:
    COM.cloudscape.core.JDBCDriver) appeared again though the cloudscape.jar was still in the
    CLASSPATH.
    I tried and tried, but the strange problem is still there. I really got crazy. Please Help !
    I set the CLASSPATH as following:
    %J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib\cloudscape\system\cloudscape.jar;%J2EE_HOME%\lib\cl
    oudscape\cloudclient.jar;%J2EE_HOME%\lib\cloudscape\RmiJdbc.jar;%J2EE_HOME%\lib\cloudscape\c
    loudview.jar
    PATH is
    ;%JAVA_HOME%\bin;%J2EE_HOME%\bin
    Thank you for your time.

    No, I don't have any packages included in my code.
    You have probably already looked through most of this, but if not here are some sources that have helped me.
    This is the general Cloudscape website from IBM. They have some help like FAQ and the like.:
    http://www-3.ibm.com/software/data/cloudscape/
    There are a couple of changes to your environment that are recommended by Cloudscape. They are detailed in the documentation at the following URL in Section 2.1:
    http://publibfi.boulder.ibm.com/epubs/html/cloud50/pdf/start.pdf
    In addtion, there are several ways that Cloudscape recommends that you code to load the Cloudscape driver. Surprisingly, it appears to be different for different operating systems. They are discussed in the documentation at the following URL in Section 6.
    Cloudscape worked on my system without any big problems (Win2k) following the installation and changes/validation to the CLASSPATH, so I'm not very good at debugging problems related to it. However I did verify that Cloudscape was installed properly by using the utilities that come with Cloudscape. I figured that if I could install/run the utilities that the development environment was setup correctly, and removed any issues with my own buggy code. The utilities I verified with where "ij", "cview" and probably most importantly, "sysinfo". It's convenient because you can alter the environment (CLASSPATH, etc) dynamically.
    Joel

  • Connecting to Cloudscape

    Hi,
    I'm just wondering whether it's possible to run the full version of cloudscape database downloaded from www.cloudscape.com on a separate machine from the Sun's Reference Implementation of J2EE Server. If this is possible, what are the configurations please? I know that this architecture should be possible but somehow I could not do it on my machine.
    Problems that I've encountered in the first place is how do I start Cloudscape database... I think that the documentation that accompanies this database has not been well prepared definitely. Secondly, how do I modify the resources.properties file in the J2EE server so that it will connect to the Cloudscape database running on another machine?
    I hope that someone can enlighten me.
    Regards,
    Gary

    Hi,
    static String driver = "COM.cloudscape.core.JDBCDriver";
    static String protocol = "jdbc:cloudscape:";
    String title, leadActor, leadActress, type, dateOfRelease;
    Connection connection;
    Statement statement;
    public void initialize() throws SQLException, ClassNotFoundException {
    Class.forName(driver);
    connection = DriverManager.getConnection(protocol
    + "Movie2;create=true");
    This is an example of the code that is required, and you have to ensure that all the four cloudscape jar files are on the classpath before it does the business.
    Hope this helps
    kev

  • Issue with creation of custom layouts using SAP Help Documentation

    Hi Experts,
    My requirement is to create a home custom page layout (using web dynpro) in Composite Environment. The default options available in CE are not useful for me. I set out to make a custom layout using the following this SAP Help Documentation: [          Creating a Web Dynpro Page Layout (SAP Library - Using the Portal as a Frontend)|https://cw.sdn.sap.com/cw/docs/DOC-102846]
    I have followed the instructions and followed all the steps, yet I fail to see the application in CE. The custom page layout is not displayed neither in options and is not available any where.
    Please let me know if anybody followed these steps and have got any success.
    Thanks in advance
    Srikant

    Hi
    Can somebody let me know if they have implemented a customised solution of creation of page layouts using Web Dynpro - as per the steps suggested by SAP.
    Thanks in advance
    Srikant

  • Web Services API Documentation?

    Hello,
    I was looking for documentation regarding OLM web services, since I'd need to perform a few simples queries from an external software. Could you please point me in the right direction?
    Thanks....

    Hi,
    Please see "Oracle Learning Management Implementation Guide" manual, Page 11-54 -- Publicly Callable Business Process APIs in OLM. Also see "Oracle Integration Repository User Guide".
    Oracle Learning Management Implementation Guide & Oracle Integration Repository User Guide
    http://www.oracle.com/technetwork/documentation/applications-089559.html
    Oracle Integration Repository
    http://irep.oracle.com/index.html
    Thanks,
    Hussein

  • Where is Creative Cloud written documentation?

    I can find videos but they are a poor substitute for professionally prepared documentation. Where is Adobe's documentation of Creative Cloud services?

    Hi Ted,
    Help content for the individual products can be accessed from here http://helpx.adobe.com/support.html?promoid=KAWQK#
    Go the More Products section for an overall product list. Many of the products have a PDF version of the help which can be downloaded from the product specific help page.
    -Dave

  • Mobile iPhone Application for SAP B1 Documentation

    SAP releases the following statement on their landing page for their customers about using iPhone App in version 8.8.  Direct copy and paste:
    I am already using SAP Business One. Are there any requirements to be able to use this app?
    You need to be running SAP Business One version 8.8 with a professional user license. Before you start using the app, make sure your SAP partner configures the mobility settings in SAP Business One.
    Where is the documentation that is the checklist for installing and getting the mobile app up and running?  You know, the usual documentation from step A to Z - go to Add-ons and do this, go to User and do this, etc.   All I can find are videos/documents that are marketing oriented.  I have the user guide "Setting Up Mobile Scenario in 8.8", but it is woefully lacking in several steps (ie, it says some fields are mandatory, but SAP does not even mention what "code" column is supposed to mean).
    Anyone else have any luck digging out the pertinent information from SAP sites which SAP should have prominently highlighted to its partners before rolling this out?  Where can I find it?
    This all seems to be a rather disconnected roll-out.
    Thanks in Advance - Zal

    Here is part of the answer - Go here:  https://websmp203.sap-ag.de/sbo-swcenter
    Until it is changed, select "Updates" (not the other areas stated in some documentation, videos, and threads) and select "SAP Business 8.8", then "B1 8.8 Integration Component", and then it can be downloaded.
    I will add more info as the process goes along, if there is anything more...
    TIA - Zal

  • Where do I read in the documentation the list of the system properties?

    Yep. Sounds stupid. But it's true. I read in all these forums where and how to set the truststore and so on but it would be beautiful to understand it my own.
    1. First I read setting the -Djavax.net.ssl.trustStore in the VM arguments.
    2. Then I find out the the -D is just for setting something like a static property.
    3. Next I want to read about the system properties. Who, what and where the Java tries to get this system property. I do not find it.
    What I find is great help in these forums and solving this kind of problems seems easy... I googled and the only place I found info about this is in a boulder.ibm.com site:
    http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzaha/sysprop2.htm
    http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzaha/rzahajssesysprops.htm
    I also found some info on a sun tutorial but not an official documentation. Do you know where to find it? It seems that my learning is always about finding the right place to find information and not guessing and trying.
    Thanks!!

    Thanks for your soon reply. Yeah, I found that but I really was expecting a more serious documentation.
    I have to admit that it is documented. Yes. But I didn't expect to find that in middle of a guide. But more in a reference or in a specification document. It's inside the "Customization" and in a table, yes... But it's a guide!!
    I like Java but something to worry about is the "too many - too less" documentation. Documentation is not clear enough and all the hundreds of options you have can make the programming with Java no good. It would sound like a good thing have a lot of choices and hundreds of places to look info for but I am a bit disappointed with that. It's not clear enough to find the right info.
    Anyway, thanks a lot for your help!! I will have to live with that.
    Guide: http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html

Maybe you are looking for

  • MacBook Pro's warranty outside USA

    Hello guys, I am going to visit USA and buy a MacBook Pro 15 " Retina. My question is when I come back to Bulgaria ( where I live ) will my MacBook still got a warranty and if it brеак or something like that can I bring it to the local apple reseller

  • Webdynpro on loading shows a black and white type of screen

    Hi Gurus. Don't know if anyone had this problem before. Some of your webdynpros on running show a black & white type of screen with no background colors. Buttons are visible, but clicking on them nothing will happen. I don't know if you all understoo

  • No sound on iPhone 3G

    My iPhone 3GS has no sound

  • Corrupt 7.0.5 cannot uninstall

    I've a corrupt Adobe Reader 7.0.5 that cannot be uninstalled because I also do not have the file ADobe Reader 7.0.msi on my system. (I suspect that file was deleted in a previous uninstall.) So updates do not run, attempting to download a PDF simply

  • Problem with "Translation" Widget

    Hi all, i've got a problem with the translation widget; you can see an image here: http://tinypic.com/view.php?pic=432b9l5 How can i solve the problem? Bye. Thanks.