Re: OFBiz BIRT compatible report development toolchain

2011-11-26 Thread Ravindra Mandre
I worked in 2.5 version using galileo and it works like charm.
i also tried to install INDIGO , it was giving some error (not remembered
:(   )
so switched back to galileo .


Ravindra Mandre



On Sun, Nov 27, 2011 at 2:05 AM, BJ Freeman  wrote:

> have you followed the example file.
> in ofbiz you must call the file through the contoller view
>
> Bruno Busco sent the following on 11/26/2011 5:34 AM:
> > Hi,
> > I am trying to write some OFBiz report using BIRT.
> > I installed the INDINGO release of Eclipse and then the BIRT package.
> >
> > The version of the BIRT package I got is 3.7.1 but the rtpdesign files
> > generated with this tool does not seem to be compatible with the BIRT
> > engine that is embedded into OFBiz (version 2.6).
> >
> > I got this error when I simply open and save again one of the OFBiz OOTB
> > provided .rptdesign files.
> >
> > --
> > Nov 26, 2011 2:12:39 PM
> > org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
> > getReportDesignHandle
> > SEVERE: invalid design file 
> > --
> >
> > I tryed to install an older BIRT package into Eclipse INDINGO but the
> > oldest available to install is version 3.7.0 whish I guess would give the
> > same problem.
> >
> > Has anybody any advice to solve the problem?
> > What is the OFBiz BIRT compatible report development toolchain ?
> >
> > Thank you,
> > Bruno Busco
> >
>


Re: Security Role creation

2011-11-26 Thread Integrin Solutions
As the name suggests, action attribute controls what action is allowed
including create, view or delete; the code collectively uses
permission and action attributes to decide the allowed access.

- Sakthi

On 11/26/11, Rasool  wrote:
>
> Hi all,
>
>
>  If i use two_permissions if i provide like this  permission="LEARN" action="VIEW">,
>
> what is the use of action attribute and if i provide value like CREATE OR
> DELETE values.
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Security-Role-creation-tp161115p4110399.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

-- 
Sent from my mobile device


Re: OFBiz BIRT compatible report development toolchain

2011-11-26 Thread BJ Freeman
have you followed the example file.
in ofbiz you must call the file through the contoller view

Bruno Busco sent the following on 11/26/2011 5:34 AM:
> Hi,
> I am trying to write some OFBiz report using BIRT.
> I installed the INDINGO release of Eclipse and then the BIRT package.
> 
> The version of the BIRT package I got is 3.7.1 but the rtpdesign files
> generated with this tool does not seem to be compatible with the BIRT
> engine that is embedded into OFBiz (version 2.6).
> 
> I got this error when I simply open and save again one of the OFBiz OOTB
> provided .rptdesign files.
> 
> --
> Nov 26, 2011 2:12:39 PM
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
> getReportDesignHandle
> SEVERE: invalid design file 
> --
> 
> I tryed to install an older BIRT package into Eclipse INDINGO but the
> oldest available to install is version 3.7.0 whish I guess would give the
> same problem.
> 
> Has anybody any advice to solve the problem?
> What is the OFBiz BIRT compatible report development toolchain ?
> 
> Thank you,
> Bruno Busco
> 


Re: Security Role creation

2011-11-26 Thread Rasool
  
Hi all,
 
 
 If i use two_permissions if i provide like this ,

what is the use of action attribute and if i provide value like CREATE OR
DELETE values.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Security-Role-creation-tp161115p4110399.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Ofbiz Manufacturing @ ISA-88, ISA-95 and B2MML

2011-11-26 Thread BJ Freeman
I will let someone else respond to what ofbiz is now and the standards.
I have implemented three manufacturing solutions based on ofbiz and what
is in WIP.
Considerable Coding and Adding of entities to provide a solution were
required.
One was a software project with manufacturing of media, packaging, and a
public face to sell.

Second one deals with electronic, and mechanical production, and
assembly. There is a testing component. the Use of badges and been
adding Tablets, at workstations. the Goal was to pull all the
Manufacturing Knowledge into the system so it would not be last with
retirements.

The Third one is still in process. We are still designing to integrate
many system in many states to work under ofbiz. The requremts deal with
large bill of materials for both Engineering and Productions,
Manufacturing of many disipines, Like Casting, millng integration.
there are inpection process that could change the Production run.
Transporting of parts between plants, Tacking Parts that have been
farmed out to other companies.
The automation portion of ofbiz is use for management and status
reports. This is expected to be implement by 2013.

Pierre Smits sent the following on 11/26/2011 4:33 AM:
> Dear all,
> 
> Currently I am involved in a EU program regarding Factories of the Future,
> and in particular the Dynamic Manufacturing Network. As such I am looking
> (on a side track) into the manufacturing functionalities of OFBiz. Part of
> the project I am involved in is defining blueprints related to ISA-88,
> ISA-99 and B2MML and I was wondering how OFBiz is stacking up against these
> standards.
> 
> Maybe you have implemented OFbiz in a manufacturing environment or you are
> using OFBiz for manufacturing and you can share your insights regarding:
> 
> 
>- How does OFBiz stack up visavis Manufacturing functionalities?
>- How much does OFBiz comply with or adhere to standards like ISA-88 and
>ISA-99?
>- Is OFBiz compliant to B2MML?
> 
> 
> I am looking forward to read your comments/posts.
> 
> With regards,
> 
> Pierre
> 


OFBiz BIRT compatible report development toolchain

2011-11-26 Thread Bruno Busco
Hi,
I am trying to write some OFBiz report using BIRT.
I installed the INDINGO release of Eclipse and then the BIRT package.

The version of the BIRT package I got is 3.7.1 but the rtpdesign files
generated with this tool does not seem to be compatible with the BIRT
engine that is embedded into OFBiz (version 2.6).

I got this error when I simply open and save again one of the OFBiz OOTB
provided .rptdesign files.

--
Nov 26, 2011 2:12:39 PM
org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
getReportDesignHandle
SEVERE: invalid design file 
--

I tryed to install an older BIRT package into Eclipse INDINGO but the
oldest available to install is version 3.7.0 whish I guess would give the
same problem.

Has anybody any advice to solve the problem?
What is the OFBiz BIRT compatible report development toolchain ?

Thank you,
Bruno Busco


Ofbiz Manufacturing @ ISA-88, ISA-95 and B2MML

2011-11-26 Thread Pierre Smits
Dear all,

Currently I am involved in a EU program regarding Factories of the Future,
and in particular the Dynamic Manufacturing Network. As such I am looking
(on a side track) into the manufacturing functionalities of OFBiz. Part of
the project I am involved in is defining blueprints related to ISA-88,
ISA-99 and B2MML and I was wondering how OFBiz is stacking up against these
standards.

Maybe you have implemented OFbiz in a manufacturing environment or you are
using OFBiz for manufacturing and you can share your insights regarding:


   - How does OFBiz stack up visavis Manufacturing functionalities?
   - How much does OFBiz comply with or adhere to standards like ISA-88 and
   ISA-99?
   - Is OFBiz compliant to B2MML?


I am looking forward to read your comments/posts.

With regards,

Pierre


Re: Error in demo-stable and demo-trunk

2011-11-26 Thread Jacques Le Roux

Hi Atul,

For trunk, maybe it could be due to the temporary change I made there because of an unexplained error: 
http://markmail.org/message/2a42saubfpo5s4e7

http://markmail.org/message/522sbq2ptu6nm3eh
Erwan will look at it when he will get the permission from infra

For now instead to staying at r1201941, I now update to HEAD and simply revert r1202849 


Could you please try to see if it solves your issue in trunk, I have no 
explanation for stable though :/

I did also this change because else svninfo.ftl was reporting a wrong revision 
(in bottom backend)

Thanks

Jacques

From: "Atul Vani" 
Yea, working fine now, I was talking about demo-stable and demo-trunk 
servers though.


On Saturday 26 November 2011 01:29 PM, Hans Bakker wrote:

Trunk is working fine from here...

perhaps:

1. download a new version.
2. ./ant run-install
3. ./startofbiz.sh

and try again?

Regards,
Hans

On 11/26/2011 01:04 PM, Atul Vani wrote:

Hello All,

I got this error when I tried catalog and facility application on 
stable and trunk servers:-


org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
[component://commonext/widget/CommonScreens.xml#ApplicationDecorator]: java.lang.IllegalArgumentException: 
Error calling service with name getLastSystemInfoNote: 
org.ofbiz.service.GenericServiceException: Cannot locate service by 
name (getLastSystemInfoNote) (Error calling service with name 
getLastSystemInfoNote: org.ofbiz.service.GenericServiceException: 
Cannot locate service by name (getLastSystemInfoNote))







--
Thanks&  Regards
Atul Vani
Enterprise Software Developer
HotWax Media Pvt. Ltd.
http://www.hotwaxmedia.com/
We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself.



Re: Error in demo-stable and demo-trunk

2011-11-26 Thread Atul Vani
Yea, working fine now, I was talking about demo-stable and demo-trunk 
servers though.


On Saturday 26 November 2011 01:29 PM, Hans Bakker wrote:

Trunk is working fine from here...

perhaps:

1. download a new version.
2. ./ant run-install
3. ./startofbiz.sh

and try again?

Regards,
Hans

On 11/26/2011 01:04 PM, Atul Vani wrote:

Hello All,

I got this error when I tried catalog and facility application on 
stable and trunk servers:-


org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
[component://commonext/widget/CommonScreens.xml#ApplicationDecorator]: java.lang.IllegalArgumentException: 
Error calling service with name getLastSystemInfoNote: 
org.ofbiz.service.GenericServiceException: Cannot locate service by 
name (getLastSystemInfoNote) (Error calling service with name 
getLastSystemInfoNote: org.ofbiz.service.GenericServiceException: 
Cannot locate service by name (getLastSystemInfoNote))







--
Thanks&  Regards
Atul Vani
Enterprise Software Developer
HotWax Media Pvt. Ltd.
http://www.hotwaxmedia.com/
We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself.