Hi Rickard:

I have updated my working copy from CVS and trying to build
I get this error:

-----------------------------------------------------------------------
D:\ejboss\jboss\src\main\org\jboss\ejb\plugins\StatefulSessionFilePersis
tenceManager.java:159: Class 
org.jboss.ejb.plugins.SessionObjectInputStream not found.
                        ObjectInputStream in = new 
SessionObjectInputStream(ctx,
 new FileInputStream(new File(dir, ctx.getId()+".ser")));
                                                   ^
D:\ejboss\jboss\src\main\org\jboss\ejb\plugins\StatefulSessionFilePersis
tenceManager.java:184: Class 
org.jboss.ejb.plugins.SessionObjectOutputStream not found.
                   ObjectOutputStream out = new 
SessionObjectOutputStream(new Fi
leOutputStream(new File(dir, ctx.getId()+".ser")));
                                                ^
2 errors
BUILD FATAL ERROR: Compile failed, messages should have been provided.
-----------------------------------------------------------------------

Pedro Mota



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to