Hej!
I'm stilling having some issues when using the TEOZ engine with note over. I already mentioned a bug (http://plantuml.sourceforge.net/qa/?qa=6108/layout-problems-in-teoz-engine-divider-and-note-over) you resolved, thx for that.
Subsuquently another sample which I guess should look like the result of the "normal" engine.


The sample code is:
@startuml
skinparam sequenceArrowThickness 2
skinparam roundcorner 3
skinparam sequenceParticipantFontStyle bold
hide footbox
'!pragma teoz true
participant "Participant 1" as T
actor "**Agent 1**" as FA
actor "**Agent 2**" as BO
database "**Database 1**" as DWH
participant "Participant 2" as TM
alt first possibility
FA->T: test test test 1
FA->BO: test test test test 2
BO->DWH: test test test 3
DWH->TM: test test test test 4
TM->DWH: ACK
DWH->BO: ACK
BO->FA: ACK
FA->T: do some stuff
note over T,TM
some note 1
end note
else second possibility
note over T,TM
some note 2
end note
end
@enduml
Thank you in advance.
Cheers,
Bob