Search:

Type: Posts; User: hanso; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,167

    both would be quite cool :)

    both would be quite cool :)
  2. Replies
    4
    Views
    2,167

    Inject Application.application.parameters

    Hello,

    I need to inject "Application.application.parameters" into a object.

    Is that possible?
    If yes, how can I define it in my application-context.xml?

    Thanks a lot
  3. Thread: depends-on

    by hanso
    Replies
    2
    Views
    2,860

    depends-on

    Hello,

    in my current project I'm trying to use the Spring Actionscript framework.

    Is it possible to force one or more objects to be initialized before the object using this element is...
  4. thank you for your help!

    thank you for your help!
  5. now i integrated the configuration.xml also in...

    now i integrated the configuration.xml also in the application which use the spring application. and it works.

    That means that it is not enough to have the spring config file just in the spring...
  6. thats my class that loads the spring...

    thats my class that loads the spring configuration file:


    public class SpringAppFactory {

    public BusinessService getService() {

    ApplicationContext applicationContext = new
    ...
  7. Using spring application in another application NoSuchBeanDefinitionException

    I have a spring application and when i'm using it standalone all is working fine.

    But when i'm using the spring application in another java application i get the following error:
    ...
  8. i register the array as well as my complex type,...

    i register the array as well as my complex type, but i get the error:

    Cannot access remote service [{http://localhost:8080/media_ws/services/xxx}xxxHttpPort]; nested exception is...
  9. Replies
    0
    Views
    928

    web service with array of complex type

    hello

    i want to call a webservice with an array of complex types.
    calling a single complex type i solved:


    public class AxisPortProxyFactoryBean extends JaxRpcPortProxyFactoryBean {

    ...
  10. Replies
    0
    Views
    1,661

    array of complex type

    hello

    i want to call a webservice with an array of complex types.
    calling a single complex type i solved:


    public class AxisPortProxyFactoryBean extends JaxRpcPortProxyFactoryBean {

    ...
Results 1 to 10 of 10