Help with AM tutorial

Hello,
I've been trying to accomplish exercises in this http://developers.sun.com/identity/reference/techart/secure-ws2.html tutorial,
but I'm stuck at exercise 3. No matter what I do, I get runtime error (see below).
Also, my screens (regarding wscWSx configuration) are slightly different as those in the tutorial. I've tried different setups (netbeans 6 budle, glassfish_b58g bunde, JEE5 sdk with tools) but I failed with all of them.
An annoying side effect of the exercise is, that I lock my self out of glassfish (and I don't know why).
Regards,
Jernej
Error stack:
javax.xml.ws.soap.SOAPFaultException: MustUnderstand headers:[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] are not understood at com.sun.xml.ws.protocol.soap.MUTube.createMUSOAPFaultException(MUTube.java:154) at com.sun.xml.ws.protocol.soap.ClientMUTube.processResponse(ClientMUTube.java:96) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:605) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436) at com.sun.xml.ws.client.Stub.process(Stub.java:248) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:134) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:244) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:224) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:117) at $Proxy52.getStockQuote(Unknown Source) at com.samples.GetQuote.getStockQuote(GetQuote.java:65) at com.samples.GetQuote.processRequest(GetQuote.java:84) at com.samples.GetQuote.doGet(GetQuote.java:246) at javax.servlet.http.HttpServlet.service(HttpServlet.java:718) at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) at org.apache.catalina.core.StandardPipeline.doChainInvoke(StandardPipeline.java:583) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:92) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
Edited by: jernej_k on Jan 21, 2008 3:48 PM

Sorry for crossposting (I've already posted this error on opensso mailing list).
Btw, using Wireshark to sniff traffic between the wsc and wsp (both are glassfish v2ur2 hosts) I got the following message exchange:
wsc -> wsp
POST /services/HelloBean HTTP/1.1
SOAPAction: ""
Content-Type: text/xml;charset="utf-8"
Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *;
q=.2, */*; q=.2
User-Agent: JAX-WS RI 2.1.4.1-hudson-346-
Cache-Control: no-cache
Pragma: no-cache
Host: wsp.myhost:8080
Connection: keep-alive
Content-Length: 1593
<?xml version='1.0' encoding='UTF-8'?>
  <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <S:Header>
      <wsse:Security
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
S:mustUnderstand="1">
        <wsse:UsernameToken
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
wsu:Id="s2a09bd8c495983aa2c0228387cce19f2fff3db55">
            <wsse:Username>test</wsse:Username>
            <wsse:Password
Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">QKwuJK80ndc/I3ntm8PsaB+u2PA=</wsse:Password>
            <wsse:Nonce
EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">DBVr0bCIOte+PQHw87xcFCvn</wsse:Nonce>
              <wsu:Created>2008-10-20T12:27:42Z</wsu:Created>
            </wsse:UsernameToken>
            <wsu:Timestamp>
              <wsu:Created>2008-10-20T12:27:42Z</wsu:Created>
              <wsu:Expires>2008-10-20T12:32:42Z</wsu:Expires>
            </wsu:Timestamp>
        </wsse:Security>
    </S:Header>
  <S:Body
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
wsu:Id="s2a03f85a953b13e4d021ad67b3ce856364c364e9">
    <ns2:sayHello xmlns:ns2="http://hello.myhost/" />
  </S:Body>
</S:Envelope>wsp -> wsc
HTTP/1.1 500 Internal Server Error
X-Powered-By: Servlet/2.5
Server: Sun Java System Application Server 9.1_02
Content-Type: text/xml;charset="utf-8"
Transfer-Encoding: chunked
Date: Mon, 20 Oct 2008 12:21:31 GMT
Connection: close
4e3
<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <S:Header>
        <wsse:Security
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
S:mustUnderstand="1">
            <wsu:Timestamp>
                <wsu:Created>2008-10-20T12:21:31Z</wsu:Created>
                <wsu:Expires>2008-10-20T12:26:31Z</wsu:Expires>
            </wsu:Timestamp>
        </wsse:Security>
    </S:Header>
    <S:Body
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
wsu:Id="s04cf430fc6431eaeb14385a11614b80cb6c9262e">
        <SOAP-ENV:Fault xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
            <faultstring>MustUnderstand headers:
[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security]
are not understood
            </faultstring>
            <faultcode
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">SOAP-ENV:MustUnderstand
            </faultcode>
        </SOAP-ENV:Fault>
    </S:Body>
</S:Envelope>Both wsp and wsc hosts can access the Internet and retrieve the xsd.

Similar Messages

  • Help with RMI tutorial (and Eclipse)

    Hi!
    I need a little help with RMI tutorial. I have all source files from tutorial downloaded, but I never did anything like this and don't know, how to run it. I somehow did Building a JAR File of Interface Classes from [http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/rmi/compiling.html], but got stuck on simple HTTP server, I didn't understand, what to do.
    Bonus question: is it possible to do those commands from Eclipse? How?
    Thanks a lot!

    It seems that the example provided (in the link) requires a web serverNo it doesn't. It requires an HTTP server.
    tomcat will be a better option which you can useThe Apache HTTP server might be more to the point.
    But If you are new to RMI and need to understand the exact flow of RMI I think this will not be a better exercise to start withI agree. I would get it running without the codebase feature. This isn't as widely used as you might think, and anyway it is a deployment option not something you need to engage with much when developing.
    @OP: ignore the HTTP stuff and the codebase feature and build 3 JAR files:
    (a) the common stuff (remote interface, stubs if any, and any classes referecned by the remote interface)
    (b) the server (the remote object itself and anything server-side it uses)
    (c) the client.
    The common JAR file should be deployed to both the server and the client, and both the other JARs should name it in their Class-Path entry in the manifest.

  • I need help with this tutorial from the Adobe website

    I'm almost done with my flash game which I created with flash pro cc. And i have been looking for tutorials to integrate my game to the Facebook and this is the only one I found. http://www.adobe.com/devnet/games/articles/getting-started-with-facebooksdk-actionscript3. html
    Am I on the right track?? The editor uses Flash Builder but I'm using Flash Pro cc.
    --- On Step 2: "Set up a development server for the Flash app",
            Sub-step #2. "To simplify the development process, configure Flash Builder to compile into your htdocs/fbdemo folder and run (or debug) the app on your server (see Figure 2)."
    1) But I can't find "ActionScript Build Path"(which is highlighted on the Figure 2 screenshot) or anything like that in Flash pro. Same for the "Output folder URL".
    Can I actually do the same things with Flash Pro cc?? Also #3 is "Verify that your app runs from your server." How do you run your app from your server??
    ---- On Step 4: "Initialize the Facebook JS SDK",
    2) so if I setup a server on a localhost just like the tutorial, I don't need to change the following? This is on line #6.
    channelUrl : 'www.YOUR_DOMAIN.COM/channel.html'
    can i just leave it like that ?
    3) So if I complete the tutorial, can facebook users play my game? or do i have more things to do?
    4) is there any other tutorial for Flash Pro CC to Facebook integration???
    Thank you so much for your help and time.

    this is an excerpt from http://www.amazon.com/Flash-Game-Development-Social-Mobile/dp/1435460200/ref=sr_1_1?ie=UTF 8&qid=1388031189&sr=8-1&keywords=gladstien
    The simplest way to hook into Facebook is to add their Plugins to add a Like button, Send button, Login button etc to your game.  If you only want to add a Like button to a page on your website, you can use the following iframe tag anywhere (between the body tags) in your html document where you want the Facebook Like button to appear:
    <iframe src="http://www.facebook.com/plugins/like.php?href=yoursite.com/subdirectory/page.html" scrolling="no" frameborder="0" style="border:none; width:500px; height:25px"></iframe> 
    Where the href attribute is equal to the absolute URL to your html file.  For example:
    <iframe src="http://www.facebook.com/plugins/like.php?href=kglad.com/Files/fb/" scrolling="no" frameborder="0" style="border:none; width:500px; height:25px"></iframe>
    points to index.html in kglad/com/Files/fb.
    However, to get the most out of Facebook you will need to use JavaScript or the Facebook ActionScript API and register your game on the Facebook Developer App page.  Before you can register your game with Facebook, you will need to be registered with Facebook and you will need to Login. 
    Once you are logged-in, you can go to https://developers.facebook.com/apps and click Create New App to register your game with Facebook.  (See Fig11-01.) 
    ***Insert Fig11-01.tif***
    [Facebook's Create New App form.]
    Enter your App Name (the name of your game) and click continue.  Complete the Security Check (see Fig11-02) and click Submit.  You should see the App Dashboard where you enter details about your game.  (See Fig11-03.)
    ***Insert Fig11-02.tif***
    [Security Check form.]
    ***Insert Fig11-03.tif***
    [App Dashboard with Basic Settings selected.]
    If you mouse over a question mark, you will see an explanation of what is required to complete this form.  Enter a Namespace, from the Category selection pick Games, and then select a sub-category. 
    Your game can integrate with Facebook several ways and they are listed above the Save Changes button. You can select more than one but for now only select Website with Facebook Login and App on Facebook, enter the fully qualified URL to your game and click Save Changes. (See Fig11-04.)
    ***Insert Fig11-04.tif***
    [Facebook integration menu expanded.]
    You can return to https://developers.facebook.com/apps any time and edit your entries.  Your game(s) will be listed on the left and you can use the Edit App button to make changes and the Create New App button to add another game.
    Click on the App Center link on the left.  (See Fig11-05a and Fig11-05b.)  Fill in everything that is not optional and upload all the required images. Again, if you mouse over the question marks you will see requirement details including exact image sizes for the icons, banners and screenshots.
    ***Insert Fig11-05a.tif***
    [Top half of the App Center form.]
    ***Insert Fig11-05b.tif***
    [Bottom half of the App Center form.]
    When you are finished click Save Changes and Submit App Detail Page.  You should then see Additional Notes and Terms. (See Fig11-06.)
    ***Insert Fig11-06.tif***
      [Additional Notes and Terms.]
    Tick the checkboxes and click Review Submission.  If everything looks acceptable, click Submit.  You should then see something like Fig11-07.
    ***Insert Fig11-07.tif***
      [After agreeing with Facebook's terms, you should be directed back to App Center and see this modal window.]
    You are now ready to integrate your game with Facebook's API.  Because there is a Facebook ActionScript API that communicates with Facebook's API, you need not work directly with the Facebook API.
    But before I cover Adobe's Facebook ActionScript API, I am going to cover how you can use the Facebook JavaScript API directly.  There no reason to actually do that while the Facebook ActionScript API still works but by the time you read this, the Facebook ActionScript API may no longer work.
    In addition, this section shows the basics needed to use any JavaScript API so it applies to any social network that has a JavaScript API including the next "hot" social network that will arise in the future.

  • Need help with JCAPS tutorial

    Hi,
    I'm just getting started with JCAPS, and am going through the Java(TM) Composite Application Platform Suite Tutorial. I'm at the point of defining the fields for the CustomerInfo message. The tutorial says to set the Part Type to xsd:string. However, when I click on the [...] to select type, I get an error dialog "Fail to load Simple Types". The 'Select part' dialog that comes up is completely empty.
    Any clues as to what I have missed? Is there something I need to install in the repository?
    Thanks in advance,
    Dave

    OK, never mind. I went back into the repository and loaded a bunch of stuff, updated eDesigner, and now I get the list.
    I must say I'm finding this to be very confusing. The tutorial is a lot of "do this, then do this" with no explaination of why or how it all fits together. That is where I am the most confused; how does it all fit together. Just like with this problem; I really don't like taking such a shotgun approach to solving problems. I have no idea what the problem was, or what I did that fixed it. That, to me, isn't really helpful.

  • Need help with dreamweaverMX tutorial

    I am using dreamweaverMX tutorial with coldfusion free
    edition developement.
    On dreamweaver, when I tried to insert a record on the server
    behavior panel, I get this message saying:
    "This server behavior requires a Coldfusion data source".
    Please Help!
    Georgeslys,

    You are trying to add a recordset to a page, right? You need
    to have told
    the page where to GET that recordset first, by adding a data
    connection to
    it.
    Maybe this will help -
    http://www.adobe.com/devnet/dreamweaver/articles/develop_web_application.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "georgeslys" <[email protected]> wrote in
    message
    news:fooa82$eb4$[email protected]..
    > Dear Murry,
    > What exactly do you mean by specify data source?
    >
    > Georgeslys,
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >

  • Please help with a tutorial on Abode Flash

    Have been using abode photoshop for years. Downloaded flash each time it tells me to upgrade, but never used it. would dearly love to use it in my new website.
    Can someone tell me how to access it on my computer. I dont have an icon of flash that specifically says Flash, unlike photoshop and reader. Although it see that is installed on the computer, how to access it.
    Obviously I am not not savy, but would love help.
    Many thanks
    Debby

    Hi Debby and Tony,
    Are you referring to Adobe Flash Pro or Adobe Flash Player?
    Adobe Flash is a multimedia and software platform used for authoring of vector graphics, animation, games and rich Internet applications (RIAs) that can be viewed, played and executed in Adobe Flash Player. Flash is frequently used to add streamed video or audio players, advertisement and interactive multimedia content to web pages.
    Flash manipulates vector and raster graphics to provide animation of text, drawings, and still images. It allows bidirectional streaming of audio and video, and it can capture user input via mouse, keyboard, microphone and camera. Flash applications and animations can be programmed using the object-oriented language called ActionScript. Adobe Flash Professional is the most popular and user-friendly authoring tool for creating the Flash content, which also allows automation via the JavaScript Flash language (JSFL).
    You can download the trial version of Adobe Flash Pro from : https://creative.adobe.com/products/flash
    Tutorials
    http://www.adobe.com/accessibility/products/flash/tutorial.html
    http://tv.adobe.com/videos/flash-tutorial/
    Adobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed immediately across all browsers and platforms, attracting and engaging users with a rich Web experience
    Flash Player is a free software and you can fownload it from http://get.adobe.com/flashplayer

  • Need Help with DataboundComponents Tutorial

    Running XP SP2 with local derby and remote Oracle 9i
    SJSC2.1 on XP - up-to-date
    Completed the DataboundComponents tutorial, I am trying to use the same "idea" with app myyrock that uses Oracle 9i (remote Sun Solaris 9 box)
    The derby/travel version works ..The oracle/myyrock version fails with the following error:
    I believe it is a problem is within the sessionBean1.java file and also the prerender in page1.jsp...
    "Report" is a table and ReportID is the PK of the table
    Table report coincides with table Travel.Person.
    Thanks ever so much for looking at this..
    The server log - stack trace is here:
    Exception Handler
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: java.lang.IllegalArgumentException
    REPORT.REPORTID
    Possible Source of Error:
    Class Name: com.sun.data.provider.impl.CachedRowSetDataProvider
    File Name: CachedRowSetDataProvider.java
    Method Name: getFieldKeyInternal
    Line Number: 481
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKeyInternal(CachedRowSetDataProvider.java:481)
    com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKey(CachedRowSetDataProvider.java:439)
    com.sun.data.provider.impl.AbstractDataProvider.getValue(AbstractDataProvider.java:62)
    myyrockdata.Page1.prerender(Page1.java:543)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.prerender(ViewHandlerImpl.java:860)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:295)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Exception Details: com.sun.rave.web.ui.appbase.ApplicationException
    REPORT.REPORTID
    Possible Source of Error:
    Class Name: com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl
    File Name: ViewHandlerImpl.java
    Method Name: destroy
    Line Number: 601
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:601)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:302)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)

    You are trying to add a recordset to a page, right? You need
    to have told
    the page where to GET that recordset first, by adding a data
    connection to
    it.
    Maybe this will help -
    http://www.adobe.com/devnet/dreamweaver/articles/develop_web_application.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "georgeslys" <[email protected]> wrote in
    message
    news:fooa82$eb4$[email protected]..
    > Dear Murry,
    > What exactly do you mean by specify data source?
    >
    > Georgeslys,
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >

  • Need help with greenscreen tutorial

    Hello forum members.  I have recently started using photoshop for the first time and have been racking my brain out on this issue.
    I took shots on a green screen and want to extract the subject and place onto another picture.
    I decided to look at a tutorial on youtube and it seemed pretty simple on the video but here's my issue.  I've already created a layer mask of the subject and now when I try to duplicate layer to place it in the other picture, everything transfers over except the subject.  So basically all I see is the green and the black from the mask but not the picture of the person in the shot.
    I'm doing exactly what the person is doing in the video but I'm wondering is there something different I need to do since the tutorial is using pc and I'm using mac.  Can anyone help?

    When I drag and drop, the subject seems to explode into a super sized giant.  Then when I try to zoom out, the entire picture shrinks.  How can I just shrink the subject?

  • Help with Adobe tutorial

    I downloaded the tutorial on building an xml based video
    playlist for flash located @
    http://www.adobe.com/devnet/flash/articles/prog_download.html
    After modifying the look of the player in the fla file, I
    would like to add a play/pause button, but I can't get it to
    work.

    hello020 wrote:
     I have entered the text verbatum, checked it multiple times (it is entered correctly).
    If it has been entered correctly, it will work as described. So, obviously there's an error somewhere. But as John points out, we need to see what you have done to identify the problem.
    It would also help if you describe what does happen. Saying that something doesn't work is only half the story. If something unexpected happens, it often gives a clue as to where the mistake lies.
    Common errors in CSS are mixing up colons and semicolons (or leaving them out). You also need to check that your opening and closing curly braces match. Also, the colour used in one of the rules is #00b4e1. The first two characters after the hash sign are zeros, and the final character is the number one. It's little errors that can make a big difference.

  • Help with Workshop tutorial : building an ejb

    Hi, I've been trying to compile a project, with no luck.
    Please help!
    I have an entity bean and a session bean that references the entity bean. I can compile the entity bean by itself, but when I add the session bean, I'm not able to compile :-( I'm really new to ejbs & java. Please help!
    Thanks,
    Meera
    Here is the error log:
    Build project MyEJBProject started.
    BUILD STARTED
    build:
    check-env:
    WARNING: Checking to see if there is anything new to build...
    no-ejbgen:
    run-build:
    clean-modules:
    removed module 'MyEJBProject.jar'
    WARNING: Running EJBGen...
    Loading source file C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp/Hello\HelloBean.java...
    Loading source file C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp/Hello\VisitBean.java...
    Constructing Javadoc information...
    EJBGen 2.16
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\HelloHome.java
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\Hello.java
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\Visit.java
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\VisitHome.java
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\ejb-jar.xml
    [Info:] null [Bean] MAKE CLASS NAME G:HelloHome P:Hello N:HelloHome
    [Info:] null [Bean] MAKE CLASS NAME G:Hello P:Hello N:Hello
    [Info:] null [Bean] MAKE CLASS NAME G:VisitHome P:Hello N:VisitHome
    [Info:] null [Bean] MAKE CLASS NAME G:Visit P:Hello N:Visit
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\weblogic-ejb-jar.xml
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\weblogic-cmp-rdbms-jar.xml
    [Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\ejbgen-build.xml
    post-ejbgen:
    clean-ejbc:
    Copying 10 files to C:\Temp\wlw_MyEJBProject_build
    WARNING: EJBGen ok. Compiling...
    runjavac:
    Compiling 14 source files to C:\Temp\wlw_MyEJBProject_build
    C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_EOImpl.java:15: cannot resolve symbol
    symbol : class Hello
    location: interface Hello.Hello
    implements Hello.Hello, weblogic.utils.PlatformConstants
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_HomeImpl.java:13: cannot resolve symbol
    symbol : class HelloHome
    location: interface Hello.Hello
    implements Hello.HelloHome, weblogic.utils.PlatformConstants
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_HomeImpl.java:68: cannot resolve symbol
    symbol : class Hello
    location: interface Hello.Hello
    public Hello.Hello create ()
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_ELOImpl.java:15: cannot resolve symbol
    symbol : class Visit
    location: interface Hello.Hello
    implements Hello.Visit, weblogic.utils.PlatformConstants, java.io.Serializable
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_Intf.java:33: cannot resolve symbol
    symbol : class Visit_cbnl1s_Intf
    location: interface Hello.Hello
    (java.sql.ResultSet rs, java.lang.Integer offset, Object __WL_pk, Hello.Visit_cbnl1s_Intf var)
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:13: cannot resolve symbol
    symbol : class VisitHome
    location: interface Hello.Hello
    implements Hello.VisitHome, weblogic.utils.PlatformConstants
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:70: cannot resolve symbol
    symbol : class Visit
    location: interface Hello.Hello
    public Hello.Visit create (java.lang.String arg0)
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:95: cannot resolve symbol
    symbol : class Visit
    location: interface Hello.Hello
    public Hello.Visit findByPrimaryKey(java.lang.String arg0)
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:76: cannot resolve symbol
    symbol : class VisitBean
    location: interface Hello.Hello
    public final class Visit_cbnl1s__WebLogic_CMP_RDBMS extends Hello.VisitBean
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:604: cannot resolve symbol
    symbol : class Visit_cbnl1s_Intf
    location: interface Hello.Hello
    Hello.Visit_cbnl1s_Intf beanIntf)
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_HomeImpl.java:72: cannot resolve symbol
    symbol : class Hello
    location: interface Hello.Hello
    return (Hello.Hello) super.create(md_ejbCreate);
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:74: cannot resolve symbol
    symbol : class Visit
    location: interface Hello.Hello
    return (Hello.Visit) super.create(md_ejbCreate_S,
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:99: cannot resolve symbol
    symbol : class Visit
    location: interface Hello.Hello
    return (Hello.Visit)
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:238: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.setEntityContext(arg0);
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:251: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.unsetEntityContext();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:263: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbActivate();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:367: cannot resolve symbol
    symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
    location: interface Hello.Hello
    Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS __WL_bean = null;
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:443: cannot resolve symbol
    symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
    location: interface Hello.Hello
    __WL_bean = (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)__WL_pm.getBeanFromRS(__WL_pk, __WL_rsInfo);
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:607: cannot resolve symbol
    symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
    location: interface Hello.Hello
    Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS __WL_bean = (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)beanIntf;
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:607: cannot resolve symbol
    symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
    location: interface Hello.Hello
    Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS __WL_bean = (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)beanIntf;
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:733: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbLoad();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:747: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbStore();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:761: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbRemove();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:826: cannot resolve symbol
    symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
    location: interface Hello.Hello
    case 0: __WL_loadGroup0FromRS(rs, offset, __WL_pk, (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)eb); break;
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:919: reference to + is ambiguous, both method +(java.lang.String,java.lang.String) in and method +(java.lang.String,int) in match
    if(__WL_verbose) Debug.say("setting("+this+") 'visitNumber' using column " __WL_num ". Value is " + this.visitNumber);
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1359: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbCreate( arg0);
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1398: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbPostCreate( arg0);
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1543: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbRemove();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1603: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbLoad();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1634: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbStore();
    ^
    C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1750: cannot resolve symbol
    symbol : variable super
    location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
    super.ejbPassivate();
    ^
    31 errors
    BUILD FAILED
    ERROR: Compile failed; see the compiler error output for details.

    It seems that the example provided (in the link) requires a web serverNo it doesn't. It requires an HTTP server.
    tomcat will be a better option which you can useThe Apache HTTP server might be more to the point.
    But If you are new to RMI and need to understand the exact flow of RMI I think this will not be a better exercise to start withI agree. I would get it running without the codebase feature. This isn't as widely used as you might think, and anyway it is a deployment option not something you need to engage with much when developing.
    @OP: ignore the HTTP stuff and the codebase feature and build 3 JAR files:
    (a) the common stuff (remote interface, stubs if any, and any classes referecned by the remote interface)
    (b) the server (the remote object itself and anything server-side it uses)
    (c) the client.
    The common JAR file should be deployed to both the server and the client, and both the other JARs should name it in their Class-Path entry in the manifest.

  • Help with JDveloper Tutorial

    Hi,
    I am doing the "Build a Web Application with JDeveloper 10g Using EJB, JPA, and JavaServer Faces" tutorial.
    The link to this tutorial is:
    http://www.oracle.com/technology/obe/obe1013jdev/10131/ejb_and_jpa/master-detail_pagewith_ejb.htm?msgid=5571696
    In the section "Creating a Master-Detail JavaServer Faces Page " it says:
    9. Drag and drop the departmentCollection on the page, and from the dynamic menu select the Create Master-Details | ADF Master Form, Detail Table.
    I don't see "departmentCollection" anywhere in the Data Control Palette. I am using the Oracle XE and the HR schema that comes with it.
    Thanks

    After posting my message, I dragged "employeeList" and dropped it and could go to the next step.
    So it's a typo in the tutorial.
    Instead of
    9. Drag and drop the departmentCollection on the page, and from the dynamic menu select the Create Master-Details | ADF Master Form, Detail Table.
    it should be
    9. Drag and drop employeeList on the page, and from the dynamic menu select the Create Master-Details | ADF Master Form, Detail Table.
    I want to get it corrected. There are other typos too. Whom should I inform?
    Thanks

  • Help with Ravenna tutorial site

    After installig i see error:
    Unable to retrieve search results. Unable to retrieve search results. Unable to create result set for query 'SELECT IdcColl1.dID, dDocName, dDocTitle, dDocType, dRevisionID, dSecurityGroup, dDocAuthor, dDocAccount, dRevLabel, dFormat, dOriginalName, dExtension, dWebExtension, dInDate, dOutDate, dPublishType, dRendition1, dRendition2, VaultFileSize, WebFileSize, URL, dFullTextFormat, dFullTextCharset, DocMeta.* FROM IdcColl1, DocMeta WHERE IdcColl1.dID=DocMeta.dID AND ((((( (CONTAINS(xWebsites, 'RVH')> 0) )) AND ( xWebsiteObjectType LIKE 'Layout File' )))) ORDER BY dInDate DESC'. ORA-20000: Oracle Text error: DRG-10599
    And no dynamic content on site!
    Fulltext is on (config + SQL script)! DB: Oracle 9.2
    I am aready saw this error when tryed to use MSSQL2000! But I resolved this problem! Just added table DOCMETA to Fulltext index catalog!
    What I have to do with Oracle DB?
    Thanx

    Guys,
    If you have this problem, it probably means you didn't install and configure UCM component "DBSearchContainsOpSupport", which is required by Site Studio. See sections 2.1 and 2.4.6 of the Site Studio Installation Guide (Site_Studio_Installation_Guide.pdf).
    I had the exact problem shown above. To fix it, I installed DBSearchContainsOpSupport, did the Zone Fields Configuration as instructed on page 2.4.6 of the install guide, and did a full index rebuild. This fixed the problem immediately - there is no need to manually create fulltext index columns.
    Cheers,
    -Tim

  • Help needed with this tutorial please

    Hello in this InsertUpdateDelete tutorial at:
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/index.jsp
    or
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/inserts_updates_deletes.html
    and in this paragraph:
    Changing the Column Components
    and this statement
    In the Visual Designer, select the top Drop Down List component in the Table.
    "It's pretty confusing because there isn't a Drop Down List component in the Table as far as i can tell. There is a Drop Down List on the canvas up above this data table, but that has already been bound in a previous process, here is that previous proces:"
    Configuring the Drop Down List
    Select the Drop Down List in the Visual Designer and, in the Properties window, change its General > id property to personDD.
    Right-click the personDD Drop Down List in the Visual Designer and choose Bind to Data from the pop-up menu. The Bind to Data dialog box appears.........
    Can anyone tell me where i can get help with this tutorial or where i can download the finished program so i can sync up with what is actually being referenced in the questional statement that i mentioned above please?
    Thanks very much!
    BobK

    In Step 5 of "Changing the Column Components" you change the Trip Type column to a drop-down list.
    5. Select TRIP.TRIPTYPEID from the Selected list and make the following changes:
    * Change the Header text field from TRIPTYPEID to Trip Type.
    * Using the drop-down list, change the Component Type from Static Text to Drop Down List.
    6. Click OK to enforce your changes and dismiss the window. If the table columns are too wide after performing the above steps, you can resize them by selecting the first component in each column and dragging its selection handles.
    7. In the Visual Designer, select the top Drop Down List component in the Table. Right-click and choose Bind to Data from the pop-up menu. The Bind to Data dialog box opens.

  • Help with tutorial

    Hi,
    I need help with the last step of this tutorial- I'm confused about which layer it is asking me to select.
    The link: http://design.tutsplus.com/tutorials/quick-tip-how-to-create-a-3d-sketch-text-effect--vect or-4576
    And i posted a screenshot of my illustrator open and the step of the tutorial I am on. I realized the tutorial is for an older version of illustrator but
    I haven't had any issues so far… Stumped! Help!
    Thanks!

    This is the perfect example of why it is so important for trainers to label their layers. When all the layers say group and the rest is cropped by the dialog box, it really would cause confusion.
    In other words, it is not your fault you were confused, it the the person that created that tutorial.
    Other than contacting the trainer, you will need to follow Monika's advise.

  • Need help with order booking tutorial

    Hi
    I am new to OracleFusion.
    Started Learning By practising OrderBooking tutorial for 10g.
    I am practising parellel branching in the tutorial .
    I ve invoked Rapid distributors service in branch 1 of the flow activity.
    and
    i ve invoked Select manufacturing service in branch 2 of flow activity.
    I ve deployed order booking service,rapid distributed service,select manufacturing service in the server.
    Select manufacturing service is an asynchronous service .for this service to be complete it requires user to manually set price for the item ordered.
    So I accesed SelectManufacturinUI in browser as instructed in book.The problem is tht it is directing me to login page where User id and password should be submitted.
    In the tutorial no info is given regarding login details fot this page.Hence i am not able to set price for order.
    So the Select manufacturing service is not completed ..hence i am not able to move further in the tutorial..
    Kindly help with this..if any one has faced same prblm
    thanks

    Hi
    I got the answer. Just posting it so that it helps someone
    User id i tried : jcooper
    password : Bpel console startup password

Maybe you are looking for

  • Can't see photos in library

    Yesterday my computer offered me an update to iPhoto and said that the thumbnails needed to be upgraded (or something along those lines). I clicked yes, and then I think foolishly, imported some more photos whilst this was occuring (I assume. I didnt

  • Change name in browser bar?

    Hi all, using TCS2 on Windows 7 64 bit. When I create my RH Webhelp, in the blue browser bar (doesn't matter which browser) it says (for example): Filename - Mozilla Firefox (see attached screenshot) https://website.com - Filename - IE 6 I am told by

  • File encoding problem in solaris sparc

    hi there, I wrote a simple program to create a text file that with the content of japanese character that same way I wrote in Windows JP Platform. However, the encoding is different from what window, oracle(solaris sparc) does. this is very interesti

  • Web Interface using DI API to log on

    Hi I have created a website that uses DI API in order to allow the user's to use their B1 username and password in order to use the website. The problem that I am getting is that once a user is logged in they seem to stop logged in to the DI API even

  • How do I call up the content in a scrollpane?

    I'm having trouble calling up the content in my scrollpane in a simple quiz application.  I'm a graphic designer so I'm not real proficient with AS3 yet.  I created a scrollpane object called Scroller1 and I'm trying to scroll a movie object called M