Quantcast

Gwt Error while integrating guvnor with custom application.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Gwt Error while integrating guvnor with custom application.

soumya
Hi,

I am new to drools, currently i have deployed drools-guvnor5.3 on jboss AS 5.1GA.
I want to use guvnor asset editor in my custom application. I have followed the link
http://ilesteban.wordpress.com/2010/11/23/guvnor-embed-assets-editor-in-your-application/.
I am using assetEditor.html, but when i click on submit button it says "Plugin failed to connect to Development Mode server at localhost:8080"

The URL mentioned in my html is "http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/standaloneEditorServlet?gwt.codesvr=localhost:8080" as my server is running on localhost:8080.

Anybody come across this error and having solution?
Please help!!!
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [rules-users] Gwt Error while integrating guvnor with custom application.

Esteban
Try removing the 'gwt.codesvr=localhost:8080' from the url. That parameter is only valid when GWT is running in dev mode.

Best Regards,

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti
- Blog @ http://ilesteban.wordpress.com


On Wed, Jul 18, 2012 at 3:55 PM, soumya <[hidden email]> wrote:
Hi,

I am new to drools, currently i have deployed drools-guvnor5.3 on jboss AS
5.1GA.
I want to use guvnor asset editor in my custom application. I have followed
the link
http://ilesteban.wordpress.com/2010/11/23/guvnor-embed-assets-editor-in-your-application/.
I am using assetEditor.html, but when i click on submit button it says
"Plugin failed to connect to Development Mode server at localhost:8080"

The URL mentioned in my html is
"http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/standaloneEditorServlet?gwt.codesvr=localhost:8080"
as my server is running on localhost:8080.

Anybody come across this error and having solution?
Please help!!!

--
View this message in context: http://drools.46999.n3.nabble.com/Gwt-Error-while-integrating-guvnor-with-custom-application-tp4018754.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[hidden email]
https://lists.jboss.org/mailman/listinfo/rules-users


_______________________________________________
rules-users mailing list
[hidden email]
https://lists.jboss.org/mailman/listinfo/rules-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [rules-users] Gwt Error while integrating guvnor with custom application.

soumya
Hi Esteban,

I tried removing 'gwt.codesvr=localhost:8080' from the url but then i get a page not found.

Is there any gwt jars or server installations to be done seperately?
Loading...