Results 1 to 10 of 10

Thread: Spring Batch Admin 1.2.1.RELEASE Available

  1. #1
    Join Date
    Jun 2005
    Posts
    4,241

    Default Spring Batch Admin 1.2.1.RELEASE Available

    The release is available now in S3, Maven Central and the SpringSource community download site. More detail on the project website: http://static.springsource.org/spring-batch-admin. Mainly bug fixes plus some small new extension points to make JMX endpoints more customizable.

  2. #2
    Join Date
    Nov 2011
    Posts
    2

    Default

    Hi Dave,

    I have downloaded Spring Batch Admin war using maven. I deployed it in weblogic 10.3. I am not able to view default home page. There seems to be some issue with the home page mapping url(for weblogic only. Works fine with jetty). Also when i submit sample jobs its throwing some script error.

    Alternatively i tried to generate war file based on the section "2.1.1. Building your own applications" in help guide. When i try to deploy the war it throws an error saying "Substituted for the exception org.xml.sax.SAXParseException which lacks a String contructor, original message - cvc-complex-type.3.2.2: Attribute 'cron' is not allowed to appear in element 'poller'.
    ". Please suggest.

  3. #3

    Default

    I deployed it in weblogic 10.3. I am not able to view default home page. There seems to be some issue with the home page mapping url(for weblogic only. Works fine with jetty). Also when i submit sample jobs its throwing some script error.

  4. #4
    Join Date
    Aug 2012
    Posts
    2

    Default

    any idea about when spring batch admin 1.2.2 getting releases

  5. #5
    Join Date
    Aug 2012
    Posts
    17

    Default

    Hi,

    I have an existing Spring Batch project (I'm using remote chunking strategy) and I want to adapt Spring Batch admin to this project. I really don't know how to do it. Can anyone help me, please?

    Thanks.

  6. #6

    Default

    Just diving in to Batch and Batch Admin. We are going to want to use some of the features of Batch 2.2.0, but will also want to use the Batch Admin REST interface. What is the roadmap/timeframe for a Batch Admin version that is compatible with Batch 2.2.0? Anything we could do to help make that happen?

  7. #7
    Join Date
    Sep 2008
    Location
    Chicagoland, IL
    Posts
    366

    Default

    We're working on updating it now. If you are open to checking out nightly snapshots, the current nightly snapshot should work with 2.2.0. Any feedback you would be willing to provide is definitely appreciated.!
    Michael Minella
    Spring Batch Lead
    Author - Pro Spring Batch
    http://www.michaelminella.com
    Twitter: @MichaelMinella

  8. #8
    Join Date
    Apr 2013
    Posts
    20

    Default

    hi mminella, i wanted to integrate spring batch admin to my application and i have done everything as http://forum.springsource.org/showth...408#post351408 this link. But after running server when i tried to access the url as localhost:8080/spring-batch-admin/batch/ i am able to see the admin page but when i click on home button its taking me to url localhost:8080/spring-batch-admin/batch and displaying 404 error.. i am breaking my head to fix this.. can you please let me know the solution.

  9. #9
    Join Date
    Sep 2008
    Location
    Chicagoland, IL
    Posts
    366

    Default

    I believe this is a bug. The home link does not work correctly from all pages. You can follow the progress of this fix here: https://jira.springsource.org/browse/BATCHADM-166
    Michael Minella
    Spring Batch Lead
    Author - Pro Spring Batch
    http://www.michaelminella.com
    Twitter: @MichaelMinella

  10. #10
    Join Date
    Apr 2013
    Posts
    20

    Default

    hi mminella, a small request, i can access my spring-batch-admin by url "localhost:8080/spring-batch-admin", but now i got a requirement to provide login page to spring-batch-admin so now when ppl try to access "localhost:8080/spring-batch-admin" it should automatically redirect to "localhost:8080/spring-batch-admin/login" .So can you please tell me a solution for this because everything is working fine except this thing..please help me out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •