You can subscribe to this list here.
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(11) |
Dec
(8) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2012 |
Jan
|
Feb
|
Mar
(20) |
Apr
(5) |
May
(10) |
Jun
(20) |
Jul
(16) |
Aug
(10) |
Sep
(2) |
Oct
(2) |
Nov
(7) |
Dec
(2) |
| 2013 |
Jan
(7) |
Feb
|
Mar
(2) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(6) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(4) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(3) |
| 2015 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
(7) |
| 2016 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Andrea V. <and...@gm...> - 2012-03-25 21:12:17
|
this is the access log when i connect wit SOAP UI: 95.238.246.153 - - [25/Mar/2012:23:02:44 +0200] "GET /mantis/api/soap/mantisconnect.php?wsdl HTTP/1.1" 200 84738 "-" "Jakarta Commons-HttpClient/3.1" 95.238.246.153 - - [25/Mar/2012:23:03:09 +0200] "POST /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 891 "-" "Jakarta Commons-HttpClient/3.1" then i try to verify the connection in the plugin: 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 922 "-" "Mylyn/3.7.0 Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS X/10.7.3 (x86_64; en_US)" 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 1772 "-" "Mylyn/3.7.0 Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS X/10.7.3 (x86_64; en_US)" and these are the logs of the plugin when i try to add a task or make a query: access.log: 95.238.246.153 - - [25/Mar/2012:23:07:28 +0200] "POST /mantis/api/soap/mantisconnect.php HTTP/1.1" 403 1213 "-" "Mylyn/3.7.0 Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS X/10.7.3 (x86_64; en_US)" error.log: [Sun Mar 25 23:07:28 2012] [error] [client 95.238.246.153] client denied by server configuration: /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php in eclipse: Failed updating the repository attributes. java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:51) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: com.itsolut.mantis.core.exception.MantisRemoteException: (403)Forbidden at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) at com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) at com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) at com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) ... 1 more Caused by: (403)Forbidden at org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) at org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) Root exception: com.itsolut.mantis.core.exception.MantisRemoteException: (403)Forbidden at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) at com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) at com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) at com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: (403)Forbidden at org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) at org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) On Sun, Mar 25, 2012 at 10:58 PM, Robert Munteanu <rob...@gm...> wrote: > > I'm not sure why SOAP UI works but the plugin does not. Do you have > any errors in the error log which might indicate which method fails? > > On Sun, Mar 25, 2012 at 11:45 PM, Andrea Veronesi > <and...@gm...> wrote: > > it's on an hosting plan, i don't know what rules are applied.. > > do you think i can try to solve this problem by making an htaccess? > > > > > > > > > > On Sun, Mar 25, 2012 at 10:40 PM, Robert Munteanu > > <rob...@gm...> wrote: > >> > >> On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi > >> <and...@gm...> wrote: > >> > yes, i forgot to post it and there is a line that refer to the problem: > >> > client denied by server configuration: > >> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php > >> > >> This looks like a Apache configuration issue. What 'deny' rules do you > >> have active? > >> > >> Robert > >> > >> > > >> > but how can i solve this problem? > >> > > >> > > >> > > >> > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu > >> > <rob...@gm...> wrote: > >> >> > >> >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi > >> >> <and...@gm...> wrote: > >> >> > I got a 403 when i try to load the projects in the eclips mylyn > >> >> > plugin? > >> >> > i > >> >> > tried to use soapUI with the same credential and i receive all the > >> >> > listed > >> >> > projects.. > >> >> > >> >> Hi Andrea, > >> >> > >> >> Do you have the server-side ( IIS,Apache) logs? > >> >> > >> >> Robert > >> >> > >> >> > eclips says: Unable to load projects : Failed getting projects : > >> >> > (403)Forbidden . > >> >> > with this details: Failed updating the repository attributes. > >> >> > java.lang.reflect.InvocationTargetException > >> >> > i don't understand if this error is a kind of htaccess problem or a > >> >> > failed > >> >> > attempt to login > >> >> > > >> >> > this is an installation on a remote host with a full working mantis > >> >> > web > >> >> > interface, i've tried to install mantis in localhost and connect from > >> >> > eclipse and it works perfectly, i've also tried to connect to the > >> >> > mantis > >> >> > bugReport http://www.mantisbt.org/bugs and it works too > >> >> > > >> >> > the strange thing is that when i configure the repository and i > >> >> > validate > >> >> > the > >> >> > setting it says: success! but i still can't list the projects.. > >> >> > > >> >> > > >> >> > ------------------------------------------------------------------------------ > >> >> > This SF email is sponsosred by: > >> >> > Try Windows Azure free for 90 days Click Here > >> >> > http://p.sf.net/sfu/sfd2d-msazure > >> >> > _______________________________________________ > >> >> > Mantisbt-soap-dev mailing list > >> >> > Man...@li... > >> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > >> >> > > >> >> > >> >> > >> >> > >> >> -- > >> >> Sent from my (old) computer > >> > > >> > > >> > >> > >> > >> -- > >> Sent from my (old) computer > > > > > > > > -- > Sent from my (old) computer |
|
From: Robert M. <rob...@gm...> - 2012-03-25 20:58:45
|
I'm not sure why SOAP UI works but the plugin does not. Do you have any errors in the error log which might indicate which method fails? On Sun, Mar 25, 2012 at 11:45 PM, Andrea Veronesi <and...@gm...> wrote: > it's on an hosting plan, i don't know what rules are applied.. > do you think i can try to solve this problem by making an htaccess? > > > > > On Sun, Mar 25, 2012 at 10:40 PM, Robert Munteanu > <rob...@gm...> wrote: >> >> On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi >> <and...@gm...> wrote: >> > yes, i forgot to post it and there is a line that refer to the problem: >> > client denied by server configuration: >> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php >> >> This looks like a Apache configuration issue. What 'deny' rules do you >> have active? >> >> Robert >> >> > >> > but how can i solve this problem? >> > >> > >> > >> > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu >> > <rob...@gm...> wrote: >> >> >> >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi >> >> <and...@gm...> wrote: >> >> > I got a 403 when i try to load the projects in the eclips mylyn >> >> > plugin? >> >> > i >> >> > tried to use soapUI with the same credential and i receive all the >> >> > listed >> >> > projects.. >> >> >> >> Hi Andrea, >> >> >> >> Do you have the server-side ( IIS,Apache) logs? >> >> >> >> Robert >> >> >> >> > eclips says: Unable to load projects : Failed getting projects : >> >> > (403)Forbidden . >> >> > with this details: Failed updating the repository attributes. >> >> > java.lang.reflect.InvocationTargetException >> >> > i don't understand if this error is a kind of htaccess problem or a >> >> > failed >> >> > attempt to login >> >> > >> >> > this is an installation on a remote host with a full working mantis >> >> > web >> >> > interface, i've tried to install mantis in localhost and connect from >> >> > eclipse and it works perfectly, i've also tried to connect to the >> >> > mantis >> >> > bugReport http://www.mantisbt.org/bugs and it works too >> >> > >> >> > the strange thing is that when i configure the repository and i >> >> > validate >> >> > the >> >> > setting it says: success! but i still can't list the projects.. >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ >> >> > This SF email is sponsosred by: >> >> > Try Windows Azure free for 90 days Click Here >> >> > http://p.sf.net/sfu/sfd2d-msazure >> >> > _______________________________________________ >> >> > Mantisbt-soap-dev mailing list >> >> > Man...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> >> > >> >> >> >> >> >> >> >> -- >> >> Sent from my (old) computer >> > >> > >> >> >> >> -- >> Sent from my (old) computer > > -- Sent from my (old) computer |
|
From: Andrea V. <and...@gm...> - 2012-03-25 20:45:44
|
it's on an hosting plan, i don't know what rules are applied.. do you think i can try to solve this problem by making an htaccess? On Sun, Mar 25, 2012 at 10:40 PM, Robert Munteanu <rob...@gm... > wrote: > On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi > <and...@gm...> wrote: > > yes, i forgot to post it and there is a line that refer to the problem: > > client denied by server configuration: > > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php > > This looks like a Apache configuration issue. What 'deny' rules do you > have active? > > Robert > > > > > but how can i solve this problem? > > > > > > > > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu > > <rob...@gm...> wrote: > >> > >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi > >> <and...@gm...> wrote: > >> > I got a 403 when i try to load the projects in the eclips mylyn > plugin? > >> > i > >> > tried to use soapUI with the same credential and i receive all the > >> > listed > >> > projects.. > >> > >> Hi Andrea, > >> > >> Do you have the server-side ( IIS,Apache) logs? > >> > >> Robert > >> > >> > eclips says: Unable to load projects : Failed getting projects : > >> > (403)Forbidden . > >> > with this details: Failed updating the repository attributes. > >> > java.lang.reflect.InvocationTargetException > >> > i don't understand if this error is a kind of htaccess problem or a > >> > failed > >> > attempt to login > >> > > >> > this is an installation on a remote host with a full working mantis > web > >> > interface, i've tried to install mantis in localhost and connect from > >> > eclipse and it works perfectly, i've also tried to connect to the > mantis > >> > bugReport http://www.mantisbt.org/bugs and it works too > >> > > >> > the strange thing is that when i configure the repository and i > validate > >> > the > >> > setting it says: success! but i still can't list the projects.. > >> > > >> > > ------------------------------------------------------------------------------ > >> > This SF email is sponsosred by: > >> > Try Windows Azure free for 90 days Click Here > >> > http://p.sf.net/sfu/sfd2d-msazure > >> > _______________________________________________ > >> > Mantisbt-soap-dev mailing list > >> > Man...@li... > >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > >> > > >> > >> > >> > >> -- > >> Sent from my (old) computer > > > > > > > > -- > Sent from my (old) computer > |
|
From: Robert M. <rob...@gm...> - 2012-03-25 20:40:39
|
On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi <and...@gm...> wrote: > yes, i forgot to post it and there is a line that refer to the problem: > client denied by server configuration: > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php This looks like a Apache configuration issue. What 'deny' rules do you have active? Robert > > but how can i solve this problem? > > > > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu > <rob...@gm...> wrote: >> >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi >> <and...@gm...> wrote: >> > I got a 403 when i try to load the projects in the eclips mylyn plugin? >> > i >> > tried to use soapUI with the same credential and i receive all the >> > listed >> > projects.. >> >> Hi Andrea, >> >> Do you have the server-side ( IIS,Apache) logs? >> >> Robert >> >> > eclips says: Unable to load projects : Failed getting projects : >> > (403)Forbidden . >> > with this details: Failed updating the repository attributes. >> > java.lang.reflect.InvocationTargetException >> > i don't understand if this error is a kind of htaccess problem or a >> > failed >> > attempt to login >> > >> > this is an installation on a remote host with a full working mantis web >> > interface, i've tried to install mantis in localhost and connect from >> > eclipse and it works perfectly, i've also tried to connect to the mantis >> > bugReport http://www.mantisbt.org/bugs and it works too >> > >> > the strange thing is that when i configure the repository and i validate >> > the >> > setting it says: success! but i still can't list the projects.. >> > >> > ------------------------------------------------------------------------------ >> > This SF email is sponsosred by: >> > Try Windows Azure free for 90 days Click Here >> > http://p.sf.net/sfu/sfd2d-msazure >> > _______________________________________________ >> > Mantisbt-soap-dev mailing list >> > Man...@li... >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> > >> >> >> >> -- >> Sent from my (old) computer > > -- Sent from my (old) computer |
|
From: Andrea V. <and...@gm...> - 2012-03-25 20:37:40
|
yes, i forgot to post it and there is a line that refer to the problem: client denied by server configuration: /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php but how can i solve this problem? On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu <rob...@gm... > wrote: > On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi > <and...@gm...> wrote: > > I got a 403 when i try to load the projects in the eclips mylyn plugin? i > > tried to use soapUI with the same credential and i receive all the listed > > projects.. > > Hi Andrea, > > Do you have the server-side ( IIS,Apache) logs? > > Robert > > > eclips says: Unable to load projects : Failed getting projects : > > (403)Forbidden . > > with this details: Failed updating the repository attributes. > > java.lang.reflect.InvocationTargetException > > i don't understand if this error is a kind of htaccess problem or a > failed > > attempt to login > > > > this is an installation on a remote host with a full working mantis web > > interface, i've tried to install mantis in localhost and connect from > > eclipse and it works perfectly, i've also tried to connect to the mantis > > bugReport http://www.mantisbt.org/bugs and it works too > > > > the strange thing is that when i configure the repository and i validate > the > > setting it says: success! but i still can't list the projects.. > > > ------------------------------------------------------------------------------ > > This SF email is sponsosred by: > > Try Windows Azure free for 90 days Click Here > > http://p.sf.net/sfu/sfd2d-msazure > > _______________________________________________ > > Mantisbt-soap-dev mailing list > > Man...@li... > > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > > > > > > -- > Sent from my (old) computer > |
|
From: Robert M. <rob...@gm...> - 2012-03-25 20:31:51
|
On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi <and...@gm...> wrote: > I got a 403 when i try to load the projects in the eclips mylyn plugin? i > tried to use soapUI with the same credential and i receive all the listed > projects.. Hi Andrea, Do you have the server-side ( IIS,Apache) logs? Robert > eclips says: Unable to load projects : Failed getting projects : > (403)Forbidden . > with this details: Failed updating the repository attributes. > java.lang.reflect.InvocationTargetException > i don't understand if this error is a kind of htaccess problem or a failed > attempt to login > > this is an installation on a remote host with a full working mantis web > interface, i've tried to install mantis in localhost and connect from > eclipse and it works perfectly, i've also tried to connect to the mantis > bugReport http://www.mantisbt.org/bugs and it works too > > the strange thing is that when i configure the repository and i validate the > setting it says: success! but i still can't list the projects.. > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |
|
From: Andrea V. <and...@gm...> - 2012-03-25 20:30:25
|
I got a 403 when i try to load the projects in the eclips mylyn plugin? i tried to use soapUI with the same credential and i receive all the listed projects.. eclips says: Unable to load projects : Failed getting projects : (403)Forbidden . with this details: Failed updating the repository attributes. java.lang.reflect.InvocationTargetException i don't understand if this error is a kind of htaccess problem or a failed attempt to login this is an installation on a remote host with a full working mantis web interface, i've tried to install mantis in localhost and connect from eclipse and it works perfectly, i've also tried to connect to the mantis bugReport http://www.mantisbt.org/bugs and it works too the strange thing is that when i configure the repository and i validate the setting it says: success! but i still can't list the projects.. |
|
From: Robert M. <rob...@gm...> - 2012-03-24 10:59:41
|
On Fri, Mar 23, 2012 at 9:27 PM, Marcelo de Barros Leiras <le...@pa...> wrote: > Hi again, > > i'm still trying to report issues on Mantisbt through a Java application > using SOAP API. > I'm using Java Client API from MantisConnect > (http://sourceforge.net/projects/mantisconnect/files/Java%20Client%20API/1.1.1.1/) Hi Marcelo, The client API from MantisConnect is a separate project from the MantisBT SOAP API. If you use Java you can use the Axis 1 stubs we publish at http://search.maven.org/#artifactdetails|biz.futureware.mantis|mantis-axis-soap-client|1.2.9|jar . Please note that while the stubs will emit the same warnings related to the mail and activation jars, we don't make use of those jars so you can ignore them. Robert > The report of "single issues" (with summary and description) is working, but > when i add attachments, they are not been saved on Mantisbt. > And the application don't show error messages. > First i was getting this warning message: > - Unable to find required classes (javax.activation.DataHandler and > javax.mail.internet.MimeMultipart). Attachment support is disabled. > But i put "mail.jar" of Java Mail API 1.4.5 > (http://www.oracle.com/technetwork/java/javamail/index-138643.html) on my > classpath, and the message disappears. > My MantisBT version is 1.2.9. > I attached my test class (Main.java). > Thanks for any help. > > Leiras > > > > > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |
|
From: Marcelo de B. L. <le...@pa...> - 2012-03-23 19:23:38
|
Hi again, i'm still trying to report issues on Mantisbt through a Java application using SOAP API. I'm using Java Client API from MantisConnect (http://sourceforge.net/projects/mantisconnect/files/Java%20Client%20API/1.1.1.1/) The report of "single issues" (with summary and description) is working, but when i add attachments, they are not been saved on Mantisbt. And the application don't show error messages. First i was getting this warning message: - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled. But i put "mail.jar" of Java Mail API 1.4.5 (http://www.oracle.com/technetwork/java/javamail/index-138643.html) on my classpath, and the message disappears. My MantisBT version is 1.2.9. I attached my test class (Main.java). Thanks for any help. Leiras |
|
From: Robert M. <rob...@gm...> - 2012-03-23 11:11:27
|
On Fri, Mar 23, 2012 at 1:32 AM, Marcelo de Barros Leiras <le...@pa...> wrote: > Hi, > > i upgrade my Mantis to version 1.2.9 and now everything is working. > > Leiras Hi Leiras, Glad to hear that things work now. Please post again if you have any issues with the SOAP API. Robert > > Em 22/03/2012 17:00, Marcelo de Barros Leiras escreveu: > > Hi Robert, > > this is a very good new. > But, when i access the link > > http://localhost/mantis/api/soap/mantisconnect.php?wsdl > > i got the following output from browser: > > Deprecated: Assigning the return value of new by reference is deprecated in > C:\xampp\htdocs\mantis\library\nusoap\nusoap.php on line 7381 > > Strict Standards: Creating default object from empty value in > C:\xampp\htdocs\mantis\library\nusoap\nusoap.php on line 75 > > Deprecated: Function ereg() is deprecated in > C:\xampp\htdocs\mantis\library\nusoap\nusoap.php on line 768 > > .... > > Deprecated: Function ereg() is deprecated in > C:\xampp\htdocs\mantis\library\nusoap\nusoap.php on line 768 > > Deprecated: Function ereg() is deprecated in > C:\xampp\htdocs\mantis\api\soap\mantisconnect.php on line 1360 > > Deprecated: Function ereg() is deprecated in > C:\xampp\htdocs\mantis\library\nusoap\nusoap.php on line 3657 > > Warning: Cannot modify header information - headers already sent by (output > started at C:\xampp\htdocs\mantis\library\nusoap\nusoap.php:768) in > C:\xampp\htdocs\mantis\library\nusoap\nusoap.php on line 3668 > > > Apparently, the web service is not working... > Do i need to enable it on some configuration file? > I'm using the Mantis 1.2.0rc1. > Thanks for your help! > > Leiras > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |
|
From: Marcelo de B. L. <le...@pa...> - 2012-03-22 23:29:04
|
Hi, i upgrade my Mantis to version 1.2.9 and now everything is working. Leiras Em 22/03/2012 17:00, Marcelo de Barros Leiras escreveu: > Hi Robert, > > this is a very good new. > But, when i access the link > > http://localhost/mantis/api/soap/mantisconnect.php?wsdl > > i got the following output from browser: > > *Deprecated*: Assigning the return value of new by reference is > deprecated in *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on > line *7381* > > *Strict Standards*: Creating default object from empty value in > *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *75* > > *Deprecated*: Function ereg() is deprecated in > *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *768 > > .... > * > *Deprecated*: Function ereg() is deprecated in > *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *768 > > **Deprecated*: Function ereg() is deprecated in > *C:\xampp\htdocs\mantis\api\soap\mantisconnect.php* on line *1360* > > *Deprecated*: Function ereg() is deprecated in > *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *3657* > > *Warning*: Cannot modify header information - headers already sent by > (output started at > C:\xampp\htdocs\mantis\library\nusoap\nusoap.php:768) in > *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *3668* > > > Apparently, the web service is not working... > Do i need to enable it on some configuration file? > I'm using the Mantis 1.2.0rc1. > Thanks for your help! > > Leiras |
|
From: Marcelo de B. L. <le...@pa...> - 2012-03-22 19:56:38
|
Hi Robert, this is a very good new. But, when i access the link http://localhost/mantis/api/soap/mantisconnect.php?wsdl i got the following output from browser: *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *7381* *Strict Standards*: Creating default object from empty value in *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *75* *Deprecated*: Function ereg() is deprecated in *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *768 .... * *Deprecated*: Function ereg() is deprecated in *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *768 **Deprecated*: Function ereg() is deprecated in *C:\xampp\htdocs\mantis\api\soap\mantisconnect.php* on line *1360* *Deprecated*: Function ereg() is deprecated in *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *3657* *Warning*: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mantis\library\nusoap\nusoap.php:768) in *C:\xampp\htdocs\mantis\library\nusoap\nusoap.php* on line *3668* Apparently, the web service is not working... Do i need to enable it on some configuration file? I'm using the Mantis 1.2.0rc1. Thanks for your help! Leiras Em 22/03/2012 15:24, Robert Munteanu escreveu: > Hi Marcelo, > > (and welcome to the list!) > > The SOAP API is built-in to MantisBT . You can use it as-is without > any restrictions . The entry point is at > $(MANTIS)/api/soap/mantisconnect.php . You can view the WSDL at > $(MANTIS)/api/soap/mantisconnect.php?wsdl. > > Robert > > On Thu, Mar 22, 2012 at 8:07 PM, Marcelo de Barros Leiras > <le...@pa...> wrote: >> Hi, >> >> i'm working on a Java apllication to report issues on MantisBT. >> But, i access mantis database directly, doing inserts and updates >> through JDBC connection. >> So, i post a message on MantisBT forum to solve a doubt, and a forum >> member recomended the use of SOAP API to do this operation. >> I found a project called MantisConnect, but it is not free. >> Does someone knows a free plataform to report issues on MantisBT through >> SOAP API? >> >> Thanks a lot, and sorry about my English. >> >> Leiras >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> Mantisbt-soap-dev mailing list >> Man...@li... >> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > > -- ------------------------------------------------------------------------ *Marcelo de Barros Leiras* le...@pa... <mailto:em...@pa...> http://www.paripassu.com.br Rua Coronel Luis Caldeira, nº 67, Bloco 1, Sala 3A 88034-110 • Florianópolis • SC Tel. (48) 3207-5755 ------------------------------------------------------------------------ |
|
From: Robert M. <rob...@gm...> - 2012-03-22 18:24:44
|
Hi Marcelo, (and welcome to the list!) The SOAP API is built-in to MantisBT . You can use it as-is without any restrictions . The entry point is at $(MANTIS)/api/soap/mantisconnect.php . You can view the WSDL at $(MANTIS)/api/soap/mantisconnect.php?wsdl. Robert On Thu, Mar 22, 2012 at 8:07 PM, Marcelo de Barros Leiras <le...@pa...> wrote: > Hi, > > i'm working on a Java apllication to report issues on MantisBT. > But, i access mantis database directly, doing inserts and updates > through JDBC connection. > So, i post a message on MantisBT forum to solve a doubt, and a forum > member recomended the use of SOAP API to do this operation. > I found a project called MantisConnect, but it is not free. > Does someone knows a free plataform to report issues on MantisBT through > SOAP API? > > Thanks a lot, and sorry about my English. > > Leiras > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev -- Sent from my (old) computer |
|
From: Marcelo de B. L. <le...@pa...> - 2012-03-22 18:03:42
|
Hi, i'm working on a Java apllication to report issues on MantisBT. But, i access mantis database directly, doing inserts and updates through JDBC connection. So, i post a message on MantisBT forum to solve a doubt, and a forum member recomended the use of SOAP API to do this operation. I found a project called MantisConnect, but it is not free. Does someone knows a free plataform to report issues on MantisBT through SOAP API? Thanks a lot, and sorry about my English. Leiras |
|
From: Robert M. <rob...@gm...> - 2012-03-06 11:58:40
|
Hi all, (I'm sending this as a one-time event to the mantisbt-dev list . If you're interested in participanting in this or future SOAP API planning discussions, please join the mantisbt-soap-dev list ). As you probably know we've recently released MantisBT 1.2.9 . Now is the proper time to influence what goes in for the SOAP API in the next MantisBT version . I've included below a list of issues targeted for the next 1.2.x version, for the 1.3.x version and untargeted issues. The issues for 1.2.x are pretty small and I will probably work on them. The issues for 1.3.x will require some external help so if something is important to you and you have the ability to contribute, now would be a good time to consider that option. Untargeted issues are either too large, too fuzzy or simply do not fit our current use cases. But they can transition into targeted ones, if properly explained and/or broken down. Issues targeted for 1.2.x: http://www.mantisbt.org/bugs/search.php?project_id=1&category=api%20soap&sticky_issues=on&target_version=1.2.x&sortby=last_updated&dir=DESC&hide_status_id=80 Issues targeted for 1.3.x: http://www.mantisbt.org/bugs/search.php?project_id=1&category=api%20soap&sticky_issues=on&target_version=1.3.x&sortby=last_updated&dir=DESC&hide_status_id=80 Untargeted issues: http://www.mantisbt.org/bugs/search.php?project_id=1&category=api%20soap&sticky_issues=on&target_version=-2&sortby=last_updated&dir=DESC&hide_status_id=80 Thanks, Robert -- Sent from my (old) computer |
|
From: Robert M. <rob...@gm...> - 2011-12-08 07:57:53
|
Hi, All changes which affect the SOAP API and are planned for 1.2.9 have been performed. These are backwards-compatible, provided that you refresh your generated artifacts ( e.g. Axis for Java requires this ). The Axis SOAP stubs have been pushed to the Maven central repository, see http://search.maven.org/#artifactdetails|biz.futureware.mantis|mantis-axis-soap-client|1.2.9|jar Robert -- Sent from my (old) computer |
|
From: Alexey S. <al...@gm...> - 2011-12-08 06:06:43
|
> > > I'd love for that to happen. But there's a lot which needs to go in > before. MantisBT does not have a service layer which would be usable > by the web interface, SOAP API , and a potential new REST API . Right > now the SOAP API duplicates some functionality from the core, and I > for one don't see a bright future for another API duplicating that > functionality. As as I for one do not have the time to create that > service layer, I'm content with incremental improvements to the SOAP > API. > > I know that Axis is troublesome in OSGi environments , and that's one > argument for a simpler, REST, API. Other than that, do you see any > major drawbacks in the current SOAP API? > > Robert > > Our support for MantisBT is pretty basic at this moment, but I'll let you know when we improve it and maybe require some additional API in Mantis :) Thanks, Robert! |
|
From: Robert M. <rob...@gm...> - 2011-12-05 20:04:15
|
On Mon, Dec 5, 2011 at 9:40 PM, Alexey Skor <al...@gm...> wrote: > I have seen those connectors, but they didn't do what we needed at that > time, plus some of them required installing additional plugins inside bug > tracking systems, which is a deal-breaker for many potential users. > Plus not clear if they are supported properly. I'd be very happy to reuse > existing code instead of re-inventing a wheel, but sometimes you have to > own the "whole stack" of technologies if you want to be able to move > quickly, you just can't wait for months for open-source projects to add a > fix or feature you need... > but I'll give those connectors another try and see what's new there. Right, I can say that for instance the mantisbt core plugin depends on the mylyn tasks ui plugin for some functionality. So it's probably a dead end, but I was curious if you need manage to reuse those plugins. > > on another subject - > What do you think about switching Mantis to REST API and implementing a Java > API for it? I'd love for that to happen. But there's a lot which needs to go in before. MantisBT does not have a service layer which would be usable by the web interface, SOAP API , and a potential new REST API . Right now the SOAP API duplicates some functionality from the core, and I for one don't see a bright future for another API duplicating that functionality. As as I for one do not have the time to create that service layer, I'm content with incremental improvements to the SOAP API. I know that Axis is troublesome in OSGi environments , and that's one argument for a simpler, REST, API. Other than that, do you see any major drawbacks in the current SOAP API? Robert > > > On Fri, Dec 2, 2011 at 12:24 PM, Robert Munteanu <rob...@gm...> > wrote: >> >> On Fri, Dec 2, 2011 at 10:21 PM, Alexey Skor <al...@gm...> wrote: >>> >>> Hi, Robert! >>> No worries. The reason why we needed to solve this Axis1-OSGI problem is >>> that we have several plugins for bug trackers, including MantisBT and >>> Atlassian Jira. Unfortunately, they both use SOAP and moreover - the very >>> old features of SOAP, which are not even supported by Axis2. >>> Jira has introduced a new REST-based API, which gradually replaces the >>> old SOAP-based one. >>> Would be very nice if MantisBT could do the same, this would simplify >>> developers lives. See how it's done in Redmine, Atlassian Jira and Github. >>> (Although Redmine didn't have a java library to access the API, so we had to >>> create our own: http://code.google.com/p/redmine-java-api/). so if at all >>> possible it would be great if in addition to creating a REST API for >>> MantisBT you would also implement a Java library for it. >> >> >> Do you by any change build on the Mylyn framework? Your application looks >> like it's built on Eclipse RCP and those bug trackers have Mylyn support. >> >>> >>> >>> Here's a link to our application, which now supports MantisBT (thanks to >>> your OSGI suggestion): http://taskadapter.com/ >>> You're very welcome to try it out and share your thoughts about it. >> >> >> Looks like a very nice and useful app. I'll give it a try next week. >> >> Robert >> >>> >>> >>> >>> Thanks again. Alexey. >>> >>> >>> On Fri, Dec 2, 2011 at 12:11 PM, Robert Munteanu >>> <rob...@gm...> wrote: >>>> >>>> Thanks for following up, I've added this information to the Mantis docs. >>>> Not sure when they will be published/regenerated though. Probably within 24 >>>> hours. >>>> >>>> Robert >>>> >>>> >>>> On Tue, Nov 29, 2011 at 10:00 AM, Alexey Skor <al...@gm...> wrote: >>>>> >>>>> we were able to reuse Axis OSGI bundle stored in standard Eclipse >>>>> repository, this solved our problem. >>>>> >>>>> >>>>> On Fri, Nov 25, 2011 at 4:03 PM, Alexey Skor <al...@gm...> wrote: >>>>>> >>>>>> Thank you, Robert. We'll try... >>>>>> >>>>>> >>>>>> On Sun, Nov 20, 2011 at 12:29 AM, Robert Munteanu >>>>>> <rob...@gm...> wrote: >>>>>>> >>>>>>> Hi Alexey, >>>>>>> >>>>>>> 1. I have used Axis in OSGi environments, Eclipse has such a bundle. >>>>>>> See https://github.com/Mylyn-Mantis/mylyn-mantis for a working >>>>>>> example. >>>>>>> >>>>>>> 2. Have you tried JAX-WS ? I know Jeremie Lagarde has done some work >>>>>>> in this direction, see https://github.com/jerr/mantis-ws-client >>>>>>> >>>>>>> Robert >>>>>>> >>>>>>> On Sun, Nov 20, 2011 at 5:18 AM, Alexey Skor <al...@gm...> >>>>>>> wrote: >>>>>>> > I added my comment to the old question >>>>>>> > here: http://www.mantisbt.org/forums/viewtopic.php?f=2&t=19571 >>>>>>> > Axis1 can't be used in OSGI >>>>>>> > >>>>>>> > (see http://stackoverflow.com/questions/4566580/strange-interaction-with-axis-osgi ), >>>>>>> > so I'm trying to use Axis2 to generate Java classes from Mantis >>>>>>> > WSDL, but it >>>>>>> > does not support rcp/encoded. >>>>>>> > Any solutions? >>>>>>> > >>>>>>> > -- >>>>>>> > Alex >>>>>>> > >>>>>>> > >>>>>>> > ------------------------------------------------------------------------------ >>>>>>> > All the data continuously generated in your IT infrastructure >>>>>>> > contains a definitive record of customers, application performance, >>>>>>> > security threats, fraudulent activity, and more. Splunk takes this >>>>>>> > data and makes sense of it. IT sense. And common sense. >>>>>>> > http://p.sf.net/sfu/splunk-novd2d >>>>>>> > _______________________________________________ >>>>>>> > Mantisbt-soap-dev mailing list >>>>>>> > Man...@li... >>>>>>> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>>>>>> > >>>>>>> > >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Sent from my (old) computer >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Alex >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Alex >>>> >>>> >>>> >>>> >>>> -- >>>> Sent from my (old) computer >>> >>> >>> >>> >>> -- >>> Alex >> >> >> >> >> -- >> Sent from my (old) computer > > > > > -- > Alex -- Sent from my (old) computer |
|
From: Alexey S. <al...@gm...> - 2011-12-05 19:40:55
|
I have seen those connectors, but they didn't do what we needed at that time, plus some of them required installing additional plugins inside bug tracking systems, which is a deal-breaker for many potential users. Plus not clear if they are supported properly. I'd be very happy to reuse existing code instead of re-inventing a wheel, but sometimes you have to own the "whole stack" of technologies if you want to be able to move quickly, you just can't wait for months for open-source projects to add a fix or feature you need... but I'll give those connectors another try and see what's new there. on another subject - What do you think about switching Mantis to REST API and implementing a Java API for it? On Fri, Dec 2, 2011 at 12:24 PM, Robert Munteanu <rob...@gm...>wrote: > On Fri, Dec 2, 2011 at 10:21 PM, Alexey Skor <al...@gm...> wrote: > >> Hi, Robert! >> No worries. The reason why we needed to solve this Axis1-OSGI problem is >> that we have several plugins for bug trackers, including MantisBT and >> Atlassian Jira. Unfortunately, they both use SOAP and moreover - the very >> old features of SOAP, which are not even supported by Axis2. >> Jira has introduced a new REST-based API, which gradually replaces the >> old SOAP-based one. >> Would be very nice if MantisBT could do the same, this would simplify >> developers lives. See how it's done in Redmine, Atlassian Jira and Github. >> (Although Redmine didn't have a java library to access the API, so we had >> to create our own: http://code.google.com/p/redmine-java-api/). so if at >> all possible it would be great if in addition to creating a REST API for >> MantisBT you would also implement a Java library for it. >> > > Do you by any change build on the Mylyn framework? Your application looks > like it's built on Eclipse RCP and those bug trackers have Mylyn support. > > >> >> Here's a link to our application, which now supports MantisBT (thanks to >> your OSGI suggestion): http://taskadapter.com/ >> You're very welcome to try it out and share your thoughts about it. >> > > Looks like a very nice and useful app. I'll give it a try next week. > > Robert > > >> >> >> Thanks again. Alexey. >> >> >> On Fri, Dec 2, 2011 at 12:11 PM, Robert Munteanu < >> rob...@gm...> wrote: >> >>> Thanks for following up, I've added this information to the Mantis docs. >>> Not sure when they will be published/regenerated though. Probably within 24 >>> hours. >>> >>> Robert >>> >>> >>> On Tue, Nov 29, 2011 at 10:00 AM, Alexey Skor <al...@gm...> wrote: >>> >>>> we were able to reuse Axis OSGI bundle stored in standard Eclipse >>>> repository, this solved our problem. >>>> >>>> >>>> On Fri, Nov 25, 2011 at 4:03 PM, Alexey Skor <al...@gm...> wrote: >>>> >>>>> Thank you, Robert. We'll try... >>>>> >>>>> >>>>> On Sun, Nov 20, 2011 at 12:29 AM, Robert Munteanu < >>>>> rob...@gm...> wrote: >>>>> >>>>>> Hi Alexey, >>>>>> >>>>>> 1. I have used Axis in OSGi environments, Eclipse has such a bundle. >>>>>> See https://github.com/Mylyn-Mantis/mylyn-mantis for a working >>>>>> example. >>>>>> >>>>>> 2. Have you tried JAX-WS ? I know Jeremie Lagarde has done some work >>>>>> in this direction, see https://github.com/jerr/mantis-ws-client >>>>>> >>>>>> Robert >>>>>> >>>>>> On Sun, Nov 20, 2011 at 5:18 AM, Alexey Skor <al...@gm...> >>>>>> wrote: >>>>>> > I added my comment to the old question >>>>>> > here: http://www.mantisbt.org/forums/viewtopic.php?f=2&t=19571 >>>>>> > Axis1 can't be used in OSGI >>>>>> > (see >>>>>> http://stackoverflow.com/questions/4566580/strange-interaction-with-axis-osgi >>>>>> ), >>>>>> > so I'm trying to use Axis2 to generate Java classes from Mantis >>>>>> WSDL, but it >>>>>> > does not support rcp/encoded. >>>>>> > Any solutions? >>>>>> > >>>>>> > -- >>>>>> > Alex >>>>>> > >>>>>> > >>>>>> ------------------------------------------------------------------------------ >>>>>> > All the data continuously generated in your IT infrastructure >>>>>> > contains a definitive record of customers, application performance, >>>>>> > security threats, fraudulent activity, and more. Splunk takes this >>>>>> > data and makes sense of it. IT sense. And common sense. >>>>>> > http://p.sf.net/sfu/splunk-novd2d >>>>>> > _______________________________________________ >>>>>> > Mantisbt-soap-dev mailing list >>>>>> > Man...@li... >>>>>> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>>>>> > >>>>>> > >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Sent from my (old) computer >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Alex >>>>> >>>> >>>> >>>> >>>> -- >>>> Alex >>>> >>> >>> >>> >>> -- >>> Sent from my (old) computer >>> >> >> >> >> -- >> Alex >> > > > > -- > Sent from my (old) computer > -- Alex |
|
From: Robert M. <rob...@gm...> - 2011-12-05 12:48:07
|
Hi all, The git version of MantisBT now contains additions allowing users with proper privileges to: - list all tags ( mc_tag_get_all ) - create tags ( mc_tag_create ) - delete tags ( mc_tag_delete ) - update tags for issues ( mc_issue_set_tags ) Also, IssueData has been enhanced with a notes property which holds an ObjectRef array of all tags. mc_issue_add and mc_isssue_update will perform operations if tags are found in these properties and mc_issue_get will return the tags if present. Regards, Robert -- Sent from my (old) computer |
|
From: Robert M. <rob...@gm...> - 2011-12-02 20:24:13
|
On Fri, Dec 2, 2011 at 10:21 PM, Alexey Skor <al...@gm...> wrote: > Hi, Robert! > No worries. The reason why we needed to solve this Axis1-OSGI problem is > that we have several plugins for bug trackers, including MantisBT and > Atlassian Jira. Unfortunately, they both use SOAP and moreover - the very > old features of SOAP, which are not even supported by Axis2. > Jira has introduced a new REST-based API, which gradually replaces the old > SOAP-based one. > Would be very nice if MantisBT could do the same, this would simplify > developers lives. See how it's done in Redmine, Atlassian Jira and Github. > (Although Redmine didn't have a java library to access the API, so we had > to create our own: http://code.google.com/p/redmine-java-api/). so if at > all possible it would be great if in addition to creating a REST API for > MantisBT you would also implement a Java library for it. > Do you by any change build on the Mylyn framework? Your application looks like it's built on Eclipse RCP and those bug trackers have Mylyn support. > > Here's a link to our application, which now supports MantisBT (thanks to > your OSGI suggestion): http://taskadapter.com/ > You're very welcome to try it out and share your thoughts about it. > Looks like a very nice and useful app. I'll give it a try next week. Robert > > > Thanks again. Alexey. > > > On Fri, Dec 2, 2011 at 12:11 PM, Robert Munteanu < > rob...@gm...> wrote: > >> Thanks for following up, I've added this information to the Mantis docs. >> Not sure when they will be published/regenerated though. Probably within 24 >> hours. >> >> Robert >> >> >> On Tue, Nov 29, 2011 at 10:00 AM, Alexey Skor <al...@gm...> wrote: >> >>> we were able to reuse Axis OSGI bundle stored in standard Eclipse >>> repository, this solved our problem. >>> >>> >>> On Fri, Nov 25, 2011 at 4:03 PM, Alexey Skor <al...@gm...> wrote: >>> >>>> Thank you, Robert. We'll try... >>>> >>>> >>>> On Sun, Nov 20, 2011 at 12:29 AM, Robert Munteanu < >>>> rob...@gm...> wrote: >>>> >>>>> Hi Alexey, >>>>> >>>>> 1. I have used Axis in OSGi environments, Eclipse has such a bundle. >>>>> See https://github.com/Mylyn-Mantis/mylyn-mantis for a working >>>>> example. >>>>> >>>>> 2. Have you tried JAX-WS ? I know Jeremie Lagarde has done some work >>>>> in this direction, see https://github.com/jerr/mantis-ws-client >>>>> >>>>> Robert >>>>> >>>>> On Sun, Nov 20, 2011 at 5:18 AM, Alexey Skor <al...@gm...> wrote: >>>>> > I added my comment to the old question >>>>> > here: http://www.mantisbt.org/forums/viewtopic.php?f=2&t=19571 >>>>> > Axis1 can't be used in OSGI >>>>> > (see >>>>> http://stackoverflow.com/questions/4566580/strange-interaction-with-axis-osgi >>>>> ), >>>>> > so I'm trying to use Axis2 to generate Java classes from Mantis >>>>> WSDL, but it >>>>> > does not support rcp/encoded. >>>>> > Any solutions? >>>>> > >>>>> > -- >>>>> > Alex >>>>> > >>>>> > >>>>> ------------------------------------------------------------------------------ >>>>> > All the data continuously generated in your IT infrastructure >>>>> > contains a definitive record of customers, application performance, >>>>> > security threats, fraudulent activity, and more. Splunk takes this >>>>> > data and makes sense of it. IT sense. And common sense. >>>>> > http://p.sf.net/sfu/splunk-novd2d >>>>> > _______________________________________________ >>>>> > Mantisbt-soap-dev mailing list >>>>> > Man...@li... >>>>> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>>>> > >>>>> > >>>>> >>>>> >>>>> >>>>> -- >>>>> Sent from my (old) computer >>>>> >>>> >>>> >>>> >>>> -- >>>> Alex >>>> >>> >>> >>> >>> -- >>> Alex >>> >> >> >> >> -- >> Sent from my (old) computer >> > > > > -- > Alex > -- Sent from my (old) computer |
|
From: Alexey S. <al...@gm...> - 2011-12-02 20:21:38
|
Hi, Robert! No worries. The reason why we needed to solve this Axis1-OSGI problem is that we have several plugins for bug trackers, including MantisBT and Atlassian Jira. Unfortunately, they both use SOAP and moreover - the very old features of SOAP, which are not even supported by Axis2. Jira has introduced a new REST-based API, which gradually replaces the old SOAP-based one. Would be very nice if MantisBT could do the same, this would simplify developers lives. See how it's done in Redmine, Atlassian Jira and Github. (Although Redmine didn't have a java library to access the API, so we had to create our own: http://code.google.com/p/redmine-java-api/). so if at all possible it would be great if in addition to creating a REST API for MantisBT you would also implement a Java library for it. Here's a link to our application, which now supports MantisBT (thanks to your OSGI suggestion): http://taskadapter.com/ You're very welcome to try it out and share your thoughts about it. Thanks again. Alexey. On Fri, Dec 2, 2011 at 12:11 PM, Robert Munteanu <rob...@gm...>wrote: > Thanks for following up, I've added this information to the Mantis docs. > Not sure when they will be published/regenerated though. Probably within 24 > hours. > > Robert > > > On Tue, Nov 29, 2011 at 10:00 AM, Alexey Skor <al...@gm...> wrote: > >> we were able to reuse Axis OSGI bundle stored in standard Eclipse >> repository, this solved our problem. >> >> >> On Fri, Nov 25, 2011 at 4:03 PM, Alexey Skor <al...@gm...> wrote: >> >>> Thank you, Robert. We'll try... >>> >>> >>> On Sun, Nov 20, 2011 at 12:29 AM, Robert Munteanu < >>> rob...@gm...> wrote: >>> >>>> Hi Alexey, >>>> >>>> 1. I have used Axis in OSGi environments, Eclipse has such a bundle. >>>> See https://github.com/Mylyn-Mantis/mylyn-mantis for a working >>>> example. >>>> >>>> 2. Have you tried JAX-WS ? I know Jeremie Lagarde has done some work >>>> in this direction, see https://github.com/jerr/mantis-ws-client >>>> >>>> Robert >>>> >>>> On Sun, Nov 20, 2011 at 5:18 AM, Alexey Skor <al...@gm...> wrote: >>>> > I added my comment to the old question >>>> > here: http://www.mantisbt.org/forums/viewtopic.php?f=2&t=19571 >>>> > Axis1 can't be used in OSGI >>>> > (see >>>> http://stackoverflow.com/questions/4566580/strange-interaction-with-axis-osgi >>>> ), >>>> > so I'm trying to use Axis2 to generate Java classes from Mantis WSDL, >>>> but it >>>> > does not support rcp/encoded. >>>> > Any solutions? >>>> > >>>> > -- >>>> > Alex >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > All the data continuously generated in your IT infrastructure >>>> > contains a definitive record of customers, application performance, >>>> > security threats, fraudulent activity, and more. Splunk takes this >>>> > data and makes sense of it. IT sense. And common sense. >>>> > http://p.sf.net/sfu/splunk-novd2d >>>> > _______________________________________________ >>>> > Mantisbt-soap-dev mailing list >>>> > Man...@li... >>>> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>>> > >>>> > >>>> >>>> >>>> >>>> -- >>>> Sent from my (old) computer >>>> >>> >>> >>> >>> -- >>> Alex >>> >> >> >> >> -- >> Alex >> > > > > -- > Sent from my (old) computer > -- Alex |
|
From: Robert M. <rob...@gm...> - 2011-12-02 20:12:04
|
Thanks for following up, I've added this information to the Mantis docs. Not sure when they will be published/regenerated though. Probably within 24 hours. Robert On Tue, Nov 29, 2011 at 10:00 AM, Alexey Skor <al...@gm...> wrote: > we were able to reuse Axis OSGI bundle stored in standard Eclipse > repository, this solved our problem. > > > On Fri, Nov 25, 2011 at 4:03 PM, Alexey Skor <al...@gm...> wrote: > >> Thank you, Robert. We'll try... >> >> >> On Sun, Nov 20, 2011 at 12:29 AM, Robert Munteanu < >> rob...@gm...> wrote: >> >>> Hi Alexey, >>> >>> 1. I have used Axis in OSGi environments, Eclipse has such a bundle. >>> See https://github.com/Mylyn-Mantis/mylyn-mantis for a working >>> example. >>> >>> 2. Have you tried JAX-WS ? I know Jeremie Lagarde has done some work >>> in this direction, see https://github.com/jerr/mantis-ws-client >>> >>> Robert >>> >>> On Sun, Nov 20, 2011 at 5:18 AM, Alexey Skor <al...@gm...> wrote: >>> > I added my comment to the old question >>> > here: http://www.mantisbt.org/forums/viewtopic.php?f=2&t=19571 >>> > Axis1 can't be used in OSGI >>> > (see >>> http://stackoverflow.com/questions/4566580/strange-interaction-with-axis-osgi >>> ), >>> > so I'm trying to use Axis2 to generate Java classes from Mantis WSDL, >>> but it >>> > does not support rcp/encoded. >>> > Any solutions? >>> > >>> > -- >>> > Alex >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > All the data continuously generated in your IT infrastructure >>> > contains a definitive record of customers, application performance, >>> > security threats, fraudulent activity, and more. Splunk takes this >>> > data and makes sense of it. IT sense. And common sense. >>> > http://p.sf.net/sfu/splunk-novd2d >>> > _______________________________________________ >>> > Mantisbt-soap-dev mailing list >>> > Man...@li... >>> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>> > >>> > >>> >>> >>> >>> -- >>> Sent from my (old) computer >>> >> >> >> >> -- >> Alex >> > > > > -- > Alex > -- Sent from my (old) computer |
|
From: Alexey S. <al...@gm...> - 2011-11-29 08:01:05
|
we were able to reuse Axis OSGI bundle stored in standard Eclipse repository, this solved our problem. On Fri, Nov 25, 2011 at 4:03 PM, Alexey Skor <al...@gm...> wrote: > Thank you, Robert. We'll try... > > > On Sun, Nov 20, 2011 at 12:29 AM, Robert Munteanu < > rob...@gm...> wrote: > >> Hi Alexey, >> >> 1. I have used Axis in OSGi environments, Eclipse has such a bundle. >> See https://github.com/Mylyn-Mantis/mylyn-mantis for a working >> example. >> >> 2. Have you tried JAX-WS ? I know Jeremie Lagarde has done some work >> in this direction, see https://github.com/jerr/mantis-ws-client >> >> Robert >> >> On Sun, Nov 20, 2011 at 5:18 AM, Alexey Skor <al...@gm...> wrote: >> > I added my comment to the old question >> > here: http://www.mantisbt.org/forums/viewtopic.php?f=2&t=19571 >> > Axis1 can't be used in OSGI >> > (see >> http://stackoverflow.com/questions/4566580/strange-interaction-with-axis-osgi >> ), >> > so I'm trying to use Axis2 to generate Java classes from Mantis WSDL, >> but it >> > does not support rcp/encoded. >> > Any solutions? >> > >> > -- >> > Alex >> > >> > >> ------------------------------------------------------------------------------ >> > All the data continuously generated in your IT infrastructure >> > contains a definitive record of customers, application performance, >> > security threats, fraudulent activity, and more. Splunk takes this >> > data and makes sense of it. IT sense. And common sense. >> > http://p.sf.net/sfu/splunk-novd2d >> > _______________________________________________ >> > Mantisbt-soap-dev mailing list >> > Man...@li... >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> > >> > >> >> >> >> -- >> Sent from my (old) computer >> > > > > -- > Alex > -- Alex |
|
From: Alexey S. <al...@gm...> - 2011-11-26 00:04:14
|
Thank you, Robert. We'll try... On Sun, Nov 20, 2011 at 12:29 AM, Robert Munteanu <rob...@gm... > wrote: > Hi Alexey, > > 1. I have used Axis in OSGi environments, Eclipse has such a bundle. > See https://github.com/Mylyn-Mantis/mylyn-mantis for a working > example. > > 2. Have you tried JAX-WS ? I know Jeremie Lagarde has done some work > in this direction, see https://github.com/jerr/mantis-ws-client > > Robert > > On Sun, Nov 20, 2011 at 5:18 AM, Alexey Skor <al...@gm...> wrote: > > I added my comment to the old question > > here: http://www.mantisbt.org/forums/viewtopic.php?f=2&t=19571 > > Axis1 can't be used in OSGI > > (see > http://stackoverflow.com/questions/4566580/strange-interaction-with-axis-osgi > ), > > so I'm trying to use Axis2 to generate Java classes from Mantis WSDL, > but it > > does not support rcp/encoded. > > Any solutions? > > > > -- > > Alex > > > > > ------------------------------------------------------------------------------ > > All the data continuously generated in your IT infrastructure > > contains a definitive record of customers, application performance, > > security threats, fraudulent activity, and more. Splunk takes this > > data and makes sense of it. IT sense. And common sense. > > http://p.sf.net/sfu/splunk-novd2d > > _______________________________________________ > > Mantisbt-soap-dev mailing list > > Man...@li... > > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > > > > > > > > -- > Sent from my (old) computer > -- Alex |