LotId of raw material
I will track the lotId of raw materials, Is the lotId in InventoryItem only for manufactoried product? These raw materials be used to make some parts. And I want to known every part belong to which...
View ArticleApache JMeter configuration for HTTPS appears to be working partially
Hi, I am trying to record the HTTPS request. I configured Jmeter & browser as per the document 'jmeter_proxy_step_by_step.pdf' published on the Jmeter site. I see the HTTPS requests &...
View ArticleJMS Batch consumption
Hi folks ! I'd like to write a camel route that consumes a group of messages from a queue to persist it in a database in a single transaction and of course I can't loose any message. Basically, I was...
View ArticleWicket / WildFly 8: Log4J / SLF4J ?
Hi all, Well, that's not a pure wicket question but maybe the answer (if any, I hope) could interest future readers... I am trying to set-up a new project using Wicket (7), WildFly 8 (and EJB-3.1,...
View Articleorg.apache.avro.SchemaParseException: Can't redefine:
I'm using data stored in avro-1.7.4 format and trying to use Pig for data manipulation. When trying to LOAD data and then STORE them again I've receive following error: ERROR 2116: Output Location...
View Articlejava.lang.IllegalArgumentException: Argument 'name' may not be null or empty.
Hello, sometimes following exception is thrown (wicket 6.5.0): org.apache.wicket.DefaultExceptionMapper: Unexpected error occurred java.lang.IllegalArgumentException: Argument 'name' may not be null or...
View ArticleDSL how to set aggregationStrategy on a choise() when() ?
DSL how to set aggregationStrategy on a choise() when() ? I have looked at littel on this problem, but cant figure out how to do it... This dosent work, but how ? this fails with syntax error: The...
View ArticleRelation between PhysicalInventory and InventoryItemVariance
Hi PhysicalInventory and InventoryItemVariance have a one to many relation. But the data created from "Physical Inventory” page is really one to one. Have I missed some feature? Or the OFBiz is really...
View Articlehttps://cwiki.apache.org/confluence/display/OFBTECH/Home
This page is a bit confusing. 1) The order and organization of the documents does not seem to follow any logical pattern. Perhaps there should be some sections to help direct the reader a bit. There...
View ArticleBulk binding
Hi I'm trying to bind several queues at the same time in C++. What I'm presently doing is iterating through a list, and send a biding message per service. This is quite costly since I have to send the...
View Articlewicketstuff shiro
Hi all, I suggest a breaking change to wicketstuff-shiro here: https://github.com/wicketstuff/core/issues/328 In brief: wicketstuffshiro allows to use @ShiroSecurityConstraint or...
View ArticleLooking for simple http request example with cxfrs in java
I have to use Content-Type on a GET request with null body, http, http4 doesn't work. Follow Willem's answer, I am trying to use cxfrs. From Willem : I just found camel-cxfrs can set the content-type...
View ArticleJUnit route with routeContextRef
Hi I have been trying to JUnit one of my Camel routes where the Camel context contains a <routeContextRef>. When I comment this out my test works, but I cannot seem to get my test to run with...
View ArticleJSCH -> Caught an exception, leaving main loop due to End of IO Stream Read
Hi folks, I'm getting this error regularly after uploading a file to SolarWinds SFTP server JSCH -> Caught an exception, leaving main loop due to End of IO Stream Read It happens almost exactly 2...
View ArticleHow to update a Zone inside a loop ?
I have a loop that displays numerous components including a *Zone*. All all these components are inside a *Form* component. Each iteration of this loop, shows a *Select* component that shows a *Zone*...
View Articlequestion using multiplexing and the the same serializer for multiple sinks to...
Hi, I have a fanning out operation where I have one source and and based on the event headers (headers are added from the source input), I would like to channel the event to different Hbase tables. I...
View ArticleZone event handler isn't called
As far as I understand, *Zone* is a component and I can handle it's events. So I types the following code: @InjectComponent No exception is thrown so the Zone ID is set correctly. But the event isn't...
View ArticleObject question
Hi i have a array collection of an object Records: field1: field2: Results[] holder 1,2,3,4 set of each set of results can have 1-5 possible answers So results is an array of Result objects in an an...
View ArticleArchitecture: amount of partitions
Dear all, I'm new to Kafka, and I'm considering using it for a maybe not very usual purpose. I want it to be a backend for data synchronization between a magnitude of devices, which are not always...
View ArticleQuestion: camel-sql out of memory error
I am getting an java.lang.OutOfMemoryError: Java heap space when using camel sql component with a query that returns a large number of rows. Using a small value for maxMessagesPerPoll=10 does not...
View Article