Hi,

I want to reverse engineer java source from Visual Age 3.5 to Rational 
Rose 2001.03.00
The java code of the class is:

public class EntidadFinanciera{
        private java.lang.String codigo;

        public void setCodigo(java.lang.String newcodigo) {
                codigo = newcodigo;
        }

        public java.lang.String getcodigo() {
                return codigo;
        }
}


When I try to reverse the engineer from the class, the follow message 
appears :
20:42:01|  CLASSPATH=C:\IBMCON~1\CICS\Classes\CTGCLI~1.JAR;C:\IBM 
Connectors\classes;C:\Augusto\Estudio\EntidadFinanciera;$ROSEHOME\Java\T
est_EF;$JDK\jre;$JDK\lib;$JDK;$JDK\bin;$JDK\jre\lib
20:42:12|  Error Resolving qualified name java.lang.String occurred in 
File C:\Program Files\Rational\Rose\Java\Test_EF\EntidadFinanciera.java

So, I added "java.lang.String" in the 
"HKEY_LOCAL_MACHINE\SOFTWARE\Rational 
Software\Rose\AddIns\Java\FundamentalTypes" entry of the registry and 
it works

The question is: is it necessary to do this with every class that I 
want to use as type of atribute?
I think it must be another solution "more elegant" to reverse engineer


Thanks in advance


Regards,
Augusto


--------------------------------------� � �
Consigue tu e-mail gratis en http://www.terra.com/mail/
Get your free e-mail account at http://www.terra.com/webmail/

Juega Futbol en http://www.terra.com/golazo/

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to