Category Archives: Integrating

XML Schema – Reusable groups of elements

Want to avoid sprawling, arbitrary inheritance hierarchies in your XML schema but keep the resulting XML free of nested, complex elements? Groups might be just what you’re looking for. Continue reading

Fuse for the Idle Fellow – Re-assigning Fabric container ports

Once is happenstance, twice is coincidence.
The third time it’s a dependable product feature Continue reading

Fuse for the Idle Fellow – Error opening zip file when starting a container

When is an unresolvable artifact not an unresolvable artifact? Fuse’s “Error while downloading artifacts” Red Triangle of Death can have some weird and wonderful underlying causes. Continue reading

Fuse for the Idle Fellow – Short read of block errors when starting a container

The red triangle of death is banished once more,
I may have won this battle,
But I doubt I’ve won the war. Continue reading

PostgreSQL – search and replace within a character string

Here we explore the operators and functions PostgreSQL offers us to perform search and replace operations on a character string. Continue reading