"Edit EJB Descriptor..."  Not working

Hi
When i press the "Edit EJB Descriptor..." in a EJB under Deployments in the web-logic
6.1 console, I get this Error:
Error Start -
"There was an error while loading the descriptor for component:
EnvelopeEntityBeans
Please fix the error in the component descriptor file(s), redeploy the component
and then press continue to attempt to edit this components descriptor.
The following error(s) occurred:
error in finding weblogic.Home"
Error end
I deploy a EAR File containing 2 EJB's - one of them have entity beans in it, and
it is the one that have the error.
Thanks
Gal

Just so everyone knows, I was on hold with Adobe tech support for ALMOST TWO HOURS despite the 2-minute wait time they estimated at the beginning of my call. I really don't know how else to describe how I feel, except:
Clearly Adobe gives zero f*cks, even though I pay $40 per month for the creative cloud membership.
Adobe, if you were a person (which you are, because now corporations are people in the USA), I would wish upon you the most severe case of herpes-slash-genital-rot the world has ever seen. I hope that the discomfort of this particular ailment results in your inability to participate in even the shortest meetings or conference calls, due to the fiery burning pain in your nether regions. Then perhaps maybe a more competent and ethical software company could assume your role in the marketplace.
I will be especially amused if an Adherpe forum moderator has time to delete my post and/or ban me forever from the Adobe community, given that a tech support person has no time to answer my call. The plot thickens.
Toodle-loo.
PS: I am extremely sleep deprived, so I refuse to be held accountable for any offense taken to any of the statements set forth above.

Similar Messages

  • Weblogic console Edit EJB Descriptor link missing

    Hi..
    I am running weblogic 6.1 sp1. And I have a set of EJB's deployed. But when I click
    on any ejb in the tree view in console, i can not see the Edit EJB Descriptor link
    on the right hand side screen.
    I have two server instances running with the same set of EJB's deployed. And I can
    get this link on one console and do not get it on the other console.
    Can anyone tell me what is wrong with it ? Or is there any setting using which we
    can disable the access to Edit EJB Descriptor link ?
    Thanks in advance..
    Mandar

    hi..
    I have NOT disabled the link myself.... but for some reasons, the link is not available.
    I also checked the right click menu (right click on the deployed ejb in the tree
    view) and i didnt get the Edit EJB Descriptor option there also... I have two server
    instances running in Development mode and one console is not showing the link while
    the other is showing the link..
    I am attaching a screenshot to explain the situation. Can anyone has experienced
    this before ? Please help me..
    Regards
    Mandar
    "Mihir Kulkarni" <[email protected]> wrote:
    I am running weblogic 6.1 sp1. And I have a set of EJB's deployed. Butwhen I click
    on any ejb in the tree view in console, i can not see the Edit EJBDescriptor link
    on the right hand side screen.
    I have two server instances running with the same set of EJB's deployed.And I can
    get this link on one console and do not get it on the other console.
    Can anyone tell me what is wrong with it ? Or is there any setting usingwhich we
    can disable the access to Edit EJB Descriptor link ?No there is no such option to disable the access to edit the EJB
    Descriptors - its present both in the Dev and the Prod mode.
    Besides the link in the right frame, you can also right click on the EJB
    Name in the navigation tree to edit the descriptors ....
    cheers,
    Mihir
    Thanks in advance..
    Mandar
    [Ejb Descriptor missing.JPG]

  • The "FIND" feature in the Edit menu does not work. I can't find anything on a webpage

    The "FIND" feature in the Edit menu does not work. I cannot search a page. If I am looking for the word "Doctor" and I know it is on the page. All I get after typing the first letter is that the typing box turns red.
    This is not fun.

    Make sure that <b>[] "Match case"</b> on the Find bar (Ctrl+F) doesn't have a check-mark.

  • FCP 7.0.3 ripple edit in timeline not working

    FCP 7.0.3, AVCHD/proRes 422 LT, ripple edit in timeline not working. Using the ripple tool, I click on the edit point, drag the cursor to the clip and direction I want to trim but it doesn't work. pop-up says collision on V-1. Same thing when I double-click the clip to player and try to move the edit point on the scrub bar. This was functional in prior sessions. What's happening? Thx in advance.

    I'm only using one (V1) track. Prior to this problem I was unable to insert edit. That problem mysteriously vanished after an unsuccessful phone support session w/ Apple failed to solve. Also when I try to insert w/transition (default cross-dissolve) the transition is applied to the opposite edit point,ie: out point of insert clip has transition instead of in point where it was applied. When I try to add transition to edit point (CMD-T) it doesn't work.
    I'm slowly working around the ripple edit malfunction by using the razor tool and ripple delete (shift-delete) to trim in the timeline.

  • Saved Shopping Cart Display/Edit functions are not working

    Hello SRM experts,
    The problem that I have is that the buttons like Display, Edit, etc are not working on a saved Shopping Cart. What is the best way to debug this problem? How would I find out what methods are being called on the SRM system or if some entries are missing in some table for BUS2121?
    We are on SRM 7.0 PPS SPS 5, Portal 7.01 SPS 5.0.
    Thanks,
    Mani

    Hi Mani,
    We are also facing a similar issue. Our protocol is HTTP throughout but still the issue persists.
    Can you shed some light on any other config that you changed?
    Regards,
    Nikhil

  • In content editing repeating regions not working Safari 6.05 and Google Chrome v30.0.1599.66 mac? No

    In content editing repeating regions not working Safari 6.05 and Google Chrome v30.0.1599.66 mac?
    Marquees not showing, works perfectly fine on PC IE 9.
    Can edit text put cannot duplicate regions?
    Can anyone advise? Not good if the client worjs on Mac.

    Marquees the HTML tag? It's the most hated HTML tag out there, most browsers removed it because it was such a pain to see in 1996 scrolling images and scrolling everything

  • Ejb-link not working when i access ejb in different ear

    Hi All
    I am here trying to access ejb's which is in different ear, I am providing ejb-link inside web.xml of war file deployed inside deffirent ear file.
    I am using wls8.1sp5. I tried different combination with elb-link name , but its not working . <ejb-ref>
    <ejb-ref-name>ejb/AuditService</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.onstar.audit.ejb.AuditServiceHome</home>
    <remote>com.onstar.audit.ejb.AuditService</remote>
    <ejb-link>ccarenewal.jar#AuditService</ejb-link>
    </ejb-ref>
    <ejb-ref>
         <ejb-ref-name>ejb/AccountService</ejb-ref-name>
         <ejb-ref-type>Session</ejb-ref-type>
         <home>com.onstar.account.ejb.AccountServiceHome</home>
         <remote>com.onstar.account.ejb.AccountService</remote>
         <ejb-link>ccarenewal.jar#AccountService</ejb-link>
         </ejb-ref>
    Exception:weblogic.management.ApplicationException: activate failed for sbwo Module: sbwo Error: weblogic.management.DeploymentException: Could not setup environment - with nested exception: [weblogic.deployment.EnvironmentException: [J2EE:160101]Error: The ejb-link 'ccarenewal.jar#AuditService' declared in the ejb-ref or ejb-local-ref 'ejb/AuditService' in the application module 'accountadj.war' could not be resolved. The target EJB for the ejb-ref could not be found. Please ensure the link is correct.] weblogic.deployment.EnvironmentException: [J2EE:160101]Error: The ejb-link 'ccarenewal.jar#AuditService' declared in the ejb-ref or ejb-local-ref 'ejb/AuditService' in the application module 'accountadj.war' could not be resolved. The target EJB for the ejb-ref could not be found. Please ensure the link is correct. at weblogic.deployment.EnvironmentBuilder.addEJBLinkRef(EnvironmentBuilder.java:658) at weblogic.deployment.EnvironmentBuilder.addEJBReferences(EnvironmentBuilder.java:467) at weblogic.servlet.internal.CompEnv.init(CompEnv.java:123) at weblogic.servlet.internal.WebAppServletContext.activate
    I will appreciate any help.
    Rajiv

    Rob,
    Thanks for your reply.
    Below is all deployment descriptor entries i have(ejb-jar.xml, weblogic-ejb-jar.xml, web.xml, weblogic.xml)
    please correct me if i have wrong entries any where.
    ejb-jar.xml
    ejb-ref>
    <description />
    <ejb-ref-name>ejb/AccountService</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.onstar.account.ejb.AccountServiceHome</home>
    <remote>com.onstar.account.ejb.AccountService</remote>
    <ejb-link>AccountService</ejb-link>
    </ejb-ref>
    weblogic-ejb-jar.xml
    <ejb-reference-description>
    <ejb-ref-name>ejb/AccountService</ejb-ref-name>
    <jndi-name>cca/AccountService</jndi-name>
    </ejb-reference-description>
    web.xml
    <ejb-ref>
    <ejb-ref-name>ejb/AccountService</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.onstar.account.ejb.AccountServiceHome</home>
    <remote>com.onstar.account.ejb.AccountService</remote>
    <ejb-link>ccarenewal.jar#AccountService</ejb-link>
    </ejb-ref>
    weblogic.xml
    <ejb-reference-description>
    <ejb-ref-name>ejb/AccountService</ejb-ref-name>
    <jndi-name>cca/AccountService</jndi-name>
    </ejb-reference-description>
    I appreciate your help.
    Thanks
    Rajiv

  • Re: EJB Control not working with methods that contain arguments

    John,
    I'm not qualified to answer your EJB control question, but before you
    become too disillusioned with page flows I'd like to mention that the
    request scoped data form and and the return-to="page" issues you
    mentioned have been addressed for the next service pack. We've
    introduced the ability to specify a page flow scoped form bean which
    lives for the life of the page flow, and we've clarified the return-to
    values to include both "currentPage" and "previousPage" which should
    clarify the expected behavior.
    I hope you give it a try.
    Thomas
    John Hundley wrote:
    Oh well guess you guys gave up on this one. Thats ok, I have utilized a workaround
    that forgoes your non working controls just like I have workarounds for your dataforms
    that do not maintain their data between pages, your retrun to page that does not
    work etc.... At this rate I should have just used struts and JBoss.
    "John Hundley" <[email protected]> wrote:
    oop's attached the wrong one here is the right one.
    "John Hundley" <[email protected]> wrote:
    Ok I have attached one of my beans.
    "Anurag" <[email protected]> wrote:
    John,
    For a stateless session bean, the ejbCreate() method is called for
    every
    individual method call. This is because the bean instance is returned
    to the
    pool after every method call, it does not hold any state.
    I am still surprised about the behaviour you are seeing.
    Can you just attach your stateless session bean. You need not sendthe
    dependent files, since we only want to sniff the call made to the stateless
    EJB method, and are not concerned with the implementation.
    Regards,
    Anurag
    "John Hundley" <[email protected]> wrote in message
    news:[email protected]...
    Anurag,
    I am using the GA release. My control looks identicle toTraderEJBControl.jcx
    except of course it is extending a different home and bean interface.The
    bean
    itself does not exacly match the traderbean but it does look very
    similar
    to MusicBean.java
    in the tutorialsApp. One thing that has me a bit confused is the
    fact
    the
    create()
    method is being called every time I make a method call on the control.Shouldn't
    the bean only be created once at the first method call and persistfor the
    life
    of the session?
    John
    "Anurag" <[email protected]> wrote:
    John,
    Have you tried running the ejbControl/TraderEJBClient.jws in SamplesApp.
    It
    does involve calling methods on the stateless EJB TraderEJB through
    an
    EJB
    control, which accept parameters and run fine.
    Could you also confirm that you are using the 8.1 GA release, andnot
    the
    beta.
    Regards,
    Anurag
    "John Hundley" <[email protected]> wrote in message
    news:[email protected]...
    Raj,
    I cannot attach them here. I am not sure how you would test them
    anyway
    as I
    would have to send you my Oracle schema and you would have to
    set
    up
    a
    database
    instance. There is no way I can do that. If you could please
    send
    me an
    e-mail
    I can attach the relevant files in reply and you could take a
    look
    at them
    and
    see if you see any obvious problems.
    Thanks,
    John
    "Raj Alagumalai" <[email protected]> wrote:
    John,
    Can you attach the ejb jar, the jcx and the jws files that you
    have
    created.
    I will test and get back to you.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "John Hundley" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I have created an EJB control on a stateless session bean.
    For
    some
    reason when
    I attempt to call a method on my control that takes any number
    of
    arguments I
    get a java.lang.IllegalArgumentException yet if I call a method
    that
    takes
    no
    arguments everything works fine. I used the debugger to walk
    through
    the
    code
    and have discovered that every time I call any method on the
    control
    the
    create()
    method gets called, this is exactly where the error is occurring.It is
    almost
    like the control is trying to pass my method args to the create()
    method
    instead
    of the method I am calling. I have tested all of the methods
    in
    the
    ejb
    by manually
    coding everything (getInitialContext ejb.create etc) in a .jsp
    and
    calling
    all
    of the methods within that .jsp. There they all work fine
    so
    I
    am
    pretty
    sure
    the control is doing something funky. Any ideas as to what
    is
    going
    on
    and how
    I can fix it?
    Thanks,
    John

    Was this issue ever resolved ? We are running into the same problem.
    The last response is "I'm not qualified to answer your EJB control question."
    Can this be escalated to someone who can please ?
    Regards
    Shahriar

  • Edit in Photoshop not working

    Edit in Photoshop seems to have stopped working for me, both Edit and Open as Smart Object do not work.  Photoshop starts but the file never opens.  I'm using Lightroom 5.5, Camera Raw 8.3 and Photoshop CS6.  I can of course export to a PS doc and open that.

    I think the reason for this "edit-Problem" lies in the fact that you don't use PS CS5.
    LR 3 does not work seamlessly with earlier versions of PS - I have worked with LR 3 and CS3 and some things worked and some didn't.
    Since I have upgraded to CS 5, all is well.
    WW
    PS: In case you wondered, I don't get a commission if you buy CS5.
    Message was edited by: web-weaver

  • LR2 and PS4 - merging to HDR, merge to Panaorama and Edit in Layers not working

    Hi,
    I've recently upgraded from LR to LR2.1 and Photoshop CS to CS4. I've been trying to multi-select images from LR2 and edit them as HDR and Panoramas using the "Edit in->" merging options.
    None of them seem to work. I can see PS CS4 being opened, but then nothing happens. No image is opened or dialog box shown anywhere. Closing PS doesn't prompt for any saving, etc.
    I think the problem is because my RAW/DNG files are stored on a NAS. Trying to do the merge from PS directly using the files also doesn't work. But if I copy the files to my local HDD, then things work a lot better.
    Is this a known issue with CS4?
    iMac, OSX Leopard, 4Gb RAM.

    I have done some more tests:
    Setting up CS3 as "Additional External Editor" in LR2.1 Edit/Preferences/External Editing works fine with RAW ( .NEF ) files on NAS-drive.
    Also CS4 as "Additional External Editor" works the same way. The procedure is the same as when CS3 was the standard editor, ie exporting a TIFF file from LR2.1.
    The difference is that the standard CS4 integration is not writing TIFF files från LR, but has a more tight integration to CS4, which is much faster. But still not working when RAW files are on NAS. ( LR catalog files are on local disk ).
    Configuration:
    Dell dimension 9200
    Windows Vista Home Premium ( 32-bit )
    D-link DNS-323 NTFS file system
    Lightroom 2.1
    Photoshop CS4 Extended
    Latest updates installed.

  • Photo Edit in CS4 not working

    Hello,
    THE SETUP
    I have LR 3.3 and PS CS 4 Version 11.0.2 on a Mac running OS X.6.7.
    My "About Lightroom" screen reports the presence of Camera Raw 6.3.
    In my LR preferences under "External Editing" tab, I have the option to "Edit in Adobe Photoshop CS4" as PSD / sRGB / 16 bit / rez 300. There is no "Additional External Editor" present.
    I have installed in Library/Application Support/Adobe/Plug-Ins/CS4/File Formats the Camera Raw Plug-in version 5.7. When I choose Photoshop>About Plugin>Camera Raw I see that CR version 5.7.0.213 is present.
    THE PROBLEM
    When I select photo(s) [CR2 file(s)] in LR3 and choose Photo>Edit in> none of the external edit-in-Photoshop options work. First, I get a message saying "This version of Lightroom may require the Photoshop Camera Raw plug-in version 6.3 for full compatibility."
    I resent this suggestion, since that version of Camera Raw only works with CS5.
    When I click "Open Anyway," PS opens and loads, but that's it. None of the images from LR appear.
    I get the same (non)-results with all of the options (edit in CS4, HDR, panorama, smart object, etc.) under "Photo>Edit In." Photoshop launches, but no image appears.
    The only way I can get a photo to open in PS from within LR is to choose Photo>Edit in>Edit in Adobe Photoshop CS4, and then when the warning dialog comes up about the Camera Raw plug-in version, click "Render in Lightroom." When I do that, LR renders the image and it opens in CS4. But that doesn't help me do what I really want to do, which is to select bracketed exposures in LR, merge them to HDR in CS4, and save them back to LR.
    I have searched for help on this and come up dry. I did find this http://www.lightroomforums.net/showthread.php?9974-Open-as-layers-in-Photoshop-command-not -working, but I reinstalled the CR 5.7 plug-in as described and saw no change.
    Any suggestions appreciated. Thanks in advance.
    Message was edited by: GeorgTrakl

    Lr 3.3 and CS4 are not fully compatible so your experience is the result of that.
    You will have to bite the bullet and upgrade to CS5 if you dont want to "Render in LR".
    I've worked for quite a while with LR 3 and CS3 and experienced similar problems - the only way out is that you select "Render in LR".
    It's not such a big deal. When you select "Render in LR", Lr creates the psd that then opens in CS4.
    With CS5 it works this way: The RAW file opens in CS5 but when you save in CS5 a psd is generated.
    WW

  • Edit-in-place NOT working...

    I've recently installed FCS at our small shop. I've read the Geller book, followed the Admin manual, and pretty much have gotten it to work.
    However, I can't get "edit in place" to work. It did work when I initially installed the system and tested it. And now, after a complete re-install, it doesn't work.
    I am using two local RAIDs. Each have a media directory that I set up as a device. For example:
    One device is called "Mojo Project Media 02"
    In the Device Pane (on the Admin / Client Java Interface) the Local Directory reads:
    "/Volumes/RAID_02/Mojo Project Media 02"
    So the Mac edit-in-place URI reads:
    "file://localhost/Volumes/RAID_02/Mojo Project Media 02"
    I can't get the edit in place URI to not ad "localhost" but I don't think this should matter.
    Whenever I try to move media into a Browser Window from FCS, it tells me I must copy it to my local cache first. This didn't happen when I first installed/configured the system.
    Can you not set up edit-in-place for a local directory (ie. a volume locally attached to the server with FCS installed)?
    I know it worked before. Is there something I am missing?

    Thanks A. Richards.
    After much testing, I realized that on the FCSr machine that it indeed had edit-in-place status because of the storage directly attached to it. BUT the other client computers did not.
    So basically, since we don't have the $1000 a seat for XSAN and we are only cutting DV and DVCPRO HD...
    We could configure our Mac Pro Server to be an AFP share over the network; it's plenty fast over Ethernet since it's aggregated over 6 gigabit ports to a switch and has PCIe RAID storage attached. We could give this edit-in-place status IF...
    We used another machine (server class) to install FCSr on.
    This would work right?

  • Bulk edit media kind not working

    Hello,
    Last night I bulk edited my library from media kind "music" to "voice memo." This worked fine. Everything is now set to voice memo. However, I am now trying to edit selected albums back to music, and this does NOT work. But it DOES work if I select each song individually and change it.
    This is incredibly frustrating.
    Anyone know why this is? Or better yet, does anyone have a fix or a script that will allow me to select a batch of files and change the media kind from voice memo to music?

    I discovered from a tweet by @dougscripts, that it is simply not possible to do en masse or with a script: "@dougscripts To all asking: AppleScript cannot change the "Media Kind" property of a podcast track to a music track."
    (I had changed mine for the same reason regarding iTunes Match, and also unsuccessfully tried the same 2-step process.)
    But, I did figure out a workaround that will save your sanity.
    1. Add all the tracks you want to change into a single playlist.
    2. Then use a mouse recorder (I used this one http://www.jitbit.com/mac-mouse-recorder/ ... the demo lasts long enough for you to change what you need to).
    3. Record the action of changing 1 track from voice memo to music manually.
    4. Set the mouse recorder to repeat the amount of times as there are songs in your playlist.
    (You won't be able to use your computer while it's working, so if you have a huge library it's best to do it while you're sleeping. Also, don't speed up the playback of the action too much, as it will fail.)

  • Orion.edit.validator example not working

    The example mentioned in the below link for orion.edit.validator does not seem to work.
    https://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Plugging_into_the_editor
    Please help with the proper code snippet or example for orion.edit.validator

    The code on that page was outdated, I fixed it.
    Here's a gist showing a complete working example: https://gist.github.com/mamacdon/cb1e20fd8f967e97cfb4

  • EJB Control not working with methods that contain arguments

    Hi,
    I have created an EJB control on a stateless session bean. For some reason when
    I attempt to call a method on my control that takes any number of arguments I
    get a java.lang.IllegalArgumentException yet if I call a method that takes no
    arguments everything works fine. I used the debugger to walk through the code
    and have discovered that every time I call any method on the control the create()
    method gets called, this is exactly where the error is occurring. It is almost
    like the control is trying to pass my method args to the create() method instead
    of the method I am calling. I have tested all of the methods in the ejb by manually
    coding everything (getInitialContext ejb.create etc) in a .jsp and calling all
    of the methods within that .jsp. There they all work fine so I am pretty sure
    the control is doing something funky. Any ideas as to what is going on and how
    I can fix it?
    Thanks,
    John

    Oh well guess you guys gave up on this one. Thats ok, I have utilized a workaround
    that forgoes your non working controls just like I have workarounds for your dataforms
    that do not maintain their data between pages, your retrun to page that does not
    work etc.... At this rate I should have just used struts and JBoss.
    "John Hundley" <[email protected]> wrote:
    >
    >
    >
    oop's attached the wrong one here is the right one.
    "John Hundley" <[email protected]> wrote:
    Ok I have attached one of my beans.
    "Anurag" <[email protected]> wrote:
    John,
    For a stateless session bean, the ejbCreate() method is called for
    every
    individual method call. This is because the bean instance is returned
    to the
    pool after every method call, it does not hold any state.
    I am still surprised about the behaviour you are seeing.
    Can you just attach your stateless session bean. You need not sendthe
    dependent files, since we only want to sniff the call made to the stateless
    EJB method, and are not concerned with the implementation.
    Regards,
    Anurag
    "John Hundley" <[email protected]> wrote in message
    news:[email protected]...
    Anurag,
    I am using the GA release. My control looks identicle toTraderEJBControl.jcx
    except of course it is extending a different home and bean interface.The
    bean
    itself does not exacly match the traderbean but it does look very
    similar
    to MusicBean.java
    in the tutorialsApp. One thing that has me a bit confused is the
    fact
    the
    create()
    method is being called every time I make a method call on the control.Shouldn't
    the bean only be created once at the first method call and persistfor the
    life
    of the session?
    John
    "Anurag" <[email protected]> wrote:
    John,
    Have you tried running the ejbControl/TraderEJBClient.jws in SamplesApp.
    It
    does involve calling methods on the stateless EJB TraderEJB through
    an
    EJB
    control, which accept parameters and run fine.
    Could you also confirm that you are using the 8.1 GA release, andnot
    the
    beta.
    Regards,
    Anurag
    "John Hundley" <[email protected]> wrote in message
    news:[email protected]...
    Raj,
    I cannot attach them here. I am not sure how you would test them
    anyway
    as I
    would have to send you my Oracle schema and you would have to
    set
    up
    a
    database
    instance. There is no way I can do that. If you could please
    send
    me an
    e-mail
    I can attach the relevant files in reply and you could take a
    look
    at them
    and
    see if you see any obvious problems.
    Thanks,
    John
    "Raj Alagumalai" <[email protected]> wrote:
    John,
    Can you attach the ejb jar, the jcx and the jws files that you
    have
    created.
    I will test and get back to you.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "John Hundley" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I have created an EJB control on a stateless session bean.
    For
    some
    reason when
    I attempt to call a method on my control that takes any number
    of
    arguments I
    get a java.lang.IllegalArgumentException yet if I call a method
    that
    takes
    no
    arguments everything works fine. I used the debugger to walk
    through
    the
    code
    and have discovered that every time I call any method on the
    control
    the
    create()
    method gets called, this is exactly where the error is occurring.It is
    almost
    like the control is trying to pass my method args to the create()
    method
    instead
    of the method I am calling. I have tested all of the methods
    in
    the
    ejb
    by manually
    coding everything (getInitialContext ejb.create etc) in a .jsp
    and
    calling
    all
    of the methods within that .jsp. There they all work fine
    so
    I
    am
    pretty
    sure
    the control is doing something funky. Any ideas as to what
    is
    going
    on
    and how
    I can fix it?
    Thanks,
    John

Maybe you are looking for