LR.3.3 Web module not picking up image edits

When I create a slideshow in LR3.3, it does not pick up the edits that I made to the images. The only things it picks up are crop and maybe sharpening (hard to tell). Haven't had the problem before today. Any help will be appreciated.
Thanks,
John

Pierluigi Vernetto, thanks for that link. Though it was for a web module consumption of the persistence package, I was able to adapt it for use by my ejb module.
Here is my solution, under split-directory development workflow.
Create the persistence module, place the persistence.xml in that module's META-INF.
Create an Ant task in the build.xml to 'wlcompile' and JAR it to the EAR direcotries APP-INF/lib directory.
Exclude the persistence module from the rest of the 'wlcompile' and 'appc' tasks.
I was then able to inject it with annotation in my EJB module.
dvohra16, thanks for that pointer. Now that I've been able to solve, the pressure is off (and shifted to other things). But I will surely check your option out. If I can get that working, it will be much easier than tinkering around with the build.xml and would be the normal flow of split-directory development workflow.
As of now, I will say this thread as 'solved', but if I get it working the way you mention (on my sandbox project), I will surely come back and update this thread.
Edited by: Vyoma on May 27, 2011 11:21 AM

Similar Messages

  • Webi does not pick correct Data

    Hi Guys,
    I have a webi. The Universe for the Webi is based on  Bex Query. I see correct Data in Bex Query but when I create a webi report it does not pick correct data.
    I have checked following points already:-
    1] No Resstriction at Query Level
    2] No restriction at Universe Level
    3] No Filters/ Restriction at Webi Level.
    Can anyone suggest whats happening?
    Regards

    Hi Ray,
    It happens sometimes that data gets aggregated over all the dimension objects present in the 'Available Objects' section in webi.
    Try to pull only the characteristics present in the row section of the bex query say 'X' and measure in the column section of bex query say 'Y' into the results pane in the edit query window in webi.Then run the report and check.
    This will give you the idea about aggregation.
    Regards
    Vineeta

  • Flash gallery in web module not showing

    When using the web module the flash galleries do not show anymore; there is simply a black screen in the center panel. The HTLM galleries show alright. The problem started a few days ago when I updated to Adobe Flash Player 11. Any suggestions?

    I don't know that much about PC's, but you need to open the browser and click on the preferences, I think in the same way as you would do with a Mac and click on select javascript.
    Rather than Firefox, get them to download a copy of Safari for PC from the Apple site.
    Other than this I am not really sure of a solution, other than telling them to buy a Mac instead!!

  • Web module not working

    Hello everyone,
    after some time working with Lr it wanted to try the web module. But on my main computer it wont load, if I try to switch, a message box appears that an error occured. In the console I find this entry:
    2007-08-06 23:55:28.468 Adobe Lightroom[1070] CFLog (21): Error loading /Applications/Adobe Lightroom.app/Contents/Frameworks/AgFTPClient.agtoolkit/Contents/MacOS/AgFTPClient: error code 4, error number 0 (Library not loaded: @executable_path/libCurl.dylib
    Referenced from: /Applications/Adobe Lightroom.app/Contents/Frameworks/AgFTPClient.agtoolkit/Contents/MacOS/AgFTPClient
    Reason: image not found)
    On another computer it works. Do I have to reinstall the OS (already reinstalled Lr) or could anyone point me to the image it can not find on this machine?
    Thanks,
    Markus

    When you called the web service from the test dialogue, did it work? If you get any error, please paste it here.
    Also, please take a look at the example in
    this doc which also uses a writer. Note that if you have a writer writing the results to a destination, you typically don't need a web service output. See the below images, 1 with Web service output, another with a Writer. The writer needs to
    be configured.

  • SAP web AS not picking up my custom actions defined jar

    Hi,
    I added some custom actions in the config.xml of the SAP Internet Sales Application, but noticed that this server is not picking up the jar file in which I defined my custom actions. This happens even though I placed the jar file directly under the WEB-INF/lib folder.
    When I go through the logs, I see that under the resources, it picked up all the jars except mine. Is there a place where you define what jars to pick up with in the WEB-INF/lib folder.
    Thanks
    SK

    Oh yes, there is.
    In NetWeaver never place any files into directories and expect them to work. You MUST deloy them regularly.
    On every start the server checks the files against what is in the DB and I don't know what it does in case of no file in DB, but it may even delete it...
    Regards,
    Benny

  • ADF customization: AM(Application Module) not picking up customize changes.

    Hi All,
    We have customize curtain ADF BC4JC objects, from the seeded application, but the issue is the Extended AM which is consuming the customize is running after some tweaking in the adf-config.xml file.
    But problem is its not picking up any customize changes, can someone tell how to debug the customization related issues in bc4j itself.
    or tell us is it not possible to see the customize changes in model layer of ADFBC.
    Thanks
    VIpin

    Hi All,
    We also noticed onething in sandbox, when we are deploying the changes to sandbox, extactly two stantus are coming there
    |-> merged (o) sign is reflecting it
    |-> add on layer sing is reflecting it .
    we noticed that merged layer changes we are able to see in the application but added layer changes are not coming, and we are not exactly sure when a layer is merged.
    Added we are fine.
    Thanks
    Vipin

  • LR3 Web module not loading pix of collection

    Hi All,
    I still have the same problem using the web module, which doesn't load all the pictures of the collection, and bugs. I never had this problem before using LR2. Does anybody encounter the same issue? Is there a way to fix this ?
    Thanks for your help,
    Sebastien

    Resolved the problem.Found a tag missing from web.xml file.

  • How to include Chart in Web Page not as seperate image file?

    Hi, I am using JCharts and am trying to figure out how (or if it is even possible) to create a chart and then place it in a web page. All the examples I've seen show you how to create a JPEG of the chart and then link to this image from your web page. Is it not possible to surround the JPEG chart with other HTML so that I can keep my web page logo and menu etc on the same page as the chart?
    I can't find any examples which show how to surround your images with HTML as JCharts creates a JPG file and returns that in the Http Response e.g. "ServletEncoderHelper.encodeJPEG13(axisChart, 1.0f, response);".
    My environment is Java 1.4.2, Struts and Tomcat 4.1.30.
    Is there a way of drawing charts directly into a web page rather than displaying them on a seperate page as an image file?
    many thanks in advance,
    James.

    If you understand html, you know that to display an image, you must provide a reference to the image's location within the html code (there's no way to embed the image itself, directly in the html).
    An image's reference is just an url of where the image can be loaded from. Provide an url which goes to your dynamic chart servlet and requests the appropriate chart (i.e., you may have to pass in certain parameters in the url).

  • Master page not picking up images associated in ISF file

    Hi
    I am using FM11. RH10 as part of TCS4.
    Last year I had created a master page and settings file (ISF). We are now revising it.
    Some of our styles have images associated with them (Style name > Format > Borders and Shading > Shading > Pattern).
    My workflow:
    1.   Open a blank RH project.
    2.   Link FM book. All the FM files are imported. But there are no images in the Project Manager pod > Images folder yet.
    3.   Associate and apply the ISF file. Images show up in the Images folder. But they have this X mark against them. So I assume they are just some sort of placeholders yet. I check the topic where these images are used. They are empty as well.
    4.   Import the master page. I get a message that images are also imported. The X mark against the images are gone and they show up in the topic as well.
    That is how it worked in the previous version, which was correct.
    Now, that is not happening. Steps 1 to 3 work fine. But when I import the master page (Step 4), The confirmation message does not mention anything about the images.
    In both cases, the ISF file, master page, and the images are all in the same folder. Now the only way to get the images work is by manually copying all the images to the RH project folder.
    Can somebody please tell me why this is not working the way it used to work? From what I see, I am not doing anything different. I have even opened the master page in an XML editor and checked. I did not see any difference.
    Sreekanth

    Thanks for your quick reply, Jeff.
    Tried that, still no luck.
    Sreekanth

  • Images edited in Photoshop not showing up correctly in Lightroom after saving

    Hi,
    I recvently got Adobe cloud and upgraded from Lightroom 3 to 4.  Since the upgrade I have been having issues with Lightroom not correctly displaying images edited in Photoshop.  Instead of the photoshop image it creates a new jpeg and displays that in the library.  the PSD does not get loaded into the library.
    I am taking a jpeg from my library and shoosing the edit in Photoshop function.  I am selecting edit a copy, but have tried it with original and with edit a copy with lightroom adjustments as well with the same results. 
    In Photoshop I am duplicating the base layer, upscaling the image, running some filters, adding dsome adjustment layers. 
    I save the image in Photoshop format back to the original folder where the initial jpeg was in the Lightroom library.  I save it with maximize compatibility on.
    When I go back to Lightroom, the catalog displays two files, the initial jpeg and an identical copy to it, NOT the new photoshop file with alterations.  If I go to the folder the images are housed in in Finder using the show in Finder command both images link to the same original jpeg.  The photoshop edited file is there in the folder but does not show up in Lightroom unless I drag and drop it.
    I have turned off all filters and made sure the sort is sorting by name.  The image does not automatically show up in Lightroom after editing.  Any suggestions?
    Thanks for any help!
    PS. I did search the topic and there are threads from 2007 and lightroom 2 but their solution was to start from scratch essentially and I have a carefully tagged, starred, and labeled catalog of 30,000+ images and really don't want to do that

    Images that are edited in Photoshop will be displayed automatically in Lr only when the image-file saved in Photoshop is the same as the one opened from Lr.
    You say you open a JPG from Lr, then edit it in PS by - among other things - adding some layers. Layers are not supported in the JPG-format so you have to either save it as a psd or as a jpg-copy.
    In either case this is not the same image file as the one opened in Lr, so it will have to be imported into Lr to show up. If you would flatten your image after editing in PS and then do a <save> to your JPG - not a <save as> - it will show up in Lr.
    PS: the only exception is when you open a Raw image from Lr in PS and you save it in PS in the file format specified in Lr for external editing. The saved file will automatically show in LR.
    Message was edited by: web-weaver; PS added

  • JSP does not have visibility of java classes in simple Web Module Project

    Dear Experts
    I am developing what I thought would be a very simple Web Module Project for a simple webservice
    to allow a user to logon to Netweaver Portal with a simple logon and password.
    I have not done this in over 8 years, and am somewhat rusty.
    The webservice is package in  a .war and is deployed via an Enterprise Application project as a .ear.
    The issue I am having is that I want to enhance the presentation of the webservice through the
    provision of css and adding a couple of images. The "libraries" are visibile in the build path of web
    module project.
    At the top of my .jsp for logon form I want to import some java libraries in order
    to get String webpath = componentRequest.getWebResourcePath()"/":
    <%@ page session = "true"%>
    <%@ page import = "com.sapportals.portal.prt.resource.IResource" %>
    <%@ page import="com.sap.security.core.sapmimp.logon.SAPMLogonLogic" %>
    <%@ page import="com.sap.security.core.sapmimp.logon.SAPMLogonCertLogic" %>
    <%@ page import="com.sap.security.core.logonadmin.IAccessToLogic" %>
    <%@ page import="com.sap.security.core.logonadmin.ComponentAccessToLogic" %>
    <%  IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
    final boolean inPortal = true;
    String webpath = componentRequest.getWebResourcePath()"/";
    // todo: find layout schema...
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
    %>
    However, during runtime the libraries are unknown and I get the following SAPJ2 EE errors
    indicating the methods etc are not known to the jsp:
    Full Message Text
    application [ctxhrofm] Processing HTTP request to servlet [jsp] finished with error.
    The error is: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation rocess: [/usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java22: package com.sapportals.portal.prt.resource does not exist
    import com.sapportals.portal.prt.resource.IResource;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:23: package com.sap.security.core.sapmimp.logon does not exist
    import com.sap.security.core.sapmimp.logon.SAPMLogonLogic;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:24: package com.sap.security.core.sapmimp.logon does not exist
    import com.sap.security.core.sapmimp.logon.SAPMLogonCertLogic;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:25: package com.sap.security.core.logonadmin does not exist
    import com.sap.security.core.logonadmin.IAccessToLogic;
                                            ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:26: package com.sap.security.core.logonadmin does not exist
    import com.sap.security.core.logonadmin.ComponentAccessToLogic;
                                            ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : class IAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : class ComponentAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                        ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable aResponse
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable IAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:63: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    String webpath = componentRequest.getWebResourcePath()"/";
                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable IResource
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
                                                      ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
                          ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable aResponse
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
    ^
    14 errors
    Exception id: [0019996862AA007E00000436000077FB0004A78CA1BA8324]
    I have added the associated DCs for classes to used DCs and they are visible on the buildpath
    of my webservice.
    What am I missing?
    Many thanks for any advice offered
    Mike

    Have you made runtime references to used libraries...?
    refer page 20 ...in
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d99678-1a29-2d10-94b4-9d9a67b7199b?quicklink=index&overridelayout=true

  • Web Module created form NWDI does not appear in J2EE-Explorer View

    Hi,
    I have created a DC of Type Web Module. I had it checked in and activated it.
    Afterwards I went to "Inactive DCs" view and created a local project out of the DC.
    When I look at "J2EE Explorer" view, I do not see my newly created object. However it is visible in "J2EE DC Explorer" view. When I edit the .project file and remove the line
    <nature>com.sap.ide.eclipse.component.provider.dcnature</nature>
    I can edit the project in "J2EE Explorer" but not in "J2EE DC Explorer".
    When I am finished with my local work on component I have to copy the line
    <nature>com.sap.ide.eclipse.component.provider.dcnature</nature>
    back into .project-file. Is there a more elegant solution for editing web modules created from DCs?
    Thanks for your help,
    Andreas

    Hello Sidharth,
    By the term "extend", I meant, that
    - eg another developer created the dc,
    - I want to add further functionality to the dc (by "extend" I DID NOT THINK OF CREATING A CHILD COMPONENT).
    Maybe I understood the dc-concept wrong:
    I wanted to reference the JCO-library in my dc and I am missing the entry "Add/Remove Additional Libraries" in the context menu in "J2EE DC Explorer" perspective:
    Is that by design?;
    Do I have to
    - add references to external libraries (like JCO) in local, non-dc J2EE-projects by "Add/Remove Additional Libraries" and in
    - dc projects I have to reference external libraries by "Add Used DC" within the "DC Metadata"?
    Thanks for your help,
    Andreas

  • "Writer" Module not working in web service mode

    Hi,
    I designed a experiment to do a prediction work and automatically write the result to AzureSqlServer.
    I published  a web service from the experiment to trigger the prediction procedure, it worked very well until February. But from then on, the database had never received any data from the module triggered by web service though the web service always
    run successfully.However, when I directly run the experiment, the writer works again.
    I noticed the experiment dashboard has a new function that can switch between experiment view and web service view. In web service view, all the modules that the “web service output” module not depend on turn grey, including the "writer".  
    Is that the reason?

    When you called the web service from the test dialogue, did it work? If you get any error, please paste it here.
    Also, please take a look at the example in
    this doc which also uses a writer. Note that if you have a writer writing the results to a destination, you typically don't need a web service output. See the below images, 1 with Web service output, another with a Writer. The writer needs to
    be configured.

  • Web module: exporting keywords to a template not possible?

    I want to use the web module to generate my photoblog, however I need to be able to export the keywords or collections used to tag each image. The dialog box for changing the image caption allows you to export all sorts of EXIF and IPTC metadata but not the lightroom keywords.
    I've already made a template for my website but the generated xml file produced by lightroom for the transformer XSLT script to process seems to have no information about the image keywords in it so I'm stuck.
    I know the keywords are embedded into the actual jpegs that are exported but extracting them would be more effort than its worth, I dont want to have to run more software after exporting from the web module just to get the keywords.
    Any ideas?

    Looking at the XMP for a recent file, the keywords are stored as follows
         castle
         cloghan castle
         couple
         matrimony
         september
         wedding
    So you'd need to figure out how to extract them from there.

  • Weblogic Server not picking the jar files in WEB-INF/lib folder

    we are facing a strange problem where Weblogic App Server is not picking the jar files present inside the WEB-INF/lib folder if we update the jar file path in the classpath of the start script then the classes get loaded properly.
    Is there any specific setting which I need to do in weblogic to pick these jars ?

    Class loaders associated with a Web application can be configured to locate local classes first. To enable this we have to set the <prefer-web-inf-classes> to true in the deployment override weblogic.xml, for example
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    http://blog.transfer-solutions.com/2010/12/weblogic-class-loading/

Maybe you are looking for

  • DBMS_OUTPUT within BULK COLLECT FORALL

    Hi, I am trying to figure out how I can output using DBMS_OUTPUT.PUT_LINE within a BULK COLLECT/ FORALL Update? Example: FETCH REF_CURSOR BULK COLLECT INTO l_productid,l_qty forall indx in l_productid.first..l_productid.last Update products aa Set aa

  • Commerce Server help

    I am trying to start the Weblogic Commerce Server 3.2 on NT after loading the webloic_classpath variables its suddenly dies saying --> Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server I'm using weblogic server 6.0, and my WE

  • How to change MS Office menu to a different language

    Hello Everybody, Just a quick question about the Multi Language option. I got it set to spanish right now and Safari, Texte edit etc. works fine but how do I get this to work for MS office apps like Word and excel. Do I need to install an additional

  • Disable auto-download

    How do I disable automatic file downloading in Safari 7.0.6? I would like to set up Safari so that before downloading a file I am asked whether or not I would like to download the given file. Thanks!

  • Depth of Field with particles

    I'm still learning after effects and having fun with it. I'm just curious about something. Is there a way to eliminate the depth of field with particles? Example: When I zoom out with the camera in CC particle world, the particle (energy wave I creat