under you can create another element tree of
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211854#4211854
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211854
___
jboss-us
what jars are required for a successfull look up from another system
for ejbs of 2.1 & 3.0 ejb session beans as remote application client
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211667#4211667
Reply to the post :
http://www.jboss.org/index.html?module
Thank you ,
i downloaded saaj-impl.jar put it in jboss\client folder and i could
sess my client running well
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179820#4179820
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
i had used wsconsume like this
| >wsconsume ---endpoint-address?\WSDL
|
| it has given new classfiles as mentioned in your program
|
| but if i run
| i got
| Exception in thread "main" java.lang.NoClassDefFoundError:
com/sun/xml/messaging/saaj/soap/AttachmentPartImpl
I had downloaded JBoss-5.0.0 CR2-jdk6.zip only.
but once again i am downloading and will check
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179395#4179395
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179395
_
i wrote one Stateless bean like
( in mustang version and jboss5.0.0 CR2)
SimpleWS.java (interface)
|
| @WebService
| @SOAPBinding(style=Style.RPC)
| public interface SimpleWS extends Remote
| {
| @WebMethod
|public String greet(String person)
| throws RemoteE
thank you very much
i could able to correct and show it in my class demo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179216#4179216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179216
Thank you very much sir,
i could able to correct and use it for demo classes
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179215#4179215
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179215
___
This is my persistence.xml file
|
| http://java.sun.com/xml/ns/persistence";>
|
|
|
| java:/XAOracleDS
|
|
|
|
|
| org.hibernate.dialect.Oracle9Dialect
|
|
|
|
|
|
|
|
| i had given the propert
Dear Sir,
I am only deploying jar file and not an ear.
I had given first
simple persistence.xml
like
java:/XAOracleDS
org.hibernate.dialect.Oracle9Dialect
then tried with
element
the console error while using this conso
0 Sun Sep 21 14:40:30 IST 2008 META-INF/
102 Sun Sep 21 14:40:28 IST 2008 META-INF/MANIFEST.MF
0 Sun Sep 21 14:40:30 IST 2008 ejb3cmps/
3245 Sun Sep 21 14:40:30 IST 2008 ejb3cmps/Cmp3Client.class
2679 Sun Sep 21 14:40:30 IST 2008 ejb3cmps/Courier.class
399 Sun Sep 21 14:40:30 IST 200
i have simple newcmp.jar that has persistence.xml as
java:/XAOracleDS
org.hibernate.dialect.Oracle9Dialect
../newcmp3.jar
when deployed it is showing error as
Error deploying newCmp3.jar: Can't find a persistence unit named 'mydb'
I had tested one webservice example in jboss4.0.5GA & ejb3(version RC9, i
suppose) the following are files
SimpleWS.java
package com.htc.htcws;
import javax.ejb.Remote;
@Remote
public interface SimpleWS extends java.rmi.Remote
{
public String greet(String person)
throws java.r
Dear colleague,
I had developed one one to many relation(bi-directional) as a part of
learning having two entity beans and one Stateful session facade for them. i
could able to create entity beans and add a mny bean to the collection of
one-side bean.but later when i search for individua
14 matches
Mail list logo