Skip to Content
0
Former Member
May 06, 2005 at 10:25 PM

Different applications with the same package name

38 Views

Hi all,

I want to know how WEB AS works to interpret Web Dynpro applications because I build two applications as following:

App1

com.app.models.rfczmyrfc

App2

com.app.models.rfczmyrfc (the same package name and structure but different applications)

When I deploy App1, this works fine but when I deploy App2, App2 works fine and App1 don’t work more, but if I change the package name, both applications work fine.

By the logical, WEB AS should interpret the Application name first then packages, but in my tests, I have problems because Web Dynpro doesn’t interpret two packages with the same name in two different applications.

Thanks,

Manoel