"sirigere" wrote : 2. Where to place the wsdl file references in the @webservice annotation. In the EAR file, we are placing it at web-inf/wsdl directory
You should put wsdl and xsd artifacts to:
* META-INF/wsdl for EJB3 endpoints
* WEB-INF/wsdl for POJO endpoints
"sirigere" wrote : 3. How to invoke the webservices
Using standard JAX-WS clients (e.g. Web Service proxy or Dispatch)
"sirigere" wrote : 4. what port does the web services will be running? Can we configure the port.Web Services will be running on the same port as your JBossAS instance. There's no way to configure the webservice port.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167518#4167518
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167518
anonymous wrote : ObjectName: jboss.jca:name=cattleDB,service=DataSourceBinding
| State: NOTYETINSTALLED
| Depends On Me:
| persistence.units:jar=demoEJB-1.0.jar,unitName=cattle_persis
|
This shows that the datasource is not yet bound. But earlier in the log:
anonymous wrote :
| [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=/cattleDB' to JNDI name 'java:/cattleDB'
This indicates that the datasource is being bound. The only strange thing that i see in that log message is the front-slash in:
anonymous wrote : 'jboss.jca:service=DataSourceBinding,name=/cattleDB'
Can you post the contents of your datasource file (*-ds.xml) and where is it placed?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167516#4167516
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167516
I've just updated to JBDS 1.1.0.GA which uses JBoss Tools 2.1.2.GA
Now when I open a xhtml file with the JBoss Tools HTML editor, the only tabs available are: "Visual/Source" and "Preview"
Where did the "pure" Source and "pure" Visual tabs go??..
I almost never use the visual tab, and yes, I could minimize the Visual part in the Visual/Source tab, but that setting is not remembered the next time I open the file, and it is a pain to use it this way, having to minimize the Visual part every time I open a xhtml file :-( :-(
Is this absence of the 2 tabs "Visual" and "Source" intended?.. if yes: WHY???
sincerely
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167515#4167515
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167515