Dirk Meyer [https://community.jboss.org/people/meyerschalk] created the discussion
"Re: Error 400 on Build Package Click" To view the discussion, visit: https://community.jboss.org/message/726210#726210 -------------------------------------------------------------- I hope that you have resolved this, But I had a similar 400 error, but I have resolve this by making sure that I always start my Jboss server from the same directory. I you install the default installation package and use "ant start jboss" when you first test the installation and load data into guvnor, then there are a good chance that you will see this error when you later start the jboos server through another means, from with-in eclipse or directly in say ${jboss.home}.bin The reason is that Guvnor install the repository.xml and repository in the start-up directory. This can easily be fixed in the build.xml file by adding the dir="${jboss.home}/bin" in the ant exec command. I hope this help -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/726210#726210] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
