I looked at the documentation on the openejb website, wanted to start the
snapshot version of the server. The docs say that there should be a bin
folder within snapshot jar, I did not have one. So, i thought maybe maven
did not build the assembly properly, so i clean installed again, i did not
get it this time either. looked into the source code and found
org.apache.openejb.cli.Bootstrap. I guess this is the starting point (this
was the main class in openejb-core-3.0-snapshot.jar) for starting from the
command-line. Is that correct? Also, should the Snapshot jar have a bin
folder (mine doesnt have one)?

I am a little puzzled as to why this line of code is in the Bootstrap

propsString = propsString.substring(0, propsString.indexOf("!"));

When i look at openejb-core/src/main/resources/openejb-version.properties, I
don't find a ! in there. So the above code should always throw an exception.
Why dont i see the exception when i run Bootstrap.java from SNAPSHOT,
whereas when i run it from my IDE i.e. the checked out version from SVN, i
get the exception.

Could anybody clarify this for me?

--
Karan Malhi

Reply via email to