Using realms in wls 5.1

is it possible to invoke authentication by getting a handle on a securty realm?
How would i go about doing this? If I can get a hold of the realm from jndi or
something...i think i might be golden.
thanks

Trash Pages 5.1 and use Pages 09.

Similar Messages

  • Custom Realm with WLS 6.1

    We are attempting to write a custom security realm for an application we will be deploying on WLS 6.1 so that we can integrate security data scattered across LDAP and database servers.
    The documentation describing obtaining configuration for the security store (http://e-docs.bea.com/wls/docs61/security/prog.html#1041025) has the following snippet of code:
    BasicRealmMBean basicRealmMBean =
    Server.getSecurityConfig(). getRealm().getCachingRealm.
    getBasicRealm();
    However, I can not find the Server class they reference. I tried searching in the javadocs for the WLS 6.1 classes, and can't find a class named Server. Perhaps it's an interface, but I can't find the package it belongs to, if that's the case.
    Can somebody please point me in the right direction?
    Thank you.
    -chris

    Thanks very much, Utpal.
    I still can't find the class (or even the package for that matter) at
    http://e-docs.beasys.com/wls/docs61/javadocs/index.html
    And that sort of mystifies me. Still, your answer solves my current problem.
    I still don't fully understand the ConfigurationMBean
    stuff as a whole, and how they get bound to a particular realm; i.e. Do I need
    to write a MyRealmConfigurationMBean, and if so, how do
    I bind it to MyRealm?
    Note that the code I originally cited casted a BasicRealm return type to a BasicRealmMBean;
    It's not immediately apparent why one is
    even castable to the other, since they are two interfaces that
    are not on the same inheritance line (I don't think).
    Thanks for your time. I appreciate your help.
    -chris
    Finally,
    "Utpal" <[email protected]> wrote:
    Check this out
    C:\opt\bea\wls61sp2\config\mydomain>javap weblogic.server.Server
    Compiled from Server.java
    public final class weblogic.server.Server extends java.lang.Object {
    public static final java.lang.String DEFAULT_PROTOCOL;
    public static final int DEFAULT_PORT;
    public static weblogic.management.configuration.ServerMBean getConfig();
    public static weblogic.management.configuration.ServerDebugMBean
    getDebug();
    public static weblogic.management.configuration.SecurityMBean
    getSecurityCon
    fig();
    public static void initialize();
    It's weblogic.server.Server class.
    -utpal

  • Debugging a custom realm in WLS 6.1

    Hi all. I'm trying to find out how to debug my custom realm. I first implemented
    the DebuggableRealm and put log.debug calls in my realm. I then set the realm.debug
    property to "true" when I start the server. Is that it? The javadocs on debugging
    are very sparse. I wasn't able to find a javadoc for weblogic.logging.LogOutputStream.
    I also found a DebugSecurityRealm attribute in the ServerDebug element in config.xml
    but am thinking this is old (from 5.X?).
    Are there any other documents I should be looking at? Thanks!
    jeff

    Thanks very much, Utpal.
    I still can't find the class (or even the package for that matter) at
    http://e-docs.beasys.com/wls/docs61/javadocs/index.html
    And that sort of mystifies me. Still, your answer solves my current problem.
    I still don't fully understand the ConfigurationMBean
    stuff as a whole, and how they get bound to a particular realm; i.e. Do I need
    to write a MyRealmConfigurationMBean, and if so, how do
    I bind it to MyRealm?
    Note that the code I originally cited casted a BasicRealm return type to a BasicRealmMBean;
    It's not immediately apparent why one is
    even castable to the other, since they are two interfaces that
    are not on the same inheritance line (I don't think).
    Thanks for your time. I appreciate your help.
    -chris
    Finally,
    "Utpal" <[email protected]> wrote:
    Check this out
    C:\opt\bea\wls61sp2\config\mydomain>javap weblogic.server.Server
    Compiled from Server.java
    public final class weblogic.server.Server extends java.lang.Object {
    public static final java.lang.String DEFAULT_PROTOCOL;
    public static final int DEFAULT_PORT;
    public static weblogic.management.configuration.ServerMBean getConfig();
    public static weblogic.management.configuration.ServerDebugMBean
    getDebug();
    public static weblogic.management.configuration.SecurityMBean
    getSecurityCon
    fig();
    public static void initialize();
    It's weblogic.server.Server class.
    -utpal

  • Convert JMS Headers from EBCDIC to ASCII when using JMS Bridge (WLS - WMQ)

    I have a Java app on Weblogic 11g using a Message Bridge to talk JMS with IBM Websphere MQ. The MQ server is running on IBM z/OS platform which uses EBCDIC encoding. I need to use the Weblogic message selector feature to filter messages on the bridge coming from Websphere MQ. But the JMS Headers of MSGs posted by WMQ are in EBCDIC format. How can I instruct MQ to convert the msg headers to ASCII before put on the bridge? Is there any flag on bindings config file? Or can I set some WMQ specific header before sending the msg on WLS side?
    Thanks in advance.

    Hi,
    Such option is not possible in weblogic but I think this property will help you with in MQ.
    Property - Convert EBCDIC newline
    Description - EBCDIC code pages contain a new line (NL) character that is not supported by the ASCII code pages (although some ISO variants of ASCII contain an equivalent). If messages are sent from a system that uses EBCDIC code pages (for example, a z/OS system) to a system that uses ASCII, you can control how the EBCDIC newline character is converted into ASCII format.
    The default value is NL_TO_LF, which means that the EBCDIC NL character (X'15') is converted to the ASCII line feed character LF (X'0A') for all EBCDIC to ASCII conversions. To convert the EBCDIC NL character according to the conversion tables on your operating system, click TABLE. Note that the results of a TABLE conversion can vary from platform to platform and from language to language; even on the same platform the results might vary if you use different coded character set identifiers (CCSIDs). To convert ISO CCSIDs using the TABLE method and use the NL_TO_LF method for all other CCSIDs, click ISO.
    Registry Stanza Key - ConvEBCDICNewline
    Also, the MQSeries (not MQSC) adapter provides the data conversion property may handle this conversion as well.
    Regards,
    Kal

  • Stateless Session EJB hangs using URLConnection but WLS doesn't clean up

    Hi
    We have a stateless session EJB running under WLS 5.1 with service
    pack 10 on Solaris.
    The bean calls a remote HTTP server using the java.net.URLConnection
    class and forwards the response to the EJB client. The bean is largely
    working fine but some threads hang waiting on the HTTP response. Debug
    statements, which are written immediately after the response has been
    read and the connection has been closed, do not appear in our log for
    the hung threads. The WebLogic Console displays these threads as "in
    use" and a "netstat -an" displays the tcp connections as ESTABLISHED.
    However, the access logs of the remote Apache server show the HTTP
    connections of the threads in question completed successfully with
    HTTP code 200. The Apache server is using keep-alive connections.
    Some EJB threads are still waiting for something it seems.
    Has anyody else experienced this when using URLConnection from
    stateless session EJBs under WLS?
    The second problem is why doesn't WLS time these threads out after
    trans-timeout-seconds (we're using the default of 300 seconds)? The
    WLS log shows no error messages relating to this problem.
    I'm grateful for any info offered.
    Thanks in advance
    Steve

    If you suspect that WLS protocol handler is at fault (and quite often it is),
    one thing to try is (if you use Sun's JVM) to use Sun's HTTP protocol handler
    instead of WLS (the most common symptom is when code which makes HTTP requests
    works fine outside of WebLogic and you have problems getting it to work inside
    WebLogic) :
    replace
    URL url = new URL("http://...");
    HttpURLConnection conn = (HttpURLConnection)url.openConnection();
    with
    URL url = new URL(null, "http://...", new sun.net.www.protocol.http.Handler());
    HttpURLConnection conn = (HttpURLConnection)url.openConnection();
    You will have to edit weblogic.policy to allow your code to specify protocol
    handler.
    Also note that transaction timeout is only checked on method boundaries, or
    when your code attempts to do something with the database - it is not going to
    interrupt thread which is waiting for HTTP response.
    Steve Lock <[email protected]> wrote:
    Hi
    Thanks for the info. The remote HTTP server's access log shows that
    the requests were successfully processed. Doesn't this mean that the
    connection is then closed? I know the web server is using keep-alive
    connections but I thought this was transparent to the client...?
    Also why doesn't WLS remove the hung threads?
    Steve
    "Ignacio G. Dupont" <[email protected]> wrote in message news:<[email protected]>...
    We have had a problem like yours with Weblogic 6.1 SP2 on Linux
    The problem is sun's implementation of the HTTP connections doesn't have a
    timeout, so if the other peer doesn't close the connection your threads will
    be "locked" on the connection.
    We have found searching the web that the Jakarta project has a package
    called Jakarta commons that implements HTTP connections with an
    setSoTimeout(int timeout) method so you can open the connections with your
    desired timeout. You have to download the code from the CVS as the released
    version doesn't support the timedout sockets yet.
    When support for the JDK 1.4 version will be announced by Bea you could use
    one of its new features that will allow you to pass arguments to the JVM to
    specify the maximum socket connection stablising timeout and the max
    inactivity on the socket too.
    Hope it helps you.
    Dimitri

  • Using a  foreign WLS JMS queue (no bridge)

              Hi,
              We have a configuration from which we communicate from WLS 7 to a foreign MQ via
              JMS. This works well and we have loaded the foreign MQ jms objects into WLS JNDI
              using a statup class (as the whitepaper available describes) and we look them
              up successfully.
              However, we now have a siutation where we briefly need to switch our application
              to point to a WLS JMS queue on another remote WLS server. Is there an easy way
              to load foreign (maybe remote would be a better word in this case) WLS JMS QCF's
              and destinations into my local WLS JNDI so that I can treat them the same way
              as my MQ objects?
              I can't seem to find any information on how to do this as all information seems
              to point towards the messaging bridge (we can't use this as the bridge changes
              the message JMSMessageID and screws our correlation mechanism up).
              I know we could just look the foreign objects up by using the JNDI environment
              of the remote WLS machine but this would mean changing code and this I can't to
              do (as all our code uses the local default WLS JNDI).
              Any ideas would be gratefully received.
              Cheers,
              Jay.
              

    WLS JMS and MQ JMS handle their JNDI objects a little differently, so I can
              see how this can be confusing. An MQ JMS "ConnectionFactory" or
              "Destination" object is like a little configuration file that tells you
              where the queue manager or queue is, so you can serialize it and look it up
              later and use it to find the queue manager.
              A WLS JMS ConnectionFactory or Destination object is a reference to an
              object on a running server. So, you connect to the server and look them up,
              and then you can use it for messaging. You don't have to store these objects
              in a separate place, like MQ makes you do. But it means that the WLS JNDI
              objects have to be looked up from a running server, and if the server
              restarts, you have to look them up again.
              Doing what you're asking is definitely trickier in 7.0. One thing you could
              do is, again using a servlet or an EJB, connect to the remote JMS cluster
              and look up the objects at the time you want to make the switch. (If the
              remote cluster is down, you'll have to retry from time to time.) If the
              remote cluster is down, you won't be able to look up those objects, but then
              again, if it were down you wouldn't be able to send messages there anyway.
              Using 8.1 would be less complicated, but this method should also work.
              greg
              "Jay Green" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Thanks Greg. When I was searching the BEA website I read about the
              facility in
              > 8.1. Unfortunatley, as you point out, it doesn't help me much with WLS
              7.0.
              >
              > My first thought was to copy my exisiting MQ startup class but I couldn't
              work
              > out how to do this for the remote WLS jms objects as the standard jms
              classes
              > (for QCF etc) don't have methods that allow me to define the foreign WLS
              jms
              > host IP address etc. I checked the WLS 7 API and the jms package didn't
              seem
              > to offer anything to help me do this (as IBM do for MQ). Any ideas?
              >
              > Apologies if I'm being a bit slow here!
              >
              > "Greg Brail" <[email protected]> wrote:
              > >WLS 8.1 includes a feature called "Foreign JMS Providers" that lets you
              > >configure (using the console or config.xml) a link between a JMS JNDI
              > >object
              > >in your WLS servers' tree, and a JNDI object in another provider -- which
              > >could be WLS JMS, or a foreign vendor.
              > >
              > >Using this feature, your application could just look up the local JNDI
              > >objects in the local WLS tree, and then the server in turn performs the
              > >lookup from the actual JNDI provider using the parameters you put in
              > >the
              > >console (or config.xml). So, when you make a change in the console, new
              > >JNDI
              > >lookups will go to the new place.
              > >
              > >Unfortunately, this doesn't help you with 7.0. You could always
              > >programmitically update the local JNDI tree the way you're doing in your
              > >startup class, but instead do it from a servlet or an EJB.
              > >
              > > greg
              > >
              > >"Jay Green" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Hi,
              > >>
              > >> We have a configuration from which we communicate from WLS 7 to a
              foreign
              > >MQ via
              > >> JMS. This works well and we have loaded the foreign MQ jms objects
              > >into
              > >WLS JNDI
              > >> using a statup class (as the whitepaper available describes) and we
              > >look
              > >them
              > >> up successfully.
              > >>
              > >> However, we now have a siutation where we briefly need to switch our
              > >application
              > >> to point to a WLS JMS queue on another remote WLS server. Is there
              > >an easy
              > >way
              > >> to load foreign (maybe remote would be a better word in this case)
              > >WLS JMS
              > >QCF's
              > >> and destinations into my local WLS JNDI so that I can treat them the
              > >same
              > >way
              > >> as my MQ objects?
              > >> I can't seem to find any information on how to do this as all
              information
              > >seems
              > >> to point towards the messaging bridge (we can't use this as the bridge
              > >changes
              > >> the message JMSMessageID and screws our correlation mechanism up).
              > >>
              > >> I know we could just look the foreign objects up by using the JNDI
              > >environment
              > >> of the remote WLS machine but this would mean changing code and this
              > >I
              > >can't to
              > >> do (as all our code uses the local default WLS JNDI).
              > >>
              > >> Any ideas would be gratefully received.
              > >>
              > >> Cheers,
              > >>
              > >> Jay.
              > >
              > >
              >
              

  • Configuring the file T3 servives using WLST in WLS 10.3

    Hi,
    I am trying to use WLST to configure the File T3 services in Weblogic 10.3.
    I can do it using the console.
    Please find the link for configuring through console:
    http://edocs.bea.com/wls/docs103/ConsoleHelp/taskhelp/filet3/TargetFileT3Services.html
    Can some one help me in configuring it through WLST?

    Hi,
    did you try to record the console configuration?

  • Configuring and using CipherSuites in WLS 6.1

    I have a few questions about the supported CipherSuites in WLS 6.1 and the
    the handshake mechanism works with this default:
    1) Edocs specifies that the CipherSuite that WLS uses is configured in the
    config.xml. I understand this and can see the tag <Ciphersuites> with a
    default setting of SSL_RSA_EXPORT_WITH_RC4_40_MD5 in the docs on the
    config.xml file. My question is: Is there anywhere in the console to
    configure this???
    2) From my understanding, in the handshake phase of the SSL protocol, the
    client send over which it's list of CipherSuites it would like to use in
    order of preference. The server then selects which one will be used. My
    question is: If the CipherSuite defined in the config.xml is not in the
    client's preferred list what will happen? Will WLS pick one of it's other
    CipherSuites that is in the client's list? What if WLS doesn't support any
    of the suites specified in the client's preferred list?
    Answers to any or all of these would be greatly appreciated.
    Thanks,
    Mich

    hi it is unlikely people will answer you here because it is about netbeans. this is a java site so they will probably tell you to go to a netbeans site. the one i use is nabbles netbeans just do a search on google to find it.
    you might get lucky here but i doubt it because most people here use notepad and run programs from command prompt. so they might not even know anyway. also i think there is a tutorial at the netbeans sites about transfering libraries they tell you how in some of the introductory tutorials. i think one of the tutorials in relation to setting up a database using derby shows you how to do it but i can't remember.
    your best bet is nabble good luck.

  • Creating LDAP v2 realm in WLS 6.1sp2

    The docs say you shoud go to realm in console and it will give you a choice of
    different defaultLDAPRealmfor* (see http://e-docs.bea.com/wls/docs61/adminguide/cnfgsec.html#1071872).
    When I do that I get only deprecated v1.
    The question is do I have to manually modify config.xml and change name of realm
    class, etc. or I'm doing something wrong and need to left-shift-alt-click?
    Regards,
    Michael Elizarov

    Still can't see it on my console. See attached screenshot...
    "Utpal" <[email protected]> wrote:
    You do not have to modify the config.xml that comes with the installation.
    Please,
    After list of Realm as follows,
    Configure a new LDAP Realm V1 (Deprecated)...
    Configure a new NTRealm...
    Configure a new Unix Realm...
    Configure a new RDBMS Realm...
    Configure a new Custom Realm...
    You will see ,
    defaultLDAPRealmForNovellDirectoryServices CustomRealm
    weblogic.security.ldaprealmv2.LDAPRealm
    defaultLDAPRealmForMicrosoftSiteServer CustomRealm
    weblogic.security.ldaprealmv2.LDAPRealm
    defaultLDAPRealmForNetscapeDirectoryServer CustomRealm
    weblogic.security.ldaprealmv2.LDAPRealm
    defaultLDAPRealmForOpenLDAPDirectoryServices CustomRealm
    weblogic.security.ldaprealmv2.LDAPRealm
    I hope this page takes HTML format.....
    -utpal
    "mike" <[email protected]> wrote in message
    news:[email protected]..
    The docs say you shoud go to realm in console and it will give youa
    choice of
    different defaultLDAPRealmfor* (see
    http://e-docs.bea.com/wls/docs61/adminguide/cnfgsec.html#1071872).
    When I do that I get only deprecated v1.
    The question is do I have to manually modify config.xml and changename of
    realm
    class, etc. or I'm doing something wrong and need to left-shift-alt-click?
    Regards,
    Michael Elizarov
    begin 666 create.gif
    M1TE&.#EA$@`-`(,+`/_____,S/_,,\S,S,QF`,P``)D``````/XT_IF9F69F
    M,_\S_P```````````````"'Y! $```L`+ `````2``T```1)<,E)ZSFCZGF*
    MN6!H%>0%G&=R)%Q %,=RH.@E'8$PQ#*@_#] #*?C]6BUW(XR`RI.Q"43*50:
    5.;Y@](JE'8J;(W3'988NF? B`@`[
    `
    end
    begin 666 delete.gif
    M1TE&.#EA$ `0`*(``````/___\S,S)F9F69F9C,S,____P```"'Y! $```8`
    M+ `````0`! ```,^:+K0O9!%$)6[%P(AAO]$2%E8.5H#D:8%49Q6)Z\$;&S#
    ?K-;3W.TVG"X5]-&*N22PE_P1F4.>YD/UV&ZF4P(`.P``
    `
    end
    begin 666 clone.gif
    M1TE&.#EA$ `0`*(``````/______S,S,S)F9F?___P```````"'Y! $```4`
    M+ `````0`! ```,^6 K<WJJ 0:L=(+[-= B$((YBMGPAH:X"QY73=0&AN\$H
    ?2=(MD*\L``ZD&SU^P)J'6&PM4TGGB5DT26P010(`.P``
    `
    end
    [console.jpg]

  • Restricting web areas using realms

    Greetings,
    I must be missing something. I would like to have a general website area to be used for general information that all can see. However, I would also like to create subdirectories that will have limited access.
    At first glance I thought realms would do the trick. However, when I enforce credentials for one area of the website, the general area also also gets enforced.
    I have the general "Webserver/Documents" folder. I would like to have three other subdirectories, "thomas1" which would only be accessible by user a, b, and c.
    The "walter2" subdirectory can only be accessible by users ii, iii, iv, and xx.
    Do I need to apply the same ownership credentials on these subdirectories that will mirror the realms credentials?
    Thanks you for your time.
    Regards,
    Brian

    Do I need to apply the same ownership credentials on these subdirectories that will mirror the realms credentials?
    Do you mean file ownership? No. That's not relevant to Apache - all files must be readable by the www user.
    Realms should be able to do what you want, but what's not clear from your post is how you tried to implement realms. Did you use Server Admin? or did you edit your site's config file directly?

  • Apache slow after using Realms

    I have multiple Web-Sites running on standard (so far) OS X 10.4.3 Server on an XServe. One site (www.afmk.de) has two pages and hidden areas protected by realms. It works fine ... BUT:
    Even following the link to the non-protected second page ("Impressum") takes about 12 seconds to get the reply from my server (and I access the server locally thru my own network!). The XServe-graphs for CPU-usage and network usage are not indicating any special activities.
    Any help out there?
    Thanks
    Axel
    XServe Dual G5   Mac OS X (10.4.3)  

    2. On which application are you talking about? If it
    is Safari, yes, just hit the delete button (where
    backspace is on a windows PC)
    And if you're talking about finder windows, you can use Command + [ to go back or Command + ] to go forward.
    Zeb

  • Using PrincipalValidator in WLS 8.1

    In Weblogic 8.1 Instantiating Default Weblogic PrincipalValidator gives problem

    On 6 Feb 2004 01:33:16 -0800, kishore <[email protected]> wrote:
    >
    In Weblogic 8.1 Instantiating Default Weblogic PrincipalValidator gives
    problemYour note is a bit sparse on details. What is the stack trace and what
    are you trying to do?
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

  • WLS 6.1 Webapp using EJB from WLS 9.0

    I have a WLS 6.1.7 based webapp that currently accesses an EJB deployed to WLS 8.1.5. I just tried upgrading the 8.1 server to 9.0.0. I was able to deploy the EJB just fine but the 6.1.7 based webapp is giving me the following error:
    javax.naming.CommunicationException. Root exception is
    weblogic.socket.UnrecoverableConnectException: [Login failed: 'Incompatible version:Incompatible versions - this server: '9.0.0' client: '6.1.7.0']
    at weblogic.socket.Login.checkLoginSuccess(Login.java:77)
    at weblogic.rjvm.t3.T3JVMConnection.connect(T3JVMConnection.java:273)
    at weblogic.rjvm.t3.T3JVMConnection.createConnection(T3JVMConnection.java:325)
    at weblogic.rjvm.Protocol.createConnection(Protocol.java:206)
    at weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.java:1121)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:373)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:274)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:222)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:189)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:186)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:157)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:309)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:213)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:660)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241)
    at javax.naming.InitialContext.init(InitialContext.java:217)
    at javax.naming.InitialContext.<init>(InitialContext.java:193)
    The Initial Context is being created with the following properties:
    java.naming.provider.url=t3://localhost:7001
    java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
    java.naming.security.principal=system
    java.naming.security.credentials=xxxx
    Is there a way to get WLS 6.1 to talk to WLS 9.0?
    Thanks,
    Rick

    I believe the constraint is communicating within 2 releases. ie 6.0 can talk to 7.0 and 8.1, but 9.0 is 3 releases away.
    That being said, you can double-check this with [email protected]
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Help on create a object for an application using startup in wls 8.1

    hi guys
    i am trying to figure out a way to create a initial data object that can used by session beans in a ear deployed in weblogic 8.1. so far i figured out to extend ApplicationLifecycleListener and override the postStart() to instantiate the initial data object (will use JDBC to load data). but i can't figure out how to make this object apparent to other components in the ear. i.e. how can my session ejb access it? whatt is the strategy used here for thing like this? i really appreciate if any one can provide some help.

    hi guys
    i am trying to figure out a way to create a initial data object that can used by session beans in a ear deployed in weblogic 8.1. so far i figured out to extend ApplicationLifecycleListener and override the postStart() to instantiate the initial data object (will use JDBC to load data). but i can't figure out how to make this object apparent to other components in the ear. i.e. how can my session ejb access it? whatt is the strategy used here for thing like this? i really appreciate if any one can provide some help.

  • How to create a JMS persistent file store using WLST in WLS 9.0?

    Anybody have a good example of this? When I try to create a fileStore and set it on my jms server I am getting the following error: "TypeError: setPersistentStore(): 1st arg can't be coerced to weblogic.management.configuration.PersistentStoreMBean'
    Thanks :)

    Hi,
    First Create Persistent Store ( FileStore / JDBCStore).
    File Store Creation is as follows:
    Store = create("PStore","FileStore")
    Set it's File Directory and Targets.
    then Create JMS Server and set its Persistent Store as File Store. Set JMS Server Target.

Maybe you are looking for

  • ICal monthly view 12 hour v 24 hour display

    How do I get time displayed as (for example) 7.20am showing on Monthly view in iCal on Lion.  It shows in the event but not on Monthly view.

  • Receiver determination error

    we have sap proxy -> pi scenario. the interface was working fine, recently we had a client refresh ( test systems) and now when the message reaches xi it reaches with  sernder service name as 'ABTCLNT100' which is logical dest name , but the business

  • Video in Muse

    Ok so I got Muse working and I am trying out my first site. I insert a full screen video widget and the client uses Mac's and they tell me it will not show in their browser. Which is Safari btw. I am a windows guy and it plays fine in IE 11. I have m

  • HTTPS with ALE

    Can we use HTTPS with ALE to establish a connection between the HR and ERP system?  There are seperate instances for FI and HCM and we require an ALE interface between them.  RFC with SNC is not an option so am wondering if there is an ALE with HTTPS

  • "Mail Activity" messages don't make sense

    I see a lot of messages flying by in the lower left-hand corner about incoming messages yet often there are no new messages. Maybe Mail is doing some kind of housekeeping but the messages aren't useful because nothing obvious happens in my inbox.