Tagged Questions

0
votes
0answers
4 views

How to configure pub sub for multiple subscribers with Rhino Service Bus?

I am trying to set up pub-sub between 1 publisher and multiple subscribers using Rhino Service Bus. However, all I ever seem to get is competing consumers (where messges are distri …
1
vote
1answer
28 views

Mozilla Rhino: Different ways of adding Java object to scope

I've got this piece of Java code with embedded Rhino (irrelevant bits omitted): Context cx = Context.enter(); Scriptable scope = cx.initStandardObjects(); scope.put("foo", scope, …
1
vote
1answer
20 views

Is there a good Rhino Javascript compiler available as Maven plug-in?

Commons JCI project doesn't seem to be maintained since a long time. Are there other options?
0
votes
0answers
7 views

getting debug information from the rhino debugFrame

hi, i am using the rhino 1.7 javaScript engine in my project. i have implemented the debugger and debugFrame interfaces, and now i am getting to the public void onDebuggerStateme …
1
vote
3answers
165 views

How to best install Rhino on OSX 10.6 Snow Leopard

I am running OSX 10.6 Snow Leopard, have downloaded rhino1_7R2 and moved it to /usr/local/ I am aware however that (while this would prevent it from being altered by OS updates) t …
0
votes
0answers
26 views

how to build javascript debugger with the java scripting engine [closed]

Possible Duplicate: is it possible to build a debugger around the java scripting engine? Duplicate of is it possible to build a debugger around the java scripting engine? …
0
votes
1answer
34 views

building java script debugger for rhino

hi, i am using tomcat server and i have added a rhino engine to able some scripting abilities on my users. the second phase is to provide some debug environment. i know rhino ha …
1
vote
2answers
43 views

Custom class loader in Constructor.newInstance

I'm using rhino via the bean scripting framework to create and configure objects in my java process. Some of the classes used in the scripts need to be loaded dynamically as they w …
1
vote
3answers
531 views

nServiceBus, Rhino Service Bus, MassTransit - Videos, Demos, Learning Resources

Hey people would love to hear about any resources you have or know about for nServiceBus, Rhino Service Bus and MassTransit. Videos? Blog posts? Books? Demo Projects etc
0
votes
1answer
77 views

Rhino mocks - assert method was called with given parameter

My test method look like this: [Test] public void Generated_CaseNumber_should_be_set_as_LastCaseNumber_in_PropertiesManager() { String generatedCaseNum …
1
vote
3answers
86 views

JavaScript / Rhino: Can I use a regular expression in an E4X query to select certain nodes only?

Hi! I'm working on Rhino (Mirth), and I've got to process / parse an XML with the following structure: <root> <row> <foo-1 /> <foo-2 /> <foo-3 /> &l …
0
votes
1answer
32 views

Problem with Rhino-Etl and MySQL

I've been using Rhino-ETL for a little while and it's running pretty smooth. However I have a problem connecting to my MySQL DB. Rhino.Etl.Core.RhinoEtlException: Failed to execut …
0
votes
4answers
223 views

Will WPF process an App.xaml file if the hosting application isn’t WPF?

First I just want to say I am new to WPF, so please excuse my ignorance... I am creating a .Net plug-in for Rhino 4.0. With the plugin I am developing a UI using WPF. The Rhino …
0
votes
3answers
117 views

Rhino Javascript:

I am utilizing the javax.scripting with Rhino in this project. I have a Java method that returns a Java Object (Double, Long, Integer, etc). I want to call that method from ja …
2
votes
1answer
71 views

Exposing a function from Java to Rhino

It's easy to make objects available to Rhino from Java using ScriptableObject.putProperty, but is there a way to expose a top-level function? That is, can I make it so scripts in R …

1 2 3 4 next
15 30 50 per page