Login  Register

Dev - small ij.ofbiz bug

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

Dev - small ij.ofbiz bug

Oleg Kozyrev Jr.
53 posts
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
| More
Print post
Permalink

Re: Dev - small ij.ofbiz bug

BJ Freeman
6819 posts
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
| More
Print post
Permalink

Re: Dev - small ij.ofbiz bug

Andrew Sykes
619 posts
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
| More
Print post
Permalink

Dev - loging in to websites code

BJ Freeman
6819 posts
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
| More
Print post
Permalink

Re: Dev - small ij.ofbiz bug

David E. Jones
1146 posts
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