Yes, in the SRX 300 juniper needs you to use interface-mode not port mode as we were all using before.
ae1 {
aggregated-ether-options {
lacp {
active;
}
}
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members all;
}
}
}
}