i dont need to use any functionality of the CocoonServlet per say... however, here's wht i need to do. we have documentum components...and we need to make a connection to a docbase whenever those are called. I was doing that in the servlet.
so, any thots on how to do that now? thanks Ed. On 2/21/08, Grzegorz Kossakowski <[EMAIL PROTECTED]> wrote: > > Edward S pisze: > > Guys, > > > > I am trying to migrate my app from Cocoon 2.1.9 to Cocoon 2.2 > > we had a servlet Called ImServlet that extended the CocoonServlet and > > did some stuff that was needed for each of the requests. > > > > I created a block in 2.2 > > took all my java files and placed it in the src/main/java folder and > > tried doing a compile using maven. > > > > Had to do a maven install and add dependencies for some of the JARS that > > i am using. So far, so good. Everything compiles. > > However, if i try compiling the ImServlet that i have, it fails as it > > cant find the CocoonServlet. > > > > Am i doing something wrong here? > > Do i need to add a dependency? > > or is the CocoonServlet totally removed in 2.2? > > Yes, it has been removed, see: > http://svn.apache.org/viewvc?view=rev&revision=418614 > > What functionality of CocoonServlet you need? > > -- > Grzegorz Kossakowski > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
