litzvi / avc-beta

trying to build first demo for avc
0 stars 0 forks source link

NullPointerException when cancelling CONTAINER_ARRIVAL process #552

Closed litzvi closed 3 years ago

litzvi commented 3 years ago

add missing process names to com.avc.mis.beta.service.ProcessReader.getProcess(int, ProcessName) and I think you should return a clear message for default instead of null or if it doesn't matter than ignore, now i get NullPointerException.

litzvi commented 3 years ago

Another thing, add container to loading table. currently there is no way to see in the table the relation between arrival and loading Or we add the shipment code to the arrival if exists (I already added shipment code in the new version).

mei309 commented 3 years ago

Another thing, add container to loading table. currently there is no way to see in the table the relation between arrival and loading Or we add the shipment code to the arrival if exists (I already added shipment code in the new version).

added in loading table. i dont see a reason to put it in arrival

mei309 commented 3 years ago

add missing process names to com.avc.mis.beta.service.ProcessReader.getProcess(int, ProcessName) and I think you should return a clear message for default instead of null or if it doesn't matter than ignore, now i get NullPointerException.

i have no clue what you want me to do

litzvi commented 3 years ago

added in loading table. i dont see a reason to put it in arrival

why not? so they have an indication if it was loaded or not while not many columns is this table anyway.

litzvi commented 3 years ago

add missing process names to com.avc.mis.beta.service.ProcessReader.getProcess(int, ProcessName) and I think you should return a clear message for default instead of null or if it doesn't matter than ignore, now i get NullPointerException.

i have no clue what you want me to do

at least start with looking at the function and add the needed missing processes

mei309 commented 3 years ago

add missing process names to com.avc.mis.beta.service.ProcessReader.getProcess(int, ProcessName) and I think you should return a clear message for default instead of null or if it doesn't matter than ignore, now i get NullPointerException.

i have no clue what you want me to do

at least start with looking at the function and add the needed missing processes

its not my function. its your code

mei309 commented 3 years ago

added in loading table. i dont see a reason to put it in arrival

why not? so they have an indication if it was loaded or not while not many columns is this table anyway.

ok added

litzvi commented 3 years ago

add missing process names to com.avc.mis.beta.service.ProcessReader.getProcess(int, ProcessName) and I think you should return a clear message for default instead of null or if it doesn't matter than ignore, now i get NullPointerException.

i have no clue what you want me to do

at least start with looking at the function and add the needed missing processes

its not my function. its your code

yes correct. sorry