[ http://issues.apache.org/jira/browse/AXIS2-1033?page=all ]
Ali Sadik Kumlali updated AXIS2-1033:
-------------------------------------
Attachment: DependencyManager.patch
Made following simple change to make latest improvement works properly.
public static void startService(AxisService axisService,
ConfigurationContext configCtx) {
...
- && (methods[i].getParameterTypes().length == 1)
+ && (methods[i].getParameterTypes().length == 2)
...
}
P.S.: Created the patch under modules/kernel/src/org/apache/axis2/engine/
> Load Web Service on Startup
> ---------------------------
>
> Key: AXIS2-1033
> URL: http://issues.apache.org/jira/browse/AXIS2-1033
> Project: Apache Axis 2.0 (Axis2)
> Issue Type: Wish
> Components: core
> Environment: java 5 , linux
> Reporter: robert lazarski
> Assigned To: Deepal Jayasinghe
> Priority: Blocker
> Fix For: 1.0
>
> Attachments: DependencyManager.patch
>
>
> This issue references this discussion on the dev list:
> http://marc.theaimsgroup.com/?l=axis-dev&m=115460637707044&w=2
> I believe this was started but I was unsuccessful testing it. As I understand
> the discussion, there should be a way for Service.init() to be called on
> server startup , much in the way a servlet utilizes 'load on startup' . I
> understood that application scope was the way to trigger this feature , but
> for me that isn't a requirement though it could be a means to an end.
> Once I have this feature working I'd be happy to document it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]