[jira] Commented: (OFBIZ-1385) POS hangs at start

2007-11-07 Thread Chris Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540968 ] Chris Lombardi commented on OFBIZ-1385: --- I am experiencing this issue on both Windows XP and linux. The releas

Re: Include of controllers

2007-11-07 Thread BJ Freeman
yes include the web.xml also before you create a patch make sure it is best practices and it will be folllowed after all they were that way then the context directive started being used. if no one is going to follow this practice you will be patching till you know what freezes over. so right now

Re: pool-lifetime and sleeptime

2007-11-07 Thread Jacques Le Roux
Thanks Andrew, Jacques De : "Andrew Zeneski" <[EMAIL PROTECTED]> > These may actually not be used anymore. I think these were settings > for the old XAPool library we were using a few years ago. To confirm, > you will want to check all the classes which read these settings and > see if they

Re: Include of controllers

2007-11-07 Thread Adrian Crum
Are you saying this: if you include an external controller.xml file in your app's controller.xml file, then there should be a way to include the external web.xml in your app's web.xml file too? In this particular scenario, I think there is a better way to solve the problem: In the party manag

Re: Include of controllers

2007-11-07 Thread BJ Freeman
you missed something I can simply copy paste the Context into my web.xml since these are defined in each apps web.xml. I am pointing out that what ever is reading the controller in a application should also read the web.xml contexts. This would make it so there is no need to copy anything. Adrian

Re: Include of controllers

2007-11-07 Thread Adrian Crum
It all depends on what you're trying to accomplish and how to tackle it. It appears from your emails that you're including the party manager controller.xml file in a custom app. That is an easy way to gain access to party manager screens within the custom app. But you'll run into problems doing

Re: Should we deprecate the InventoryItemVariance entity?

2007-11-07 Thread David E Jones
I think this change is fine. It would throw a little kink in the special handling of the financial impact for this sort of thing. However we do this we just need to make sure it's very clear that the change is due to inventory lost/found/damaged/etc. That would be in the reasonEnumId. M

Re: Include of controllers

2007-11-07 Thread BJ Freeman
or if the web.xml context is allowed the lookup should include the web.xml for that component. Adrian Crum sent the following on 11/7/2007 1:57 PM: > I understand now, thank you for the clarification. > > You would have to create your own CommonCommunicationEventDecorator > decorator in your co

Re: Include of controllers

2007-11-07 Thread Adrian Crum
I understand now, thank you for the clarification. You would have to create your own CommonCommunicationEventDecorator decorator in your component's CommonScreens.xml file. At first glance, it appears the CommunicationScreens.xml file should contain the CommonCommunicationEventDecorator scree

Re: Include of controllers

2007-11-07 Thread BJ Freeman
I have a controller.xml it has the include for the partymgr in it. I have a menu widget that calls the partmgr I have the PartymgrDecoratorLocation in my web.xml so I get to the find screen OK. I have a few others in my web.xml as well. so I can navigate. however if you don't have these in your we

[jira] Updated: (OFBIZ-1387) comment Enities

2007-11-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1387: --- Component/s: (was: assetmaint) (was: hhfacility) I removed the asset mainten

Re: non admin can only see thier profile

2007-11-07 Thread BJ Freeman
sorry to be cryptic. I get that way after coding all day. view profile in partymgr. Ideally if use the userlogin for permission to view a profile, unless they have a role to view others or admin type level security. The ultimate Idea is that anyones personal info is not available to other employe

[jira] Updated: (OFBIZ-1106) Passwords in POS are shown in clear text

2007-11-07 Thread Dan Shields (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Shields updated OFBIZ-1106: --- Attachment: input-with-password.patch This patch includes the Apache headers. > Passwords in POS are

Re: pool-lifetime and sleeptime

2007-11-07 Thread Andrew Zeneski
These may actually not be used anymore. I think these were settings for the old XAPool library we were using a few years ago. To confirm, you will want to check all the classes which read these settings and see if they are actually used. Andrew On Nov 6, 2007, at 6:15 AM, Jacques Le Roux w

[jira] Commented: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

2007-11-07 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540836 ] Marco Risaliti commented on OFBIZ-1036: --- Yes, I think it's enough to create a new issue for correcting the pack

[jira] Commented: (OFBIZ-1385) POS hangs at start

2007-11-07 Thread Dan Shields (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540835 ] Dan Shields commented on OFBIZ-1385: Hi, I just tried the svn head both with and without the input-with-password

Re: Should we deprecate the InventoryItemVariance entity?

2007-11-07 Thread Scott Gray
+1 from me Scott On 08/11/2007, Jacopo Cappellato <[EMAIL PROTECTED]> wrote: > What about deprecating the InventoryItemVariance entity? > It seems duplicated by the newer InventoryItemDetail entity: we could > use the latter with the following mapping: > > InventoryItemVariance.varianceReasonId -

Re: non admin can only see thier profile

2007-11-07 Thread David E Jones
In general it should work this way, though I'd need more details to verify completely... Do you mean in the Party Manager, ecommerce, or somewhere else? What do you mean by "non admin"? In other words, which account or with which permission(s), etc? -David On Nov 7, 2007, at 10:20 AM,

Re: non admin can only see thier profile

2007-11-07 Thread BJ Freeman
I am trying to confirm it should work this way. David E Jones sent the following on 11/7/2007 9:09 AM: > > Are you trying to confirm this, saying it isn't working this way, or > saying it shouldn't work this way? > > -David > > > On Nov 6, 2007, at 9:14 PM, BJ Freeman wrote: > >> I know there

Re: non admin can only see thier profile

2007-11-07 Thread David E Jones
Are you trying to confirm this, saying it isn't working this way, or saying it shouldn't work this way? -David On Nov 6, 2007, at 9:14 PM, BJ Freeman wrote: I know there was discussion about this. can't seem to find in the ML or in the JIra. any help. Can't seem to find it in the code eit

[jira] Updated: (OFBIZ-1318) screen widget show where code came from in html

2007-11-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1318: --- Attachment: widget_boundary_comments.patch > screen widget show where code came from in html > --

[jira] Updated: (OFBIZ-1318) screen widget show where code came from in html

2007-11-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1318: --- Attachment: (was: widget_boundary_comments.patch) > screen widget show where code came from in ht

[jira] Updated: (OFBIZ-1318) screen widget show where code came from in html

2007-11-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1318: --- Attachment: (was: widget_boundary_comments.patch) > screen widget show where code came from in ht

[jira] Updated: (OFBIZ-1318) screen widget show where code came from in html

2007-11-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1318: --- Attachment: widget_boundary_comments.patch > screen widget show where code came from in html > --

[jira] Updated: (OFBIZ-1318) screen widget show where code came from in html

2007-11-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1318: --- Attachment: widget_boundary_comments.patch Updated patch to latest SVN. > screen widget show where

[jira] Issue Comment Edited: (OFBIZ-1385) POS hangs at start

2007-11-07 Thread Dan Shields (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540658 ] d4n edited comment on OFBIZ-1385 at 11/7/07 7:48 AM: - Hi Jacques, I can't reproduce thi

[jira] Commented: (OFBIZ-1036) Implementation of Pick Assembled Marketing Packages

2007-11-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540744 ] Jacques Le Roux commented on OFBIZ-1036: Jacopo, Marco, Should we reopend this issue or create a new one fro

Should we deprecate the InventoryItemVariance entity?

2007-11-07 Thread Jacopo Cappellato
What about deprecating the InventoryItemVariance entity? It seems duplicated by the newer InventoryItemDetail entity: we could use the latter with the following mapping: InventoryItemVariance.varianceReasonId --> InventoryItemDetail.reasonEnumId and InventoryItemVariance.comments --> Inventor

[jira] Created: (OFBIZ-1388) Bug in lookup windows URL

2007-11-07 Thread Bilgin Ibryam (JIRA)
Bug in lookup windows URL - Key: OFBIZ-1388 URL: https://issues.apache.org/jira/browse/OFBIZ-1388 Project: OFBiz Issue Type: Bug Affects Versions: SVN trunk Reporter: Bilgin Ibryam Priority

[jira] Commented: (OFBIZ-1385) POS hangs at start

2007-11-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540709 ] Jacques Le Roux commented on OFBIZ-1385: Thanks for comment Dan, I just tried on antoher instance on Windows

Re: commenting Entities

2007-11-07 Thread Jacques Le Roux
De : "Adrian Crum" <[EMAIL PROTECTED]> > Jira would be a good way to coordinate that effort. +1 > Also, it would be nice to have the model classes make that information > available at run time. +1 Jacques > > BJ Freeman wrote: > > > is there a Jira to keep track of who is commenting which