Re: Jackrabbit Oak : java.lang.NoSuchMethodException: org.springframework.boot.loader.jar.JarEntry.getUrl()

2018-02-14 Thread rajesh
Hi chetan, I saw the code changes you did. Actually I changed the same in my local SpringBootSupport class and verified. It works fine. Thanks for quick turnaround. -- Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html

Re: Jackrabbit Oak : java.lang.NoSuchMethodException: org.springframework.boot.loader.jar.JarEntry.getUrl()

2018-02-13 Thread Chetan Mehrotra
This is now fixed with OAK-7265. Rajesh can you try with a build from trunk and see if this works for you? Would then backport it to 1.8 branch Chetan Mehrotra On Tue, Feb 13, 2018 at 4:48 PM, rajesh wrote: > This is my custom application. I just used the files from the

Re: Jackrabbit Oak : java.lang.NoSuchMethodException: org.springframework.boot.loader.jar.JarEntry.getUrl()

2018-02-13 Thread rajesh
This is my custom application. I just used the files from the Standalone project. -- Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html

Re: Jackrabbit Oak : java.lang.NoSuchMethodException: org.springframework.boot.loader.jar.JarEntry.getUrl()

2018-02-13 Thread Julian Reschke
On 2018-02-13 07:57, rajesh wrote: Hi,I am using Jackrabbit oak standalone application ( version 1.8.2 ) as spring boot enabled. After building using "mvn clean install" and I ran the jar in the command line "java -jar target\jackrabbit-oak-server-0.0.1-SNAPSHOT.jar". But the repository is not

Jackrabbit Oak : java.lang.NoSuchMethodException: org.springframework.boot.loader.jar.JarEntry.getUrl()

2018-02-12 Thread rajesh
Hi,I am using Jackrabbit oak standalone application ( version 1.8.2 ) as spring boot enabled. After building using "mvn clean install" and I ran the jar in the command line "java -jar target\jackrabbit-oak-server-0.0.1-SNAPSHOT.jar". But the repository is not getting up. I debugged the