[MarkLogic Dev General] Invalid Module Import path || XQDT Error |

MaranSuku sukuumaram at gmail.com
Thu Oct 28 19:39:21 PDT 2010


> HI,
>
> I am getting the below error,
>
> XDMP-IMPORTPATH: Invalid Module Import path:
> C:\mls-projects\xquery\helloworld\lib.xqy
> in /eval, on line 3
>
> I have created a libraray Module @
> C:\mls-projects\xquery\helloworld\lib.xqy
> *
> lib.xqy *
>
> module namespace lib = 'http://marklogic.com/MLU/xqdt/examples';
>
> declare function lib:user(){
> xdmp:get-current-user()
> };
>
>
> and when I am importing the function in Main Module, I am getting the
> Invalid Import path,
>
> *default.xqy *
>
> import module namespace lib = "http://marklogic.com/MLU/xqdt/examples" at
> "C:\mls-projects\xquery\helloworld\lib.xqy";
>
> lib:user()
>
>
>
> I am using Eclipse and the following are installed.
>
>   Eclipse IDE for Java Developers    1.2.2.20100216-1730
> epp.package.java
>   MarkLogic XQDT Adapter Feature
> 0.7.0.v201001160647-17R-AkF7B77JBZFJF7
> org.eclipse.wst.xquery.marklogic.feature.feature.group
>   XQuery Development Tools Feature
> 0.7.0.v201001121118-47Z-BgJ9E99OEhJOJ9
> org.eclipse.wst.xquery.feature.feature.group
>
>
>
> --
> Thanks,
> SukuMaran
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://developer.marklogic.com/pipermail/general/attachments/20101028/e2c01667/attachment.html 


More information about the General mailing list