Limiting Dimension Values to Dimension Values used on Specfic Day

If I have a dimension with thousands of values. And within my cube, on a given day only a few of those dimension values are actually used. How can I limit the scope of my dimension values to be only the values that exist on that given day?

You can check OLAP DML Programs chapter (chapter 4 in 11g doc set) in Oracle OLAP DML Reference document. It's part of the standard olap documentation.
Also regd the parameterization question:
The code as pasted below is already parameterized. By parameterization, do you mean something other than passing value from front-end to the back-end (database)?
Typically the front end report/query will refer to a series of time dimension values -- say, 16-Jul-2012 to 22-Jul-2012 for time. The report would reference a measure with a formula referring to an olap dml program. This program is called repeatedly for each cell and the appropriate dimension member values are passed as input to the program.
argument _tm time  <-- implies that the program accepts time dimension value (corresponding to a single cell) as input and works off the same in its calculation.
limit time to _tm   <-- usually this is done within a tempstat context to make such changes temporary for calculation w/o affecting external time dimension status. This allows the program to set the context of calculation to current cell (say 18-Jul-2012)
"hence what follows for the rest of the program acts on the restricted status in order to calculate the current cell's value corresponding to time dimension value = 18-Jul-2012.
That's also why the same program can return a different value for each cell (different return value for 18-Jul-2012 compared to return value for 21-Jul-2012) although it's being looped over dimension status implicitly.
HTH
Shankar

Similar Messages

  • Oracle OLAP:Same member values across dimensions

    We had an enquiry from a client which mentions:
    Per Essbase the same dimension member value cannot exist across multiple dimensions. e.g. if we have a account dimension with member 1001 , it is not possible to have product dimension with same member value 1001. This is essentially because Essbase implements it like a shared member. Apparently Essbase Excel-addin will not know what dimension to search for if both have same values.
    As per our understanding there is no such limitation in Oracle OLAP both during cube build or querying via Excel Add-in. i.e we can have account dimension with member 1001 and same member value can exist in a product dimension. Please advise and if anybody has any reference to any documentation in this regard please let us know.

    Hi there,
    You are correct - there is no such limitation in Oracle OLAP.
    A dimension value must be unique in any given dimension but can be repeated in other dimensions.
    I do not have any documentation but this is really easy to prove using the OLAP worksheet in AWM, eg:
    aw create test
    define dim1 dimension text
    maintain dim1 add 'MEMBER1'
    report dim1
    define dim2 dimension text
    maintain dim2 add 'MEMBER1'
    report dim2
    aw detach test
    aw delete testI hope this helps
    Thanks,
    Stuart Bunby
    OLAP Blog: http://oracleOLAP.blogspot.com
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    OLAP on OTN: http://www.oracle.com/technology/products/bi/olap/index.html
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • Inline style - decimal value for dimension break designer

    Hi all.
    I'm using JDeveloper 11.1.2.1 & ADF.
    Just to let you know that decimal value in dimension css selectors (like width...) added using inline style break UI designer.
    af:tree table -> nodeStamp facet -> column -> inlineStyle -> width:305.0px break UI designer.
    Replacing 305.0px with 305px makes everything work Ok.
    .0 part in inline style was added by JDeveloper 11.1.1.5, while JDeveloper 11.1.2.1 doesn't add decimal part.
    Regards.

    Frank, this is i minor issue but it took me 1hour to find what breaks UI designer.
    What I did is just migrated adf application from JDeveloper 11.1.1.5 to 11.1.2.1.
    In JDeveloper 11.1.1.5, when you enter width using property inspector -> style -> layout -> dimension -> width property, let say 305 and select pixel in side drop down list, what you get as result is inlineStyle property like this:
    inlineStyle="width:305.0px"
    Frank Nimphius wrote:How would 305.2 pixel look like ?You should ask Oracle to answer this question.
    Thank you for your reply.

  • [ASK] Get One Row of Property Value From Dimension in Script Logic

    Hello, i need help about how to get one row of property value from dimension in script logic.
    Let say there is CATEGORY dimension and the members are like this :
    ID                                                  YEAR   Status
    PLAN_2011                                   2011        A
    PLAN_2011_V1                            2011        I
    ACTUAL_2011                              2011        I
    FORECAST_2011                         2011        I
    FORECAST_2011_V1                  2011        A
    PLAN_2012                                  2012        A
    PLAN_2012_V1                           2012        I
    ACTUAL_2012                             2012        I
    FORECAST_2012                         2012        I
    FORECAST_2012_V1                  2012        A
    If i scope CATEGORY like this :
    *XDIM_MEMBERSET CATEGORY = [CATEGORY].PROPERTIES("YEAR") = "2011"
    Then i will get member scope like this :
    PLAN_2011                                   2011        A
    PLAN_2011_V1                            2011        I
    ACTUAL_2011                              2011        I
    FORECAST_2011                         2011        I
    FORECAST_2011_V1                  2011        A
    Question :
    In script logic, how can i read the second record of scope and move it to variable ?
    Ex. : I read second record, so i can get the data of second record (PLAN_2011_V1, 2011, A).
    Is there any function to read all record that had been scope ? So i can read all those 5 records.
    Is there any substring or offset function in script logic ? How to use it ?
    Thank you.

    Hi,
    Firstly, when we scope the logic, it doesnt fetch the entire record from the member sheet. It just fetches the ID.
    Secondly, we dont have the feasibility to read only the second ID and skip the others. However, one alternative is that you use the SELECT statement to store all the IDs in a variable, and then use a FOR loop. But this will loop through all the 5 IDs, as per your example. If you want to skip all the IDs except one, you should maintain some property, so that all the IDs are neglected which doesnt have a particular property value.
    Hope you got the idea.

  • Time Dimension Type allows different values in attributes - Bug or Feature?

    Not sure if this is a bug or a feature.
    But if one has multiple hierarchies on a Time dimension. You have the ability to specify different values for member attributes in different hierarchies.
    Example.
    Hierarchy A has MIN_ID for it's Member and uses MIN_END_DATE for it's END_DATE
    Hierarchy B has MIN_ID for it's Member and uses SESS_END_DATE for it's END_DATE
    As per this post and David Greenfield's comment:
    Dimension Sort issue when multiple mappings for different hierarchies
    "Are you attempting to map the same attribute, SORT, to different columns in the two hierarchies? Put another way, do you expect the same member to have different values for the attribute in the two different hierarchies? If so, then this is a problem since a member must have the same value for the attribute regardless of the hierarchy."
    Unlike a user dimension, a time dimension appears to allow this and it appears to work as intended. Is the behavior in this case intended to be different between a user and time dimension?

    I think that this is not a bug. There is an incompatibility in design which prevents you from using the same attribute differently for both hierarchies.
    NOTE: Unlike parent relationship which depends on <dimension, dimension hierarchy>, Dimension Attribute is dependent on <dimension> alone, not dependent on <dimension, dimension hierarchy> combination. Hence it can only take on 1 value for 1 dimension member.
    I think that the time dimension only appears to allow this. The key thing to check is for Time Dimension members which are common to both the hierarchies. Only one of the mappings will take effect (usually the hierarchy which is loaded last will remain in the aw/usable for queries, reports.. it would have over-written the earlier attribute value loaded as per the earlier hierarchy load).
    Visualize a dimension as a long list of members which are built up contiguously on a per hierarchy, per level process using the mapping information saved. Once a member is defined (created) via Hierarchy A, it wont be created once again while loading Hierarchy B but is instead updated or redefined based on Hierarchy B's mapping info.
    Assuming the dimension load attempts to load Hierarchy A first and then Hierarchy B,
    * Dimension load for Hierarchy A will define the various members using MIN_ID and set the END_DATE attribute to value=MIN_END_DATE
    * Dimension load for Hierarchy B will re-define the various members using MIN_ID and re-set or over-write the END_DATE attribute to value=SESS_END_DATE
    * In this case, it looks like all members are common for both hierarchies (as both members are mapped to same column MIN_ID) and you would end up with END_DATE=SESS_END_DATE.
    Actually whether all members are common to both hierarchies or not depends on the quality of data in your snowflake/star table: if parent level for Hierarchy A as well as Hierarchy B is setup fine then the members will be same set (overlapping in whole). If some rows for MIN_ID have parent column for Hierarchy A setup correctly but parent column for Hierarchy B =null or invalid value then that member will exist in Hierarchy A alone and would contain END_DATE=MIN_END_DATE as the corresponding update along Hierarchy B would fail due to hierarchy data quality issues (join from current level to parent level).
    As regards a solution to your problem, you should not use the same attribute "SORT" for dual purpose (both hierarchies). Instead define attributes SORT_A and SORT_B and make them enabled for Hierarchy A, Hierarchy B respectively and map/use them appropriately in your reports.
    HTH
    Shankar

  • DimensionmemberList with value-based dimension

    Hi,
    I'm unable to use a DimensionMemberList with a value-based dimension. It works fine with level-based, however when I select a value-based dimension and hierarchy in the wizard and click on "Next" an Error pop-up appears with no message and I have to click on "Cancel" to get out of the wizard.
    Has anyone encountered this behavior?

    Hi Ankita,
    As per my Understanding the VP column did't map to any LTS .
    When ever u have multiple LTS in Dim Admin tool won't create Dimension Hierarchy manually we need to create that.
    Follow these steps to resolve your Problem...
    1) give the simple join in physical layer for that two tables.
    2) Create one Dim table in to BMM layer drag all columns in 2 tables in to BMM Dim table so u can able to see all the columns is mapped in to their respective LTS.
    3) Now u can create hierarchy manually step by step.Like Grand total Parent ----> Child level .
    4) If u have any fact table joined with these dimension in physical layer give the logical joins in BMM layer and set the content levels properly.
    Let me know need any detail clarification.
    Thanks,
    Satya

  • Flushing out old values from dimensions

    Hi BEX Gurus,
    I'm using transactional data in the cube level. Now I restrict majority of the dimensions using structures using the data.
    Like say, you have Male/Female ratio. I had loaded M & F during 1st load. Now, when I load the 2nd time as MALE & FEMALE; in the BEx level, the dimension 'Gender' is displaying all the 4 values 'M','F','MALE','FEMALE'; even though the older values M & F are not listed on the info provider.
    So, I just need a method to flush off the older values.
    I had checked this out. But RSRV isn't helping much. [Dimension Table Larger than Fact Table|Dimension Table Larger than Fact Table]
    Any ideas.
    Thanks,
    Arun Bala

    hi Arun
    seemingly you will have to empty your cube when doing this step the pop up comes to ask if you also want to delete values in dimension tables, here is your issue.
    If you have no possibilty to empty the cube because you do not have the psa for past values you could proceed in several steps.
    Option A
    1 create user exit variable not ready for input on these char if F then Female and so on for male.
    2 copy the cube push data in it , empty as mentionned above the 1st cube with emptying dimension tables once done
    3 full from the copy cube to the first one
    4 continue with delta loads.
    Test before applying to prod. this should work.
    Option B
    1 remain on the option of creating user exit variable not ready for input on the characteristic and hard code if F then Female and so on for male.
    hope this could help you out good luck
    Boujema

  • Can we precompute a value based dimension ?

    Hi,
    I do not know how to precompute/summarize a value based dimension in AWM 10g.
    One of my value based dimension in AWM 10 g (10.2.0.3A) showed pre-compute already done , but the aggmap of the cube did not show any precompute clause in relation statement for this dimension.
    1) Is AWM 10.2.0.3 A taking care of this internally ? How can i verify this ?
    2) If not, how can i set pre-compute for a value based dimension by hand ?
    (provided the precompute clause remains even after cube is maintained).
    Regards
    Chakri

    Hi All,
    Thanks for your replies.
    Let me give you a background . Iam creating a cube over some value based dimensions in OWB (10.2.0.3) and then deploying them to AW .Iam loading the cube and dimensions using OWB mappings.
    Any other changes or objects not possible through OWB are done directly in AWM (10.2.0.3A)
    Stuart,
    Yes this a duplicate thread i posted for almost the same problem statement.
    David,
    1st option - precompute valueset is defaulting to all members.
    a) Are you talking about the valueset <DIMENSION>_PARENTREL(<VSET>)
    I did an rpr on <VSET> , it just returned the hierarchy name. This vset would be there for any dimension ( even without precompute) and would just return the default heirarchy
    b) or Are you referring to PRECOMPUTE(<VSET>).
    As mentioned, this VSET is not coming up in the aggmap.
    2nd option - Modify the XML template with the PreComputeClause to say Expressiontype="INCLUDE" instead of "EXCLUDE". You can then delete the cube and recreate it from your XML.
    The Model view of AWM (10.2.0.3A) was showing the 'All' box as checked for this value based dimension, but the aggmap did not show any PRECOMPUTE clause. Also, when i checked the XML of the cube (in which the dimension is used), there was no pre-compute clause for only this dimension. This might be due to my AWM version iam using.What is your AWM version ?
    How do i check if pre-compute is working ?
    Here is the info about my cube :
    Dimensions : TIME (Levels: Year,Quarter,Month) ,LOB,CUST and FIN
    All dimension except TIME are value based.
    Settings : compressed, partitioned along TIME.MONTH
    I want to fully precompute TIME and LOB .
    CUST and FIN should not be precomputed.
    Thanks
    Chakri

  • "Show List of values"  showing different values than "Preview List of values for the same dimension Object

    Hi All, 
    I have a dimension object in Business Layer which is showing a different values than the original database values. When I right click on the object and select "Show List of Values its showing values which are not related to the original values in the database but if I right click on the same object and select "Preview List of Values" it shows the right values present in the database. Any suggestions on how to rectify. It was working good and many reports have been built using that particular dimension.
    Is there any way to fix the problem without the deleting the object or recreating another similar object as the object has been used in several reports, so by deleting or recreating the object may break the reports.
    Please help!

    Hi
    A  list of values is a list that contains the data values associated with an object, Lists of values inserted in the data foundation are inherited by any business layer based on the data foundation.
    Right click on the object and select  “Show Values”… Display all the DB values including null
    Preview List of Values – also display same values...getting differnece meens...Check weather using any Static List of Values.
    If you uncheck the Associated list of values check box "Preview List of Values" options is disabled.
    For best practice …LOV is disabled for un-necessary dimension objects
    Also If you have Db access check the correct data by
    SELECT
    Distinct Schema name. Table/View name. Object name
    FROM
    Schema.name. Table/View name

  • Could not set values for dimension in disc R2

    We have a star schema with 11 dimensions.
    We have got the data in the analytic workspace. Now we are trying to create a cross-tab workbook using the wizard in Discoverer Plus R2. We were trying to have the slice of data based upon only Security Type dimension and Maturity dimension.
    Now the tool is asking us to put default values for all other dimensions.
    I could set the desired values for DIM_ASSET_CLASS and DIM_COUNTRY (which are first two). But I could not do it for DIM_CURRENCY (which is the third in the list).
    I click on the “more…” but it never came back with data. Same happened for rest of the dimensions. Hence no data came on the sheet when I click on the “Finish” button. I observed that all those dimensions, in question, the tool has taken defaults (the first available records for each dimension) and which combination does not exists.
    Why the tool is behaving like this? Am I doing anything wrong?
    Also, when I tried to create a worksheet with all eleven dimensions it did not produce any results. Could you please suggest what may be wrong?

    In the Create User UI Task, add an action task which sets the MX_PASSWORD and MX_ENCRYPTED_PASSWORD attributes
    In the To Identity Store Pass use the following mappings
         mskeyvalue     %mskeyvalue%
         MX_ENCRYPTED_PASSWORD     $FUNCTION.sap_encryptPassword()$$
         MX_PASSWORD     $FUNCTION.sap_encryptPasswordMD5()$$
         changeType     modify
    This causes the system to generate a password. Note we haven't got the MX_PASSWORD field in our Create User UI Task
    For Password Reset adding the MX_PASSWORD to the UI is all that's required. When set from the UI the password policy is invoked and the appropriate tasks mapped on the Password Policy Tab of the Identity Store Configuration are triggered. You need to tick Enable password provisioning.
    From the Help file:
    Select this check box to specify that a two-way encrypted version of the password (MX_ENCRYPTED_PASSWORD) should be stored separately to be used for password provisioning. This is in addition to the hashed password (MX_PASSWORD), which is used for authentication.
    Under the section General - Event Handling there is no documentation describing these three event fields - but I think they are linked to the MX_PASSWORD attribute events. We're not currently using the other two Event Handling tasks for Change Password and Disable Account.
    We've linked out AD password change tasks to the General - Event Handling - Modify task.
    I hope this helps.

  • Dimension based on OLAP source returns text value not key value

    Hi,
    I have a Business Objects Universe based on a BEX query sitting on top of a BW datasource.  I imported the BEX query into Designer and several dimensions were created for me as well as several detail objects.  I was hoping the dimension objects created when pulled onto a Webi report would display the KEY value of the info object from BW, but unfortunately it appears to be pulling in the text value of the info object.
    Is there a way to change the default behavior so that the default dimension created will pull in the key value?
    Example:
    Universe dimension Object definition:  [ZCPCNTR].[LEVEL01]
    When pulled into a Webi report the MDX statement generated contains:  NON EMPTY [ZCPCNTR].[LEVEL01].MEMBERS DIMENSION PROPERTIES MEMBER_CAPTION
    Somewhere ".MEMBERS DIMENSION PROPERTIES MEMTER_CAPTION" gets added to the MDX statement.  I think this results in the Webi report displaying the text of the info object as opposed to the key value.  Is this modifiable?  If so what do I change to get it to display the key value?
    Thanks,
    Tim

    SAPBO786,
    Yes I do see the key value as a detail object under the dimension.  Do you kow of a way to change the default behavior so the dimension returns the key value?
    I have a bunch of reports (approx. 50) I built based on the dimension assuming the value was going to be key.  I don't want to go back and change all those reports if possible.  I am aware that I can take the Key detail object, change that to a dimension object and then modify my reports to pull that new dimension onto them, but I don't want to do that if there is a way to change the default behavior.
    Thanks,
    Tim

  • Value based dimension hierarchy in OBIEE 10G

    Hi,
    I am a user of OBIEE10G. I have to create a value based dimension hierarchy in my RPD. My hierarchy should be such that when I click on any VP Name, the respective employees working under him/her should be shown. But my columns of VP Name and Employee_Name are present in separate dimensions. Hence when I drag the column of VP Name to Employee dimension and then create the dimension hierarchy, I get an error of illegal cross join .
    Is value based hierarchy possible in 10G?
    Pls reply.
    Thanks
    Ankita
    Edited by: 848789 on Sep 28, 2011 8:40 PM

    Hi Ankita,
    As per my Understanding the VP column did't map to any LTS .
    When ever u have multiple LTS in Dim Admin tool won't create Dimension Hierarchy manually we need to create that.
    Follow these steps to resolve your Problem...
    1) give the simple join in physical layer for that two tables.
    2) Create one Dim table in to BMM layer drag all columns in 2 tables in to BMM Dim table so u can able to see all the columns is mapped in to their respective LTS.
    3) Now u can create hierarchy manually step by step.Like Grand total Parent ----> Child level .
    4) If u have any fact table joined with these dimension in physical layer give the logical joins in BMM layer and set the content levels properly.
    Let me know need any detail clarification.
    Thanks,
    Satya

  • Pre-compute for Value based dimensions in AWM 10g

    hi,
    I created a compressed partitioned MOLAP cube in OWB 10.2.0.3 based on some value based dimensions.
    I selected the hierarchy in value based dimensions for pre-compute, but it did display the hierarchy in OWB.
    I deployed the cube into Analytical workspace AWM 10g(10.2.0.3A).It created PRECOMPUTE(NA) in the relation statement for the value based dimensions.
    Is it that value based dimensions cannot be pre-computed (at the heirarchy) in AWM 10g ?
    Regards
    Chakri

    For reference, I believe this error was due to the deletion and recreation of a standard form AW formula without full restoration of the formula's PROPERTY values. AWXML (and hence 10g OWB/AWM) will not work correctly if you remove PROPERTY values from objects.

  • Conjoin dimension limited to its base dimension is too slow

    Our application has a conjoin dimension conjdim including 4 base dimensions, the definition is
    DEFINE CONJDIM DIMENSION <BaseDim1 BaseDim2 Basedim3 BaseDim4> BTREE
    CONJDIM has 21 millions values while BaseDim4 has 130 values. In middle of application,
    " limit cnjdim to a small valueset which has only 3487 values
    limit CONJDIM to CONJDIM_SMALL_VALUESET
    show statlen(CONJDIM)
    3487
    " limit BaseDim4 to 7 values
    limit BaseDim4 to 'v1' 'v2' 'v3' 'v4' 'v5' 'v6' 'v7'
    "Then limit cnjdim into BaseDim4's status
    limit CONJDIM KEEP BaseDim4 ***** took 15 minutes !!
    show statlen(CONJDIM)
    2610
    However the last limit command took very long time (more than 15 minutes) !! which doesn't make sense ?!
    Since we use KEEP in limit command, it should reduce the statue of CONJDIM from 3487 values to 2610 values,
    the OLAP data searching is only against small data range no matter how big the CONJDIM's original size is, correct ?
    That's OLAP's multi-dimension operation benefit. But our operation is so slow, what is the issue ??

    I suspect that it is the transfers occurring at g speeds that is causing your backups to be so slow. I did my initial backup wirelessly using 802.11n (5 GHz only) and it took about 20 hours to backup about 80 GB.
    Here is the setup I now use, thanks to a lot of help from other posters both here and over at Macrumors: My TC is directly connected to the cable modem with Ethernet. It is also directly connected via Ethernet to the router for my original 802.11g network, a Belkin Pre-N. The TC is set in bridge mode, 802.11n (5 GHz only). The Belkin provides all routing and is set for 802.11b.g only.
    Before my current setup, I used the TC as a separate router on its own n network. I soon gave up on this configuration, though, because it required me to from the n network to the g when I wanted to print and then back to the n network for backups. The speed of backups has been the same using the one network configuration as it was when I was doing them with the n only network.

  • Help:Limiting ancestors of a dimension leaf member:10g :OLAPDML

    We have a dimension Operating unit which has a standard parent child hierarchy.
    At run time we want to restrict the list of members visible to each user based on a security table. For leaf members we want to show the leaf member and the immediate parent. For members at any other level we want to show the member only.
    So e.g operating unit 6000 is a leaf member with parent 6100.
    In this case we want user to see 6000 and 6100.
    If operating unit is 6100 (not a leaf member) we want user to see 6100 only.
    Question is how do we 1) detect a leaf member and 2) find its immediate parent using ? via OLAPDML using the relationship CR_OU_PARENTREL or any other alternative method.
    [ We will be invoking this program via ONATTACH].
    Thanks,
    Sudip

    Suppose that your dimension is named op_unit and that the parent relation is op_unit_parentrel.
    I will assume that you have limited the the op_unit dimension to the initial list of members and that you have limited the hierarchy dimension (op_unit_hierlist) to a single member. The following limit statement will add the parents of all leaf members in status.
    limit op_unit add limit(limit(op_unit keep bottomdescendants using op_unit_parentrel) to parents using op_unit_parentrel)
    Here is an example
    rpr op_unit_parentrel
    OP_UNIT      RENTREL
    6000     6100
    6100     6200
    6200     NA
    5900     6100
    First show that parent members are added for leaves
    limit op_unit to '6000'
    limit op_unit add limit(limit(op_unit keep bottomdescendants using op_unit_parentrel) to parents using op_unit_parentrel)
    rpr op_unit
    OP_UNIT
    6000
    6100
    Now show that parent members are not added for non-leaf members
    limit op_unit to '6100'
    limit op_unit add limit(limit(op_unit keep bottomdescendants using op_unit_parentrel) to parents using op_unit_parentrel)
    rpr op_unit
    OP_UNIT
    6100

Maybe you are looking for

  • Reversal of cleared document

    Hi All, Two KR documents "A" and "B" are cleared by the clearing document "C" Now, user realized there is wrong posting for document "A". So they want to reverse the document "A" They reset the cleared documnet, and reversed the document "A". But the

  • Problems reinstalling Illustrator CS3

    I was having issues with Illustrator CS3, it kept crashing, so in hopes of fixing the problem I uninstalled and am now trying to reinstall. When I put the install disc in, it starts to go through the process then asks for me to put in InDesign CS4 di

  • Queries on  Call Function In update Task

    Hi ,      I have a requirement where I have to update a ztable in background once I execute the report.THe requirement is to exceute the updation in background.Will Call funtion in update task help me?If yes, I have never used call function in update

  • No records when inputting new field from linked tables.

    I have linked two tables in a report.  If I use only fields from one table, no problem.  As soon as I add a field from the other table no records are pulled.  I am using the same filed "IncidentID" in both tables as a link.  If I attempt to pull the

  • XWS-Security and Sun Java Studio Enterprise

    Hi, Does anyone knows whether XWS-Security API is integrated into Sun Java Studio Enterprise? I can't find the information anywhere in the java site. If there happens to be one, could you let me know about it? Thanks in advance :)