[infinispan-issues] [JBoss JIRA] (ISPN-4780) Protostream should not require package name on imports

Gustavo Fernandes (JIRA) issues at jboss.org
Sat Sep 27 18:08:02 EDT 2014


Gustavo Fernandes created ISPN-4780:
---------------------------------------

             Summary: Protostream should not require package name on imports
                 Key: ISPN-4780
                 URL: https://issues.jboss.org/browse/ISPN-4780
             Project: Infinispan
          Issue Type: Bug
          Components: Remote Querying
    Affects Versions: 7.0.0.Beta2
            Reporter: Gustavo Fernandes
            Assignee: Sanne Grinovero
             Fix For: 7.0.0.CR1


{code:title=file1.proto}
package p;
message A {
   optional int32 f1 = 1;
}
{code}

{code:title=file2.proto}
package org.infinispan;
import "file1.proto";
message B {
   required p.A ma = 1;
}
{code}

Does not work since protostream uses the package name + file name to resolve imports



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the infinispan-issues mailing list