Hi,
I wrote a java class to integratet the openID in ofbiz.So I had to call some login method already in the ofbiz. But it is unable to to import the proper package and gives the error.. import org.ofbiz.securityext.login.LoginEvents; [javac15] ^ how can I come out of this problem.. thanks and regards, abhishek ray |
Hi,
Add into your build.xml application file, the path to imported libraries, like : <fileset dir="../../applications/securityext/build/lib" includes="*.jar"/> Eric ----- Original Message ----- From: "Abhishek Ray" <[hidden email]> To: <[hidden email]> Sent: Wednesday, June 24, 2009 9:15 AM Subject: prob. to call in build methods in ofbiz. > Hi, > I wrote a java class to integratet the openID in ofbiz.So I had to call > some > login method already in the ofbiz. > But it is unable to to import the proper package and gives the error.. > > import org.ofbiz.securityext.login.LoginEvents; > [javac15] ^ > > how can I come out of this problem.. > > thanks and regards, > abhishek ray > |
Hi Eric,
Thanks a lot. It perfectly solved my problem. Regards, abhishek On Wed, Jun 24, 2009 at 1:23 PM, Eric DE MAULDE <[hidden email]> wrote: > Hi, > > Add into your build.xml application file, the path to imported libraries, > like : > > <fileset dir="../../applications/securityext/build/lib" includes="*.jar"/> > > Eric > ----- Original Message ----- From: "Abhishek Ray" < > [hidden email]> > To: <[hidden email]> > Sent: Wednesday, June 24, 2009 9:15 AM > Subject: prob. to call in build methods in ofbiz. > > > > Hi, >> I wrote a java class to integratet the openID in ofbiz.So I had to call >> some >> login method already in the ofbiz. >> But it is unable to to import the proper package and gives the error.. >> >> import org.ofbiz.securityext.login.LoginEvents; >> [javac15] ^ >> >> how can I come out of this problem.. >> >> thanks and regards, >> abhishek ray >> >> > |
In reply to this post by Abhishek Ray-2
We'd be interested in OpenID integration as well! Once it's all running, can you contribute a patch back?
Marc Morin Emforium Group Inc. ALL-IN Software™ 519-772-6824 ext 201 [hidden email] ----- Original Message ----- From: "Abhishek Ray" <[hidden email]> To: [hidden email] Sent: Wednesday, June 24, 2009 3:15:22 AM GMT -05:00 US/Canada Eastern Subject: prob. to call in build methods in ofbiz. Hi, I wrote a java class to integratet the openID in ofbiz.So I had to call some login method already in the ofbiz. But it is unable to to import the proper package and gives the error.. import org.ofbiz.securityext.login.LoginEvents; [javac15] ^ how can I come out of this problem.. thanks and regards, abhishek ray |
Sure I will.But before that let it run perfectly.
Regards, abhishek On Wed, Jun 24, 2009 at 7:07 PM, Marc Morin <[hidden email]> wrote: > We'd be interested in OpenID integration as well! Once it's all running, > can you contribute a patch back? > > Marc Morin > Emforium Group Inc. > ALL-IN Software™ > 519-772-6824 ext 201 > [hidden email] > > > > ----- Original Message ----- > From: "Abhishek Ray" <[hidden email]> > To: [hidden email] > Sent: Wednesday, June 24, 2009 3:15:22 AM GMT -05:00 US/Canada Eastern > Subject: prob. to call in build methods in ofbiz. > > Hi, > I wrote a java class to integratet the openID in ofbiz.So I had to call > some > login method already in the ofbiz. > But it is unable to to import the proper package and gives the error.. > > import org.ofbiz.securityext.login.LoginEvents; > [javac15] ^ > > how can I come out of this problem.. > > thanks and regards, > abhishek ray > |
Free forum by Nabble | Edit this page |