Empty tabs in BAM Active Studio (SOA Suite 11.1.1.3)

Hi all,
I experienced an issue with BAM Active Studio and the SUN jdk 1.60_18 in SOA Suite 11.1.1.3. When I click "edit view" in a report, the "Data" tabs are all empty. The issue only occurs with the bundled SUN jdk 1.60_18 (under Windows 7). It does not occur when using the bundled jrockit 1.60_17.

Hi,
I successfully installed SOA Suite 11.1.1.3 too on windows 2003server
I first Installed oracle database11.2.0.2
then Created RCU - 11.1.1.2.1 using prefix "DEV",but no use the RCU 11.1.1.3
after Installed WLS 10.3.3 full install
Finally Installed SOA Suite 11.1.1.2.0 in the middleware home created in Step 3
and Upgraded SOA Suite from 11.1.1.2 to 11.1.1.3
so we hava the same steps.I run the em and console successful,and all the soa Components are run Operating normally!
and I found not any different between RCU 11.1.1.2.1 and RCU 11.1.1.3 on install soa suite.
I want to know you to Exchange our soa Experience!

Similar Messages

  • BAM Active Studio bug

    I am unable to see the Data Objects/Fields/Sort/Filter/Top N/Calculation/Drilling in the tabbed pane of the Updating Ordered List in the Oracle BAM Active Studio. This looks like a bug. How can I fix it. I am using 11.1.1.2 version. Please advise.
    Thanks

    This appears to be the Sun jdk issue covered in another thread. See REQD for Fresh BAM Install 11.1.1.3.0 -Data labels missing issue
    Change the jdk and it should work.

  • Is it possible to import Reports in BAM Active Studio?

    Hi,
    i exported (saved as) a Report in BAM Active Studio as a .mht file. Now i'm searching for a possibility to import this Report on another Server. There seems to be no way to import it directly. Even on the file system is no folder where it can be placed. I thought that BAM Active Studio may recognize it and import it automatically.
    Regards
    Frank

    Hi Frank
    I am not familiar with .mht file. BUT any BAM Stuff like BAM Reports, Data Objects (Single or All) can be Exported and Imported using a command called icommand. I sue this to Export from one Env like Dev or QC and Import into Production. Here is link for more details.
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10224/bam_icommand.htm
    Thanks
    Ravi Jegga

  • Error of New report creation in BAM Active Studio

    I just installed Oracle BAM. I entered in WEB-interface and selected Active Studio.
    Then I pressed "Create a New report" Button. I've had the following message report:
    The Data Object was deleted.
    What shall I do to fix this problem? The error details see below.
    Exception Message:
    The data object "_Custom_Parameters" does not exist.
    Stack Trace:
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Load()
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Get(Dataset oDataset, Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Dataset.LoadSchema(Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier, Boolean bReadOnly, Row oLooksertRow, Boolean bIncludeAllColumns)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier)
    at Oracle.BAM.Middleware.Persistence.Parameters.CustomParameter.GetAllCustomParameterIDs(Context oContext)
    at Oracle.BAM.Middleware.ImportExport.ReportExporter.GetParametersXML(Int64 lReportId, Context oContext, IncludeCustomParameters eIncludeCustomParameters)
    at Oracle.BAM.ActiveStudio.ReportEditor.EditReport()
    Debugging Information:
    The data object "_Custom_Parameters" does not exist. [ErrorSource="ActiveDataCache", ErrorID="ADCDataSetNotFound"] Debugging information: Oracle.BAM.ActiveDataCache.Common.Exceptions.DataObjectNotFoundException: The data object "_Custom_Parameters" does not exist.
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Load()
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Get(Dataset oDataset, Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Dataset.LoadSchema(Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier, Boolean bReadOnly, Row oLooksertRow, Boolean bIncludeAllColumns)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier)
    at Oracle.BAM.Middleware.Persistence.Parameters.CustomParameter.GetAllCustomParameterIDs(Context oContext)
    at Oracle.BAM.Middleware.ImportExport.ReportExporter.GetParametersXML(Int64 lReportId, Context oContext, IncludeCustomParameters eIncludeCustomParameters)
    at Oracle.BAM.ActiveStudio.ReportEditor.EditReport()
    Assembly: ActiveStudio
    State: Oracle.BAM.ActiveStudio.ReportEditor
    Event: EditReport
    xmlReportDef:
    <Report type="tiled"><Layout maximize="true"><View id="view1" top="0.0%" left="0.0%" width="100.0%" height="39.5%" /><View id="view2" top="40.5%" left="0.0%" width="100.0%" height="59.5%" /></Layout><Views><View id="view1" /><View id="view2" /></Views></Report>

    Looks like one of the system dataobjects wasn't properly loaded.
    I believe you have some/most tables for the Active Data Cache (populated during install) because it appears you are able to start the Oracle BAM Active Data Cache service and get to the Start Page.
    Here's the xml for the system dataobject that appears to be missing.
    Note: I assume you have version 10.1.2.1, the latest version of BAM.
    =========================
    <?xml version="1.0" encoding="utf-8"?>
    <OracleBAMExport Version="862.0" Build="3.4.5109.0">
    <DataObject Version="14" Name="Custom Parameters" ID="_Custom_Parameters" Path="/System/Custom Parameters" External="0">
    <Layout>
    <Description><![CDATA[This data object contains user defined Custom Parameters that are available across all reports.]]></Description>
    <Column Name="Name" ID="_Name" Type="string" MaxSize="64" Nullable="0" Public="1" TipText="The name of the Custom Parameter that appears in reports." />
    <Column Name="Value" ID="_Value" Type="string" MaxSize="1000" Nullable="0" Public="1" TipText="The value of the Custom Parameter." />
    <Column Name="Description" ID="_Description" Type="string" MaxSize="1000" Nullable="1" Public="1" TipText="Optional long description." />
    <Indexes />
    </Layout>
    <Contents />
    </DataObject>
    </OracleBAMExport>
    ===========================
    Paste this into notepad and save as customparameters.xml
    Then import using DOS running this command:
    icommand cmd=import file=filename.xmlThen try to recreate the report again.
    Check that you have all system dataobjects in Architect:
    System\Alerts\External Actions
    System\Alerts\History
    System\Custom Parameters\Custom Parameters
    System\Views\Action Form Templates
    System\Views\Chart Themes
    System\Views\Matrix Themes
    System\Views\Util Templates
    Depending if you have installed and started the Oracle Plan Monitor service, you'll see this also:
    System\Plan Monitor\Oracle BAM Plan Monitor\Journal
    System\Plan Monitor\Oracle BAM Plan Monitor\Lock
    System\Plan Monitor\Oracle BAM Plan Monitor\Plan Status
    System\Plan Monitor\Oracle BAM Plan Monitor\Service Status
    ====================
    IF you have any missing system dataobjects, I would suggest drop the Oracle user account used to install BAM so you would delete all it's tables. Then recreate the same user account with resource and connect privileges. Then run cacheinit.exe from your OracleBAM\BAM directory. This will recreate the entire ADC for you.
    Sincerely,
    Michelle

  • BAM Active Studio - Group by

    Hi,
    I tried to design a report (Stacked Bar Chart) for my Data Object Employee (Salesname:string, salesarea:string, salesnumber:integer,timestamp:date).
    Now I'd like to group by Salesarea and show the chart values count(salesname) for
    each column. But that doesn't work. It says:" 'g_oGroupLevels' is undefined."
    One can only show the sum(salesnumber), no matter what column it is grouped by.
    When I group by Salesarea and select both count(salesname) and sum(salesnumber), it works.
    But I'd like to have it without the salesnumber.
    Is there a workaround to do this?

    hello again Sylvie- I tested the same steps on the new release and did not find the error you mentioned. IT works fine- I followed your exact steps. Can you verify your BAM version again. and retest. Or send a picture of your chart-dataobject selection and chart error to [email protected] [maybe I can just take a look, and maybeI cannot reproduce it]

  • Error in BAM active studioOnly an adminstrator can impersonate another user

    Hi
    I have installed Oracle BAM on XP and tried to create a simple report using BAM Active studio. I have selected an object from sample folder ('Employees') and selected a simple report layout.I have done all the necessory steps mentioned in Developer user guide and when i clicked the 'Finish' Button I 'm getting the following error.
    Only an adminstrator can impersonate another user
    Details...
    Exception Message Only an administrator can impersonate another user.
    Stack Trace Server stack trace: at Oracle.BAM.ReportCache.Server.ReportCacheServer.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Oracle.BAM.Middleware.ReportCache.IReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.Middleware.ReportCache.RemoteReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.ReportServer.DataManager.OpenViewSet(String strModifier, ViewSetBuilderBase oViewSetBuilder, String strUserName) at Oracle.BAM.ReportServer.List.RenderList(String strViewsetId, String strDataset, String strXmlModifier, String strXmlProperties, Boolean bActive, String strInEditor, Boolean bEmail, String strUserName, Int32 iRecordsLimit, Int32 iClientWidth, Int32 iClientHeight, Int32 iBrowserTimezoneOffset, String strActiveDataDelay, String strActionButtonsXML) ...
    Debugging Information Only an administrator can impersonate another user. [ErrorSource="ActiveDataCache", ErrorID="ADCCannotImpersonate"] Debugging information: Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: Only an administrator can impersonate another user. Server stack trace: at Oracle.BAM.ReportCache.Server.ReportCacheServer.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Oracle.BAM.Middleware.ReportCache.IReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.Middleware.ReportCache.RemoteReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.ReportServer.DataManager.OpenViewSet(String strModifier, ViewSetBuilderBase oViewSetBuilder, String strUserName) at Oracle.BAM.ReportServer.List.RenderList(String strViewsetId, String strDataset, String strXmlModifier, String strXmlProperties, Boolean bActive, String strInEditor, Boolean bEmail, String strUserName, Int32 iRecordsLimit, Int32 iClientWidth, Int32 iClientHeight, Int32 iBrowserTimezoneOffset, String strActiveDataDelay, String strActionButtonsXML) ...
    ReportType tiled
    DataSet EMPLOYEETEST
    ViewsetId NOT_INITIALIZED
    ViewId view1
    Properties <Properties ContentType="StreamingList" datasetId="_EMPLOYEE_TEST"> <Title display="true" color="#ffffff" font-family="Tahoma" font-weight="Bold" font-size="11" underline="false" overline="false" line-through="false" capitalize="false" uppercase="false" lowercase="false" background-color="#7B97C0" text-align="left"> <Text bUseViewName="true"> </Text> </Title> <Body alt_increment="1" alt_color="#dfdfdf" font-family="Tahoma" font-size="11px" color="black" background-color="transparent"> <Border color="#000000" width="1px" style="solid"/> </Body> <Headings background-color="#c7c7c7" underline="true" display="true" font-family="Tahoma" font-size="11px" color="black"/> <Empty display="false" text="No Values" text-align="left" font-family="Tahoma" font-size="11px" color="black"/> <ActiveData newColor="#FFE299" newTimeSeconds="1"> </ActiveData> </Properties> ...
    ModifierXml <Modifier id="0" dataset="_EMPLOYEE_TEST"><FieldRefs><DatasetField fieldRefID="2" datasetField="_Dept" dataType="INTEGER" order="0"/><DatasetField fieldRefID="0" datasetField="_employee_id" dataType="INTEGER" order="1"/><DatasetField fieldRefID="3" datasetField="_Job_id" dataType="INTEGER" order="2"/><DatasetField fieldRefID="1" datasetField="_Name" dataType="STRING" order="3"/><DatasetField fieldRefID="4" datasetField="_Salary" dataType="INTEGER" order="4"/></FieldRefs><RecordFields><RecordField fieldRefID="2" datasetField="_Dept" dataType="INTEGER" fieldID="0" order="0"/><RecordField fieldRefID="0" datasetField="_employee_id" dataType="INTEGER" fieldID="1" order="1"/><RecordField fieldRefID="3" datasetField="_Job_id" dataType="INTEGER" fieldID="2" order="2"/><RecordField fieldRefID="1" datasetField="_Name" dataType="STRING" fieldID="3" order="3"/><RecordField fieldRefID="4" datasetField="_Salary" dataType="INTEGER" fieldID="4" order="4"/></RecordFields></Modifier> ...
    InEditor true
    IsInViewMode false
    ActiveDataDelay 0
    TimezoneOffset 240
    ActionButtons <ActionButtons></ActionButtons>
    clientWidth 961
    clientHeight 522
    Assembly ReportServer
    State Oracle.BAM.ReportServer.StreamingList
    Event Initialize
    Could you please help me to resolve this issue.
    Thanks
    Laj

    Hi
    This issue has been resolved.
    Fix :- Earlier i have defined all the BAM services as Localy.Modified those services to run it from my user id.
    thanks
    Laj

  • Oracle BAM part of SOA release?

    Isn't Oracle BAM part of SOA suite? If so, is it part of 10.1.3.1 SOA Preview release?
    There used to be BPEL Process Analytics with earlier release and there is the Peoplesoft aquired .NET version of BAM. I am not so clear on the BAM road map with respect to SOA suite.
    Thanks in advance.
    Regards,
    Rajesh

    In 10.1.3. BAM is still .net based (at lease partly) which means you need to install it seperatly - but the good news is we are working ahrd to make it j2ee - and going forward it will be part of the whole thing
    hth clemens

  • BAM - Acrive Studio - Browser Error in filter

    In Acrive Studio (BAM 11g) I must create a graphic on specific value of BI
    But when I click on "filter" I have an browser error and I show blank area.
    The error is :
    Messaggio: Previsto ';'
    Linea: 50
    Carattere: 85
    Codice: 0
    URI: http://atenei02.private.cineca.it:7052/OracleBAM/8533/activestudio/default.jsp
    Messaggio: 'g_strFilterNodeName' non è definito
    Linea: 61
    Carattere: 2
    Codice: 0
    URI: http://atenei02.private.cineca.it:7052/OracleBAM/8533/shared/scripts/filtereditor/Filter.htc
    Someone can help me ...
    Thanks
    Elena

    Hi Luciano,
    I explain you
    In BAM --> Active Studio --> Create new report --> select data object (setp 1) --> select data object fields ( step2)
    --> Other function ( step 3) --> create filter.
    Now , when I select "create filter" in the bottom bar of the browser show a warning simbol (!) and read "End". If I see the detail of the warning :
    Dettagli errore pagina Web
    Messaggio: Previsto ';'
    Linea: 50
    Carattere: 85
    Codice: 0
    URI: http://<server_url>/OracleBAM/8533/activestudio/default.jsp
    Messaggio: 'g_strFilterNodeName' non è definito
    Linea: 61
    Carattere: 2
    Codice: 0
    URI: http://<server_url>/OracleBAM/8533/shared/scripts/filtereditor/Filter.htc
    I can not select any option, I just delete and start over.
    In this way, I can not define the filters for graphics
    Thanks
    Elena
    P.S: Sorry for the late reply

  • Difference between refresh of Report in Active Viewer and Active Studio BAM

    We use the Oracle SOA Suite with BAM (on Linux) 10.3.2.0.
    I have 2 questions:
    1. We have made a report with several items and in Active Studio --> Select Report --> Edit mode --> I see the correct values for my report. When I open my report in Active Viewer I see data from yesterday. The report is not being refreshed. How can I change this, what is causing this difference between Active Viewer and Active Studio in Edit mode??
    2. One of my items in my report always gives the message: opening (only in Active Viewer, in Active Studio/edit mode I can see the correct data).

    Is your popup blocker turned off? I can only imaging that the popup blocker may be keeping the Live Data window from appearing and updating the dashboard. Active Studio doesn't do a Live update, but an update on report load.

  • Activation Agent in SOA Suite 11g

    Hi,
    The 10g SOA Suite has the activation agents for the BPEL PM - that can start process instances from the reception of an Email for example.
    So far, I have not been able to find something like this in the documentation. I am wondering whether there is or will be a mechanism in the 11g SOA infrastructure to have the reception for example of email messages or IM (Chat) messages be processed potentially leading to new service instances. Or would I need to create a custom 'polling' solution for this.
    thanks.
    Lucas

    Hi,
    I have placed my transformations in shared folder inside MDS & pass the transformation file to the Oracle SOA transformation function as oramds:/apps/<transformation file name>, i.e in my case I have put the transformation_example.xsl in /apps/testing folder, so I passed oramds:/apps/testing/transformation_example.xsl. I don't deploy shared transformation with composite but put it in shared location.
    Your case should also work, look like to me the path issue, jdev ide by default creates all transformation file inside xsl folder, but in the path does not have xsl folder. Check the MDS repository & verify oramds:/deployed-composites/default/DB_Event_rev1.8/Transformation_2.xsl is right.
    HTH
    Ashish

  • I have SOA suite and Jdeveloper, what do i need more for BAM ?

    Hi
    Thank you for reading my post
    I have installed both soa suite and latest version of jdeveloper
    I can see BAM node under connections node but i do not know how should i add the bam server connection.
    so my questions are :
    -should i install the bam server seperately or it come with ORACLE SOA suite?
    -if i should install seperately, where is hould find it?
    -if it is inside the SOA suite How i can activate it and add it to my Jdeveloper?
    thanks

    \BAM is part of SOA suite, but BAM should be installed separately, Go to http://www.oracle.com/technology/products/integration/bam/index.html for details.

  • BAM can't connect so SOA Suite 10g

    Hi,
    I'm trying to use BAM 11g TP4 out of my existing BPEL project, which is deployed on an oc4j (SOA Suite 10g). Unfortunalety I have to use JDeveloper 10g, so there's no way to get BAM Connection, which forced me to usa a JMS Adapter.
    The problem is, BAM can't connect to the SOA Suite. I added an Enterprise Message Sources with the following properties.
    Initial Context Factory: oracle.j2ee.rmi.RMIInitialContextFactory
    JNDI Service Provider URL: opmn:ormi://localhost:6003:home/default
    Topic/Queue ConnectionFactory Name: jms/QueueConnectionFactory
    Topic/Queue Name: jms/demoQueue
    JNDI Username: oc4jadmin
    JNDI Password: welcome1
    JMS Message Type: TextMessage
    Durable Subscriber Name (Optional):
    Message Selector (Optional):
    DataObject Name: /EUDLR/AntragsAbwicklung/Antrag
    Operation: Insert
    Batching: No
    Transaction: No
    Start when BAM Server starts: Yes
    JMS Username (Optional):
    JMS Password (Optional):
    Message Specification
    Message Element Name: Pre
    Column Value
    Element Tag
    Attribute
    Source to Data Object Field Mapping
    Key Tag name Data Object Field
    . roh. rohdaten.
    Testing the connection results in the following error:
    Test nicht erfolgreich - BAM-00553: Start der Ressource für Ziel "jms/demoQueue" war nicht erfolgreich. (means: test not successful, unable to start "jms/demoQueue")
    Do I have to make any further configurations?
    Thanks in advance
    Stefan
    Edited by: user10624791 on Jan 8, 2009 6:26 PM

    Hi,
    may be you have to use ODI to read JMSQ and to put data to BAM11gTP4 because it does not work with SOA10g. Alternative you can use WebServces to publish BAM11g Dataobjects.
    Regards
    haitham

  • Does the AS2 adpater is included by default in the SOA suite 11g or BAM

    Hi,
    I wanted to know that does the AS2 adpater comes by default with the SOA Suite 11g package or with BAM or we do need to have a seperate licensing for the adapter.
    Thanks in Advance,
    Jignesh

    Hello Jignesh,
    Oracle B2B (part of Oracle SOA suite 11g) supports AS2 exchange protocol. I don't think you need a separate license for that but still it would be better to confirm it once with your local Oracle Sales representative.
    For Oracle B2B related info, please refer -
    http://www.oracle.com/technetwork/middleware/b2b-integrations/overview/index.html
    Regards,
    Anuj

  • SOA Suite -  Active/Passive HA

    Dear All,
    Need your guidance in configuring Oracle SOA suite with ESB to make it highly available (Active / Passive) . Have gone through one document but its only showing Active/Active configuration.
    Is there any step by step doc for this.
    Regards,

    Thanks for update Taylor.I'm following from below URL:
    http://download.oracle.com/docs/cd/B31017_01/core.1013/b28941/toc.htm
    We need to install SOA suite with ESB,but the mentioned document doesnt give any scenerio for Active/Passive configuration for SOA.
    I want to know how we'll distribute the software components on each node/shared storage for an Active/Passive topology, so in case of node failure , other node can take over.Currently we've installed following on a single node.
    1- OC4J and J2EE in one home
    2- SOA and ESB in second home
    Any help will be highly appreciated.

  • Is Oracle JDeveloper 12c Studio is an all-encompassing SOA suite?

    Hello,
    Need some clarification on this whole SOA puzzle.   Turns out there are more than one "current" version of Jdevelopers.
    Oracle SOA's latest release is 11g.   Jdeveloper Suite latest release is 12c.    When you download SOA Suite from OTN, you get 11g not 12c.
    So the question is, in order to learn latest of SOA suite and FMW,  which one should be downloaded?
    If 12c is not SOA suite than, is it supported when used with SOA suite 11g.
    Please advise.
    Darsh

    Hi Darsh,
    Oracle recommends you use the version of JDeveloper which correlates with the version of SOA Suite you are using. So if you just want to "learn the latest of SOA suite and FMW" I suggest downloading the 11.1.1.7 version of JDeveloper and SOA Suite.
    Event though there are later versions of JDeveloper they don't have the necessary SOA add ons required.
    Regards
    Riaan

Maybe you are looking for

  • Error when connecting iPod Nano with PC

    I really don't know what the problem with my Nano is. I have tried almost everything, including disabling my antivirus program, but when i try to connnect my iPod to my computer, i keep getting an error message. It says "The software required for com

  • Labview Error 10608 occurred at an unidentified location. No transfer is in progress for the specified resource

    I am using Measurement Computing Boards MiniLab1008 as my hardware. I have very basic VI which is using AI Acquire Waveform VI in it. Basically I am trying to do exactly which is on this link: http://www.seas.upenn.edu/ese/rca/software/Labview/myfirs

  • Classnotfoundexception in WSAD 4.0

    I just started using WSAD 4.0 and am having the following problem. There are certain classes that my ejb needs that are in a JAR file which is in the build path for the ejb project. I import the classes into my ejb class and there are no errors at co

  • Cant boot HELP

    cant boot after i ran out of battery during update later when i recharged it i left macbook on for 12hours without moving off the boot screen (the grey apple with the circle loading thing) i tried repairing it with mac install disk but nothing. not s

  • Admin server console forbidden

    Hi, in weblogic 11gR , in user projects, base-domain when click on Admin server console, in browser I will have HTTP 403 Forbidden. And in cmd box of start Admin server I have : <30 avr. 2010 13 h 37 CEST> <Notice> <WebLogicServer> <BEA-000365> <Serv