[jira] [Commented] (SLING-4051) Warning about unset VLT package version when using Sling replication

2014-10-15 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172092#comment-14172092
 ] 

Tommaso Teofili commented on SLING-4051:


thanks Laurie for reporting this!

> Warning about unset VLT package version when using Sling replication
> 
>
> Key: SLING-4051
> URL: https://issues.apache.org/jira/browse/SLING-4051
> Project: Sling
>  Issue Type: Bug
>  Components: Replication
>Reporter: Laurie byrum
>
> I use the following code to replicate:
> @Reference(target = "(name=blah-reverse)", policy = 
> ReferencePolicy.DYNAMIC,
> cardinality = ReferenceCardinality.OPTIONAL_UNARY)
> ReplicationAgent replicationAgent;
> private void reverseReplicate(String path) throws 
> AgentReplicationException {
> if (replicationAgent != null) {
> ReplicationRequest replicationRequest = new ReplicationRequest(0, 
> ReplicationActionType.ADD, path);
> replicationAgent.execute(replicationRequest);
> }
> }
> I get the following warning in my log when that happens: 
> 14.10.2014 14:13:54.544 *WARN* [0:0:0:0:0:0:0:1 [1413321186378] POST blah 
> HTTP/1.1] org.apache.jackrabbit.vault.packaging.impl.PackagePropertiesImpl 
> Package does not specify a version. setting to ''



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


[jira] [Commented] (SLING-4051) Warning about unset VLT package version when using Sling replication

2014-10-24 Thread Laurie byrum (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14183497#comment-14183497
 ] 

Laurie byrum commented on SLING-4051:
-

FYI: verified that this still happens on the receiving node during pubsync with 
0.0.1-r1633864

> Warning about unset VLT package version when using Sling replication
> 
>
> Key: SLING-4051
> URL: https://issues.apache.org/jira/browse/SLING-4051
> Project: Sling
>  Issue Type: Bug
>  Components: Replication
>Reporter: Laurie byrum
>Assignee: Tommaso Teofili
>
> I use the following code to replicate:
> @Reference(target = "(name=blah-reverse)", policy = 
> ReferencePolicy.DYNAMIC,
> cardinality = ReferenceCardinality.OPTIONAL_UNARY)
> ReplicationAgent replicationAgent;
> private void reverseReplicate(String path) throws 
> AgentReplicationException {
> if (replicationAgent != null) {
> ReplicationRequest replicationRequest = new ReplicationRequest(0, 
> ReplicationActionType.ADD, path);
> replicationAgent.execute(replicationRequest);
> }
> }
> I get the following warning in my log when that happens: 
> 14.10.2014 14:13:54.544 *WARN* [0:0:0:0:0:0:0:1 [1413321186378] POST blah 
> HTTP/1.1] org.apache.jackrabbit.vault.packaging.impl.PackagePropertiesImpl 
> Package does not specify a version. setting to ''



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