Hi All,
hope every one feeling good.
Can anyone help me on this:
I am working on an "Alfresco Code" so I am taking the alfresco code from eclipse as a JAR file then add it to page which called "Login Page" library as external JAR file.
Then II made import for the package and identify objects from that JAR Classes from the JAR file with no problems..
But when I execute the code , it runs with no errors untill the code call an object from the JAR then I have the following exception:
"java.lang.Null PointerExceptio n at com.deltamatics .crc.service.Al frescoServices. getServiceRegis try(AlfrescoSer vices.java:79)a tcom.deltamatic s.crc.services. AlfrescoService s.getAuthentica tionService(Alf rescoServices.j ava:113)at com.deltamatics .crc.services.A lfrescoServices .login(Alfresco Services.java:5 0)
Please Can anyone help me on this as soon as possible!!!!
hope every one feeling good.
Can anyone help me on this:
I am working on an "Alfresco Code" so I am taking the alfresco code from eclipse as a JAR file then add it to page which called "Login Page" library as external JAR file.
Then II made import for the package and identify objects from that JAR Classes from the JAR file with no problems..
But when I execute the code , it runs with no errors untill the code call an object from the JAR then I have the following exception:
"java.lang.Null PointerExceptio n at com.deltamatics .crc.service.Al frescoServices. getServiceRegis try(AlfrescoSer vices.java:79)a tcom.deltamatic s.crc.services. AlfrescoService s.getAuthentica tionService(Alf rescoServices.j ava:113)at com.deltamatics .crc.services.A lfrescoServices .login(Alfresco Services.java:5 0)
Please Can anyone help me on this as soon as possible!!!!
Comment