Ooops ... i had Milestone 2 ... i see its in Milestone 3 ... carry on :D thank you devs.
Type: Posts; User: jnusaira; Keyword(s):
Ooops ... i had Milestone 2 ... i see its in Milestone 3 ... carry on :D thank you devs.
I was curious when this is planned for support?
I am pretty sure this is the type i want and maybe someone can correct me if not. I am a bit new to Oauth2.
But we have basically 3 scenarios.
...
Hey so did that end up working for ya?
I tried to change to password on the client but i dont see it ever accessing the server.
I have a web Filter but nothing there.
I've had this same issue before.
And resolving just being logged in is easy (like what you have above ... not exact but it was like that)
However i also wanted the LoginLIsteners to fire ......
OH no i'd love for it to control the transaction.
It's 2 things.
1. The services are Seam services so they are using the JPA which i could switch a few items and that would be solved.
2....
Oh i think you may have missed my point.
Or maybe i misudnerstood the code :)
I'm saying my writer has 3 outcomes
Success
Failure due to something really bad
Failure but wrote a message to a...
I am curious as to why you said i had to "forgo" restartability.
Right now we do wrap "read" in a syncrhonized block but we have not had to forgo restartability. However. what we do is we actually...
Umm ... its in the spring batch reference manual ...
http://static.springsource.org/spring-batch/reference/html-single/index.html#stoppingAJob
I actually have a very similiar problem and questions.
Our writer calls out to a service .... the service may error out; however, inside the service itself it will (sometimes) WRITE to the...
Maybe i am missing something in my code but i have no issue running multiple jobs at the same time.
I am using the SimpleJobOperator instead .... not sure.
As far as the transactionManager...
Well here are a few things that i would do, havent done it yet locally but thinking about it.
You should be able to add a listener in WebSphere through an MBean or somethign to detect server shut...
Our system uses async processing because we want to run 3-4 threads a time when running spring batch. (heck even with 3-4 threads it can take a week to run) However i want to use the skip-step items...
So i have read through these threads and tried what i think are half a dozen items. And i am getting nothing for my point cuts.
So i have a controller like so ->
@Controller...
Oh i have no clue why it would cause it to go slow. I wasnt sure if there was just code checked in that you knew wasn't hammered out all the way. Just wanted to rule out that before i started digging...
Yeah i confirmed it ... its being called. Thansk a bunch.
Seems to work fine now. Although its running VERY slow. That wouldnt be because of the snapshot jar would it?
Dave
FWIW not sure if i had to do a clean or what have you. But i have "step" in there now and that part "works". However, if i run 2 of the same jobs at the same time it still seems to use the...
yes to the first part.
No to the second part. The reader isnt injected. Inside the beforeStep method is where we are actually setting the object neeeded to be looked at.
Basically i am...
Did you close the bufferedreader?? Or an input stream to it? That would be about the only way it would have a catch on it.
We are actually doing something similiar here as well we forward read our...
Short answer is anyway you want it to work.
Doesn't have to be a scheduler or command line. its simply a java app.
Heck you could probably just create a new thread if you want to and let it go...
yeah i've gotten rid of the prototype as i said didnt hurt or help. And yeah i am using scope="step" on the reader and writer.
No i havent gotten working with an integration test, mainly because...
FWIW .. we have something like that developed here.
There are quite a few good inroads already there. We just pull to get all the executions to stop them. Then some similair items to get stats as...
Sure ... thanks for the help btw ...
So the job is defined as this ->
<job id="compoundOnlyJob">
<step id="processSDFCompounds" parent="parseSdfsForCompounds"/>
</job>
Step is ->
<bean...
Still didn't seem to work with the snapshot from friday.
I basically have a step that is multithreaded, then i use the beforeStep to setup a global List object.
I did an output of "this" and i...
never mind not sure what i did wrong in the maven script .... used ivy and got it to download fine .... could be the firewall at work? not sure.
still didnt work .... i am not a maven expert but i have done it before ... figured it was simple cut and paste.
can everyone browse with s3fox?