• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

2 applications interfere

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm developing 2 applications, and have both projects in my workspace. Both applications are deployed on a JBoss server.

The trouble (short version):
Some of the classes are used in both apps but are not identical. When I use app A I get the error because there is no such functionality in app B.

The stack trace leads to "the other" application. How come?

ps. the package is the same, but it's in another war.
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This sounds like maybe a JBoss deployment question. Maybe it belongs on "Products >> JBoss" instead of "Products >> Struts". I was just going to suggest moving it there...
-Jim

[ April 11, 2007: Message edited by: Jim Hardin ]
[ April 11, 2007: Message edited by: Jim Hardin ]
 
Milan Tomc
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did not move it, but I have copied it there. Hope it is not a problem. If it is a problem then this one can go.

thanks
 
All of life is a contant education - Eleanor Roosevelt. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic