Clientgen producing wrong package for artifacts when type is JAXWS

Please we need help on this one really bad. We are using wls 10.3.2 on window 7/2008 r2 64bit edition.
I'm tyring to upgrade to 10.3.2 and use JAXWS instead of JAXRPC for our web services. First the migration from 10.3.0 to 10.3.2 using JAXRPC web services are good. Then tried generating server side JAXWS web services with jwsc, that went fine also. But when I tried using clientgen with type="JAXWS" webservices to generate the client artifacts to be use by our standalone java swing client the packages of our javabeans (use as parameters and return value and just POJO) are all wrong and also those javabeans are duplicated if the javabeans are used in several web services methods that are in the different package. Let me give you an example so you can see. For ex. we have several javabeans we use as parameters and return values for our web services methods/call (the package is shown in the full name of the javabeans). (1) com.starcomsoft.pp.address.Address; (2) com.starcomsoft.pp.account.Account; (3) com.starcomsoft.pp.customer.Customer; (4) com.starcomsoft.pp.order.Order & com.starcomsoft.order.OrderItem. We have 2 EJB stateless session bean as webservices and they are com.starcomsoft.pp.customer.jws.CustomerWSImpl and com.starcomsoft.pp.order.jws.OrderWSImpl. The Customer bean has an address as one of it's field and an Account has a Customer as one it's field also. An Order bean has a Shipping/Billing address field and a Customer field and a Collection of OrderItems in it.
Below is the CustomerWSimpl class..
@SOAPBinding(style=SOAPBinding.Style.DOCUMENT, use=SOAPBinding.Use.LITERAL,
parameterStyle=SOAPBinding.ParameterStyle.WRAPPED)
@Stateless(mappedName = "CustomerBeanWS")
@WebService(name = "CustomerWS",
               serviceName = "CustomerWSService")
public class CustomerWSImpl {
@WebMethod
public Customer findCustomer(int id) { return customer;}
@WebMethod
public List<Customer> findCustomers(List<Integer> ids) { return List<Customer> customers;}
@SOAPBinding(style = SOAPBinding.Style.DOCUMENT,
          use = SOAPBinding.Use.LITERAL,
          parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
@Stateless(mappedName = "OrderBeanWS")
@WebService(name = "OrderWS",
               serviceName = "OrderWSService")
public class OrderWSImpl {
@WebMethod
public Order findOrder(int orderId) { return order;}
When I generate the client artifacts for CustomeWSImpl using "clientgen" with type="JAXWS", the Address, Account, Customer bean will all have the same package. For example in this case com.starcomsoft.pp.customer.jws ..., and for the OrderWSImpl - the Address, Customer, Order, OrderItem the packaging is "com.starcomsoft.pp.order.jws". Also the Address, Customer are duplicated. I've tried different combination value for all the attributes of "clientgen" but to no success. I'm I missing anything on my POJO or EJB stateless Bean's?
Below is an example of the ant task for "jwsc" and "clientgen".
<target name="gen.ws.server01" description="Target that builds the target Web Service">
<echo message="#### WSSTYLE JAXWS #######"/>
<jwsc srcdir="${src.server.ws.dir}" sourcepath="${src.server.dir}" destdir="${build.server.dir}"
classpath="${java.class.path};${app.inf.classes.dir}" fork="true" compiler="modern"
keepGenerated="true" deprecation="${deprecation}" keepTempFiles="true" listfiles="true"
debug="${debug}" memoryMaximumSize="${max.mem}" verbose="${verbose}">
<module contextPath="starcomsoft_ws" explode="true" name="starcomsoft_ws" generateWsdl="true">
<jws file="com/starcomsoft/pp/order/jws/OrderWSImpl.java" type="JAXWS" generateWsdl="true"/>
<jws file="com/starcomsoft/pp/customer/jws/CustomerWSImpl.java" type="JAXWS" generateWsdl="true"/>
</module>
</jwsc>
     </target>
<target name="gen.client1" depends="init, clean.gen.ws.server">
<clientgen
     type=JAXWS"
wsdl="${build.server.ws.dir}/META-INF/CustomerWSService.wsdl"
destDir="${gen.server.dir}"/>
<clientgen
     type="JAXWS"
     wsdl="${build.server.ws.dir}/META-INF/OrderWSService.wsdl"
destDir="${gen.server.dir}"/>
     </target>
"OR this "
<target name="gen.client2" depends="clean.gen.ws.server, init">
<clientgen
     type="JAXWS"
wsdl="${build.server.ws.dir}/META-INF/CustomerWSService.wsdl"
destDir="${gen.server.dir}"
     packageName="${server.root.package.name}.customer.jws" />
<clientgen
     type="JAXWS"
     wsdl="${build.server.ws.dir}/META-INF/OrderWSService.wsdl"
destDir="${gen.server.dir}"
          packageName="${server.root.package.name}.order.jws" />
     </target>
Please any help or thoughts on this one is greatly appreciated

Hi,
Please Don't Use weblogic.wsee.tools.anttasks.ClientGenTask If you are using ANT build to define your Client Gen Defination. May be at present you are using this ClientGen:
<taskdef name="clientgen" classname="weblogic.wsee.tools.anttasks.ClientGenTask" />
Please Use the ClientGenX Utility (This is WLS9.x Compatible Version of Clientgen NO side effects of using it) for utilizing this feature:
<font color=maroon><b>
<taskdef name="clientgenx" classname="weblogic.ant.taskdefs.webservices.clientgen.ClientGenTask" />
</b></font>
use the above clientgenx task with the attribute *"useServerTypes=true"*...Just give it a try...
DESCRIPTION Of <strong>useServerTypes</strong>:
Specifies where the clientgen task gets the implementation of any non-built-in Java data types used in a Web Service: either the task generates the Java code or the task gets it from the EAR file that contains the full implementation of the Web Service. Valid values are True (use the Java code in the EAR file) and False. Default value is False.For the list of non-built-in data types for which clientgen can generate data type components.
NOTE:. The ClientGenX utility attributes are similar to WLS8.1 Clientgen utility...But it will generate the Client Side artifacts to your Current version of WebLogic ...so no need to worry...Just you may need to change some of the Attributes of your current ClientGen which you are using.
Keep Posting :)
Thanks
Jay SenSharma
http://jaysensharma.wordpress.com/webservices/#comment-314 (Complex types in JAXWS)

Similar Messages

  • Dreamweaver CS6 displaying the wrong icon for certain file types

    I recently upgraded to the Maverick and I noticed that my Dreamweaver changed some of my files' icon to Acrobat Reader symbol. This does not represent the actual file type. My most important files, such as mp3 and m4v, are not displaying correctly. My concern is that it is affecting my website. How do I change the icons back to the original file type icons? Much needed help! Thanks!

    What do local file associations have to do with your website? You have a severely wrong understanding of this stuff. Anyway, file associations on Mac can be changed using a right-click and Get Info and then choosing a new default program for the file type.
    Mylenium

  • I may be helping Cedega produce a package for Arch... any thoughts?

    It is possible I may be helping Cedega produce a *.pkg.tar.gz for their product line. I figured this may be good experience as well as helping out the community, in general. I am aware that some people like Wine and some may like Cedega, in addition. I would like to hear some thoughts on how this would help benefit ArchLinux community. Currently, as I know it, there is only a *.tar.gz file for Archlinux. Which means they have to compile it in order for it to work. However, I feel it would be nice to have a Cedega-<ver>.pkg.tar.gz that people can download. They seemed to be interested in my offer. I wanted to to know what ArchLinux community's opinion, would be, however, before I decide on such an endeavour. All comments are appreciated, of course!
    P.S. Should I have a Poll on this?

    smitty wrote:
    Well, I didn't realize that apparently it's "already done"! I just checked on this site:
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    And, I believe it is the current version. However, on the Cedega forum, not many are aware that it exists for this distro. Perhaps I may just "spread the awareness".
    Oops! I just now realized that it's still not in *.pkg.tar.gz format. Does this mean I should continue with my original intent?
    There is no reason to offer a pkg.tar.gz file of cedega, that is what the AUR and makepkg is for. You alter the PKGBUILD to however you like and then run the command makepkg in the directory of the PKGBUILD and when its done u will have a compiled binary.
    No need for anyone to host a binary package, anyone wanting to use cedega has a computer that is easily capable to compile the program with makepkg.
    TO ANY DEV THAT READS THIS: this is what I mean by awareness of the AUR. AUR is the answer to all this OP's questions yet he is unaware of the process to complete such task. Just another friendly reminder.
    Last edited by jacko (2008-02-07 03:53:43)

  • Export collection as jpeg produces wrong format for Clikpic website

    Lightroom 1.3.1, high spec pc, Windows XP, ACD,etc. I have a website with "Clikpic". Before starting with L/R I had a Photoshop action to save for web at 600x600@72dpi etc, images from which then upload fine into Clikpik. I thought I would use the L/R "Collection" option to select some images from a recent trip, then use the "Export" option to save in the required Clikpic format - if I use that and then try to upload, I get error message "CF_IMAGE INFO:Format Not Recognised". I then went back to my own old Photoshop Action to do the same thing with the same image and that one uploads fine. Both images come out around 60Kb. What is wrong with the Lightroom process? Has anyone else had this problem? I have posted the query to Clikpik support too.

    One difference between LR export and PS save-for-web is that LR will imbed the image's metadata in the JPG and SFW only maintains copyright info (in PS3) or nothing (prior versions). So could Clikpic be seeing some metadata in the LR export that it doesn't like?

  • My ipod says wrong password for wifi when it is the right one, how do i fix it?

    Well,
    My sister is trying to connect to my home wifi and she has the right password and all but it said I quote
    "Incorrect Password" but i put the EXACT same password in to connect to the wifi and it connected very
    quite easily. Do you have any suggestions of how to fix this very
    stressful problem for my sister??

    See if this previous discussion helps.
    Sync Session Failed to Start iTouch iOS5: Apple Support Communities

  • Cannot find lib when packaging for iOS

    You can see the same question on StackOverflow here:
    http://stackoverflow.com/questions/11547515/cannot-find-lib-when-packaging-for-ios
    Hi,
    I am developping an Air Native Extension (ANE) in order to be able to use the burstly(1) ads on mobile devices.
    As for my setup, I am using the FlashDevelop 4.0.4(2) and Adobe Air 3.3 (3). I'm using Flex 4.6.0 SDK. The project is setup on Windows7.
    In order to work on iOS devices, Burstly requires a number of frameworks and librares (4)
    I managed to write and compile the .a library for iOS. I also have the interface (actionscript code) that will be shared for Android and iOS compiled into a swc and a librairy.swf. All of this is successfully packaged into a .ane which is included in my project.
    When compiling a .a library on MacOS, all the framework and library used don't seems to be packaged in the ".a". This is why I had to use Air 3.3, for the -platformsdk option(5).
    Since I work on Windows, I followed the instruction in this post to get the iOS SDK (6).
    Following (4) and (5), I made a platformConfig.xml file like this, which is packaged in the .ane
        <platform xmlns="http://ns.adobe.com/air/extension/3.1">
            <sdkVersion>4.2</sdkVersion>
            <linkerOptions>
                <!-- to use the AssetsLibrary framework -->
                <option>-framework AssetsLibrary</option>
                <option>-framework AudioToolbox</option>
                <option>-framework AddressBook</option>
                <option>-framework AVFoundation</option>
                <option>-framework CFNetwork</option>
                <option>-framework CoreLocation</option>
                <option>-framework MapKit</option>
                <option>-framework MediaPlayer</option>
                <option>-framework MessageUI</option>
                <option>-framework OpenAL</option>
                <option>-framework OpenGLES</option>
                <option>-framework QuartzCore</option>
                <option>-framework StoreKit</option>
                <option>-framework SystemConfiguration</option>
                <option>-framework Foundation</option>
                <option>-framework CoreGraphics</option>
                <option>-libsqlite3</option>
                <option>-libxml2</option>
                <option>-libz</option>
            </linkerOptions>
        </platform>
    and this is the line to compile the actuale .ane
        call "%FLEX_SDK%\bin\adt" -package -target ane ../release/burstlyadsextension.ane extension.xml -swc burstlyAds.swc -platform iPhone-ARM library.swf libBurstlyAds.a -platformoptions platformConfig.xml
    Problem arises when I try to package the iOS app with ADT:
        call adt -package -target %TYPE%%TARGET% %OPTIONS% %SIGNING_OPTIONS% "%OUTPUT%" "%APP_XML%" %FILE_OR_DIR% -extdir lib/external/ -platformsdk ../Libraries/iPhoneOS5.0.sdk/
    this happens:
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    frameworks seems to be added fine, but the dylib are not. I tried to add the line:
        <option>-L usr/lib/</option>
    before including the lib, but I got this error instead:
    "ld: warning: directory not found for option '-Lusr/lib/'
    ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    I tried to use the full path, other relative path, but no matter what path I put in the option, I always get a "warning: directory not found for option". Even "<option>-L ../</option>" give me this warning. The only thing that seems to work is "<option>-L /../</option>", but my .dylib obviousle are not there.
    So my questions are: What did I do wrong? Any idead what else I could try? Even an explanation as to why it is not working would be helpful!
    Links:
    #1: http://support.burstly.com/
    #2: http://www.flashdevelop.org/
    #3: http://get.adobe.com/fr/air/        //Sorry, my OS is in french
    #4: http://support.burstly.com/kb/ios/required-compiler-flags-frameworks
    #5: http://blogs.adobe.com/rajorshi/2011/11/16/ios5-support-for-airusing-external-sdks-to-pack age-apps/
    #6: http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/

    Thanks a lot, that took care of the
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    But now, I'm stuck with this error instead:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    Undefined symbols for architecture armv7:
      "_ADBannerContentSizeIdentifier480x32", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_ADBannerView", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_EKEventStore", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_OBJC_CLASS_$_FlurryAnalytics", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_CMMotionManager", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAJavascriptBridge.o)
      "_ADBannerContentSizeIdentifier320x50", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor makeSizesSetWithArray:] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogDebug", referenced from:
          -[MedialetsAdServer sendAppPixelWithURL:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer adFitsSlot:adID:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer isAdValidForSlot:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer processReceivedData:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_EKEvent", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_ADBannerContentSizeIdentifierPortrait", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyUtils.o)
      "_ADBannerContentSizeIdentifierLandscape", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogInternal", referenced from:
          -[MedialetsAdServer init] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAdsFromList:forAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAd:foradSlotKey:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer attemptCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_FlurryAppCircle", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_ADInterstitialAd", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Which is the same error as when I did not include any library at all.
    Any other insight?

  • Upgraded to 10.3.1.55, now can't set iT as default player,"An error occurred when updating the default player for audio files types.  You do not have enough access privileges for this operation." How to fix?

    After I upgraded iTunes, iTunes doesn't recognize CD in the drive, apparently isn't the default player.  It won't let me set iTunes as the default player, I get the error message "An error occurred when updating the default player for audio files types."  I tried Whitesides' remedy (changing Read Only status in folder in Windows) but it didn't solve the problem.  Any suggestions?  Thanks.
    J

    Oddly enough. I think I just solved it. It looks like, for some reason, my computer has about 8 different "iTunes music" folders, and I've been saving my music to the wrong one. Neat. Music now imports and plays as it should. Copying things over is going to be so fun tonight!

  • [svn] 3652: Fix for SDK-17328 - Package description missing when they' re set using Overviews_Base.xml

    Revision: 3652
    Author: [email protected]
    Date: 2008-10-15 10:18:08 -0700 (Wed, 15 Oct 2008)
    Log Message:
    Fix for SDK-17328 - Package description missing when they're set using Overviews_Base.xml
    Fix for SDK-17185 - Allow HTML chars to be set for footer string
    Fix for SDK-17259 - Exception name missing when generating asdoc with @throw tag
    QA: Yes
    Doc: No
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17328
    http://bugs.adobe.com/jira/browse/SDK-17185
    http://bugs.adobe.com/jira/browse/SDK-17259
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
    flex/sdk/trunk/asdoc/templates/package-detail.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    I believe I have found my solution!
    I can currently boot with my bios in ide mode- but my raid1 mirror is showing as independent drives (c and d)
    I do a simple windows search for winload.exe on the C: drive and get nothing
    that same search on the D: turns up winload.exe all over
    When I look at I my BCD 'device partation=C:'
    shouldnt this be D:?
    If so is this just a simple bcdedit, reboot into the bios, change my bios from IDE mode to RAID mode, save to cmos then, theoretically boot into windows with my raid correct (showing as a singe drive C: )
    Please someone correct me if I am wrong
    C:\>bcdedit
    Windows Boot Manager
    identifier              {bootmgr}
    device                  partition=C:
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {8b18c20b-c12d-11db-afc2-ac36bbabc8b2}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 30
    Windows Boot Loader
    identifier              {current}
    device                  partition=C:
    path                    \Windows\system32\winload.exe
    description             Microsoft Windows Vista
    locale                  en-US
    inherit                 {bootloadersettings}
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {8b18c20b-c12d-11db-afc2-ac36bbabc8b2}
    nx                      OptIn
    vga                     No
    quietboot               Yes

  • When i try to download the newest version of itunes it says "the feature you are trying to use is on a network resource that is unavailable" and then it gives me an alternate path to a folder containing the installation package for itunes64.mis, help

    when i try to download the newest version of itunes it says "the feature you are trying to use is on a network resource that is unavailable" and then it gives me an alternate path to a folder containing the installation package for itunes64.mis, help

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Why do I not get the checkout option for a pdf type document when clicking on the document link in the SharePoint workflow task?

    We are trying to use workflows to review and edit pdf files in sharepoint 2010. We are having a couple of issues and am hoping someone has the answer.....
    1)  When myself and coworkers click on the pdf document in the library, we get the check out option as expected.  However when we click on the document
    link in a workflow task (on the sharepoint site), the pdf opens as a temporary file and we do not get the check out option.  Why does this happen????? 
    2)  The same thing happens when we click on the document link in the workflow task email;   HOWEVER,  one of our co-workers does get the
    check out option when clicking on the link in the email task.  Why would she get the checkout option using the email and not when clicking on the link in the task list on the sharepoint site ????  We have compared our internet settings and adobe
    settings to ours and found no differences.
    We are using Sharepoint 2010, Windows 7, IE8, Adobe Reader X or XI.  Some of us have Adobe Pro X and have the same issues.

    Hi,
    According to your post, my understanding is that you could not get the checkout option for a pdf type document when clicking on the document link in the SharePoint workflow task.
    I try to reproduce the issue, however, no matter when I click the pdf type document in the library or click on the pdf document link in the workflow task email, it download the pdf doucment and then I can open it.
    It will be better if you can descript how you
    get the check out option as expected when you click on the pdf document in the library.
    Then I upload a
    word type document to the library, no matter when I click the word type document in the library or click on the word document link in the workflow task email, I can open the word document directly and get the check out option as expected.
    I recommend to use the other type docuemts to check whether the check out option works.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • A word document was emailed to me.  I can open the document without a problem.  Is there a way for me to type on the document.... to fill out the form?  When I click the fields, the virtual keyboard does not appear.

    A word document was emailed to me.  I can open the document without a problem on my iPad 2.   Is there a way for me to type on the document.... to fill out the form?  When I click the fields, the virtual keyboard does not appear.

    If you want to edit a word document then you will need an app on your iPad that supports word so that you can copy them to it via 'open in' e.g. Apple's Pages app or a third-party app such as Documents To Go or QuickOffice HD

  • Dbms_crypto package for number and date data type

    Hi,
    I am using Oracle 10g 10.2.0.3 on Linux 64 bit
    I am tryiing to use dbms_crypto package for the first time to encypt my tables column
    Following are my table columns
    NAME1 VARCHAR2(2000),
    ID1 NUMBER,
    SCORE number
    This table is already populated
    i want to encrypt Name1 and Score column. Following are the functions i have created for Encryption and decryption.
    --For Encryption
    create or replace function get_enc_val
    p_in in varchar2,
    p_key in raw
    return raw is
    l_enc_val raw (2000);
    l_mod number := dbms_crypto.ENCRYPT_AES128
    + dbms_crypto.CHAIN_CBC
    + dbms_crypto.PAD_PKCS5;
    begin
    l_enc_val := dbms_crypto.encrypt
    UTL_I18N.STRING_TO_RAW
    (p_in, 'AL32UTF8'),
    l_mod,
    p_key
    return l_enc_val;
    end;
    --For Decryption
    create or replace function get_dec_val
    p_in in raw,
    p_key in raw
    return varchar2
    is
    l_ret varchar2 (2000);
    l_dec_val raw (2000);
    l_mod number := dbms_crypto.ENCRYPT_AES128
    + dbms_crypto.CHAIN_CBC
    + dbms_crypto.PAD_PKCS5;
    begin
    l_dec_val := dbms_crypto.decrypt
    p_in,
    l_mod,
    p_key
    l_ret:= UTL_I18N.RAW_TO_CHAR
    (l_dec_val, 'AL32UTF8');
    return l_ret;
    end;
    Key: I have stored a key in other schema and calling it by using function get_key().
    Following is my insert
    INSERT INTO Score_table VALUES
    (get_enc_val('John',get_key()),25,get_enc_val(79,get_key()))
    it is giving me following error
    ORA-00932:Inconsistent Datatypes:Expected number got binary.
    I checked, it is an error due to Score field, which is of number type. So do i need to change type of Score field to varchar or is there any other way to encrypt number and date field.
    If i need to change the type then what will happen to the data already in Table and how do i encrypt data already in table.

    Hi,
    Is there any one who can tell me that, do i need to change my table column data type as the encrypted value will be character.

  • Wrong calculation for condition type for misc. provision in service PO

    Hi Gurus,
    In service PO line item, we have maintained customised condition type for misc provision. this is % based on net price. It has been assigned account key and accrual key. It's manual. Logically, it should calculate the value based on the total of the net values of all service lines and post a single entry for all concerned service lines. What system is actually doing, it calculates the value correctly for total of net values of service lines in that PO line item but post it to the account as many number of times as the number of service lines in that line item.
    This is when service based IV is active for the PO line item. If I deactivate this, then it post the account once only which is ok.
    Please explain this behaviour. Also, I want to activate service based IV, what should I do to this condition type. Is there any condtion base formula or condtion value formual to be assigned in the pricing procedure?
    Thanks in advance,
    Sudhir Dahake

    Hi,
    Check if some user exit/ routine is written for the condition type.
    Check user exit RV60AFZZ, RV60AFZA, RV60AFZB,RV60AFZC for some code.
    If it is a manual condition check COPY CONTROLS or if it is automatic check condition records from which it is calculated based on qty, price, material type, etc.
    Regards,
    Amit

  • My outlook will not open yet all other microsoft packages will.  When I click on the icon, the 'o' logo will come up for a split second but will not open the package - need to receive emails asap!

    My outlook will not open yet all other microsoft packages will.  When I click on the icon, the 'o' logo will come up for a split second but will not open the package - need to receive emails asap!

    You're very welcome!
    I meant holding the "option" (or "alt") key on your keyboard as you click the Outlook icon on the Dock, and continuing to hold it until you see the Microsoft Database Utility come up. Alternatively, you can open the utility by navigating to Applications/Microsoft Office 2011/Office and then double-clicking the Microsoft Database Utility app.
    When you rebuild your database using that program, a backup copy of your original database (containing your account info, contacts, mail, calendars, etc) will be created. As a security precaution, you should also ensure you have a backup of your database (which you can find by going to Documents/Microsoft User Data/Office 2011 Identities/ and copying the contents of that folder onto an external drive).

  • Hi i changed my apple ID and password and the old apple ID is still poping up asking for password i type in and doesnt bring to page i want . this started when i treid learning about icloud

    hi i changed my apple ID and password and the old apple ID is still poping up asking for password i type in and doesnt bring to page i want . this started when i treid learning about icloud

    See the iCloud FAQ: your iCloud account is tied to the Apple ID used to set it up: Creating an iCloud account: Frequently Asked Questions

Maybe you are looking for

  • Transporting Webservice DataSources -

    Hi We are unable to successfully transport any of our webservice Datasources, or anything related to them. The tansport logs are not giving any exact clue about why the error is occuring, and what we can do about it... Is there any specific technique

  • Synonyms for packaged procedures

    Heres something that is currently bothering me. Why are we not allowed to create synonyms for procedures and functions within packages ? Our database has too many individual procedures and functions for my liking and I would like to move some of them

  • How do I add word and pdf docs in an existing pdf doc?

    How do I add word and pdf docs in an existing pdf doc?

  • Sudden Surge of Unsolicited Calls

    First and foremost, I've been on the Do Not Call Registry since I got my phone number.  Yes, I already verified that the number is still there. Which brings me to my actual issue: Over the past few weeks / months we've had a sudden surge of unsolicit

  • Cluster - Non-cluster aware application

    Hi everyone, I need to migrate some non-cluster aware application from windows server 2003 to windows server 2008 R2 or windows server 2012. On windows server 2003, the cluster service start with a specific domain user to let some access. I have seen