[eclipse plugin]saving and loading information of a wizard on an XML file - eclipse-plugin

I work on an eclipse plugin and I've created wizards with SWT / JFace.
In these wizards I need to record some information that has been specified by the users for future use. I saw an example that speaks about this part, I tried to do the same thing but I'm lost !
Behold the link
http://java-gui.info/Wiley-Professional.Java.Interfaces.with.SWT.JFace/12093/BBL0095.html
Is there anyone who can help me on this . What are the main steps that I must follow
thank you in advance

The link is right. Before exiting the wizard, save the data in dialog settings (got using getDialogSettings()) and on next launch restore getDialogSettings().get
May be you want to be more specific in the problem being faced.

Related

Problem when trying to read EXCEL after implementing OFFICE 365 "Confidentiality Label"

I have an ETL routine in PENTAHO and I'm migrating to APACHE HOP.
But I came across a situation, the HOP step/plugin "Microsoft Excel Input" cannot read the data before I open the excel file and click confirm Add Confidentiality Label.
In PENTAHO PDI this problem does not occur, does anyone have any tips?
IMG 1
After clicking and adding a confidentiality label like "public" for example and saving and closing the file, the process works perfectly.
Note: This only happens with some files.
This sounds like a problem that will not have a clear and direct answer and will require some changes in the code.
The code for Apache Hop is managed on Github.
You can create an issue there and one of the developers will help you get this sorted out. When creating a ticket please be as specific as you can be and add a sample, that will improve the chances of getting a fix on short notice.

How can we copy the list of issues from one project to another in JIRA?

We have one project in JIRA and we have uploaded all the issues under it. The issues are stored in the category wise structure.
For Example: Module 1 >> Test Cases
We want to fetch(copy) the test cases of few categories into another project. Is there any mechanism available in JIRA to copy multiple test cases in one go?
Kindly suggest the best possible solution of the above requirement.
There are a few options which may work for you:
You could try use the Structure Plugin for Jira:
Cloning Multiple Issues
Try a Marketplace plugin Bulk Clone Basic for Jira
Bulk Clone Basic Plugin
Another Try/Buy option Clone Plus Plugin for Jira
bobswift.atlassian.net/wiki/display/JCPP
Alternatively you could export the issues you need, adjust and then import as a new project:
confluence.atlassian.com/cloud/import-and-export-data-873871368.html
This functionality is still not supported in JIRA. The workaround mentioned in Tom's answer uses the Export/Import functionality, but, apparently, this does not copy any attachments (at least, not with JiraServer), so it is an unsatisfactory solution.
Unfortunately, AddOns appear to be the only option. Here's a list that shows the currently supported cloning tools in the Atlassian Marketplace. (At this writing, it looks like there are 3 or 4 options that promise to do the trick -- all "Try/Buy". I have not tested them.)
For those who aren't concerned about attachments, here's the detailed steps for exporting and importing to copy issues from one Jira project to another (in 2022 anyway).
In the source project, navigate to the Issues tab
Click the Export Issues button
Click Export Excel CSV (all fields)
Save the file in the dialog that appears
(Optional) Edit the CSV if you like although you can change some things in the import process
Click the ... in the top right
Select Import issues from CSV
Click Choose File
Select the CSV exported earlier
Click Next
Set "Import to Project" to your destination project
Click Next
Set fields you wish to map (e.g. Assignee, Components, Description)
Click Next
Click Begin Import
I found the solution for this
Search all the issue based on the filter.
Select all issue and top 3 dot select clone issue.
Follow the instruction and it moves all the issues.

No backend menu in odoo 9

When working with Optimize SEO for the website I have constructed in Odoo 9, I declared a keyword that seems to be too long, or something is wrong with it because I don't have the option to removed it (delete it) from the list of keywords.
All Odoo got blocked after declaring that keyword, and now I cannot see my menu in odoo, only the website.
I tried to backup the data base, but the command is not executed, it just returns to the same page, without doing anything.
The errors I've got can find out enclosed picture.
Hope someone came across this kind of issue and can help me with some tips.
Thank you in advance!
enter image description here
As par my opinion menu will not display because of all CSS will not Loaded properly. You can may be solved it by delete all attachments if is has not that much important.
First of restore database in new database and perform following query in database.
delete from ir_attachment;
I hope this will work for you.
Thanks.

Dynamics CRM Unable to Uninstall Managed Solution

I've currently got an issue in our Dynamics CRM test environment, we currently cannot 'uninstall' the managed solution we have imported from our development environment.
The error we are getting when we try to uninstall is: "[entity] doesn't have a valid quick find query defined for it.". The log that they allow you to download with 'more details' essentially says the same thing with an error code of -2147089917.
I can't find any information on google or in the dynamics documentation around what could cause this issue or what it means.
We have done some basic customisation to the quick find query for that entity which appears to be in the solution. We can use the search and it uses the quick find query we have defined so that appears to be correct.
The solution we have is exported from our development environment and then imported as a managed solution to the test environment.
We've tried importing a newer version of the same solution over the top and we still can't delete.
Does anyone have any ideas as to what could cause/solve this issue.
Thanks,
Michael
you have to remove the entities existing in the solution which you want to uninstall from the Quick find Search before deleting the solution.
To do this:
go to Settings > Administration > System Settings
In the tab marked “General” you will see a heading called “Set up Quick Find”
Select the record entities that you would like to remove and click OK
And now you should be able to uninstall your solution.
Hope this help!
Thinks,
Youssef.

Toad: Table Autocomplete Functionality Not Working

I've been using Toad for more than a year now without problems. All of a sudden the table autocomplete feature has ceased working. No settings have been changed, and I've clean installed a new TOAD version, yet the problem persists.
The image below shows autocomplete defaulting into view IN_INSTRUMENT in schema MCDM. Normal behaviour should result in a table/view list.
It is notable that the above does not happen with all schemas. For some schemas I will still see a table list. In the beginning this error happened only with a single schema. Now it is slowly progressing to other schemas as well, which is exceptionally frustrtating when you're dealing with dozens of schemas that contain hundreds of tables each. It slows down development when you must open Schema Browser and look for the exact table/view/procedure/package each time instead of letting autocomplete give suggestions.
This same issue has been described in this thread and and this thread with less detail, yet no accepted answer has been given.
As can be seen from Code Assist settings, these should be in order.
How to reset autocomplete behaviour into what is its original state?
Under View > Toad Options > Editor > Code Assist > Toad Insight Objects, checking Synonyms (in addition to Public Synonyms) worked for me.
I've found the solution to this problem. The issue was a corrupt configuration file. For anyone else with the same problem, this is how I fixed mine:
Backup your appdata folder - you can find its location in options -> general -> application data.
Create a new set of user files using Utilities -> Copy User Settings -> Create clean set of user files. Make sure you are running Toad with administrator rights.
Note that the above will delete all your saved connection details (schema names, passwords, connection strings), so take a note of these.
Hope this helps someone in the future.
Try to check "Public synonyms" in the "Toad insight objects".
Go to Toad Options, and then Editor > Code Assist and uncheck "Cache Code Insight results". This made it immediately start working for me using Toad for Oracle version 9.7. I could then go back and check the box and it would still work.
I faced the same problem even though I set up everything mentioned above.
So basically Toad does not suggest column names if I don't define the scheme name.
X(schema).TABLE_NAME.(then lists all columns)
Worked for me..