Everything works fine until the deploy. Output from the server:
14:47:01,541 WARN [verifier] EJB spec violation:
Bean : TxBean
Section: 12.2.1
Warning: The Bean Provider must provide a remote interface and a remote home int
erface or a local interface and a local home interface for the bean.
14:47:01,761 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.
0.4.GA/server/default/tmp/deploy/tmp5525JBossDukesBank.ear-contents/bank-ejb.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile
d, see above for error messages.
Anyone run into this. Using 4.0.4 GA build.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979451#3979451
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979451
I'm running JBoss as a service using JavaService on Windows 2003 Server with 2GB RAM.
Looking at the JBossService.exe process in the task manager, I see that the memory allocated to that service is growing about 50-75MB a day. Doesn't seem to go down (currently at 875MB).
However, I checked out the memory usage using the JBoss JMX console and see that it there is 334MB of free memory, 663MB of total memory, and 1016MB of max memory. That number has been pretty consistent over the past couple of days.
Can any explain the discrepancy between what I see in the Windows task manager and what is report in the JBoss JMX console?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979450#3979450
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979450
Hi,
I am able to consume a document oriented web service using java client(with generated stubs). I took the snapshot of Soap Request/Response using tcp monitor.
But, I am getting the below exception When I am submiting request using soap Ui or xmp-spy ui.
14:21:10,593 INFO [AxisServlet] org.xml.sax.SAXException: SimpleDeserializer encountered a child element, whi
ch is NOT expected, in something it was trying to deserialize.
Here is the snippet of java client which is able to consume the web services without any issues.
CustomerManagerSEI service = new CustomerManagerLocator()
.getCustomerManagerSEIPort();
String response = service.create(xmlInputFile);
Here is the snippet of soap request I am sending thru soap ui/xml spy which is failing.
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<String_1 xmlns="">
<abc:CustomerData
xmlns:abc="http://managers.es.abc.com/types"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://managers.es.abc.com/types es-request-schema.xsd">
Request
Create
testing
sholmes023
234561
USA
Account Administrator
sholmes(a)yahoo.com
Sherlock
Q
Holmes
Status
</abc:CustomerData>
</String_1>
</soapenv:Body>
</soapenv:Envelope>
I am spending toomuch of time to fix the issue of submitting soap request using soap ui. Its puzzle for me as java client is working fine but not the direct soap request.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979447#3979447
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979447