Dev - small ij.ofbiz bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev - small ij.ofbiz bug

Oleg Kozyrev Jr.
Hello,

There is a small bug in ij.ofbiz (to small for Jira):
  EE='components/entity/lib/jdbc'
should be changed to:
  EE='framework/entity/lib/jdbc'

Oleg.
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - small ij.ofbiz bug

BJ Freeman
has anybody done code to login to a website and interact with it thru a
script?
Don't want to duplicate effort, if at all possible.
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - small ij.ofbiz bug

Andrew Sykes
BJ,

I've not seen anything like this in OFBiz, but there's stuff in things
like JUnit and JMeter that might be a good starting point.

Sorry if that seems obvious, just in case no one else answers ;-)
--
Kind Regards
Andrew Sykes <[hidden email]>
Sykes Development Ltd
http://www.sykesdevelopment.com

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Dev - loging in to websites code

BJ Freeman
there is the base code for Web sessions already in ofbiz.
most code out there does not use the services of ofbiz, which is what I
was interested in.

Thanks for everyones input.


Andrew Sykes sent the following on 2/12/06 9:37 AM:
> BJ,
>
> I've not seen anything like this in OFBiz, but there's stuff in things
> like JUnit and JMeter that might be a good starting point.
>
> Sorry if that seems obvious, just in case no one else answers ;-)
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - small ij.ofbiz bug

David E. Jones
In reply to this post by Oleg Kozyrev Jr.

Thanks Oleg. This is now fixed in SVN (rev 6722).

-David


On Feb 12, 2006, at 2:31 AM, Oleg Kozyrev Jr. wrote:

> Hello,
>
> There is a small bug in ij.ofbiz (to small for Jira):
>   EE='components/entity/lib/jdbc'
> should be changed to:
>   EE='framework/entity/lib/jdbc'
>
> Oleg.
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev