You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by zzf <zz...@gmail.com> on 2007/04/11 10:03:50 UTC

How to develope new apps

Hi all,

I am a new learner of OFBiz, and want to develope a new app using the
mssql database. I developed a app in OFBiz long time ago( may be
August, 2005 ). The matter is that it does not work now.

So could anyone can give me any suggestion? Or give some info about
learing how to do that.

Thanks a lot!

-- 
Sincerely,

Computer Science, Ocean University of China
phone: +86 135 5300 3657
email: zzf818@gmail.com

Kelin.

Re: How to develope new apps

Posted by zzf <zz...@gmail.com>.
Hi Ray Barlow,

Actually i want to work under the new version, but when i transfer the
apps into the new version of ofbiz, it really does not work.
I dive into it and find out why. Maybe i will need your help later.
Thanks a lot.


On 4/11/07, Ray Barlow <ra...@makeyour-point.com> wrote:
>
> Certainly changes were made over the last year to support jdk 1.5 so I'd
> suggest if you really want to run that version then switch to a 1.4 jdk.
> Otherwise you'll have to search the commit and mailing lists to find the
> fixes and back port them if you really need them.
>
> If you are testing and learning then I'd suggest you are better off
> looking at the latest SVN code as any questions related to a code base
> that is a year old will only confuse the mailing list and also a lot of
> answers will follow the one above i.e. "that's now fixed" and you will
> be on your own to back port as required.
>
> Ray
>
>
> zzf wrote:
> > Hi,
> >
> > The error msg is as follows:
> >
> >     [java] Exception in thread "main" java.lang.NoSuchMethodError:
> > sun.rmi.tran
> > sport.ObjectTable.getStub(Ljava/rmi/Remote;)Ljava/rmi/server/RemoteStub;
> >     [java]     at
> > org.objectweb.carol.rmi.jrmp.server.JUnicastRemoteObject.unex
> > portObject(JUnicastRemoteObject.java:138)
> >     [java]     at org.ofbiz.base.start.Start.startServer(Start.java:323)
> >     [java]     at org.ofbiz.base.start.Start.start(Start.java:327)
> >     [java]     at org.ofbiz.base.start.Start.main(Start.java:413)
> >
> > The ofbiz of this error msg is a little old(checked out 1 year ago ).
> > I do
> > not if it is the problem of jdk.
> > My jdk version is 1.5.0_06.
> >
> >  Thanks a lot.
> >
> >
>



-- 
Sincerely,

Computer Science, Ocean University of China
phone: +86 135 5300 3657
email: zzf818@gmail.com

Kelin.

Re: How to develope new apps

Posted by Ray Barlow <ra...@makeyour-point.com>.
Certainly changes were made over the last year to support jdk 1.5 so I'd
suggest if you really want to run that version then switch to a 1.4 jdk.
Otherwise you'll have to search the commit and mailing lists to find the
fixes and back port them if you really need them.

If you are testing and learning then I'd suggest you are better off
looking at the latest SVN code as any questions related to a code base
that is a year old will only confuse the mailing list and also a lot of
answers will follow the one above i.e. "that's now fixed" and you will
be on your own to back port as required.

Ray


zzf wrote:
> Hi,
>
> The error msg is as follows:
>
>     [java] Exception in thread "main" java.lang.NoSuchMethodError:
> sun.rmi.tran
> sport.ObjectTable.getStub(Ljava/rmi/Remote;)Ljava/rmi/server/RemoteStub;
>     [java]     at
> org.objectweb.carol.rmi.jrmp.server.JUnicastRemoteObject.unex
> portObject(JUnicastRemoteObject.java:138)
>     [java]     at org.ofbiz.base.start.Start.startServer(Start.java:323)
>     [java]     at org.ofbiz.base.start.Start.start(Start.java:327)
>     [java]     at org.ofbiz.base.start.Start.main(Start.java:413)
>
> The ofbiz of this error msg is a little old(checked out 1 year ago ).
> I do
> not if it is the problem of jdk.
> My jdk version is 1.5.0_06.
>
>  Thanks a lot.
>
>

Re: How to develope new apps

Posted by zzf <zz...@gmail.com>.
Hi,

The error msg is as follows:

     [java] Exception in thread "main" java.lang.NoSuchMethodError:
sun.rmi.tran
sport.ObjectTable.getStub(Ljava/rmi/Remote;)Ljava/rmi/server/RemoteStub;
     [java]     at
org.objectweb.carol.rmi.jrmp.server.JUnicastRemoteObject.unex
portObject(JUnicastRemoteObject.java:138)
     [java]     at
org.objectweb.carol.rmi.multi.JrmpPRODelegate.unexportObject(
JrmpPRODelegate.java:94)
     [java]     at
org.objectweb.carol.rmi.multi.MultiPRODelegate.unexportObject
(MultiPRODelegate.java:132)
     [java]     at javax.rmi.PortableRemoteObject.unexportObject
(PortableRemoteO
bject.java:119)
     [java]     at org.objectweb.jotm.SubCoordinator.doAfterCompletion
(SubCoordi
nator.java:1548)
     [java]     at org.objectweb.jotm.SubCoordinator.doCommit(
SubCoordinator.jav
a:1141)
     [java]     at org.objectweb.jotm.SubCoordinator.commit_one_phase
(SubCoordin
ator.java:468)
     [java]     at org.objectweb.jotm.TransactionImpl.commit(
TransactionImpl.jav
a:224)
     [java]     at org.objectweb.jotm.Current.commit(Current.java:479)
     [java]     at org.ofbiz.entity.transaction.TransactionUtil.commit
(Transacti
onUtil.java:193)
     [java]     at org.ofbiz.entity.transaction.TransactionUtil.commit
(Transacti
onUtil.java:173)
     [java]     at org.ofbiz.entity.GenericDelegator.findCountByCondition
(Generi
cDelegator.java:1982)
     [java]     at org.ofbiz.entity.GenericDelegator.findCountByAnd
(GenericDeleg
ator.java:1943)
     [java]     at org.ofbiz.entity.util.EntityCrypto.<init>(
EntityCrypto.java:7
2)
     [java]     at org.ofbiz.entity.GenericDelegator.<init>(
GenericDelegator.jav
a:215)
     [java]     at org.ofbiz.entity.GenericDelegator.getGenericDelegator
(Generic
Delegator.java:138)
     [java]     at org.ofbiz.entityext.data.EntityDataLoadContainer.start
(Entity
DataLoadContainer.java:178)
     [java]     at org.ofbiz.base.container.ContainerLoader.start
(ContainerLoade
r.java:89)
     [java]     at org.ofbiz.base.start.Start.startStartLoaders(Start.java
:272)
     [java]     at org.ofbiz.base.start.Start.startServer(Start.java:323)
     [java]     at org.ofbiz.base.start.Start.start(Start.java:327)
     [java]     at org.ofbiz.base.start.Start.main(Start.java:413)

 The ofbiz of this error msg is a little old(checked out 1 year ago ). I do
not if it is the problem of jdk.
 My jdk version is 1.5.0_06.

  Thanks a lot.

On 4/11/07, Scott Gray <le...@gmail.com> wrote:
>
> If you post actual errors you getting or specific problems you are
> encountering, people may be able to guide you in the right direction.
>
> Regards
> Scott
>
> On 11/04/07, Gautam Deb <ga...@in2m.com> wrote:
> >
> >  To start with ofbiz, I found these links useful
> > http://www.opensourcestrategies.com/ofbiz/hello_world1.php
> > http://www.opensourcestrategies.com/ofbiz/hello_world2.php
> > http://www.opensourcestrategies.com/ofbiz/hello_world3.php
> > http://www.opensourcestrategies.com/ofbiz/hello_svn_fixes.php
> >
> >
> http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams
> >
> > Regards,
> > Gautam Deb
> >
> >
> > zzf wrote:
> >
> > Hi all,
> >
> > I am a new learner of OFBiz, and want to develope a new app using the
> > mssql database. I developed a app in OFBiz long time ago( may be
> > August, 2005 ). The matter is that it does not work now.
> >
> > So could anyone can give me any suggestion? Or give some info about
> > learing how to do that.
> >
> > Thanks a lot!
> >
> >
> >
>



-- 
Sincerely,

Computer Science, Ocean University of China
phone: +86 135 5300 3657
email: zzf818@gmail.com

Kelin.

Re: How to develope new apps

Posted by Scott Gray <le...@gmail.com>.
If you post actual errors you getting or specific problems you are
encountering, people may be able to guide you in the right direction.

Regards
Scott

On 11/04/07, Gautam Deb <ga...@in2m.com> wrote:
>
>  To start with ofbiz, I found these links useful
> http://www.opensourcestrategies.com/ofbiz/hello_world1.php
> http://www.opensourcestrategies.com/ofbiz/hello_world2.php
> http://www.opensourcestrategies.com/ofbiz/hello_world3.php
> http://www.opensourcestrategies.com/ofbiz/hello_svn_fixes.php
>
> http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams
>
> Regards,
> Gautam Deb
>
>
> zzf wrote:
>
> Hi all,
>
> I am a new learner of OFBiz, and want to develope a new app using the
> mssql database. I developed a app in OFBiz long time ago( may be
> August, 2005 ). The matter is that it does not work now.
>
> So could anyone can give me any suggestion? Or give some info about
> learing how to do that.
>
> Thanks a lot!
>
>
>

Re: How to develope new apps

Posted by Gautam Deb <ga...@in2m.com>.
To start with ofbiz, I found these links useful
http://www.opensourcestrategies.com/ofbiz/hello_world1.php
http://www.opensourcestrategies.com/ofbiz/hello_world2.php
http://www.opensourcestrategies.com/ofbiz/hello_world3.php
http://www.opensourcestrategies.com/ofbiz/hello_svn_fixes.php
http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams 


Regards,
Gautam Deb


zzf wrote:
> Hi all,
>
> I am a new learner of OFBiz, and want to develope a new app using the
> mssql database. I developed a app in OFBiz long time ago( may be
> August, 2005 ). The matter is that it does not work now.
>
> So could anyone can give me any suggestion? Or give some info about
> learing how to do that.
>
> Thanks a lot!
>


Re: How to develope new apps

Posted by zzf <zz...@gmail.com>.
Hi Phani,

Now I am working under ofbiz with the revision number of 527444.
Long time before i worked under ofbiz, and developped my own web
application, it was part of a CRM system. When i transfer this web
application into the newer revision, it does not work. The database
i use is mssql.

Have i described clearly and could you please help me out?
Thanks.


On 4/11/07, G.Venkata Phanindra <ph...@gmail.com> wrote:
>
> Hi
> Can u please more specific with the problem, Your mail is too vague to
> help.The exact problem u explain, u can expect support.
> Regards
> Phani
>
> On 4/11/07, zzf <zz...@gmail.com> wrote:
> >
> > Hi all,
> >
> > I am a new learner of OFBiz, and want to develope a new app using the
> > mssql database. I developed a app in OFBiz long time ago( may be
> > August, 2005 ). The matter is that it does not work now.
> >
> > So could anyone can give me any suggestion? Or give some info about
> > learing how to do that.
> >
> > Thanks a lot!
> >
> > --
> > Sincerely,
> >
> > Computer Science, Ocean University of China
> > phone: +86 135 5300 3657
> > email: zzf818@gmail.com
> >
> > Kelin.
> >
>
>
>
> --
> G.Venkata Phanindra
> Mob:: 9849852989
>



-- 
Sincerely,

Computer Science, Ocean University of China
phone: +86 135 5300 3657
email: zzf818@gmail.com

Kelin.

Re: How to develope new apps

Posted by "G.Venkata Phanindra" <ph...@gmail.com>.
Hi
 Can u please more specific with the problem, Your mail is too vague to
help.The exact problem u explain, u can expect support.
Regards
Phani

On 4/11/07, zzf <zz...@gmail.com> wrote:
>
> Hi all,
>
> I am a new learner of OFBiz, and want to develope a new app using the
> mssql database. I developed a app in OFBiz long time ago( may be
> August, 2005 ). The matter is that it does not work now.
>
> So could anyone can give me any suggestion? Or give some info about
> learing how to do that.
>
> Thanks a lot!
>
> --
> Sincerely,
>
> Computer Science, Ocean University of China
> phone: +86 135 5300 3657
> email: zzf818@gmail.com
>
> Kelin.
>



-- 
G.Venkata Phanindra
Mob:: 9849852989