[dna-issues] [JBoss JIRA] Commented: (DNA-443) Java sequencer is not saving content correctly
Brian Carothers (JIRA)
jira-events at lists.jboss.org
Wed Jun 10 08:54:56 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12471419#action_12471419 ]
Brian Carothers commented on DNA-443:
-------------------------------------
Sorry, I never even noticed the ifAbsent clause et al. This doesn't exactly fix the problem though since the sequencer output goes through a GraphBatchDestination, not a true graph batch. Should this be changed?
If it were changed, I think we'd hit the next problem (that I did a poor job of describing in my previous comment) - the inability to create a node at a certain SNS index if the node does not already exist at that SNS index. Right now the CreateNodeRequest decomposes the location of the new node into a parent path and a child name. This loses the SNS index.
> Java sequencer is not saving content correctly
> ----------------------------------------------
>
> Key: DNA-443
> URL: https://jira.jboss.org/jira/browse/DNA-443
> Project: DNA
> Issue Type: Bug
> Components: Examples, Sequencers
> Affects Versions: 0.4
> Reporter: Randall Hauch
> Assignee: Brian Carothers
> Fix For: 0.6
>
>
> The Java sequencer doesn't appear to be sequencing the Java source code and saving it correctly. The SequencingClientTest.shouldUploadAndSequenceJavaSourceFile() fails and has been temporarily ignored.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list