[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.bpel-designer] AEP Engine doesn't deploy correctly

Hi to all,
I've created a simple bpel file (very similar to the one that aep tutorial makes you create) with the Eclipse Designer, and I'm trying to deploy it with the AEPBpel engine as explained here
http://sse.cs.ucl.ac.uk/omii-bpel/docs/userguide.html#i_archive
Resuming, once created the server and added the bpel project (in my case it's called myTut2.bpel), i right-clicked on ActiveBPEL 3.0 Server, then "publish".


Now, i should see a bpr file on my project (as the guide says) but it's not my case.
The last stuff I get in the console is:
Mar 31, 2008 3:40:21 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo
INFO: [aeidentitysvc.bpr] Finished ActiveBPEL deployment.
Mar 31, 2008 3:40:21 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo
INFO: ********** ActiveBPEL In-Memory Configuration Started


that means that aeidentitysvc.bpr has been created.
Even searching on the entire harddisk for the last bpr files created, i cannot see anything similar to myTut2.bpr...
Does anybody can help me?
What's wrong?


Thank you in advance