Next version of JDeveloper

To JDev team:
When is the next version of Jdeveloper due? Currently using JDeveloper 3.1 and it doesn't seem to have output in XML format.
Alan

Hi Alan,
We definitely can output to XML in JDev 3.1. The one thing we don't provide is a way to 'create' XML files from the New gallery (File | New), but if you have an XML, XSQL, or XSL file, you can add it to your project, and JDeveloper will know what it is and how to handle it. You can even right-mouse on the file and check the syntax.
JDeveloper includes Oracle's XML Parser (JDEV_HOME\lib\xmlparserv2.jar). Most of the information about using XML and this parser are located in the Developing Business Components section of the online help.
You can also view the XML online walkthrough demo on the JDeveloper page of OTN.
You can use a different parser if you want to. Just add it's jar file to the JDEV_HOME\lib directory, create a library for it under Project Properties on the Libraries page, and add the new library to your project.
In JDev 3.2, we will provide the ability to create XML, XSQL, and XSL files from the New Gallery, wizards, etc.

Similar Messages

  • Where dos "Oracle Business Component Browser" go in the next Version ?

    Hello "Oracle"
    I am asking you about the BC4J "test-browser", will this go further in the next versions ?
    If yes, can you tell in wath direction and in wath timeframe ?
    If you do not want to make this "public" please let me also know.
    Tanks
    Christian

    Hi Laura
    I am very interested at a "suffisticated" UI-Browser for the BC4J View-Objects.
    The idea is, that I not have to program a UI-Object the present the data to the User. Also that this UI-Browser dos support many presentation technologies (like Java-Application, JSP (Servlet), XML/XSL etc.).
    I will not define for each view-object a UI-object, I like to define one UI-Object for all view-objects in my project.
    What you think, will there be a effor, in your team, in that direction? Or do I have to program this UI-Browser by myself? Or do you know someone witch has allready designed a Browser like that?
    Christian
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDev Team (Laura):
    Christian,
    Our 3.2 release is due out in late November and there are some bugfixes for the tester included. The tester is basically a Java Application that uses the Data Aware Controls that we include with JDeveloper (InfoProducer and InfoSwing components on the Component Palette).
    In the 3.2 release, the source for this application is included so users can see how it is implemented and make changes if they like.
    The basic function of the tester is to provide users with a UI to try out their business logic code without having to generate their own UI.
    Is there a specific area of functionality you are interested in?
    Laura<HR></BLOCKQUOTE>
    null

  • Which version of jdeveloper has Search option in view editor of VO ?

    Hi Can anybody tell me which version of jdeveloper has Search option in view editor of VO ?

    He ???
    You want to build a search form in your application for users to filter the execution of a View Object, or do you look for a search form in the editing environment to get you quickly to a View Object property to edit? In the first case, please read the documentation, its available in all 11g releases (including yours) : Creating ADF Databound Search Forms. In the latter case use the Property Inspector for a VO.
    Frank
    Ps.: Shailesh, next time - please take time to properly phrase questions on this forum. Trust me, its shorten the time a correct answer is provided

  • Stable Version of JDeveloper for production?!

    Hi ,
    We have a project in which we need
    Oracle ADF
    Oracle BPM
    Oracle SOA
    Oracle Form & Reports
    I want know which version of  JDeveloper (11.1.1.7 – 11.1.2.4 - 12.1.2.0)  satisfied  our requirement and what  version of Oracle Fusion Middleware and weblogic  we must install on our servers ?

    At the moment only 11.1.1.7.0 meets your requirements.
    The next jdev 12.1.3 should work to, however we don't know when this version will go public.
    Timo

  • When will Oracle make a newer version  of Jdeveloper availabe ?

    Hi
    Thank you for reading my post.
    when will oracle give out another version of Jdeveloper ?
    is there any feature list for next version ?
    Thanks

    sure i am looking for portlet support , indeed i want to migrate from Creator studio to jdeveloper , but my projects are mainly portlets and
    i will need jsr-168 portlet support (jsf portlets) in Jdeveloper before i could migrate.

  • Will 2D objects in java.awt.geom.* be Serializable in next version of Java?

    I am pretty frustrated about having to write my own Serializable classes. I'm not sure if this is the right place to ask, but will the next version of Java supports Serializable 2D objects?
    Further, I was trying to write my own class to extend java.awt.geom.GeneralPath to become Serializable, but it's declared "final". What should I do? (I had no problems with Rectangle2D.Double, Line2D.Double, etc.)
    Any help is greatly appreciated.
    Selwyn

    Your code for serializing the state of the General path forgets two things:
    1. the winding rule
    2. the segments types!
    You could use a vector, but I just directly wrote to the file:
    private void writeObject(ObjectOutputStream oos) throws IOException
    {     out.defaultWriteObject();
         //write state of transient GeneralPath _gp;
         out.writeInt(_gp.getWindingRule());
         float[] coord = new float[6];
         PathIterator i = _gp.getPathIterator(null);
         while(!i.isDone())
         {     int seg = i.currentSegment(coords);
              writeInt(seg);
              //switch on seg, writing correct # of floats from coords
              i.next();
         out.writeInt(-1);     //sentinel for end-of-data: SEG_LINETO etc are [0,4]
    private void readObject(ObjectInputStream in)
    throws IOException, ClassNotFoundException
    {     in.defaultReadObject();
         int rule = in.readInt();
         _gp = new GeneralPath(rule);
         //etc...
    }3. I'm just winging this code -- haven't tested it
    --Nax                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • The Next Version of Premiere Pro CC - Warp Stabilizer

    With the recent post of what's coming in the next version of PPro CC, I was sad to see no mention of Warp Stabilizer. As amazing of an effect as it is, it needs a bit of help. I know there are improvements and fixes that probably weren't mentioned in the post so I'm still holding out hope. We use Warp Stabilizer more than anyone I know. Several hundred times per week. Yes, per week, no exaggeration. Over the last few years, we've built an entire style of shooting around the strengths of this awesome effect that emulates the use of a slider, steadicam and crane all without having to have them. So we've become really familiar with its PROS and CONS.
    Here is a short list of SEVEN things that should be addressed with regards to warp stabilizer within Premiere Pro CC to maximize its effectiveness (and yes we did submit multiple Feature Requests for these so far to no avail):
    FIrst and foremost and by far MOST IMPORTANT to us - Allow users to create a CUSTOM PRESET with any altered settings that will engage (or begin Analyzing/Stabilizing) automatically when added to a clip!! This is huge. If you double click on Warp Stabilizer with a clip selected, it is applied to that clip and begins the process of stabilizing that clip. However, the vast majority of the time we need to alter the settings of the effect. If we create a custom preset, that's all fine and good, but when we add that to a clip, it does NOT begin stabilizing. Instead you have to manually go into the Effect Controls for each clip and select ANALYZE. Huge waste of time when adding this effect to hundreds of clips. PLEASE FIX!
    BUG when saving projects!!! - If this is not a bug, it needs to be fixed because it's awful. - If you have more than one sequence with multiple warp stabilizations added and GPU ACCELERATION IS ENABLED, then after you SAVE a project (or if it auto-saves) when you toggle between the two sequences you are hit with a delay or freeze while the render bar goes from Yellow to Red...and finally back to yellow again. No work can be done during this delay/freeze. The more stabilized clips, the longer the delay. For us, on our larger projects this delay is sometimes 30 seconds to almost a full minute! Once it turns back to yellow, you can toggle between sequences without the delay...but as soon as it saves again...and you toggle between sequences, the delay hits again. If this is a bug, or somehow a result of Premiere Pro's way of CACHING projects after it's saved, then I sincerely hope it's fixed asap. It's awful!
    The third is more of a feature request than a fix - Add the ability to set the maximum scale to work WITH the smoothness control so that if you never want your clips to scale more than say 105%, you can set that and have Warp Stabilizer stabilize the clip and adjust the "smoothness" percentage from the default "50%" down to whatever it needs to be in order for that clip to be fully stabilized and scaled to no more than 105%. Correct me if I'm wrong, but this is not possible currently. Right now we have to manually adjust each clip if it is initially scaled too much by dropping down the Smoothness %.
    Another great feature would be the ability to manually keyframe the scaling so that if you have a longer clip that starts fairly steady, then needs to be smoothed out a bit more in the middle, before it ends relatively steady again, you can slowly and seamlessly ramp up the stabilization/scaling so that the whole clip doesn't have to be scaled to make up for the misgivings of one portion of the clip.
    Minor bug - sometimes when you have extended the length of a clip, the clip needs to be re-analyzed again. However, the "analyze" button is often greyed out. You need to click away from the clip and then click on the clip again to make that button appear again. Nothing big, but still, a small bug.
    After Effects Warp Stablizer VFX feature carried over - It would be nice to carry over to Premiere the ability to isolate what in frame is supposed to be stable (sometimes someone nodding their head can trick the effect into thinking that it's the camera shaking). Great to have it in AE, but would be nice to carry over to Premiere Pro CC.
    Finally, I've always believed that no matter how cool "Subspace Warp" sounds, it is not as effective as "Position, Scale & Rotation". This SHOULD be the deafult "method" within the Warp's settings. I'd say 95% of the thousands and thousands of clips we've stabilized we ended up switching the "Method" within the settings to "Position, Scale & Rotation" because it either scaled the shot less or created less "wobble" in the resulting stabilized clip. I know everyone shoots differently, and sometimes Subspace Warp is the way to go, but we have stabilized all sorts of shots with great success by simply switching this setting. Granted...if #1 on this list was taken care of we could then easily have this set as our default setting.
    Hopefully this list either reaches someone within Adobe that can do something about them or at the very least inspires others to write feature requests and bug fixes as we have. Even resolving #1, #2 and #3 would be HUGE and would save our editors probably 10 hours per week.  It's an awesome effect, far better than "smoothcam" on FCP7, it just needs a little love.

    CoSA_DaveS wrote:
    All good points, thanks for posting.
    For #1, you can make this work in AE at least. This tip is from my colleague DanW:
         If you make a preset by only selecting the values you change (and not a preset for the whole effect) then it will auto-analyze on apply.
         Simplest way: apply WS, make edits, hit UU to reveal changed params, select all "i-beams" in the Timeline, drag them to the Effects & Presets panel.
    For #4, you can get manual control over the scaling by setting Framing to Stabilize Only, and then keyframe Additional Scale to taste. At one point we were going to try to automate this, but found automatic scaling to be very subjective as to the best way to handle it.
    For #6, Warp Stabilizer will not track areas with zero alpha channel. So you can pre-mask the input to reveal just the parts you want to stabilize. Do this inside a nested sequence, with Warp Stabilizer applied downstream (in the outer sequence). The just-announced masking & tracking capabilities of the next CC version should be handy for this.
    -DaveS, Adobe Dynamic Media, Advanced Product Development
    Hi DaveS!
    Great to hear that you guys are taking a look at this list. Hope it helps make it better.  #1, #2, and #3 are by far the biggest time killers for us so hopefully they'll be able to be fixed/resolved within Premiere soon.
    Regarding your note about #1: Allowing this functionality within Premiere specifically would be very helpful. Would it be possible to eventually allow Premiere to auto-analyze when a saved custom preset is applied to a clip? I tried it in AE as you suggested, and couldn't figure it out. But realistically we use Warp Stabilizer on so many clips that round tripping literally hundreds of short clips to AE would be just as time consuming as going into the settings in premiere for each one and adjusting the parameters. We usually adjust the method and then adjust the smoothness scale so that it doesn't "Auto-Scale" more than 104%. That's where our #3 suggestion would help. I didn't quite understand how to make a preset of specific changed values. I tried, but couldn't follow DanW's suggestion. Granted, I'm not that great with AE. I really just use it for the Warp VFX's ability to isolate what in frame is stabilized (hope that comes to Premiere one day) and that's about it. And I really only have to do that a couple times per project. Anyway, I'm sure I'm doing DanW's suggestions wrong but regardless, I'm not sure it would save us much time when we have several hundred individual little clips that would all need to be sent to AE. Any hope for adding this auto-analyze functionality (hopefully allowing a custom preset on the whole effect and all it's adjusted parameters) in Premiere CC?
    Regarding your note about #4: That is a valid work around for now. I appreciate that thought. Thanks!
    Regarding your note about #6: I think I half understand what you described. I'd have to try it. Although, as I said before, the AE way of doing it is ideal and I just hoped that ability to show the tracking points and delete them over time would come to Premiere CC one day. When the next CC comes out I'd love to try this masking method although I think I'll have to claify exactly what you want me to do just to be safe. Is there no hope to port this added functionality that's in AE's Warp VFX over to Premiere's Warp Stabilizer? Again, not the end of the world for us. I'd rather #1, #2 and #3 be addressed inside Premiere Pro CC for now.
    Fixing the first 3 on this list would be HUGE time saver for us.
    Thanks again DaveS to you and the rest of the Adobe team for looking into this list. Very much appreciated.

  • Error While Trying to open any version of Jdeveloper 10 or 11

    While trying to open any version of Jdeveloper Either 10 or 11
    this message Appear
    Unable to create an instance of Java Virtual Machine
    Located at path :
    D:\program files\java\jdk 1.6.0_01\jre\bin\client\jvm.dll
    although from two days jdeveloper was opening normally with no problem
    but i don't know why jdeveloper stopped opening
    i searched google for solution but nothing
    please i want solution for this problem
    this is the error img
    http://img381.imageshack.us/img381/5244/jdevelopererroryx2.jpg

    It seems that you set up JDeveloper to use a JRE - it needs a full JDK installation.

  • How can I assign a period (instead of B) in Keynote for blank screen so I can use a Logitech R800 presenter? An option in next version?

    I have recently bought a Logitech R800 presenter which works very well with Keynote on a MacBook Pro. The start/stop presentation key does not work but that can be easily fixed by assigning F5 to "Start presentation" for Keynote in the keyboard system preferences. The remaining issue is that the blank screen button sends a period (".") which works as a prompt for a blank screen in PowerPoint, but in Keynote it causes the slideshow to end. Keynote uses the letter "B" for blank screen.
    How can I assign a period (instead of B) in Keynote for blank screen? Some sort of work around would be very useful as I often use blank screen in my presentations and much prefer Keynote to PowerPoint.
    Perhaps it will be an option in next version of Keynote?
    Thanks

    As far as I know you can not change these keystrokes without changing the Program files. I am sure it is possible there, but I have no idea where to even start to tell you where to find it.
    Your best bet it to go to the Keynote Menu>Provide Keynote Feedback and let Apple know you would like the option to change them.

  • Message to RIM - wish list for next version

    Hi
    Just some thoughts based on a couple of days of use of a playbook that my IT folks lent me.
    Firstly, hopefully RIM will realize that the only way this will take off is if Enterprise users really buy into it but the device lacks in certain areas if it is to be a WorkBook instead of a PlayBook (which other tablets do a better job at) as follows:
    - no way to adjust font size or zoom in the Messages in the BlackBerry bridge - if the higher ups in corporate can't read their messages, they won't buy.
    - even though typing e-mails show you spelling errors w a red underline - there is no way to correct, while in your BBerry, you can call up spelling correction options.  (The same for the other bridge apps, like memos etc, as well).
    - very difficult to edit messages, the touch screen is not sensitive enough so its difficult to place the cursor to exactly to the point you need it in text you have already typed.  Suggest an optical track ball (similar to the ones in the 9700s) or a stylus be incorporated into the next version.
    - even if you are able to get the cursor to the spot you want it in a draft e-mail/memos you can't highlight to cut or copy text to other parts of the e-mail/memo draft.
    - can't view attachments that are part of the calendar entries - but you can on the BBerry itself.
    Think that's it after 2 days of using.  Needless to say, am disappointed as the PlayBook doesn't increase productivity and is lacking in key areas that are part of what makes BBerry a strong product.  I wouldn't buy with my personal funds and think the corporate will not roll out as aggressively as it could the cost/benefit is currently not there.
    Let's see what future software/hardware upgrades bring.
    Cheers to all.

    Hi 8400Help, I had compiled a list of suggestions in an earlier thread please check it out here: http://supportforums.blackberry.com/t5/BlackBerry-PlayBook/Future-Things-We-Want-Rim-To-Fix-On-The-P...

  • What's new in the next version of Premiere Pro?  Check it out!

    Here's some of what's coming up in the next version of Premiere Pro and AE.  Can't want to play with this!
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/creativecloud/cc/pd fs/nab2014-reveal-whats-new-for-pre-release-20140321.pdf?sdid=KLBWR
    Preview videos here: http://tv.adobe.com/watch/adobe-at-nab-2014/whats-new-in-premiere-pro-cc-nab-2014/
    Some awesome new stuff coming our way!
    Fingers crossed they also fixed Multicam editing (i.e. intelligent separate window UI).  I'll find out soon enough at NAB.

    Lots of great new things coming our way!
    However its seems that many basic improvements are still missing.  Here's the list of items I'll be going over with the Adobe reps at NAB.  See something missing in my list?  Feel free to share!
    Disappearing markers when track below a certain height (http://forums.adobe.com/message/6205015#6205015)
    all effects on/off toggle, especially to disable transitions while working with keyframes in the ECW (http://forums.adobe.com/message/6210552#6210552)
    'Source Clip: Next/Previous' not working in full screen mode (http://forums.adobe.com/message/6140378#6140378)
    Effect presets too easy to rename by mistake
    Auto color coding of clips with Warp stabilizer applied (http://forums.adobe.com/message/5946227#5946227)
    Project window tab name: just 'Project', nothing else (http://forums.adobe.com/message/5935706#5935706)
    Multicam angles in separate, full screen viewable window (http://forums.adobe.com/message/5934039#5934039 and http://forums.adobe.com/message/5931933#5931933)
    Pasting at cursor position instead of lowest active track (http://forums.adobe.com/message/5934219#5934219)
    Remove gaps function (http://forums.adobe.com/message/5946226#5946226)
    Intelligent tooltips that report info on individual clip or selection, depending on what's selected (http://forums.adobe.com/message/5934215#5934215)
    Constant rasterization of titles and Illustrator files (http://forums.adobe.com/message/5934211#5934211)
    Multiple Effects windows (http://forums.adobe.com/message/5929261#5929261)
    Default to first clip loaded in Source Monitor (http://forums.adobe.com/message/5909239#5909239)
    Sticky solo settings in Audio Meters window (http://forums.adobe.com/message/5908879#5908879)
    Smooth fades (http://forums.adobe.com/message/5901648#5901648)
    Prevent off screen changes (http://forums.adobe.com/message/5792648#5792648)
    Keep focus on Timeline when tilde toggling out of full screen mode (http://forums.adobe.com/message/5777794#5777794)
    Intelligent 'Nudge Clip Selection Down/Up' (http://forums.adobe.com/thread/1267353?start=0&tstart=0)
    Keyboard shortcuts to apply transitions to CTI only (http://forums.adobe.com/message/5542185#5542185 and http://forums.adobe.com/message/5544651#5544651)
    PP windows wirelessly sent to tablet/smartphone (http://forums.adobe.com/message/5538217#5538217
    Drag/drop modified clips from Timeline to Project window (http://forums.adobe.com/message/5300065#5300065)
    Shift-toggle to restrict movement to up/down or left/right in Program monitor (http://forums.adobe.com/message/5293341#5293341)
    Smart Bins that auto collect certain asset types, such as titles
    Ability to move entire motion path as in AE (http://forums.adobe.com/message/5292523#5292523)
    Non-slipping keyframes in ECW (http://forums.adobe.com/message/5284322#5284322)
    Aesthetically correct rounded/clipped corners in Titler
    'Zoom to Keyframes' shortcut in ECW (http://forums.adobe.com/message/5192692#5192692)
    Consistently intelligent font lists across all CC programs (http://forums.adobe.com/message/4955178#4955178)
    Offscreen media overwrite warnings when moving a clip would overwrite content outside the viewable bounds of the Timeline (this would be an NLE first afaik)

  • Request for feature of Next Version of Indesign Middle Eastern Version

    For Adobe Team,
    Request for Feature of Next Version of Indesign Middle Eastern Version
    About Character and Paragraph Style Sheet in Next Version of Adobe Indesign Middle Eastern Version
    Make an option for Latin Font style and Unicode/arabic font style.
    We have work in both language English and Arabic or Urdu with same document or same paragraph.
    For Guidence see this image of InPage Urdu Programme.
    Thanks
    Safwan

    Ooh, InPage! I'm so glad that I don't have to work in InPage anymore.
    However, that feature that you're looking for was actually a good one. It won't do you any good to ask for it here, though; you want to go straight to WinSoft. They make the ME edition, not Adobe.
    However: World Tools suite from in-tools.com has the feature "Apply Latin Character Style" which does what you want, more or less. The main paragraph style would be an Urdu RTL style, unlike your InPage example. Unfortunately, going in "the other direction" World Tools only has "apply Hebrew character style." It's still worth a look for you, I think.

  • What's coming in the next version of Premiere Pro CC

    Hi all,
    Here's a blog post by Al Mooney telling you about what's coming in the next version of Premiere Pro.
    http://blogs.adobe.com/premierepro/2014/04/thenextpremiereproccrelease.html
    tclark also posted this link a bit earlier about all the CC video applications: http://blogs.adobe.com/creativecloud/revealing-the-next-wave-of-innovation-in-pro-video-ap ps/?sdid=KLCUB&PID=3515632
    Let me know if you have questions.
    Thanks,
    Kevin

    Congratulations on a significant amount of development.
    Not sure yet which ones I would consider "best for me".    
    Maybe Masking , definitely SG Scope, Master Clip Function.......
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/creativecloud/cc/pd fs/nab2014-reveal-whats-new-for-pre-release-20140321.pdf?sdid=KLBWR

  • N95-1 ,WHEN WILL THE NEXT VERSION AFTER THE V21.0....

    If u all hav upgrade yr N95-1 to V21.0.016 & format yr Nokia 1GB micro sd card & start to use it fr fresh download of files ( without restore setting, bookmark & user files) , that is fine , phone system is fast & good...but...but if u hav bac up a copy of phone user files, setting & book mark & after upgrade ,u restore u will suffering system crash with yr restored data..., phone seem like forever cannot boot up & very very slow response ...now i am the victim , every time i off my phone, i hav to take out memory card only can start my N95-1 smoothly, then only i put in by way of "hotswap" into the memory card into the phone....this is crazy job !!! but i really don want to lose all my valuable & paid money to buy the mp3, mv, themes, wallpaper & other stuffs if i do not retore them....NOKIA, DON U NOTICE THIS BIG PROBLEM ? I URGE NOKIA TO COME OUT NEXT VERSION TO SOLVE OUT THIS

    I also have an N95-1 with firmware v21.0.016, and the 8GB card in it has about 3GB of stuff on it.
    Yes, it did take a while to boot and become responsive the first time I powered it up after the upgrade, but that was a once-off. Let it do its work and things will be okay.
    Alternatively, you might have a faulty memory card.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Can the lumia 525 be updated to next version of wi...

    Can the lumia 525 be updated to next version of windows (probably 8.1) ? When the phone will be launched in india?
    Solved!
    Go to Solution.

    As that software update hasn't even been officially announced yet it's impossible to say with any certainty. It is expected it will be compatible with all current WP8 devices but only Microsoft can say that for sure.
    You will need to contact Nokia India directly or retailers in India to find out when they expect to be selling it.

Maybe you are looking for

  • Structure field and Table field

    Hi All, How is using a field from a global structure different from using a field in a table? Moderator Message: Please search before posting. Edited by: Suhas Saha on Sep 13, 2011 12:48 PM

  • My mac desktop computer won't turn on how can I know what's wrong with it?

    It won't make the start up noise at all. Also the screen won't light. All I hear is a click noise when I click the power button. I've tried connecting it to other power outlets yet it still won't work?

  • The specified name is already in use,

    Hi, Am deploying SPD reusable workflow. Am getting below error. The specified name is already in use. The document or folder name was not changed. To change the name to a different value, close this dialog and edit the properties of the document or f

  • Brief report of about 2 months for the sqls run under a specific user ?

    Hi, Is there a way i can get the brief report of about 2 months for the sqls run under a specific user in Oracle 11g. thanks in advance

  • Installation SmartMedia DVD

    I don't get to install HP SmartMedia DVD, she appears a message saying that he is already installed, but in the hour of removing he gives the mistake: "Error reading setup initialization file".  Does anybody know as solving that problem?