[jira] Updated: (AXIS2-2293) Update the resource.properties files

2007-03-15 Thread Ming Cheung (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming Cheung updated AXIS2-2293:
---

Attachment: patch_os_424436_1_0314b.txt

Ann Robinson  I both found a build failure from previous patch. Hence, I 
upload this patch to correct the build break.

 Update the resource.properties files
 

 Key: AXIS2-2293
 URL: https://issues.apache.org/jira/browse/AXIS2-2293
 Project: Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws, kernel
 Environment: no special environment needs
Reporter: Ming Cheung
 Assigned To: Ann Robinson
 Attachments: patch_d424436_0306.txt, patch_os_424436_1_0314.txt, 
 patch_os_424436_1_0314a.txt, patch_os_424436_1_0314b.txt


 Updated and removed some of the i18n messages from both kernal and medata 
 bundles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (AXIS2-2293) Update the resource.properties files

2007-03-14 Thread Ming Cheung (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming Cheung updated AXIS2-2293:
---

Attachment: patch_os_424436_1_0314.txt

Update 3 more minors errors in both kernal and metadata i18n files.  

Please ignore/discard the patch, patch_d42436_036.txt, and commit the patch,  
patch_os_424436_1_0314.txt.

 Update the resource.properties files
 

 Key: AXIS2-2293
 URL: https://issues.apache.org/jira/browse/AXIS2-2293
 Project: Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws, kernel
 Environment: no special environment needs
Reporter: Ming Cheung
 Attachments: patch_d424436_0306.txt, patch_os_424436_1_0314.txt


 Updated and removed some of the i18n messages from both kernal and medata 
 bundles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2-2293) Update the resource.properties files

2007-03-06 Thread Ming Cheung (JIRA)
Update the resource.properties files


 Key: AXIS2-2293
 URL: https://issues.apache.org/jira/browse/AXIS2-2293
 Project: Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws, kernel
 Environment: no special environment needs
Reporter: Ming Cheung


Updated and removed some of the i18n messages from both kernal and medata 
bundles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2-2221) Java security AccessControlException

2007-02-19 Thread Ming Cheung (JIRA)
Java security AccessControlException


 Key: AXIS2-2221
 URL: https://issues.apache.org/jira/browse/AXIS2-2221
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: kernel
 Environment: Web Container
Reporter: Ming Cheung


Failure occurred during a servlet call.

Caused by: java.lang.Throwable: java.security.AccessControlException: Access 
denied (java.lang.RuntimePermission accessClassInPackage.sun.misc)
   at 
java.security.AccessController.checkPermission(AccessController.java:104)
   at java.lang.SecurityManager.checkPermission(SecurityManager.java:547)
   at 
com.ibm.ws.security.core.SecurityManager.checkPermission(SecurityManager.java:189)
   at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1527)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:323)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
   at 
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:363)
   at 
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
   at 
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
   at 
org.apache.neethi.AssertionBuilderFactory.clinit(AssertionBuilderFactory.java:54)
   at java.lang.J9VMInternals.initializeImpl(Native Method)
   at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
   at com.ibm.ws.websvcs.rm.WSRMModule.init(WSRMModule.java:210)
   at java.lang.Class.newInstanceImpl(Native Method)
   at java.lang.Class.newInstance(Class.java:1263)
   at 
org.apache.axis2.deployment.ModuleBuilder.loadModuleClass(ModuleBuilder.java:62)
   at 
org.apache.axis2.deployment.ModuleBuilder.populateModule(ModuleBuilder.java:79)
   at 
com.ibm.ws.websvcs.deployment.WASAxis2ConfigurationBuilder.loadAxisModules(WASAxis2ConfigurationBuilder.java:735)
   at 
com.ibm.ws.websvcs.deployment.WASAxis2ConfigurationBuilder.loadAxisClientModules(WASAxis2ConfigurationBuilder.java:240)
   at 
org.apache.axis2.jaxws.ClientConfigurationFactory.getClientConfigurationContext(ClientConfigurationFactory.java:146)
   at 
org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.getAxisConfigContext(ServiceDescriptionImpl.java:502)
   at 
org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.getServiceClient(EndpointDescriptionImpl.java:838)
   at 
org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.init(EndpointDescriptionImpl.java:210)
   at 
org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.updateEndpointDescription(ServiceDescriptionImpl.java:225)
   at 
org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.updateEndpoint(DescriptionFactoryImpl.java:126)
   at 
org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpoint(DescriptionFactory.java:66)
   at 
org.apache.axis2.jaxws.spi.ServiceDelegate.addPort(ServiceDelegate.java:97)
   at javax.xml.ws.Service.addPort(Service.java:45)
   ...
   at 
com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.callTest(SOAPConnectionTestServlet.java:214)
   at 
com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.dispatch(SOAPConnectionTestServlet.java:49)
   at 
com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.doGet(SOAPConnectionTestServlet.java:76)
   at 
com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.doPost(SOAPConnectionTestServlet.java:84)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
   


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (AXIS2-2221) Java security AccessControlException

2007-02-19 Thread Ming Cheung (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming Cheung updated AXIS2-2221:
---

Attachment: patch_421430_0219.txt

Wrap doPrivileged construct around the line of  
org.apache.axis2.deployment.ModuleBuilder.loadModuleClass(ModuleBuilder.java:62).


 Java security AccessControlException
 

 Key: AXIS2-2221
 URL: https://issues.apache.org/jira/browse/AXIS2-2221
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: kernel
 Environment: Web Container
Reporter: Ming Cheung
 Attachments: patch_421430_0219.txt


 Failure occurred during a servlet call.
 Caused by: java.lang.Throwable: java.security.AccessControlException: Access 
 denied (java.lang.RuntimePermission accessClassInPackage.sun.misc)
at 
 java.security.AccessController.checkPermission(AccessController.java:104)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:547)
at 
 com.ibm.ws.security.core.SecurityManager.checkPermission(SecurityManager.java:189)
at 
 java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1527)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:323)
at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
at 
 org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:363)
at 
 org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
at 
 org.apache.neethi.AssertionBuilderFactory.clinit(AssertionBuilderFactory.java:54)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
at com.ibm.ws.websvcs.rm.WSRMModule.init(WSRMModule.java:210)
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1263)
at 
 org.apache.axis2.deployment.ModuleBuilder.loadModuleClass(ModuleBuilder.java:62)
at 
 org.apache.axis2.deployment.ModuleBuilder.populateModule(ModuleBuilder.java:79)
at 
 com.ibm.ws.websvcs.deployment.WASAxis2ConfigurationBuilder.loadAxisModules(WASAxis2ConfigurationBuilder.java:735)
at 
 com.ibm.ws.websvcs.deployment.WASAxis2ConfigurationBuilder.loadAxisClientModules(WASAxis2ConfigurationBuilder.java:240)
at 
 org.apache.axis2.jaxws.ClientConfigurationFactory.getClientConfigurationContext(ClientConfigurationFactory.java:146)
at 
 org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.getAxisConfigContext(ServiceDescriptionImpl.java:502)
at 
 org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.getServiceClient(EndpointDescriptionImpl.java:838)
at 
 org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl.init(EndpointDescriptionImpl.java:210)
at 
 org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.updateEndpointDescription(ServiceDescriptionImpl.java:225)
at 
 org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.updateEndpoint(DescriptionFactoryImpl.java:126)
at 
 org.apache.axis2.jaxws.description.DescriptionFactory.updateEndpoint(DescriptionFactory.java:66)
at 
 org.apache.axis2.jaxws.spi.ServiceDelegate.addPort(ServiceDelegate.java:97)
at javax.xml.ws.Service.addPort(Service.java:45)
...
at 
 com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.callTest(SOAPConnectionTestServlet.java:214)
at 
 com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.dispatch(SOAPConnectionTestServlet.java:49)
at 
 com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.doGet(SOAPConnectionTestServlet.java:76)
at 
 com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection.SOAPConnectionTestServlet.doPost(SOAPConnectionTestServlet.java:84)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2-2130) Need more clarification for a message

2007-02-07 Thread Ming Cheung (JIRA)
Need more clarification for a message
-

 Key: AXIS2-2130
 URL: https://issues.apache.org/jira/browse/AXIS2-2130
 Project: Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: kernel
 Environment: No special environment needs
Reporter: Ming Cheung
Priority: Trivial


Within modules\kernel\src\org\apache\axis2\i18n\resource.properties file

There is a message:

useSeparateListenerLimited=A false value for the useSeparateListener is 
supported by the http/tcp and tcp commons transport only when they are set as 
the sender and receiver.

Question:what does they stands for? and could someone please change the 
word they to something concrete (ie, the tcp transports, the servers, or etc)?


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2-2131) Need improvement on a message

2007-02-07 Thread Ming Cheung (JIRA)
Need improvement on a message
-

 Key: AXIS2-2131
 URL: https://issues.apache.org/jira/browse/AXIS2-2131
 Project: Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: kernel
 Environment: No special environment need
Reporter: Ming Cheung
Priority: Trivial


The issue is from \modules\kernel\src\org\apache\axis2\i18n\resource.properties 
file.

Question: What is side default module in the following context? Could someone 
please change it to a more understanding terminology used by the webservices?

modulenamecannotnull=The module name cannot be null in the version element for 
the side default module.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2-2132) Incorrect useage of the message

2007-02-07 Thread Ming Cheung (JIRA)
Incorrect useage of the message
---

 Key: AXIS2-2132
 URL: https://issues.apache.org/jira/browse/AXIS2-2132
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: kernel
 Environment: No special environment need
Reporter: Ming Cheung
Priority: Trivial


The Message in the modules\kernel\src\org\apache\axis2\i18n\resource.properties 
file needs 2 inputs, however, the source code has zero input.

Message found in the resource.properties file:
==
invalidphase=The phases are not valid.  Recheck the axis2.xml file {0} for the 
{1} handler.


Source code which uses the message:

org.apache.axis2.deployment.util.PhasesInfo.java

if (!foundDispathcPase) {
throw new DeploymentException(
Messages.getMessage(DeploymentErrorMsgs.INVALID_PHASE));
}



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2-2081) Updating resource message file

2007-02-01 Thread Ming Cheung (JIRA)
Updating resource message file
--

 Key: AXIS2-2081
 URL: https://issues.apache.org/jira/browse/AXIS2-2081
 Project: Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws, kernel
 Environment: No special environment needed
Reporter: Ming Cheung


Some of the messages are not used by the source code;  and Some of the messages 
need syntax correction.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (AXIS2-2081) Updating resource message file

2007-02-01 Thread Ming Cheung (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming Cheung updated AXIS2-2081:
---

Attachment: patch02012007.txt

comment out the messages which are not currently used by the source and also 
correct few of the messages and the usages in the source.

 Updating resource message file
 --

 Key: AXIS2-2081
 URL: https://issues.apache.org/jira/browse/AXIS2-2081
 Project: Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws, kernel
 Environment: No special environment needed
Reporter: Ming Cheung
 Attachments: patch02012007.txt


 Some of the messages are not used by the source code;  and Some of the 
 messages need syntax correction.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (AXIS2-1987) Java 2 Security failure

2007-01-18 Thread Ming Cheung (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming Cheung updated AXIS2-1987:
---

Attachment: patch0118.txt

 Java 2 Security failure
 ---

 Key: AXIS2-1987
 URL: https://issues.apache.org/jira/browse/AXIS2-1987
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: kernel
Reporter: Ming Cheung
 Attachments: patch0118.txt


 When Java 2 Security enabled, org.apache.axis2.util.Loader.getTCL experiences 
 the java.security.AccessControlException.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://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]



[jira] Created: (AXIS2-1987) Java 2 Security failure

2007-01-16 Thread Ming Cheung (JIRA)
Java 2 Security failure
---

 Key: AXIS2-1987
 URL: https://issues.apache.org/jira/browse/AXIS2-1987
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: kernel
Reporter: Ming Cheung
 Attachments: patch0116.txt

When Java 2 Security enabled, org.apache.axis2.util.Loader.getTCL experiences 
the java.security.AccessControlException.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://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]



[jira] Updated: (AXIS2-1987) Java 2 Security failure

2007-01-16 Thread Ming Cheung (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming Cheung updated AXIS2-1987:
---

Attachment: patch0116.txt

 Java 2 Security failure
 ---

 Key: AXIS2-1987
 URL: https://issues.apache.org/jira/browse/AXIS2-1987
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: kernel
Reporter: Ming Cheung
 Attachments: patch0116.txt


 When Java 2 Security enabled, org.apache.axis2.util.Loader.getTCL experiences 
 the java.security.AccessControlException.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://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]



[jira] Updated: (AXIS2-1971) Update the content of resrouce.properties file under kernel module

2007-01-12 Thread Ming Cheung (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming Cheung updated AXIS2-1971:
---

Attachment: patch01112007.txt

 Update the content of resrouce.properties file under kernel module
 --

 Key: AXIS2-1971
 URL: https://issues.apache.org/jira/browse/AXIS2-1971
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: kernel
 Environment: No special environment required
Reporter: Ming Cheung
Priority: Trivial
 Attachments: patch01112007.txt


 Few of the messages have incorrect syntax and punctuation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://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]



[jira] Created: (AXIS2-1971) Update the content of resrouce.properties file under kernel module

2007-01-11 Thread Ming Cheung (JIRA)
Update the content of resrouce.properties file under kernel module
--

 Key: AXIS2-1971
 URL: https://issues.apache.org/jira/browse/AXIS2-1971
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: kernel
 Environment: No special environment required
Reporter: Ming Cheung
Priority: Trivial


Few of the messages have incorrect syntax and punctuation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://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]



[jira] Commented: (AXIS2-1471) Updating resource.properties files for kernel and jaxws modules

2006-11-16 Thread Ming Cheung (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1471?page=comments#action_12450648 ] 

Ming Cheung commented on AXIS2-1471:


I noticed the major differences of the resource files are # and @ tags. I 
believe the newser AXIS2 source use the @ tags.

Beside the difference of tags usage, I also learned today's (11/16/2006) Kernel 
resource file appears to be the one with contents even before opening this 
JIRA. 

 Updating resource.properties files for kernel and jaxws modules
 ---

 Key: AXIS2-1471
 URL: http://issues.apache.org/jira/browse/AXIS2-1471
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: kernel, jaxws
 Environment: Systems running with English locale.
Reporter: Ming Cheung
 Assigned To: Rich Scheuerle
Priority: Trivial
 Attachments: patch.txt, patch2.txt, patch3.txt


 The purpose of revising these resources.properties files is for the 
 possibility of translating these files into multiple National languages files 
 such as Germany, Spanish, Japanese, and etc in the future. The new uploaded 
 patch contains files which are  formatted with proper English syntax, 
 spelling and usage. These changes have also been reviewed by a Technical 
 Writer.

-- 
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]



[jira] Updated: (AXIS2-1471) Updating resource.properties files for kernel and jaxws modules

2006-11-15 Thread Ming Cheung (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1471?page=all ]

Ming Cheung updated AXIS2-1471:
---

Attachment: patch3.txt

This patch includes update since the previous (second) patch. There were about 
20~30 changes were made to this current patch.

 Updating resource.properties files for kernel and jaxws modules
 ---

 Key: AXIS2-1471
 URL: http://issues.apache.org/jira/browse/AXIS2-1471
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: kernel, jaxws
 Environment: Systems running with English locale.
Reporter: Ming Cheung
 Assigned To: Rich Scheuerle
Priority: Trivial
 Attachments: patch.txt, patch2.txt, patch3.txt


 The purpose of revising these resources.properties files is for the 
 possibility of translating these files into multiple National languages files 
 such as Germany, Spanish, Japanese, and etc in the future. The new uploaded 
 patch contains files which are  formatted with proper English syntax, 
 spelling and usage. These changes have also been reviewed by a Technical 
 Writer.

-- 
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]



[jira] Created: (AXIS2-1566) Using doPrivileged constructs instroduced from AXIS2-1110

2006-10-31 Thread Ming Cheung (JIRA)
Using doPrivileged constructs instroduced from AXIS2-1110
-

 Key: AXIS2-1566
 URL: http://issues.apache.org/jira/browse/AXIS2-1566
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws, kernel
 Environment: No special environment needed
Reporter: Ming Cheung


This patch uses the doPrivileged constructs, which was introduced from 
AXIS2-1110, to grant more permission to the applications runs within Java 2 
Security environment. 

-- 
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]



[jira] Updated: (AXIS2-1566) Using doPrivileged constructs instroduced from AXIS2-1110

2006-10-31 Thread Ming Cheung (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1566?page=all ]

Ming Cheung updated AXIS2-1566:
---

Attachment: patch_01.txt

This patch contains changes within 2 modules 1) Kernel and 2) jaxws. There are 
only 5 files had been identified for needing the doPrivilege constructs at this 
moment.  and I believe more files will be discovered for adding the similar 
doPriviege constructs APIs in the future.

 Using doPrivileged constructs instroduced from AXIS2-1110
 -

 Key: AXIS2-1566
 URL: http://issues.apache.org/jira/browse/AXIS2-1566
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws, kernel
 Environment: No special environment needed
Reporter: Ming Cheung
 Attachments: patch_01.txt


 This patch uses the doPrivileged constructs, which was introduced from 
 AXIS2-1110, to grant more permission to the applications runs within Java 2 
 Security environment. 

-- 
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]



[jira] Updated: (AXIS2-1110) Java 2 Security

2006-10-27 Thread Ming Cheung (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1110?page=all ]

Ming Cheung updated AXIS2-1110:
---

Attachment: patch_02.txt

I have verified the following patch, which can be used for both Apache AXIS2 
and IBM CS, with Linux, Windows, JDK 1.4, and 1.5. And the test results are 
good.

Within this new patch, it fixes 3 things: a) inappropriated letter size for 
classpath. b) classfile syntax work for both Windows and Linux and alike. c) 
moved snapshots dependency jars from Kernel module's to etc directory.

 Java 2 Security
 ---

 Key: AXIS2-1110
 URL: http://issues.apache.org/jira/browse/AXIS2-1110
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: New Feature
  Components: kernel
 Environment: Supporting Axis2 runs inside of an environment with Java 
 2 Security enabled
Reporter: Ming Cheung
 Assigned To: Rich Scheuerle
 Attachments: patch.txt, patch_02.txt


 We need a feature which can provide us fine-grained access control to grant 
 privileges when the codes needed, and to have code operate with the minimum 
 necessray privileges. 

-- 
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]



[jira] Created: (AXIS2-1471) Updating resource.properties files for kernel and jaxws modules

2006-10-20 Thread Ming Cheung (JIRA)
Updating resource.properties files for kernel and jaxws modules
---

 Key: AXIS2-1471
 URL: http://issues.apache.org/jira/browse/AXIS2-1471
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: core, jaxws
 Environment: Systems running with English locale.
Reporter: Ming Cheung
Priority: Trivial
 Attachments: patch.txt

The purpose of revising these resources.properties files is for the possibility 
of translating these files into multiple National languages files such as 
Germany, Spanish, Japanese, and etc in the future. The new uploaded patch 
contains files which are  formatted with proper English syntax, spelling and 
usage. These changes have also been reviewed by a Technical Writer.

-- 
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]



[jira] Updated: (AXIS2-1471) Updating resource.properties files for kernel and jaxws modules

2006-10-20 Thread Ming Cheung (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1471?page=all ]

Ming Cheung updated AXIS2-1471:
---

Attachment: patch.txt

Uploading the patch.

 Updating resource.properties files for kernel and jaxws modules
 ---

 Key: AXIS2-1471
 URL: http://issues.apache.org/jira/browse/AXIS2-1471
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: core, jaxws
 Environment: Systems running with English locale.
Reporter: Ming Cheung
Priority: Trivial
 Attachments: patch.txt


 The purpose of revising these resources.properties files is for the 
 possibility of translating these files into multiple National languages files 
 such as Germany, Spanish, Japanese, and etc in the future. The new uploaded 
 patch contains files which are  formatted with proper English syntax, 
 spelling and usage. These changes have also been reviewed by a Technical 
 Writer.

-- 
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]



[jira] Commented: (AXIS2-1110) Java 2 Security

2006-09-20 Thread Ming Cheung (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1110?page=comments#action_12436283 ] 

Ming Cheung commented on AXIS2-1110:


I am investigating the root cause of the build failure. I will provide update 
tomorrow.

 Java 2 Security
 ---

 Key: AXIS2-1110
 URL: http://issues.apache.org/jira/browse/AXIS2-1110
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: New Feature
  Components: core
 Environment: Supporting Axis2 runs inside of an environment with Java 
 2 Security enabled
Reporter: Ming Cheung
 Assigned To: Rich Scheuerle
 Attachments: patch.txt


 We need a feature which can provide us fine-grained access control to grant 
 privileges when the codes needed, and to have code operate with the minimum 
 necessray privileges. 

-- 
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]



[jira] Updated: (AXIS2-1110) Java 2 Security

2006-09-13 Thread Ming Cheung (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1110?page=all ]

Ming Cheung updated AXIS2-1110:
---

Attachment: patch.txt

The attachment introduces a new utility class, AccessController.java and a 
testcase which demostrates the usage of the doPrivileged constructs. I 
encourage everyone to use the AccessController utility class to instrument 
AXIS2 codes as where need the doPrivileged construct.

 Java 2 Security
 ---

 Key: AXIS2-1110
 URL: http://issues.apache.org/jira/browse/AXIS2-1110
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: New Feature
  Components: core
 Environment: Supporting Axis2 runs inside of an environment with Java 
 2 Security enabled
Reporter: Ming Cheung
 Attachments: patch.txt


 We need a feature which can provide us fine-grained access control to grant 
 privileges when the codes needed, and to have code operate with the minimum 
 necessray privileges. 

-- 
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]



[jira] Commented: (AXIS2-1110) Java 2 Security

2006-09-07 Thread Ming Cheung (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1110?page=comments#action_12433316 ] 

Ming Cheung commented on AXIS2-1110:


Adding new permissions the policy file(s) sometimes may not be enough to 
resolve the privilege issues. Acutally, I am thinking of introducing a new 
AccessController class into the CORE module.  This new AXIS2 AccessController 
is a class which delegates all doPrivileged calls to correspondent APIs defined 
in  java.secuirty.AccessController class. One of the main reason for 
introducing this new AXIS2 AccessController Class is to improve the runtime 
performance when java security is not enabled.

Here is a link which talks more about the usage of Java 1.5.0's doPrivileged 
constructs http://java.sun.com/j2se/1.5.0/docs/guide/security/doprivileged.html



 Java 2 Security
 ---

 Key: AXIS2-1110
 URL: http://issues.apache.org/jira/browse/AXIS2-1110
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: New Feature
  Components: core
 Environment: Supporting Axis2 runs inside of an environment with Java 
 2 Security enabled
Reporter: Ming Cheung

 We need a feature which can provide us fine-grained access control to grant 
 privileges when the codes needed, and to have code operate with the minimum 
 necessray privileges. 

-- 
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]



[jira] Created: (AXIS2-1110) Java 2 Security

2006-09-05 Thread Ming Cheung (JIRA)
Java 2 Security 


 Key: AXIS2-1110
 URL: http://issues.apache.org/jira/browse/AXIS2-1110
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: New Feature
  Components: core
 Environment: Supporting Axis2 runs inside of an environment with Java 
2 Security enabled
Reporter: Ming Cheung


We need a feature which can provide us fine-grained access control to grant 
privileges when the codes needed, and to have code operate with the minimum 
necessray privileges. 

-- 
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]



[jira] Commented: (AXIS2-884) SecurityException thrown when run from an applet

2006-08-18 Thread Ming Cheung (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-884?page=comments#action_12429124 ] 

Ming Cheung commented on AXIS2-884:
---

I just wonder what type of exception you have from these 2 classes. Could 
you/someone please cut and paste the failure call stacks here? 

 SecurityException thrown when run from an applet
 

 Key: AXIS2-884
 URL: http://issues.apache.org/jira/browse/AXIS2-884
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: deployment
Reporter: Shreyes Seshasai

 Java applets are given fewer security privileges than stand alone 
 applications by default.  When trying to run an Axis2 client from a java 
 applet, it may not have all of the privileges required by some of the calls 
 in the Axis2 code, causing SecurityExceptions to be thrown.  Examples of 
 these calls are System.getProperty() and File.listFiles().
 A suggested fix would be to enclose these calls in 
 try/catch(SecurityException) blocks, and assign default values to the 
 variables which failed to be set.
 Known affected files:
 org.apache.axis2.deployment.FileSystemConfigurator.java 
 org.apache.axis2.deployment.RepositoryListener.java
 Adding the try/catch blocks here allowed the applet to start and function 
 correctly.  However, the problem probably exists in other locations in the 
 code too.  I was only using limited functionality (no additional modules or 
 databinding). Since applets cannot read files from the file system, I'm 
 unsure how this affects other axis2 functionality.

-- 
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]



[jira] Created: (AXIS2-964) Adding i18n resource property bundle for JAXWS

2006-08-02 Thread Ming Cheung (JIRA)
Adding i18n resource property bundle for JAXWS
--

 Key: AXIS2-964
 URL: http://issues.apache.org/jira/browse/AXIS2-964
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws
Reporter: Ming Cheung


Adding resource property bundle which is similar to the AXIS2 core and a 
testcase to verify functions.

Other JIRA issues will be open to address of the converting hardcore strings to 
using the resource property bundle.

-- 
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]



[jira] Updated: (AXIS2-964) Adding i18n resource property bundle for JAXWS

2006-08-02 Thread Ming Cheung (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-964?page=all ]

Ming Cheung updated AXIS2-964:
--

Attachment: patchI18N.txt

 Adding i18n resource property bundle for JAXWS
 --

 Key: AXIS2-964
 URL: http://issues.apache.org/jira/browse/AXIS2-964
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Improvement
  Components: jaxws
Reporter: Ming Cheung
 Attachments: patchI18N.txt


 Adding resource property bundle which is similar to the AXIS2 core and a 
 testcase to verify functions.
 Other JIRA issues will be open to address of the converting hardcore strings 
 to using the resource property bundle.

-- 
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]