Hello,

I receive the follwing message from Rose 2001a during reverse engineering:
15:22:47|  Error Resolving qualified name HttpSession occurred in File
C:\TEMP\Test.java
in case of the import statement 'javax.servlet.http.*;' . 
Using the import statement 'javax.servlet.http.HttpSession;' causes no
error:
Using no import and fully the fully qualified name doesn't cause an error,
too.

Here's a simple example.

package test;

 import javax.servlet.http.*; // will cause error
 // import javax.servlet.http.HttpSession;      // won't cause error

public class Test{
        private HttpSession session = new HttpSession();
}       

> Mit freundlichen Gr��en / Best regards
> Oliver Sch�nhaar
> _____________________________________
>         Robert Bosch GmbH, Borsigstr. 14, 70 469 Stuttgart
> QI/CCT2, Geb. Fe070 Raum C251 NEU!
> Tel.:     ++49 711 811 - 31280       (BCN 9020 - 31280)
> Fax:     ++49 711 811 - 263740  (BCN 9020 - 263740)
> mailto:[EMAIL PROTECTED]
> Visit us at: http://www.intranet.bosch.de/qi/asn
        Lageplan:
http://www.intranet.bosch.com/fe/Standort/Lageplan_Fe_V2.pdf



************************************************************************
* 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/support/usergroups/rose/rose_forum.jsp
* 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