You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "tommy (JIRA)" <ji...@apache.org> on 2007/08/01 05:24:52 UTC

[jira] Created: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Can Axis2 support Spring-JPA configuration
------------------------------------------

                 Key: AXIS2-3040
                 URL: https://issues.apache.org/jira/browse/AXIS2-3040
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
         Environment: winxp ,  axis2
            Reporter: tommy


I worked fine with my spring-JPA project alone, but when I add some axis2 features into this project, and upload .aar file to the server,  it shows me the exception as follows:

org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w
ith an error of sample.spring.service.SpringInit
        at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ
iceGroup(ArchiveReader.java:147)
        at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja
va:79)
        at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin
e.java:582)
        at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL
ist.java:201)
        at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe
ner.java:271)
        at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito
ryListener.java:189)
        at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito
ryListener.java:265)
        at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S
chedulerTask.java:61)
        at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask
.java:68)
        at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru
n(Scheduler.java:76)

Any help appreciated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [jira] Resolved: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by Davanum Srinivas <da...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AFAIK, no :) It's just Deepal @ Work!

- -- dims

Eran Chinthaka wrote:
| By looking at the number of JIRAs being resolved/cleaned, I assume there
| was/is a hackathon some where in this small world ;)
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIchBugNg6eWEDv1kRApIWAJ9Gnr6diXo5cFsJbUE+3JYRh34ULQCgux16
FZ2McFlApe3Ox35TLCsbwPU=
=sunY
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [jira] Resolved: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by Eran Chinthaka <er...@gmail.com>.
By looking at the number of JIRAs being resolved/cleaned, I assume there
was/is a hackathon some where in this small world ;)

[jira] Issue Comment Edited: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by "tommy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517124 ] 

tommy edited comment on AXIS2-3040 at 8/1/07 7:41 PM:
------------------------------------------------------

I ran my spring-JPA project only in single java project mode, no any application server involved. It tested my project well. After I added some codes that are from sample pojoguidespring to my spring-JPA, it didn't work at all. The tomcat server gives me the excepiton just as above. I tried the sample pojoguidespring, it works. Why the server refused my deployment when I used the same springInit as pojoguidespring? 


-----------------------------------------------------------------------------------------------------------------------------------


It seems that I found the problem, the axis2 dosen't support Spring2 .xsd declaration, am I right? How can I changed this to make my project work within the environment of Axis2


 was:
I ran my spring-JPA project only in single java project mode, no any application server involved. It tested my project well. After I added some codes that are from sample pojoguidespring to my spring-JPA, it didn't work at all. The tomcat server gives me the excepiton just as above. I tried the sample pojoguidespring, it works. Why the server refused my deployment when I used the same springInit as pojoguidespring? 

> Can Axis2 support Spring-JPA configuration
> ------------------------------------------
>
>                 Key: AXIS2-3040
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3040
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: winxp ,  axis2
>            Reporter: tommy
>            Assignee: robert lazarski
>
> I worked fine with my spring-JPA project alone, but when I add some axis2 features into this project, and upload .aar file to the server,  it shows me the exception as follows:
> org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w
> ith an error of sample.spring.service.SpringInit
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ
> iceGroup(ArchiveReader.java:147)
>         at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja
> va:79)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin
> e.java:582)
>         at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL
> ist.java:201)
>         at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe
> ner.java:271)
>         at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito
> ryListener.java:189)
>         at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito
> ryListener.java:265)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S
> chedulerTask.java:61)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask
> .java:68)
>         at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru
> n(Scheduler.java:76)
> Any help appreciated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-3040.
--------------------------------------

    Resolution: Fixed

Lets resolve this issue , and reopen if the issue is still there

> Can Axis2 support Spring-JPA configuration
> ------------------------------------------
>
>                 Key: AXIS2-3040
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3040
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: winxp ,  axis2
>            Reporter: tommy
>            Assignee: robert lazarski
>
> I worked fine with my spring-JPA project alone, but when I add some axis2 features into this project, and upload .aar file to the server,  it shows me the exception as follows:
> org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w
> ith an error of sample.spring.service.SpringInit
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ
> iceGroup(ArchiveReader.java:147)
>         at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja
> va:79)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin
> e.java:582)
>         at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL
> ist.java:201)
>         at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe
> ner.java:271)
>         at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito
> ryListener.java:189)
>         at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito
> ryListener.java:265)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S
> chedulerTask.java:61)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask
> .java:68)
>         at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru
> n(Scheduler.java:76)
> Any help appreciated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by "tommy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517124 ] 

tommy commented on AXIS2-3040:
------------------------------

I ran my spring-JPA project only in single java project mode, no any application server involved. It tested my project well. After I added some codes that are from sample pojoguidespring to my spring-JPA, it didn't work at all. The tomcat server gives me the excepiton just as above. I tried the sample pojoguidespring, it works. Why the server refused my deployment when I used the same springInit as pojoguidespring? 

> Can Axis2 support Spring-JPA configuration
> ------------------------------------------
>
>                 Key: AXIS2-3040
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3040
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: winxp ,  axis2
>            Reporter: tommy
>            Assignee: robert lazarski
>
> I worked fine with my spring-JPA project alone, but when I add some axis2 features into this project, and upload .aar file to the server,  it shows me the exception as follows:
> org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w
> ith an error of sample.spring.service.SpringInit
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ
> iceGroup(ArchiveReader.java:147)
>         at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja
> va:79)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin
> e.java:582)
>         at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL
> ist.java:201)
>         at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe
> ner.java:271)
>         at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito
> ryListener.java:189)
>         at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito
> ryListener.java:265)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S
> chedulerTask.java:61)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask
> .java:68)
>         at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru
> n(Scheduler.java:76)
> Any help appreciated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-3040:
----------------------------------------

    Assignee: robert lazarski

> Can Axis2 support Spring-JPA configuration
> ------------------------------------------
>
>                 Key: AXIS2-3040
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3040
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: winxp ,  axis2
>            Reporter: tommy
>            Assignee: robert lazarski
>
> I worked fine with my spring-JPA project alone, but when I add some axis2 features into this project, and upload .aar file to the server,  it shows me the exception as follows:
> org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w
> ith an error of sample.spring.service.SpringInit
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ
> iceGroup(ArchiveReader.java:147)
>         at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja
> va:79)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin
> e.java:582)
>         at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL
> ist.java:201)
>         at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe
> ner.java:271)
>         at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito
> ryListener.java:189)
>         at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito
> ryListener.java:265)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S
> chedulerTask.java:61)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask
> .java:68)
>         at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru
> n(Scheduler.java:76)
> Any help appreciated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517284 ] 

robert lazarski commented on AXIS2-3040:
----------------------------------------

We've yet to see any issues with Axis2 and spring 2.0 - that's my typical environment. Are your Spring XML files valid XML? Try validating them with xmlspy on XP or another tool. Beyond that, for some other reason you may have an invalid AAR. If your xml files are validating, please upload your AAR so we can see what's causing the issue. 

> Can Axis2 support Spring-JPA configuration
> ------------------------------------------
>
>                 Key: AXIS2-3040
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3040
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: winxp ,  axis2
>            Reporter: tommy
>            Assignee: robert lazarski
>
> I worked fine with my spring-JPA project alone, but when I add some axis2 features into this project, and upload .aar file to the server,  it shows me the exception as follows:
> org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w
> ith an error of sample.spring.service.SpringInit
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ
> iceGroup(ArchiveReader.java:147)
>         at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja
> va:79)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin
> e.java:582)
>         at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL
> ist.java:201)
>         at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe
> ner.java:271)
>         at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito
> ryListener.java:189)
>         at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito
> ryListener.java:265)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S
> chedulerTask.java:61)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask
> .java:68)
>         at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru
> n(Scheduler.java:76)
> Any help appreciated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516953 ] 

robert lazarski commented on AXIS2-3040:
----------------------------------------

When you say JPA, are you running this in tomcat or some other application server? Could you clarify your environment further? Please upload your AAR or create simple test case that can be uploaded as an AAR. 

> Can Axis2 support Spring-JPA configuration
> ------------------------------------------
>
>                 Key: AXIS2-3040
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3040
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: winxp ,  axis2
>            Reporter: tommy
>            Assignee: robert lazarski
>
> I worked fine with my spring-JPA project alone, but when I add some axis2 features into this project, and upload .aar file to the server,  it shows me the exception as follows:
> org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w
> ith an error of sample.spring.service.SpringInit
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ
> iceGroup(ArchiveReader.java:147)
>         at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja
> va:79)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin
> e.java:582)
>         at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL
> ist.java:201)
>         at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe
> ner.java:271)
>         at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito
> ryListener.java:189)
>         at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito
> ryListener.java:265)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S
> chedulerTask.java:61)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask
> .java:68)
>         at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru
> n(Scheduler.java:76)
> Any help appreciated

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org