Packages problem with WS under Axis
Hi,
i have a problem with Apache Axis and JBoss.
I've developed a Java application , that start with a Web Service's call.
The application is composed of more than one package.
There is a package (package1) that contains some classes. One of them contains my Web Services. Another class of this package is the "main" class of the application.
In another package i've put some classes that can be considered as Utilities for the all application (for example a class for the db connection)
When a client call the Web Services, the application start; it works fine until the "main class" of the package1 try to create an object of another class (for example a class of the package2). The object is not created but there is no exception thrown..
I know i've a worst english but i hope that anyone knows how can i develop an application of more than one package under Apache Axis.
thanks,
edo
|