Problem with Samples in EXS24

Hello Community,
i use the EXS24 as Drum-Sampler in Logic. I load some Drum Hits (.wav) into the exs24 and record my drums tracks.
But sometimes I have the following problem:
I load a .wav file into the exs24 but it sounds not like the original .wav sound in the finder preview or in quicktime - its totally blurred and u here a loud noise - so i cant use it for my music... i cant understand where the problem is, because i load it into the sample like always! Is a wavefile with 2,9 MB to big for this sampler??
Can somebody help me to get this to work?
Thanks

found a solution that worked for me with same problem, turned out the samples I was using were 32 bit.
Go to media>bin>add audio file
then add all the files to your bin. drag the files from bin into exs24.
hope this works for you as well!

Similar Messages

  • A problem with sample application modification

    Hello,
    I trying to build my application based on the Oracle HTML DB sample application (SA). I do have ‘orders’ and ‘order_item’ tables and forms – similarly as the SA dos. However I do have a problem with a fact that SA’s ‘enter order header’ page only mandatory (not null) columns are obtaining values from a sequence (order_id) and popup key lov (p201_customer_id).
    In my application, I do have additional mandatory column – due_date. I can’t find a way to populate this column at the same time when process ‘process row of demo_orders’ is executed. This process’ type is ‘automatic row processing (dml)’ and as I can see it only deals with one primary key and one secondary key.
    On my own ‘enter order header’ page I do have ‘p201_due_date’ item displayed as ‘date picker (dd/mm/yyyy)’ so when I run my ‘enter order header’ page I can select ‘customer name’ similarly as on SA, and I do have additional ‘due date’ field where I can select a date from calendar-type popup window. However when I click on ‘continue >’ I am getting error ORA-01400 because I don’t know where to set that my due_date table column has to get populated from p201_due_date when I click on ‘continue >’ button.
    Is this doable using build in ‘automatic row processing (dml)’ process type or I have to write my own pl/sql anonymous block to handle this?
    Thank you for your time.
    DanielD

    Does p201_due_date have a source type 'Database Column' ? It should in order for the fetch and DML processes to know about it.
    Scott

  • Problems with Sampling rate in LabVIEW with 1/4 bridge strain gage

    Hello,
    I have a question.  I have SCXI 1001 and am trying to read strain gages and thermocouples.  In the slot 1 I have a 1122/1322 with thermocouples that works great.  In slot 2 I have a 1121/1321 that needs help.  I cannot figure out how to make a LabVIEW program to read the strain gage. 
    Is computer hardware a factor?  I have a relatively old Dell, 1.7 ghz, 256 MB RAM, and all of my programs bog my machine down.  My thermocouple program with 1 functioning channel takes almost 2 minutes to load. 
    Anyway, I program the DAQ assistant like I think it should be done, but I am having problems with the sampling rate.  Everytime I run the program I get an error message saying that it could not get the recommended samples in time.  I have had my delay time on my While Loop as low as .25 s and as high as 1.5 s.  I have changed my sampling rate from 1 hz to 1000 hz. 
    I would really appreciate any and all help on this matter.  I am still very new to LabVIEW. <I could not contain my excitement when my thermocouple program worked>
    Thanks,
    CDawgttu

    Hi CDawgttu,
    I think the best thing that we can do for the moment is to try and see what the maximum rate you can get on the 1121 is, when working on its own.
    According to the DataSheet the 1122 is more likely to be what's slowing you down.  There could also be some concerns with how the internal jumpers are set on the 1121, so you may want to make sure that the settings there match how you have configured your board in Measurement and Automation Explorer. 
    -You can set this up by right clicking on the SCXI module and adjusting the Properties.  On the Jumpers Tab you should then make sure the values match what you've set internally (SCXI-1121 User Manual - Chapter 2)-
    When you use just the 1121, see if that makes a difference in your overall application speed.
    Finally, it may be easier to use an example program than the DAQ Assistant since you are using such an old machine.  You can find Strain Gauge examples by opening LabVIEW and following this path:
    Help > Find Examples > Browse > Hardware Input and Output > DAQmx > Analog Measurements > Strain > Cont Acq Strain Samples.vi
    I hope some of these tips get you pointed down the right path.
    Regards,
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • Problem with sample file "SampleShapefileToJGeomFeature"

    I download two zip files shape2sdojava.zip and sdo_java_040319.zip (http://www.oracle.com/technology/software/products/spatial/index.html) , because I want write java aplication that will work with shp files.
    I tried to compile this example file "SampleShapefileToJGeomFeature.java", but i get error message:
    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
         DBFReaderJGeom cannot be resolved to a type
         DBFReaderJGeom cannot be resolved to a type
         The constructor ShapefileReaderJGeom(String) is undefined
         ShapefileFeatureJGeom cannot be resolved to a type
         ShapefileFeatureJGeom cannot be resolved to a type
         The method getShpFileType() is undefined for the type ShapefileReaderJGeom
         The method getMinMeasure() is undefined for the type ShapefileReaderJGeom
         The method getMaxMeasure() is undefined for the type ShapefileReaderJGeom
         The method getMinZ() is undefined for the type ShapefileReaderJGeom
         The method getMaxZ() is undefined for the type ShapefileReaderJGeom
         The method getMinX() is undefined for the type ShapefileReaderJGeom
         The method getMaxX() is undefined for the type ShapefileReaderJGeom
         The method getMinY() is undefined for the type ShapefileReaderJGeom
         The method getMaxY() is undefined for the type ShapefileReaderJGeom
         The method getShpDims(int, double) is undefined for the type ShapefileReaderJGeom
         at SampleShapefileToJGeomFeature.main(SampleShapefileToJGeomFeature.java:303)
    So is this mean that this class DBFReaderJGeom does not exist in java.spatial.util?
    Maybe this sample file is outdated, because class ShapefileFeatureJGeom is changed, now takes two parametars insted of one.
    Message was edited by:
    user547750

    I found similar problem on this thread
    Oracle Spatial Java API Problem
    Is it possible for somebody to send me on mail these jar libraries from oracle database 10gR2?
    And I dont know why this is not fixed yet on the oracle web site?
    mail: konj_p @ yahoo.com
    Thanks

  • Sun ejb tutorial compilation problem with sample code

    I have been trying to follow the ejb tutorial off of Sun's web site. However, I get the following problem when I try to compile the sample code.
    prompt>javac Demo.java
    works fine
    Prompt>javac DemoBean.java
    works fine
    Prompt>javac DemoHome.java
    DemoHome.java:23: cannot resolve symbol
    symbol : class Demo
    location: interface ejb.demo.DemoHome
    public Demo create() throws CreateException, RemoteException;
    ^
    1 error
    Prompt>
    Can anyone help me out as I have tried several books which conveniently skip the part about compiling errors.
    I noticed I don't have a CLASSPATH variable and then i created one with just '.' in it and that didn't work. any help would be appreciated as this is driving me crazy. Thanks.

    try to change the order of the exception.
    first RemoteException and then CreateException

  • The same problem with samples

    Hello,
    When i tried to run AssociationRules sample i've got the following error:
    Completed MiningServer login
    Formed bin boundary objects: census_2d_build
    Created discretization tables for: census_2d_build
    Received an exception in main: ORA-00905: missing keyword
    ORA-06512: at "ODM.ODM_MINING_TRANSFORMATION", line 1613
    ORA-06512: at line 1
    java.sql.SQLException: ORA-00905: missing keyword
    ORA-06512: at "ODM.ODM_MINING_TRANSFORMATION", line 1613
    ORA-06512: at line 1
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1839)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1764)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2354)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:421)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:486)
    at oracle.dmt.odm.transformation.Transformation.discretize(Transformation.java:607)
    at Sample_Discretization.performCensusBinningFor2D(Sample_Discretization.java:182)
    at Sample_AssociationRules.performDiscretization(Sample_AssociationRules.java:202)
    at Sample_AssociationRules.main(Sample_AssociationRules.java:128)
    Logging out of MiningServer.
    Using Java debugger i can see that the problem in function odm_mining_transformation.discretize_2d(bla,bla,bla,bla,bla,bla,bla)
    Thanks to Oracle wrapped packages i can't handle with this problem.
    Is there any unwrapper or something to fix bad package?

    Hi!
    I think the problem is in "Sample_Discretization.performCensusBinningFor2D" that, with the original values of the "census_2d_build" table creates the discretization tables with float numbers.
    So later, when it tries to discretize, it misinterprets the comma and causes the error:
    "missing key value".
    THE SOLUTION IS "AS SIMPLE" AS TO HAVE ONLY INTEGER VALUES in the lower_boundary and
    upper_boundary columns of the discretization tables created.
    Ok. Now the AssociationRules sample works fine but....
    I still have another error in NaiveBayes, this is the layout:
    Completed MiningServer login
    Formed bin boundary objects: census_tx_build
    Created discretization tables for: census_tx_build
    Binned : census_tx_build. Output view:odm.census_build_binned
    Attribute column name: ANAME
    Persisted MiningFunctionSettings. Name: Sample_NB_MFS_1
    Invoking NaiveBayes Model build.
    Start time: Thu May 23 13:07:08 CEST 2002
    Exc:ORA-29532: llamada Java terminada por una excepcisn Java no resuelta: oracle.jdbc.driver.OracleSQLException: ORA-20010: ODM_NAIVE_BAYES_MODEL.BUILD.CREATE_F2J: Model building failed with error (ORA-00998: debe proporcionar un nombre a esta expresion un alias de columna).
    ORA-06512: en "ODM.ODM_MODEL_UTIL", linea 1517
    ORA-06512: en "ODM.ODM_NAIVE_BAYES_MODEL", linea 245
    ORA-06512: en "ODM.ODM_NAIVE_BAYES_MODEL", linea 1518
    ORA-00998: debe proporcionar un nombre a esta expresion con un alias de columna
    ORA-06512: en "ODM.ODM_NAIVE_BAYES_MODEL", linea 1052
    ORA-06512: en linea 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1846)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1771)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2361)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:487)
         at oracle.dmt.odm.model.MiningModel.build(MiningModel.java:161)
         at Sample_NaiveBayesBuild.buildNaiveBayesModel(Sample_NaiveBayesBuild.java:329)
         at Sample_NaiveBayesBuild.main(Sample_NaiveBayesBuild.java:136)
    Have anyone any idea????
    TIA,
    Nuria.

  • Problems with samples in Workshop 8.1.3

    I am Weblogic newbie.
    When I used Weblogic Workshop 8.1.3, I found I can not build many ejb projects smoothly, even for some samples in workshop.
    I guess the underlying reason is from the version I am using, workshop 8.1.3. Then I use Workshop 8.1.2 to build, it works.
    Is there anyone who knew about this problem?
    I am using Windows XP chinese version.
    Thanks a lot in advance.
    I can give you a build error info, as following,
    WARNING: All files compiled. Running ejbc...
    <2004-11-17 ÏÂÎç03ʱ42·Ö25Ãë CST>
    <2004-11-17 ÏÂÎç03ʱ42·Ö25Ãë CST>
    C:\DOCUME~1\brian.liu\LOCALS~1\Temp\wlw_ParEJB_build\com\motorola\police\Arrest_9ji946__WebLogic_CMP_RDBMS.java:1736: ';' expected
    int oldState __WL_method_state;
    ^
    C:\DOCUME~1\brian.liu\LOCALS~1\Temp\wlw_ParEJB_build\com\motorola\police\Person_s7rxmu__WebLogic_CMP_RDBMS.java:645: 'finally' without 'try'
    } finally {
    ^
    C:\DOCUME~1\brian.liu\LOCALS~1\Temp\wlw_ParEJB_build\com\motorola\police\Person_s7rxmu__WebLogic_CMP_RDBMS.java:565: 'try' without 'catch' or 'finally'
    try {
    ^
    C:\DOCUME~1\brian.liu\LOCALS~1\Temp\wlw_ParEJB_build\com\motorola\police\Person_s7rxmu__WebLogic_CMP_RDBMS.java:654: illegal start of expression
    public void __WL_loadGroup0FromRS
    ^
    C:\DOCUME~1\brian.liu\LOCALS~1\Temp\wlw_ParEJB_build\com\motorola\police\Person_s7rxmu__WebLogic_CMP_RDBMS.java:1871: ';' expected
    ^
    C:\DOCUME~1\brian.liu\LOCALS~1\Temp\wlw_ParEJB_build\com\motorola\police\Person_s7rxmu__WebLogic_CMP_RDBMS.java:1878: '}' expected
    ^
    6 errors
    ERROR: ERROR: Error from ejbc: Compiler failed executable.exec
    ERROR: ERROR: ejbc couldn't invoke compiler
    BUILD FAILED
    ERROR: ERROR: Error from ejbc: Compiler failed executable.exec
    ERROR: ERROR: ejbc couldn't invoke compiler

    Did you have a look in the temp build dir to see if there's really something wrong with the generated code (may be ejbc gets fooled by some character in a string literal or comment)? However you must have two separate installations for wls 8.1.2 and 8.1.3 so it's possible that classpath settings differ for the two.
    Regards.
    Antonio.

  • Problems with sample.basicftp

    Hi,
    I have just tested the samples from the Drive SDK.
    The 'HelloWorld' example works fine.
    I have then tested the 'sample.basicftp' and even I can connect to the FTP-Server no files or directories were listed.
    I also can't write on the FTP-Drive, because it is write protected.
    I have activated the debug messages in 'log4j.xml'.
    This is a snippet from the output of the log:
    ConnectHandler - -->In()   
    FtpClientHelper - connecting server: xxx.xxx.152.179 
    FtpClientHelper - connected   
    ConnectHandler - -->Out()   
    GetVolumeIconHandler - -->In()   
    GetVolumeIconHandler - -->Out()   
    GetConnectionDetailsHandler - -->In()   
    GetConnectionDetailsHandler - -->Out()   
    GetAssetsHandler - -->In()    
    GetAssetsHandler - -->In()    
    GetAssetsHandler - (assetId:null | parentId:/ | assetPath:/Contents)
    GetAssetsHandler - (assetId:null | parentId:/ | assetPath:/mach_kernel)
    GetAssetsHandler - Attempting to determine asset type: /Contents
    GetAssetsHandler - Attempting to determine asset type: /mach_kernel
    GetAssetsHandler - Asset not found
    GetAssetsHandler - -->Out()
    GetAssetsHandler - Asset not found
    GetAssetsHandler - -->Out()
    GetAssetsHandler - -->In()
    GetAssetsHandler - (assetId:null | parentId:/ | assetPath:/autoexec.bat)
    GetChildrenHandler - (assetId:/ | parentId:null | assetPath:/)
    GetChildrenHandler - -->Out()    
    GetAssetsHandler - -->In()    
    GetAssetsHandler - (assetId:null | parentId:/ | assetPath:/.TemporaryItems)
    GetAssetsHandler - -->Out()   
    GetAssetsHandler - -->In()   
    GetAssetsHandler - (assetId:null | parentId:/ | assetPath:/.Trashes)
    GetAssetsHandler - -->Out()   
    DisconnectHandler - -->In()   
    FtpClientHelper - disconnected server: xxx.xxx.152.179 
    DisconnectHandler - -->Out()  
    I wonder about the asset names 'Contents', 'mach_kernel', 'autoexec.bat' and so on.
    There are no files or directories on the remote or local system with these names.
    So my questions is:
    Is there an error in the sample, or is it me doing something wrong?

    Hello,
    we are using pure-ftp on our own ftp server.
    But I also tested it with some other ftp servers (don't know which server type they are) with the same results.
    I have no problems to connect with other ftp clients (Cyberduck, OS X built in ftp client).
    My platform is Mac OS X 10.6.7.
    I have added some additional debug to the function 'GetConnectionDetailsHandler'.
    As I understand, the function sets the ftp server hostname and address.
    public void execute(IProgressMonitor monitor,
    GetConnectionDetailsRequest request, GetConnectionDetailsResponse response)
    throws RemoteHandlerException
         LOGGER.debug("-->In()");
         FtpService service = this.getFtpService();
         try
              LOGGER.debug(service.getHostName().toString());
              LOGGER.debug(service.getHostAddress().toString());
    DEBUG ConnectHandler - -->In()
    DEBUG FtpClientHelper - connecting server: xxx.xxx.152.179
    DEBUG FtpClientHelper - connected
    DEBUG ConnectHandler - -->Out()
    DEBUG GetVolumeIconHandler - -->In()
    DEBUG GetVolumeIconHandler - -->Out()
    DEBUG GetConnectionDetailsHandler - -->In()
    DEBUG GetConnectionDetailsHandler - 192.168.30.208
    DEBUG GetConnectionDetailsHandler - 192.168.30.208
    DEBUG GetConnectionDetailsHandler - -->Out()
    I wonder why 'service.getHostAddress()' returns my local IP Address.
    That can't be right.

  • Problems with sample library!

    Hi Forum
    When loading Logic my logic makes a startupfile called .......iso.
    In doing so it only loads the smaplelibraries of garagaband and factorys.
    i have a hole lot more.
    When i start up from my autoload file localised in my logic folder it should, in my experience start up with this file?, but when i load this all of my samplelibraies appears.
    I fail to understand the solution of the problem!!
    Any help out there
    Yours Bo

    Again i must emphasize my gratitude, you may find it crazy ... for me its helpful
    You have several points wich is absolutely tru.
    Why is my autoload important! well youre right it isnt only in that sense that this have been my only means to get into contact with the forespoken samplelibraryes. I will trahs it and rebuild my prefs.
    I'll try to make a long story short.
    1.inside my sampler instruments folder there is a folder named #Factory theres lots of others as well but thats besides the point.
    2. I think that youre on the spot here. I have purchased a samplelibrary called EWQLSO and used it for emulating big orchestra scores. On my machine if have problems then with logic saying coreaudio problems.
    In trying to solved the problems i have moved the samplelibrarys around ( i thought it might have been a harddisk speed problem 7200 rpm in playing the samples)
    I have three different harddisks connected to my comp. two inside one extern.
    In my eager i might have messed around with the directory level, causing these problems that i have tryed to explain to you.
    When I look I have a lot of logic library folders
    Again Tanks for your advice i'll check your proposal in 3.
    ps the EDgar rothermich manual looks impresive and useful
    It has been a pleasure -)
    yours Bo

  • Problem with Sample Application

    I downloaded the source code for the PhotoViewer sample app.
    When I open the project in Flex 2 Builder four(4)
    instances of an error appear : "Unable to resolve a class for
    ResourceBundle: strings" I googled and found a suggestion
    to "clean" the project which I did but still get the errors.
    I've tried this on 3 different workstations (with fresh
    downloadsand fresh installs of Flex and CF7.0.2) and all end up
    with the same error.
    Is it bad code ?

    PhotoViewer makes use of Resource Bundle code, please use the
    below command to compile
    %FLEX_HOME%/bin/mxmlc -use-network=false
    -library-path+=%FLEX_HOME%/frameworks/locale/{locale}
    -source-path+=locale/{locale} -locale=en_US PhotoViewer.mxml

  • Problems with sample.helloworld

    Hi all,
    I am testing "sample.world" sample from the SDK for Adobe Drive 2.1.0.204. I am following the steps in the SDK in the chapter "Running your project from Eclipse" and everything seems to be ok until point 11, when I launch the Adobe Drive 2.1 application. The SDK doc says "Select "Add Drive" and "Connect to server manually", but I don´t have "Connect to server manually" option and all i can do is select between Version Cue connector and CMIS connector and when I insert "helloworld://adobe.com" as server URL, Adobe Drive complaints saying that the URL inserted is not compatible with the Version Cue/CMIS connector.
    What am I doing wrong?
    Thanks in advance.
    Alvaro

    "Connect to server manually" will not occur every time. Adobe Drive shows this message to indicate user that it can't detect the server's status now due to network issue. Usually, you can ignore it.
    To input 'helloworld://adobe.com' as server URL, you need to select helloworld connector. But as you mentioned that you just can select between Version Cue connector and CMIS connector, it indicates your sample -- helloworld connector doesn't work correctly. I suggest that you check the run configuration in eclipse, make sure that helloworld bundle is checked.

  • Problems with sample rate

    hello:
    I have a sound blaster audigy platinum ex and I'm trying to make some recordings with adobe audition, but this program works at 44khz and the sound card seems to work only at 48khz, so it doesn't let me recording. how can I change the sampleing rate of the card?
    thanks.

    By setting it in Audition audio settings. W/ ASIO device drivers you can have 16-bit/48kHz (and IIRC, 24-bit/96kHz) mode(s) only). For other modes you need to use other device driver mode. Also, Asio4All should handle all modes (16/24-bit and 44.1, 48 and 96kHz).
    - http://www.asio4all.com
    The quality in 44.1kHz mode is POOR for your card. If you switch to 24-bit/44.1kHz quality is otherwise better but the frequency gets cutted already around 15kHz.
    You get the best quality by setting the sample rate to 96kHz (16 and 24 bit resolution are ~same in these cards) for recordings (for project?) and then when export the final mix just use SRC to CD quality (Audition do have quite good SRC quality but, if you use additional software for SRC (like Voxengo r8brain (free)), export the final mix using 96kHz and then execute SRC).
    Something more on Creative ASIO -
    http://forums.creative.com/creativel...essage.id=1726
    jutapa
    Message Edited by jutapa on 11-09-200602:43 PM

  • Problem with sample databases

    I have installed SQL Express 2005 together with VS 2005. After a while I found out that the sample databases (Northwind and Pubs) were missing, so I installed them. According to the  'Readme', which comes with the installation I could choose between attaching the db to the Server or running a SQL script.
    Neither works. I've read this link about remote connections (http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx). My development machine is just a local single computer and I still get this error message:
    'An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact under the default settings SQL Server does not allow remote connections.'
    I' ve opened TCP/IP and Named Pipes and I get the same result when trying to connect from the Server Explorer in VS.
    Thanks for your help.

    First check whether any SQL Express Desktop engine or Services is installed in your system. Go to Window Services, Check whether there is any window services by "SQL Server (SQLExpress)" or "MSSQL$SQLExpress". If exists what is the status,
    is it running or stopped ? It is also possible that the services does not exist at all. You can also download from the Microsoft official web site.
    http://www.microsoft.com/en-in/download/details.aspx?id=21844
    Regards, RSingh

  • Problem with sample hrApp apllication

    Hello,
    I am a new user of JDeveloper 10g. I tried to create a simple hrApp outlined in "Developing a Web Application Using the EJB Technology Scope" document. But then I run the first (browseDepartments) JSP page I get the following error message:
    Unexpected exception caught: javax.naming.NamingException, msg=A NamingException occurred when looking up EJB 'hrApp' with LocalHome interface 'model.hrAppHome'
    Do you have any ideas what went wrong? I am sure I did exactly what was in the tutorial.
    Adam Salamon, Poland

    Here are the parts my ejb-jar.xml, web.xml and hrAppDataControl.java files. Do you hava any idea what is wrong with them?
    ejb-jar.xml file contains:
    <session>
    <description>Session Bean ( Stateless )</description>
    <display-name>hrApp</display-name>
    <ejb-name>hrApp</ejb-name>
    <local-home>model.hrAppLocalHome</local-home>
    <local>model.hrAppLocal</local>
    <ejb-class>model.hrAppBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/Departments</ejb-ref-name>
    <ejb-ref-type>Entity</ejb-ref-type>
    <local-home>model.DepartmentsLocalHome</local-home>
    <local>model.DepartmentsLocal</local>
    <ejb-link>Departments</ejb-link>
    </ejb-local-ref>
    </session>
    web.xml file contains:
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/hrApp</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>model.hrAppLocalHome</local-home>
    <local>model.hrAppLocal</local>
    <ejb-link>hrApp</ejb-link>
    </ejb-local-ref>
    and here is how the hrApp is created:
    private hrAppLocalHome gethrAppLocalHome() throws NamingException
    if (_hrAppLocalHome == null)
    final Context context = getInitialContext();
    try
    _hrAppLocalHome = (hrAppLocalHome)context.lookup("java:comp/env/ejb/local/hrApp");
    catch(NamingException e)
    final NamingException ex = new NamingException("A NamingException occurred when looking up EJB 'hrApp' with LocalHome interface 'model.hrAppLocalHome'. This may indicate that a 'jndi.properties' file was not present in the classpath, or that its data is invalid.");
    ex.setRootCause(e);
    throw ex;
    return _hrAppLocalHome;
    Thanks in advance.
    Adam Salamon

  • Any one having problem with  sample editor???

    There is no sound coming from Audio sample editor !! is it a bug or is just me??
    Logic Pro 7.1.1

    Sorry it 's my fault,
    I didn't notic the fader was down to 0.0 on CHA 1 how ambarassing .
    but thanks for the reply

Maybe you are looking for

  • Error in adding a group in ESSCMD

    <p>hi i am having this error message when i tried to add thisgroup</p><p>the ESSCMD was</p><p><span style=" color: #0000ff;"><b>IMPORT_GROUP,Australia_NZ,<br><MEMBERS><br>User name1,2,2<br>User name2</b> <b>,2,1<br>User name3</b> <b>,2,1<br>User name

  • Firefox 6.0.1 doesn't open after upgrade from 3.6.8

    I've been running FF 3.6.8 since, well, forever. Today I installed 6.0.1 and everything seemed fine. When I ran 6, however, it never loaded. After a minute, I killed in the process table; I notice that there was another firefox process running, so I

  • Error -50 when opening itunes....PLEASE HELP - been this way for 2 months

    Hi Everyone...I have had this issue for 2 months now and even when I have been talking to apple support team they are unable to fix the problem. When I try to open my itunes i get the error message -50...I am running the 64 version of the itunes when

  • Getters and Setters how in Java?

    Hi all, I am learning the ropes of Java and have an assignment where I am trying to expose some variables as "properties". I am unsure of whether the same terminology is used in Java but in C# they are referred to as that. I wish to expose some varia

  • Messages opening blank and getting deleted

    hi, i have iPhone 4s. I resently upgraded its OS to iOS 6. After this upgrade, all the system generated messages in my phone (such as messages from mobile phone operator, flight details, movie details, credit card companies etc.) are opening blank an