Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated SomeEvent.java file differs from SomeEvent.vss file #16

Open
VaughnVernon opened this issue Mar 26, 2021 · 0 comments
Open

Generated SomeEvent.java file differs from SomeEvent.vss file #16

VaughnVernon opened this issue Mar 26, 2021 · 0 comments
Assignees

Comments

@VaughnVernon
Copy link
Contributor

This is not a schemata code generation issue. It appears to be a xoom generation issue. There is a difference between the xoom generation for the Java-based event and the schema definition of the event in the src/main/vlingo/schemata directory. I have not determined how widespread this is, but I can provide a single example that indicates a substantial difference between the two:

  • AircraftPooled.java
public final class AircraftPooled extends IdentifiedDomainEvent {

  private final UUID eventId;
  public final String id;
  public final String model;
  public final String serialNumber;
  public final String tailNumber;
  ...
}
  • AircraftPooled.vss
event AircraftPooled {
  version semanticVersion
  string id
  string aircraftId
}

See: https://github.com/vlingo/vlingo-examples/tree/master/vlingo-e2e-sys-airline-ops/flight-planning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants