Hi,

I am in 'Party Manager' and I press the 'Details' button and I get the
following error/issue. Has anyone seen this problem before?

 
org.ofbiz.base.util.GeneralException: Error rendering screen
[component://party/widget/partymgr/PartyScreens.xml#viewprofile]:
org.ofbiz.base.util.GeneralException: Error running BSH script at location
[component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh]:
org.ofbiz.base.util.GeneralException: Error parsing BSH script at
[component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh]:
In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
(In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
) (Error parsing BSH script at
[component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh]:
In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
(In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
)) (Error running BSH script at location
[component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh]:
org.ofbiz.base.util.GeneralException: Error parsing BSH script at
[component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh]:
In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
(In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
) (Error parsing BSH script at
[component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh]:
In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
(In file:
component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh
Encountered "<<" at line 112, column 1.
)))
 

Thanks & Regards,

Peter


-----Original Message-----
From: Kenneth Porter [mailto:[EMAIL PROTECTED] 
Sent: 01 May 2007 02:43
To: user@ofbiz.apache.org
Cc: [EMAIL PROTECTED]
Subject: RE: SVN Update ROLLBACK?

On Tuesday, May 01, 2007 2:25 AM +0100 [EMAIL PROTECTED] wrote:

> I am using OpenTaps and I am on;
>  revision 923 in '/usr/local/opentaps/pilot/'
>  revision 617 in '/usr/local/opentaps/pilot/hot-deploy/crmsfa'
>
> What about using an 'svn revert'?

"svn revert" undoes a local edit to a file in the repository. It doesn't 
change from one revision to another.

"svn update" doesn't require that the new revision must be higher. You can 
"update" backwards in time, too. (Note that this won't back out your own 
data changes, so you may need to manually undo data structure updates 
implemented by later code.)


Reply via email to