[jboss-user] [EJB 3.0] - Re: EJB3 MDB Dynamic Destination

2008-11-03 Thread wconroy
Is it possible to set activation-config properties in a file that is not embedded within the ejb-jar? For example, is there a file you could put into the deploy directory of your server that could set this same property? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBossWS] - Interfaces and Webservice

2006-11-16 Thread wconroy
I have an EJB method that I want to expose where all of its methods take and return interfaces. Is there a way that I can expose these methods through a webservice and specify that requests should use a specific implementation of the interfaces that I have created? View the original post :

[jboss-user] [EJB 3.0] - Re: Long Deployment

2006-10-25 Thread wconroy
That is what I thought was supposed to happen, but dom4j.ja is listed. Am I supposed to list my ejb jars there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980694#3980694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [EJB 3.0] - Long Deployment

2006-10-24 Thread wconroy
I am packing quite a few third party jars and different jars i have built with beans in them and I am finding that it takes a pretty substantial amount of time to start up jboss. I turned on debugging and I get tons of messages like the following 10:46:38,576 DEBUG [MainDeployer] using deploy

[jboss-user] [EJB 3.0] - Re: Local Lookup

2006-10-23 Thread wconroy
I would like to keep the jndi names bound with the ear name that way i can deploy multiple applications with the same beans (or at least bean names) together on the same jboss instance. The question is more of internal to the application, if I need to look up a bean, but cannot use injections (

[jboss-user] [EJB 3.0] - Local Lookup

2006-10-23 Thread wconroy
I have a Job I am executing via quartz that needs to look up a local interface. I cannot use injection since my job is not a bean. I assume I need to do an initial context lookup, but I apparently have to know the ear name the bean is deployed in. Is there a way I can do a lookup without need

[jboss-user] [EJB 3.0] - RC9 Release

2006-09-11 Thread wconroy
Is there any update to the timeframe for the RC 9 release. It looks like the JIRA still has a ton of outstanding issues scheduled for RC 8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970754#3970754 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [EJB 3.0] - RC 9

2006-09-01 Thread wconroy
Is there an updated date on when RC 9 will be made available? The roadmap has August 31st listed. There still seems to be a pretty good size list of outstanding bugs. I am anxiously awaiting a few fixed that are already marked as done and was just waiting on when those may be delivered. Than

[jboss-user] [EJB 3.0] - Re: Service in Embedded Container

2006-08-10 Thread wconroy
I see this has been fixed with this bug. It says it will be in RC9, but the roadmap says RC9 will be available June 29th. Is there an updated date for when this version will be released? http://jira.jboss.com/jira/browse/EJBTHREE-323 View the original post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - Service in Embedded Container

2006-08-10 Thread wconroy
I have a class that has the @Service and the @Management annotations. Interface for the management annotation contains the method, public void start() throws Exception; When I start the container, I can see it deploys my bean, but it never calls the start method. Is there anything special th

[jboss-user] [JBossWS] - Re: Type Hiererchy

2006-07-27 Thread wconroy
I am looking at this http://www.ws-i.org/Profiles/BasicProfile-1.1.html and it doesnt mention anything about the complex types with extensions from what I can see. At any rate, is it really the policy of jbossWS to develop features that only work in the lowest common denominator? not adding f

[jboss-user] [JBossWS] - Re: Type Hiererchy

2006-07-27 Thread wconroy
That doesnt make sense. If I have getCats() and getDogs(), then look at the wsdl, it creates a type Animal then, then has Cat and Dog that extends it. How non object oriented languages handle it is their own business, but the wsdl allows hierarchies as do the the SOAP messages. That being sa

[jboss-user] [JBossWS] - Re: Type Hiererchy

2006-07-27 Thread wconroy
It doesnt look like it. correct me if I am wrong, but it looks like JBWS-1010 has to do with exposing every method in every parent interface for the service. I am more talking about the return types on a method. Take the following interface public interface GetAnimals extends Remote { publ

[jboss-user] [JBossWS] - Type Hiererchy

2006-07-25 Thread wconroy
If I have the following classes | public class Animal { | ... | } | | public class Cat extends Animal { | ... | } | | public class Dog extends Animal { | ... | } | and the following method exposed through a web service | public Animal[] getAnimalsByOwnerName(String

[jboss-user] [JBossWS] - View Incoming Requests

2006-07-24 Thread wconroy
Is there a logging category I can turn on in order to see the incoming requests to my web services? I would like to see the entire soap message if possible. also, I have seen a few posts that talk about performance with array types talking about this jira issue. http://jira.jboss.com/jira/brow

[jboss-user] [JBossWS] - Re: Dates in Web Services

2006-07-24 Thread wconroy
I was thinking about doing that, but I have the issue that I have some complex objects that I want to be part of my request that have dates in them. I have existing non- web service apis that take dates and I dont want to have to do the calendar/date translation myself. Is there no way to spec

[jboss-user] [JBossWS] - Dates in Web Services

2006-07-24 Thread wconroy
I am having trouble using dates in web services. I have the following | @WebService(name = "EndpointInterface", | targetNamespace = "http://test.com/test";, | serviceName = "TestWebservice") | @SOAPBinding(style = SOAPBinding.Style.RPC) | @Stateless | public class

[jboss-user] [Management, JMX/JBoss] - Quartz Job scheduling

2006-07-17 Thread wconroy
I am upgrading to 4.0.4.GA and I am having trouble with some quartz stuff. On the old version of JBoss, I deployed the quartz mbean (org.quartz.ee.jmx.jboss.QuartzService) myself and had an xml initializer file that I listed my jobs in. When I deploy now on 4.0.4.GA, I dont see my jobs being