Dev - Resolving resources in hot-deploy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev - Resolving resources in hot-deploy

byersa-2
I know that I have had this answered before, but I am on the road, on a
strange laptop and could not find this anywhere.

When trying to call a service in a hot-deploy webapp, i get:
"Could not find SimpleMethod XML document in resource:..."

The path looks correct, and I am thinking that there was something that
I needed to do to make sure that the simple method scripts were found.

Anyone know what I am talking about?

-Al
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Resolving resources in hot-deploy

David E. Jones

Is the directory that the XML file is in perhaps not on the classpath  
list in the ofbiz-component.xml file? Right now all simple-method  
files are generally loaded through the classpath...

-David


On Mar 11, 2006, at 11:29 PM, [hidden email] wrote:

> I know that I have had this answered before, but I am on the road,  
> on a
> strange laptop and could not find this anywhere.
>
> When trying to call a service in a hot-deploy webapp, i get:
> "Could not find SimpleMethod XML document in resource:..."
>
> The path looks correct, and I am thinking that there was something  
> that
> I needed to do to make sure that the simple method scripts were found.
>
> Anyone know what I am talking about?
>
> -Al
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Resolving resources in hot-deploy

Adam Heath-2
In reply to this post by byersa-2
yOn Sat, 11 Mar 2006, [hidden email] wrote:

> I know that I have had this answered before, but I am on the road, on a
> strange laptop and could not find this anywhere.
>
> When trying to call a service in a hot-deploy webapp, i get:
> "Could not find SimpleMethod XML document in resource:..."
>
> The path looks correct, and I am thinking that there was something that
> I needed to do to make sure that the simple method scripts were found.
>
> Anyone know what I am talking about?

Add the proper definition to ofbiz-component.xml.
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev