Ok, I will introduce the java application which is used to test xhive database's some function.
The application contains a resource adapter, junitejb.jar, and my ejb code. Af first I need to build resource adapter to get xhive-ra.rar which supply connection pool to xhive database. Then I should build my ejb code to get functest.jar,which includes junitejb and my own ejb class files. Secondly, I deploy xhive-ra.rar on Apache Geronimo app server, then deploy the ejb file named functest.jar Thirdly, I can run 'ant -f build_internal.xml functest-geronimo' to get junit to run my test functions in functest.jar. I'm not sure whether I have describe my application clearly.If any doubt, please make more detail questions.thanks. djencks wrote: > > I can't understand from the information you've presented what the > classpath of your client app is. > > Is it a javaee app client or a standalone java app? How do you run it? > > thanks > david jencks > > On Feb 24, 2009, at 6:01 PM, Linda77 wrote: > >> >> >> Are there some guys who can help me? %-| >> >> I'm very very anxious ! >> >> Thanks a lot! >> >> :confused: >> -- >> View this message in context: >> http://www.nabble.com/ejb-Couldn%27t-write-EjbResponse-to-output-stream-tp22113948s134p22194712.html >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/ejb-Couldn%27t-write-EjbResponse-to-output-stream-tp22113948s134p22195044.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
