How to use wlql in workshop

Hi, I need to use the upper function of wlql but I di not know how to use wlql
in workshop. All the examples that I have seen modify the .xml descriptors. Do
I have to make the same with workshop?, I treat to put wlql code into the window
that appears when you create a new finder method but the compiler says me that:
ERROR: ERROR: Error from ejbc: [EJB:011017]Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'.
The error was:
ERROR: Query: EJB Name: Area Method Name: findAreaByNombre Parameter Types: (java.lang.String)
select OBJECT(Area) from Area where upper =>> ( <<= txDescripcion ) = pNombre
EJB QL Parser Error.
42: unexpected token: ( Note: 'where' is a Reserved Keyword. Error in FROM clause.
Check that the Range Variable Declarations and the Collection Member Declarations
are correct and that no EJB QL keywords are being used as: Range Variable names,
b or Collection Member names, or Abstract Schema names.
ERROR: ERROR: ejbc couldn't invoke compiler
well, I would thank to the person that could help me, WorkShop do not have documentation
about this topic and I need to use that function urgent, I do not like to loop
the result of my finder making for myself the comparation.
Thanks in advance,
monica a.

The FROM clause defines the domain of the query by declaring the identification
variables. Identification variables cannot be declared in the SELECT and WHERE
clauses. Instead, the SELECT and WHERE clauses can use only those identification
variables defined in the FROM clause.
In the SELECT query:
select OBJECT(Area) from Area where upper =>> ( <<= txDescripcion )
= pNombrevariables txDescription and pNombre are not defined in the FROM clause.
thanks,
Deepak
"monica" <[email protected]> wrote:
>
Hi, I need to use the upper function of wlql but I di not know how to
use wlql
in workshop. All the examples that I have seen modify the .xml descriptors.
Do
I have to make the same with workshop?, I treat to put wlql code into
the window
that appears when you create a new finder method but the compiler says
me that:
ERROR: ERROR: Error from ejbc: [EJB:011017]Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'.
The error was:
ERROR: Query:
     EJB Name: Area
     Method Name: findAreaByNombre
     Parameter Types: (java.lang.String)
select OBJECT(Area) from Area where upper =>> ( <<= txDescripcion )
= pNombre
EJB QL Parser Error.
42: unexpected token: (
Note: 'where' is a Reserved Keyword.
Error in FROM clause.
Check that the Range Variable Declarations and the Collection Member
Declarations
are correct and that no EJB QL keywords are being used as:
Range Variable names, b or Collection Member names, or Abstract Schema
names.
ERROR: ERROR: ejbc couldn't invoke compiler
well, I would thank to the person that could help me, WorkShop do not
have documentation
about this topic and I need to use that function urgent, I do not like
to loop
the result of my finder making for myself the comparation.
Thanks in advance,
monica a.

Similar Messages

  • How to set entitlements in workshop ?

    Hello,
    How can I define entitlements for a specific page in 8.1 workshop ?
    Eric

    The FROM clause defines the domain of the query by declaring the identification
    variables. Identification variables cannot be declared in the SELECT and WHERE
    clauses. Instead, the SELECT and WHERE clauses can use only those identification
    variables defined in the FROM clause.
    In the SELECT query:
    select OBJECT(Area) from Area where upper =>> ( <<= txDescripcion )
    = pNombrevariables txDescription and pNombre are not defined in the FROM clause.
    thanks,
    Deepak
    "monica" <[email protected]> wrote:
    >
    Hi, I need to use the upper function of wlql but I di not know how to
    use wlql
    in workshop. All the examples that I have seen modify the .xml descriptors.
    Do
    I have to make the same with workshop?, I treat to put wlql code into
    the window
    that appears when you create a new finder method but the compiler says
    me that:
    ERROR: ERROR: Error from ejbc: [EJB:011017]Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'.
    The error was:
    ERROR: Query:
         EJB Name: Area
         Method Name: findAreaByNombre
         Parameter Types: (java.lang.String)
    select OBJECT(Area) from Area where upper =>> ( <<= txDescripcion )
    = pNombre
    EJB QL Parser Error.
    42: unexpected token: (
    Note: 'where' is a Reserved Keyword.
    Error in FROM clause.
    Check that the Range Variable Declarations and the Collection Member
    Declarations
    are correct and that no EJB QL keywords are being used as:
    Range Variable names, b or Collection Member names, or Abstract Schema
    names.
    ERROR: ERROR: ejbc couldn't invoke compiler
    well, I would thank to the person that could help me, WorkShop do not
    have documentation
    about this topic and I need to use that function urgent, I do not like
    to loop
    the result of my finder making for myself the comparation.
    Thanks in advance,
    monica a.

  • Where do I use my Apple Id to locate workshops in San Antonio, TX on how to use my Iphone 4?

    Where do I use my Apple Id to locate workshops in San Antonio, TX on how to use my Iphone 4?

    You don't need an AppleID for this.  Just visit your neareast retail store and attend a workshop.

  • How to use @jws:sql call Stored Procedure from Workshop

    Is there anyone know how to use @jws tag call Sybase stored procedure within
    Workshop,
    Thanks,

    Anurag,
    Do you know is there any plan to add this feature in future release? and
    when?
    Thanks,
    David
    "Anurag Pareek" <[email protected]> wrote in message
    news:[email protected]..
    David,
    In the current release, we do not support calling stored procedures from a
    database control. You will have to write JDBC code in the JWS file to call
    stored procedures.
    Regards,
    Anurag
    Workshop Support
    "David Yuan" <[email protected]> wrote in message
    news:[email protected]..
    Anurag,
    I know how to use DB connection pool and create a db control with it. In
    fact, we have created a Web Service with the db control using plain SQL
    in
    @jws:sql. However, my question here is how to use @jws tag in Weblogic
    Workshop to create a Web Services based on Sybase stored procedure orany
    Stored Proc not plain SQL.
    Thanks,
    David
    "Anurag Pareek" <[email protected]> wrote in message
    news:[email protected]..
    David,
    You can use a database control to obtain a connection from any JDBC
    Connection Pool configured in the config.xml file. The JDBC Connectionpool
    could be connecting to any database, the database control is
    independent
    of
    that.
    Regards,
    Anurag
    Workshop Support
    "David Yuan" <[email protected]> wrote in message
    news:[email protected]..
    Is there anyone know how to use @jws tag call Sybase stored
    procedure
    within
    Workshop,
    Thanks,

  • Anyone know how to use XDoclet/EJBDoclet in WL Workshop?

    I am looking for information on how to use XDoclet/EJBDoclet in WL Workshop. When
    I try to build my EJBs, WLW complains about missing EJBGEN tags, and I can't figure
    out how to install/configure XDoclet as an external tool.
    I have an Ant build script, but I can't figure out how to use it with the split
    directory deployment structure.
    Any suggestions would be appreciated! And, no, I can't convert from XDoclet to
    EJBGEN...

    Page 76:
    The User Guide is available at http://support.apple.com/manuals/ or downloadable from iTunes as an iBook.

  • How to use Java as a Front-end app

    how java application can be used as the Front-end interfaces to Forte based
    applications???
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Rajiv,
    If you have Forte's WebEnterprise product, and Forte version 3.0.G.x or
    later, you have the ability to export an IIOP interface for any Forte
    service object. In fact, you can go one step further and generate a Java
    interface that "hides" the IIOP issues from the developer. The way you do
    this is to do the following:
    1) From the partitioning workshop, double click on the service object you
    wish to expose as an IIOP interface. This will bring up the Service Object
    Properties dialog.
    2) Off the Export tab, set the External Type drop down to IIOP. If IIOP is
    not an available option in the drop down list then you do not have
    WebEnterprise install.
    3) From here you need to set up the necessary IIOP configuration parameters
    (see the documentation for details on the specifics of what the parameters
    control).
    4) If you want to have Forte generate a JavaBean interface and the necessary
    Java classes to be called by your application then make sure you select the
    Java parameter at the bottom of the Configuration dialog. If IDL is
    selected then Forte will generate a generic IDL interface.
    5) When you make your distribution Forte will generate the Java classes for
    you.
    This mechanism works very well for accessing a Forte service object from a
    Java application.
    Good Luck!
    Jeff Wille
    -----Original Message-----
    From: Rajiv Srivastava <[email protected]>
    To: [email protected] <[email protected]>
    Date: Wednesday, December 09, 1998 2:03 PM
    Subject: how to use Java as a Front-end app
    how java application can be used as the Front-end interfaces to Forte based
    applications???
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • How to download Hibernate Tutorial Workshop to PC with no internet connect

    Hi,
    How to download Hibernate Tutorial Workshop to PC with no internet connection?
    Is there any zip file on BEA site where I can download and import the hibernate tutorial to the Workshop on the PC with no internet connection?

    Ram,
    Could you add this to the Wiki page? Add it as an Wiki entry instead of
    the formal support doc?
    http://dev2dev.bea.com/wiki/bin/view/ProdTech/WorkshopFAQ
    br
    Ram Venkataswamy wrote:
    Yes, you can download the tutorial on a system with internet connection and then use that war file on the system w/o connection.
    On a system with internet connection, download https://dev2devclub.bea.com/downloads/examples/hibernate-tutorial.war
    copy the war file to the actual systemEx: ....\workspace\metadata\.plugins\com.m7.nitrox\.examples
    Launch Workshop, New > Example > Workshop Hibernate Example > continue with creating the project (local copy would be used instead of downloading from internet).

  • I pay to learn how to use iPod Nano

    hi,
    i am looking for someone to teach me how to use ipod nano urgently. willingly to pay. 1 hour. location - clementi. pls email me at [email protected] with your contact number and leave. thank you.

    Go to http://www.apple.com/retail/
    Find the closest Apple store and click on the link.
    Look under Calendar of Events.
    There is a free iPod and iTunes Workshop 4 times a week
    “Explore iTunes for Mac and Windows and learn why it is the best digital jukebox with the #1 music store inside. You'll learn to import and organize your music, burn CDs, buy music or audiobooks from the iTunes Music Store, create playlists, and share your music. And with iPod, you can take your favorite music and even photos with you wherever you go.“

  • How to use one email adress for multiple recipients

    Hello,
    I'd like to know how to use one email adress for multiple recipients. 
    this would be very useful or projects. for example;
    if i send one mail to [email protected], all people in this project get an email.
    I will add the people in this project myself. 
    I know it is possible, but I don't know how to do it ;-)
    please help me! 

    Hope this help.
    _http://technet.microsoft.com/en-us/library/cc164331(v=exchg.65) .aspx

  • Can't figure out how to use home sharing

    Since the latest couple iTunes updates, my family and I can not figure out how to use home sharing. Everyone in our household has their own iTunes, and for a long time we would just share our music through home sharing. But with the updates, so much has changed that we can no longer figure out how to use it.
    I have a lot of purchased albums on another laptop in the house, that im trying to move it all over to my own iTunes, and I have spent a long time searching the internet, and everything. And I just can't figure out how to do it. So.... how does it work now? I would really like to get these albums from my moms iTunes, onto mine. I would hate to have to buy them all over again.
    If anyone is able to help me out here, that would be great! Thanks!

    The problem im having is that after I am in another library through home sharing, I can't figure out how to select an album and import it to my library. They used to have it set up so that you just highlight all of the songs you want, and then all you had to do was click import. Now I don't even see an import button, or anything else like it. So im lost... I don't know if it's something im doing wrong, or if our home sharing system just isn't working properly.
    Thanks for the help.

  • How to use the same POWL query for multiple users

    Hello,
    I have defined a POWL query which executes properly. But if I map the same POWL query to 2 portal users and the 2 portal users try to access the same page simultaneously then it gives an error message to one of the users that
    "Query 'ABC' is already open in another session."
    where 'ABC' is the query name.
    Can you please tell me how to use the same POWL query for multiple users ?
    A fast reply would be highly appreciated.
    Thanks and Regards,
    Sandhya

    Batch processing usually involves using actions you have recorded.  In Action you can insert Path that can be used during processing documents.  Path have some size so you may want to only process document that have the same size.  Look in the Actions Palette fly-out menu for insert path.  It inserts|records the current document work path into the action being worked on and when the action is played it inserts the path into the document as the current work path..

  • How to use airport time capsule with multiple computers?

    I'm sure there are some thread about this but i couldn't find it... so sorry for that but hear me out! =)
    I bought the AirPort Time Capsule to back up my MBP
    And so i did.
    then i thought "let give this one a fresh start" so i erased all of it with the disk utility and re-installed the MBP from the recovery disk.
    I dont want all of the stuff i backed up just a few files and some pictures so i brought that back.. so far so good.
    Now i want to do a new back up of my MBP so i open time machine settings, pick the drive on the time capsule and then "Choose" i wait for the beck up to begin, and then it fails.  It says (sorry for my bad english, im swedish haha) "the mount /Volume/Data-1/StiflersMBP.sparsebundle is already in use for back up.
    this is what i want:
    i want the "StiflersMBP.sparsebundle" to just be so i can get some stuf when i need them. it's never to be erased.
    i want to make a new back up of my MBP as if it's a second computer...
    so guys and girls, what is the easiest and best solution?
    Best regards!

    TM does not work like that.
    If you want files to use later.. do not use TM.
    Or do not use TM to the same location. Plug a USB drive into the computer and use that as the target for the permanent backup.
    Read some details of how TM works so you understand what it will do.
    http://pondini.org/TM/Works.html
    Use a clone or different software for a permanent backup.
    http://pondini.org/TM/Clones.html
    How to use TC
    http://pondini.org/TM/Time_Capsule.html
    This is helpful.. particularly Q3.
    Why you don't want to use TM.
    Q20 here. http://pondini.org/TM/FAQ.html

  • How to use multiple ipods on one account

    I have an Ipod classic and just bought my sons two nano's how do I use these on the same account without changing my account info?

    Take a look here:
    How to use multiple iPods with one computer
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums, in the User Tips Library and in the Apple Knowledge Base before you post a question.
    Regards.

  • How to use a Table View in AppleScriptObjC

    How can I use a table view and add data to it? And how can I display a button cell and image cell in the table? Thanks.

    Hi all,
    Actually i need some more clarification. How to use the same select statement, if i've to use the tabname in the where clause too?
    for ex : select * from (tab_name) where....?
    Can we do inner join on such select statements? If so how?
    Thanks & Regards,
    Mallik.

  • How to use '|' delimited as seprator in GUI_DOWNLOAD ? Plz suggest me ,,

    how to use '|' delimited as seprator in GUI_DOWNLOAD ? Plz suggest me ,,
    i want the output should be seprated by '|' delimited when i download the file.

    Hi,
    We will pass the seperator to the WRITE_FIELD_SEPARATOR parameter as
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filename = v_file
    write_field_separator = '|'
    TABLES
    data_tab = itab[] . "Our internal talbe filled with data
    Re: Why Function GUI_DOWNLOAD can create XML file but not a flat file?
    Award points if useful
    Thanks,
    Ravee...

Maybe you are looking for