[jira] [Created] (ISIS-1194) Remove dead code.

2015-08-26 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-1194:
-

 Summary: Remove dead code.
 Key: ISIS-1194
 URL: https://issues.apache.org/jira/browse/ISIS-1194
 Project: Isis
  Issue Type: Improvement
  Components: Core
Affects Versions: 1.9.0
Reporter: Dan Haywood
Assignee: Dan Haywood
Priority: Minor
 Fix For: 1.10.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ISIS-1193) void actions return 404 Not Found when called through restful viewer

2015-08-26 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-1193:


 Summary: void actions return 404 Not Found when called through 
restful viewer
 Key: ISIS-1193
 URL: https://issues.apache.org/jira/browse/ISIS-1193
 Project: Isis
  Issue Type: Bug
  Components: Core: Viewer: RestfulObjects
Affects Versions: 1.9.0
Reporter: Jeroen van der Wal
Assignee: Dan Haywood


We have  method with this signature:
@Action(semantics = SemanticsOf.IDEMPOTENT)
public void putTax(
final String atPath,
final String reference,
final String name,
final String description,
final @Parameter(optionality = Optionality.OPTIONAL) String 
externalReference,
final BigDecimal ratePercentage,
final LocalDate rateStartDate,
final @Parameter(optionality = Optionality.OPTIONAL) String 
rateExternalReference) {
...
}

When putting a valid payload on the endpoint the viewer returns a 404 Not 
Found. Since the payload is processed correctly expect a 200 OK.  




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Apache Isis Core release 1.9.0 RC1

2015-08-26 Thread Dan Haywood
In order to download the required mvn plugin, can I suggest you:

1. do the build without the -o flag
2. remove everything from ~/.m2/repository/org/apache/isis
3. repeat the build, but with the -o flag.

Thanks
Dan


On 26 August 2015 at 09:10, GESCONSULTOR - Óscar Bou  wrote:

> Hi Dan.
>
> The following “Build Failure” appears on the Maven log.
>
> I can remove the “-o” switch but not sure is the intention here, as it
> will download also from the apache repo.
>
>
> [INFO]
>
> [INFO]
> 
> [INFO] Building Isis Schemas 1.9.0
> [INFO]
> 
> [WARNING] The POM for org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:jar:0.12.3
> is missing, no dependency information available
> [INFO]
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Isis ... SUCCESS [
> 6.393 s]
> [INFO] Isis Unit Test Support  SUCCESS [
> 5.679 s]
> [INFO] Isis AppLib ... SUCCESS [
> 6.769 s]
> [INFO] Isis Schemas .. FAILURE [
> 0.003 s]
> [INFO] Isis Log4j Impls .. SKIPPED
> [INFO] Isis MetaModel  SKIPPED
> [INFO] Isis Runtime .. SKIPPED
> [INFO] Isis Core Wrapper Service . SKIPPED
> [INFO] Isis WebServer  SKIPPED
> [INFO] Isis Security Bypass .. SKIPPED
> [INFO] Isis Security Shiro ... SKIPPED
> [INFO] Isis Spec Support . SKIPPED
> [INFO] Isis Integration Testing Support .. SKIPPED
> [INFO] Isis RestfulObjects Viewer AppLib . SKIPPED
> [INFO] Isis RestfulObjects Viewer Rendering .. SKIPPED
> [INFO] Isis RestfulObjects Viewer Server . SKIPPED
> [INFO] Isis Wicket Viewer  SKIPPED
> [INFO] Isis Wicket Viewer Applib . SKIPPED
> [INFO] Isis Wicket Viewer Model .. SKIPPED
> [INFO] Isis Wicket Viewer UI Components .. SKIPPED
> [INFO] Isis Wicket Viewer Implementation . SKIPPED
> [INFO] Isis Maven Plugin (isis-maven-plugin) . SKIPPED
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 19.977 s
> [INFO] Finished at: 2015-08-26T10:04:49+01:00
> [INFO] Final Memory: 38M/242M
> [INFO]
> 
> [ERROR] Plugin org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.12.3 or one of
> its dependencies could not be resolved: Cannot access
> com-springsource-repository-bundles-external (
> http://repository.springsource.com/maven/bundles/external/) in offline
> mode and the artifact org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:jar:0.12.3
> has not been downloaded from it before. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
> Building Module ./simpleapp-archetype-1.9.0/
> [INFO] Scanning for projects...
> [INFO]
> [INFO] Using the builder
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
> with a thread count of 1
> [INFO]
>
> [INFO]
> 
> [INFO] Building simpleapp-archetype 1.9.0
> [INFO]
> 
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> simpleapp-archetype ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (validate-enforce) @
> simpleapp-archetype ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> simpleapp-archetype ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process
> (process-remote-resources) @ simpleapp-archetype ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> simpleapp-archetype ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 63 resources
> [INFO] Copying 3 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ simpleapp-archetype ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO]

Re: [VOTE] Apache Isis Core release 1.9.0 RC1

2015-08-26 Thread GESCONSULTOR - Óscar Bou
Hi Dan.

The following “Build Failure” appears on the Maven log.

I can remove the “-o” switch but not sure is the intention here, as it will 
download also from the apache repo.


[INFO] 
[INFO] 
[INFO] Building Isis Schemas 1.9.0
[INFO] 
[WARNING] The POM for org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:jar:0.12.3 is 
missing, no dependency information available
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Isis ... SUCCESS [  6.393 s]
[INFO] Isis Unit Test Support  SUCCESS [  5.679 s]
[INFO] Isis AppLib ... SUCCESS [  6.769 s]
[INFO] Isis Schemas .. FAILURE [  0.003 s]
[INFO] Isis Log4j Impls .. SKIPPED
[INFO] Isis MetaModel  SKIPPED
[INFO] Isis Runtime .. SKIPPED
[INFO] Isis Core Wrapper Service . SKIPPED
[INFO] Isis WebServer  SKIPPED
[INFO] Isis Security Bypass .. SKIPPED
[INFO] Isis Security Shiro ... SKIPPED
[INFO] Isis Spec Support . SKIPPED
[INFO] Isis Integration Testing Support .. SKIPPED
[INFO] Isis RestfulObjects Viewer AppLib . SKIPPED
[INFO] Isis RestfulObjects Viewer Rendering .. SKIPPED
[INFO] Isis RestfulObjects Viewer Server . SKIPPED
[INFO] Isis Wicket Viewer  SKIPPED
[INFO] Isis Wicket Viewer Applib . SKIPPED
[INFO] Isis Wicket Viewer Model .. SKIPPED
[INFO] Isis Wicket Viewer UI Components .. SKIPPED
[INFO] Isis Wicket Viewer Implementation . SKIPPED
[INFO] Isis Maven Plugin (isis-maven-plugin) . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 19.977 s
[INFO] Finished at: 2015-08-26T10:04:49+01:00
[INFO] Final Memory: 38M/242M
[INFO] 
[ERROR] Plugin org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.12.3 or one of its 
dependencies could not be resolved: Cannot access 
com-springsource-repository-bundles-external 
(http://repository.springsource.com/maven/bundles/external/) in offline mode 
and the artifact org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:jar:0.12.3 has not 
been downloaded from it before. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Building Module ./simpleapp-archetype-1.9.0/
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
 with a thread count of 1
[INFO] 
[INFO] 
[INFO] Building simpleapp-archetype 1.9.0
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ simpleapp-archetype 
---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (validate-enforce) @ 
simpleapp-archetype ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
simpleapp-archetype ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-remote-resources) 
@ simpleapp-archetype ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
simpleapp-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
simpleapp-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.2:jar (default-jar) @ simpleapp-archetype 
---
[INFO] Building archetype jar: 
/Users/oscarboubou/dev/verify-isis-release/simpleapp-archetype-1.9.0/target/simpleapp-archetype-1.9.0
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:j