Tagged Questions
1
vote
0answers
25 views
how to capture all errors from eclipse console
I am trying to write a program which can extract all error messages from eclipse console. it can be any kind or error, compile time issues or some build path issue.
I am able to find any ...
1
vote
0answers
45 views
Using Flyway command-line to pass runtime arguments into Java migration classes
I'm using Flyway's command-line tool to execute SQL and Java migrations.
What I'm trying to do is pass runtime arguments from the command line and access those runtime arguments in my Java migration ...
0
votes
0answers
32 views
Migration Tool between Informix 4Gl to JAVA [closed]
I am looking for Migration Tool between Informix 4Gl to JAVA.
Which tool can we use and what is the percentage of Accuracy?
Please advice me.
-1
votes
0answers
31 views
Stored Procedure Migration Across Different Database Platform [closed]
I have a task at hand, it's quite complex.
Any of you here have an idea on how to migrate Stored Procedure (SP) from one database platform to another? Say for instance, SP in MySQL to Oracle?
I'm ...
3
votes
2answers
85 views
Migrating GXT 2.x to GXT 3.x. What to do with the models?
I am now migrating an applicaition from GXT 2 to GXT 3.
One of the major differences between the two is that GXT 3.x allows POJOs to be used in widgets, whereas GXT 2.x widgets require objects which ...
2
votes
3answers
90 views
Change a web application language
I have a web application built in a single language and I would like to internationalize it by adding a few more languages. I would like to do it using a properties file containing keys and values ...
0
votes
1answer
282 views
Upgrading Spring Security 2.5 to 3.1 - java.lang.NoClassDefFoundError: org/springframework/security/Authentication
This problem is proving very tricky to resolve. Usual story, inherited a very poorly maintained java web application with no unit tests and a variety of ancient jar dependencies with no version info ...
0
votes
1answer
178 views
How to move iMacro script to Selenium?
We have been using iMacro for our QA Automation, at a recent discussion it was decided to shift to Selenium.
Selenium provides a comparison thus neglected to mention how to migrate scripts to their ...
0
votes
1answer
51 views
Migrate From Google Java API Datastore to Mysql
I have an entire app running on GAE and its datastore... now I need to migrate the application and its datastore to mysql db.
What is the best approach for acchieving this, is there an ...
1
vote
1answer
56 views
Is there a way in Java to incrementally change a class name?
I have a large body of Java code that uses a class XXX. Over time, the meaning of the class has changed, and the name is no longer appropriate. To make the code more readable, I would like to change ...
0
votes
1answer
133 views
lucene filter case sensitive
I'm migrating from lucene 3.0.1 to 4.1.0. After few days of analysis I suppose there is a differenc in filtering of queries result in these versions. After migration I see difference in query result ...
0
votes
2answers
299 views
Lucene migration from 3.x to 4.1.0 and index optimisation
I have migrated from lucene 3.x to 4.1.0. After creating new index I realise there is much more files in the index directory. lucene 3 uses IndexWriter.optimize() to collapse files.
The succesor in v4 ...
0
votes
2answers
255 views
I used eclipse wizard to generate java code from wsdl. Will this create the business logic as well?
I used eclipse wizard to generate java code from WSDL. Will this create the business logic as well? I am actually working on a migration project to migrate web applications and web services from ...
1
vote
1answer
146 views
Data Migration Frameworks/Libraries in Java [closed]
I am searching for a framework or library in Java that can handle data migrations. Something along these lines:
You create a migration file that has up and down statements/methods that do actual ...
0
votes
1answer
438 views
MyBatis is not returning column with null value
I am having query which return java.util.HashMap.
It return hashmap when query return with 1 or more row, however when query return with 0 rows, I am getting list of null i.e. [null].
This was not ...
0
votes
1answer
147 views
Migrating from Apache Derby to MySQL
I have a JDBC application that uses Apache Derby. How can I migrate my entire database system to use MySQL?
I have 3 Java programs that access the database
I have 3 tables and 2 views
I am using ...
0
votes
1answer
50 views
Cannot debug project created with NB6.9.1 within NB7+ (has JAR dependency which uses JNI)
I just tried to migrate our working Java projects from Netbeans 6.9.1 to Netbeans 7.2 and I'm experiencing a problem due to one of our project dependencies being an external JAR which uses JNI.
I ...
1
vote
4answers
596 views
How to migrate myproject.war file and myproject-ds.xml file to JBoss AS 7
Till now i run war file in jboss-4.2.2.GA,windows7 in that i had
deployed myproject.war and myproject- ds.xml in server/default/deploye
then its working fine.
now i want migrate ...
1
vote
4answers
144 views
C# Equivalent events in Java
I have developed a PC based API in C# to communicate with an embedded electronic device. This API reads the PC COM port, decodes packets, constructs packets and raises events. Now I need to develop ...
0
votes
3answers
434 views
How to avoid timeouts when migrating isElementPresent() from Selenium 1 to Selenium 2?
I am trying to migrate Java code from Selenium 1 (RC) to Selenium 2 (WebDriver) that looks something like this:
1: selenium.click(someButton);
2: selenium.waitForPageToLoad();
3: if ...
5
votes
1answer
361 views
@ApplicationException with Java 1.7
I have web service with method that throw my custom exeption.
@WebMethod void someMethod(...) throws MyException
MyException class is annotated with @ApplicationException
...
5
votes
1answer
256 views
Emulating a Java Enum in C++
I have been porting an application that I wrote some time ago from Java over to C++. One thing that I quickly realized was that Java's rich Enum's (which were introduced in Java 5) were far superior ...
4
votes
1answer
656 views
Changelog changelog.groovy not found
I've created new Grails project in IntellijIDEA 11.1.3 and try to run it.
When I open http://localhost:8080/application/dbdoc (accessing default action of controller ...
0
votes
0answers
76 views
Google App Engine: Data Dump Migrations for Java Apps
I recently read this article about migrating your data off of GAE. Unfortunately the article is a few years old (and GAE changes constantly) and it is intended for Python developers.
I am planning a ...
0
votes
0answers
81 views
From ActionScript to Java: Equivalents of DisplayObject, Sprite and Stage
I'm an AS developer venturing into the World of Android.
There is a lot of information covering making interfaces via XML, but not so much on taking a dynamic approach creating graphics and ...
0
votes
2answers
242 views
EntityManager null when trying to migrate to JBoss 7.1.1
I am currently trying to migrate my web application from JBoss 5.1 to JBoss 7.1.1. I inject the entity manager into my jsp file but the entity manager is always null.
persistence.xml:
<?xml ...
-1
votes
1answer
131 views
EJB 3 performance with respect to scalability
We are planning to migrate our application from EJB 2 to EJB 3.
I understand the benefits of using EJB 3 with respect to Light weight component, DI and everything else, but what I am not sure is about ...
0
votes
1answer
334 views
Converting from Java 1.4 to Java 1.6
I am currently converting from Java 1.4 to Java 1.6. When I try to recompile my code in Java 1.6 I get the following compilation error:
...
0
votes
2answers
121 views
How can I bulk update my mongo data to add a fixed level?
I recently changed a POJO from having all its typed properties to something free in a typed JSONObject field called content.
The problem is that all old documents map to the old POJO version, so they ...
0
votes
1answer
203 views
Any tips for good migration automation software?
I'm in charge of a portion of a large software development project. We have multiple environments (dev,test,pre-prod,prod, etc.) and many different software components. Most of them are based on ...
0
votes
0answers
43 views
JDK Migration troubleshhot
we are trying to migrate our project from jdk 1.4 to 6.0.
When running the migration wizard in RAD/eclipse the following error is getting displayed
Please help to resolve the same
EJB Client ...
1
vote
1answer
992 views
Migration from Weblogic to Apache Tomcat
I am migrating my project(uses servlets / jsp / jdbc / jndi) build on Weblogic 10c to an Apache Tomcat 7.0.22. I have managed to configure the ldap authentication server and also to replace the ...
0
votes
2answers
410 views
What java runtime environment is used by an application server?
I have been working on Java SE for years and there were two things JRE and SDK to run a java application. Now I am moving to Java EE. I came to know that I need an application server in addition to ...
0
votes
1answer
609 views
set-up startup class in glassfish server
I have a ejb application which is currently deploy on weblogic server now i want to deploy it on glassfish server 3.1, so my question is can any buddy tell me how to set up start-up class on glassfish ...
3
votes
3answers
805 views
Java Integer.ValueOf method equivalence in C# With Radix Parameter
My task is to migrate this Java code to a C# version, but I'm having trouble with the ValueOf method, since I can't seem to find a equivalent version for C# (because of the Radix parameter used on ...
1
vote
2answers
61 views
What are the options for migrating a networked Java desktop app to a web app
I have a Java desktop app (with a Swing GUI) that runs in a LAN environment. Normally, I run it with a bunch of machines, some play the role of servers while others act as clients.
Now, I would like ...
2
votes
2answers
469 views
session migration/replication in tomcat
I have N number off application servers all behind a hardware load balancer.Now i want to make these app server session aware?
If i create a session on one appserver other app server will not be ...
0
votes
1answer
236 views
No ConnectionProviderFactory in Hibernate 4
I'm migrating a project from hibernate 3.6.5 to hibernate 4.
Spotted that there is no ConnectionProviderFactory class in new one.
Can somebody explain where has it gone?
It is neither depricated in ...
0
votes
1answer
532 views
JBoss migration from v4 to v7, supporting EJB2.1 [closed]
I have migration project which i have to start to migrate EJB2.1 enterprise web application from version 4 to version 7.1Beta(Tesla) that supports EJB2.1, I am new to migration stuffs and have looked ...
0
votes
2answers
497 views
Migration of Legacy Application : EJB3 or Spring
I have legacy application using struts & ejb2.0, hibernate v3.0 running on JBoss v4.0 and now we have do migration of that application to new technology stack. We are exploring pros and cons of ...
0
votes
1answer
636 views
Does WebLogic 8.1 support Sun JDK 1.5?
I am running my applation with Java 1.4.2 version. Now i am migrating to Java 1.5. When I am running my app with new class files it is showing unsupported class version error. How can I change ...
0
votes
1answer
290 views
EJB 2.1-EJB 3.1 Migration process - Tools, Plugins, and docs
in my company we decided to migrate an EJB 2.1 project to EJB 3.1
Currently we use XDoclet to generate some Interfaces of EJB 2.1 classes.
What I am looking for:
Any Tip that can help me during ...
0
votes
1answer
379 views
Flyway - How it is possible to do a migration in different schemas
my name is Marcel Zebrowski and currently I try to migrate simple sql stuff to different
schemas in an Oracle 11gR2 database. I have definded a datasource to the system user within my spring context ...
1
vote
3answers
945 views
Migrate from Glassfish with EJB to Google App Engine with Spring
I have a pretty big project written in Java using EJB 3 + Hibernate and it is hosted on Glassfish server. Now want to rewrite everything and move it to Google App Engine. What would be the easiest way ...
1
vote
2answers
440 views
migrating from Spring 2.5 to Spring 3.0.5
There was method setWrappedInstance in org.springframework.beans.BeanWrapper in 2.5.6 and was removed in 3.0.0. As i am in the process of migrating my project from 2.5 to 3.0 I get errors. I ...
7
votes
2answers
7k views
No persistence exception translators found in bean factory. Cannot perform exception translation
I'm getting following exception after migrating to Spring Framework 3.1.0 RC1 with Hibernate 4.0.0 CR7
2011-12-08/11:48:38.425/EST [Thread-17] ERROR Context initialization failed
...
1
vote
0answers
233 views
Errors in Toplink Map and Offline database files when migrating from jDev 10.1.3.4 to jDev 11.2.1
i'm migrating an application from jDev 10.3.1.4 (Using Equivalent version of OC4J and Toplink 3.0) to the latest to jDev 11.2.1. I'm encountering a lot of problems.
First of all a general question, ...
2
votes
1answer
267 views
Using Hibernate to migrate data
Developing a brand new schema/app which uses hibernate to create tables from pojo's.
My desire is to now migrate existing data from legacy db to new schema, which is a matter of creating approriate ...
16
votes
5answers
1k views
Motivations and Demotivation for migrating applications to Java 7
Java 7 has been around for a while now. Now if an application is to be migrated to Java 7 without any changes (code/configuration), are there any inherent advantages or drawbacks? I was curious to ...
4
votes
2answers
2k views
Migrating application context configuration to Spring 3.1 and Hibernate 4.0
I'm having hard time finding migration docs. I was using sping 3.0.5 and hibernate 3.4.
I migrated to the latest release candidates: spring 3.1 and hibernate 4.0
I was able to refactor my classes ...



