When no binary store is explicitly configured, ModeShape will use a so called "transient" binary store. This stores binary information only while the repository is active (hasn't been shut down) in a temporary folder, typically java.io.tmpdir or jboss.server.temp.dir when running inside JBoss AS.
The binaries are removed when the repository is shut down, so use with care.