Re: [Dspace-tech] javascript.evaluator.exception

2008-03-03 Thread Mika Stenberg
This fixed it! Thanks a lot!

-Mika

 Hi Mika,
 
 line 47-49 in eperson.js
 
 should read:
 
 importClass(Packages.org.dspace.eperson.EPerson);
 importClass(Packages.org.dspace.eperson.AccountManager);
 importClass(Packages.org.dspace.eperson.Subscribe);
 
 instead of
 
 importClass(Packages.org.dspace.aspect.eperson.EPerson);
 importClass(Packages.org.dspace.aspect.eperson.AccountManager);
 importClass(Packages.org.dspace.aspect.eperson.Subscribe);
 
 This works for me!
 
 --Andi
 
 
 [Dspace-tech] javascript.evaluator.exception
 From: Mika Stenberg [EMAIL PROTECTED] - 2008-01-10 12:59
 
 Im trying this again. Running Manakin 1.1a and DSpace 1.4.2. Im getting
 error below when clicking forgot password or trying to register as new
 user. Whats going on?
 
 -Mika
 
 org.mozilla.javascript.EvaluatorException:
 file:/tmp/Jetty_0_0_0_0_8048_dspace.war__dspace__n8dysb/cocoon-files/Jetty_0_0_0_0_8048_dikk.war__dikk__-ajb4mj/cocoon-files/
 Jetty_0_0_0_0_8048_neuroportti.war__neuroportti__-uqjxql/webapp/aspects/EPerson/eperson.js,
 line 47: Not a Java class: [JavaPackage org.dspace.aspect.eperson.EPerson]
 
 
   
Re: [Dspace-tech] javascript.evaluator.exception
From: Dorothea Salo [EMAIL PROTECTED] - 2008-01-10 14:19
On Jan 10, 2008 6:59 AM, Mika Stenberg [EMAIL PROTECTED] wrote:
 Im trying this again. Running Manakin 1.1a and DSpace 1.4.2. Im 
 getting
 error below when clicking forgot password or trying to 
 register as new
 user. Whats going on?
 
I've gotten this one too. Anybody know what it is?
 
Dorothea
 
--
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493
 
   
Re: [Dspace-tech] javascript.evaluator.exception
From: Mika Stenberg [EMAIL PROTECTED] - 2008-01-11 11:45
Im also getting this:
 
org.mozilla.javascript.EcmaError: ContextUtil is not defined.
ReferenceError - 
 context:/file://webapp/aspects/EPerson/eperson.js -
75:0
 
This seems to be the case for many other users as well. Hopefully
someone will come up with a solution.
 
-Mika
 
 

 Mika Stenberg wrote:
 Im trying this again. Running Manakin 1.1a and DSpace 1.4.2. Im
 getting error below when clicking forgot password or trying to
 register as new user. Whats going on?

 -Mika


 org.mozilla.javascript.EvaluatorException:
 
 file:/tmp/Jetty_0_0_0_0_8048_dspace.war__dspace__n8dysb/cocoon-files/Jetty_0_0_0_0_8048_dikk.war__dikk__-ajb4mj/cocoon-files/

 
 Jetty_0_0_0_0_8048_neuroportti.war__neuroportti__-uqjxql/webapp/aspects/EPerson/eperson.js,
 line 47: Not a Java class: [JavaPackage
 org.dspace.aspect.eperson.EPerson]

 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] javascript.evaluator.exception

2008-01-11 Thread Mika Stenberg
Im also getting this:

org.mozilla.javascript.EcmaError: ContextUtil is not defined.
ReferenceError - context:/file://webapp/aspects/EPerson/eperson.js - 
75:0

This seems to be the case for many other users as well. Hopefully 
someone will come up with a solution.

-Mika


 
 Mika Stenberg wrote:
 Im trying this again. Running Manakin 1.1a and DSpace 1.4.2. Im 
 getting error below when clicking forgot password or trying to 
 register as new user. Whats going on?

 -Mika


 org.mozilla.javascript.EvaluatorException: 
 file:/tmp/Jetty_0_0_0_0_8048_dspace.war__dspace__n8dysb/cocoon-files/Jetty_0_0_0_0_8048_dikk.war__dikk__-ajb4mj/cocoon-files/
  

 Jetty_0_0_0_0_8048_neuroportti.war__neuroportti__-uqjxql/webapp/aspects/EPerson/eperson.js,
  
 line 47: Not a Java class: [JavaPackage 
 org.dspace.aspect.eperson.EPerson]

 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] javascript.evaluator.exception

2008-01-10 Thread Dorothea Salo
On Jan 10, 2008 6:59 AM, Mika Stenberg [EMAIL PROTECTED] wrote:
 Im trying this again. Running Manakin 1.1a and DSpace 1.4.2. Im getting
 error below when clicking forgot password or trying to register as new
 user. Whats going on?

I've gotten this one too. Anybody know what it is?

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech