[jboss-user] [JBossWS] - soap handler init-param?

2008-11-19 Thread rocken7
web_services_1_2.xsd"> | | | com.yvx.content.wsdev.DeviceHandler | | http://localhost:9100/userService"/> | | | | | But that doesn't seem to work. If there is a better way, please discuss. Thnx

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-10 Thread rocken7
oh sweet, jboss rox ;] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093612#4093612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093612 ___ jboss-user mailing list jboss-us

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-09 Thread rocken7
yep good one oskar, I should've noticed this with my log statements. maybe i'll just merge the two xml-schemas together into 1 xsd file, lots of work tho, and if jbossws was a bit better it wouldn't require this workaround. case closed. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-09 Thread rocken7
As mentioned above: jboss-4.0.5.GA (with jbossws 2.0.1.GA). Well I have generated the sources from the wsdl with no trouble already and used the same calls as you, but try to roll and deploy a webservice which conforms to the same wsdl: a paypal simulator for example. As I've said above, jbo

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-08 Thread rocken7
If anyone cares to check out the wsdl, here it is: https://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092781#4092781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092781

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-08 Thread rocken7
It fails exactly like the example before, with hundreds of the repeating XMLSchema import lines in the log, followed by a heap space error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092766#4092766 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-08 Thread rocken7
Yep same result, with -Xmx1024m I get a java.lang.OutOfMemory error: Java heap space . Here is what I did (just to confirm): @Local | @Stateless | @WebServiceProvider( | serviceName = "PayPalAPIInterfaceService", | portName = "PayPalAPIAA", | targetNamespace = "urn:ebay

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-03 Thread rocken7
Ok still confused, the docs just don't help. Again from the top with some changes. The ejb3 stateless bean as a webservice: @WebService(name = "PayPalAPIAAInterface", portName = "PayPalAPIAA", serviceName = "PayPalAPIInterfaceService", targetNamespace = "urn:ebay:api:PayPalAPI", wsdlLocatio

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-03 Thread rocken7
what distro, which example? I can't find it ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091180#4091180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091180 ___ jboss

[jboss-user] [JBossWS] - wsdl based web-service (like a paypal simulator)?

2007-10-02 Thread rocken7
Kind of confused, so I'll explain. I'm trying to simulate the paypal soap stack by using the paypal wsdl file. I generate the source from the wsdl and can use the @WebServiceClient against the paypal sandbox web service and works great. I can't seem to roll my own @WebService of that for a n

[jboss-user] [JBossWS] - Re: JBossWS 1.2 on JBoss AS 4.0.5

2007-08-08 Thread rocken7
Ok I was very frustrated with the state of jboss-4.0.5.GA but now it works :) 1. install the jbossws-2x native into jboss-4.0.5.GA (ant deploy-jboss40) 2. update /opt/jboss-4.0.5.GA/client/jboss-xml-binding.jar from newer jboss (4.2.0 worked for me) 3. generate client java source: wsconsume -k

[jboss-user] [JBossWS] - Re: jboss4.0.5 + which version of jbossws + correct document

2007-08-08 Thread rocken7
jbossws-1.2 or jbossws-2 do not seem to work on jboss-4.0.5.GA, at least any kind of java type mapping from the wsdl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072200#4072200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBossWS] - Re: A problem with complexType

2007-08-08 Thread rocken7
ditto here, I have the same issue using a complexType. Basically, how about a tested and official doc on how to deploy and consume a web-service using jboss-4.0.5.GA ? 1. wsconsume fails for me too. 2. wstools fails for me as well. I think the WS stack in 4.0.5.GA is hosed. View the o

[jboss-user] [JBossWS] - Re: jbossws-2.0.0.GA released

2007-08-08 Thread rocken7
On jboss-4.0.5.GA: 1. installed jbossws-native-2.0.0.GA into jboss-4.0.5.GA (ant deploy-jboss40) and jboss throws exceptions as per JIRA http://jira.jboss.org/jira/browse/JBWS-1749. 2. installed jbossws-1.2 into jboss-4.0.5.GA and now wsconsume fails to work, it throws a NoClassDefFound on

[jboss-user] [JBossWS] - Re: JBossWS Tools Overview (wstools, wsprovide, wsconsume)

2007-08-07 Thread rocken7
Here is an idea: why not put the required server version somewhere on the wsconsume docs? Man, I spent like an hour trying to find wsconsume b/c I have jboss-4.0.5.GA and it only ships in later versions ... The whole jboss ouvre of docs is so messed up with no sense of version unless of cou

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Rerun DLQ messages?

2007-05-08 Thread rocken7
So here is how to rerun expected messages from the DLQ. The close() calls are not perfect ... And I coded up a JMX call to do this: try | { | InitialContext ctx = new InitialContext(); | QueueConnection qc = TxsQueue.n

[jboss-user] [Messaging, JMS & JBossMQ] - Rerun DLQ messages?

2007-05-08 Thread rocken7
Any way to rerun the DLQ messages? I don't want to implement a DLQ MDB b/c that would require constantly processing DLQs ... If a service is down then messages will bubble back into the DLQ, and its a natural temp place to store those messages. Having a DLQ MDB is problematic as that would

[jboss-user] [JBossCache] - jbosscache 1.4.0.SP1 treecache.xml and DeployedTreeCacheProv

2007-04-19 Thread rocken7
There are very muddy docs on these things, don't point to the wiki its useless for this. I am confused about the integration of jboss-cache with hibernate and ejb3. I want to cache entity beans that are read-only, but if I try to setup the DeployedTreeCacheProvider I get: Unable to locate T

[jboss-user] [JBossCache] - Re: JDBCCacheLoader config

2007-03-23 Thread rocken7
Ok thanks mucho. Yes my thought was the cache load would get too large without a cacheloader, hence it would offload via the jdbccacheloader into mysql, then re-get from there as needed (in a prepped state). With a large data set, I assumed there would be much to gain from that. So with h

[jboss-user] [JBossCache] - Re: JDBCCacheLoader config

2007-03-22 Thread rocken7
Ok it does actually start filling in the Node values after a while ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030859#4030859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030859 ___

[jboss-user] [JBossCache] - Re: JDBCCacheLoader config

2007-03-22 Thread rocken7
And why do I get tons of these statements? 16:11:38,291 INFO [OptimisticNodeInterceptor] Cannot Handle Method _put(GlobalTransaction::329, /com/foo/ads/model/ChannelBean/com.foo.ads.model.ChannelBean#1589, item, CacheEntry(com.foo.ads.model.ChannelBean)[1589,Foo Fusic,2007-02-18 15:35:47.0,48

[jboss-user] [JBossCache] - JDBCCacheLoader config

2007-03-20 Thread rocken7
Using JBossCache v1.4.0.SP1 ... It seems JDBCCacheLoader is never called, the jbosscache table is always empty, the logs seem to indicate the cache is enabled ... What gives? | 2007-03-20 16:55:37,669 INFO [org.hibernate.cfg.SettingsFactory] Query language substitutions: {} | 2007-03

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-14 Thread rocken7
So I did the JMX Mbean, and had a hell of a time figuring out how to get to an EntityManager from within the MBean. No resource injection works, why I have no idea, is this a bug? @PersistenceContext did nothing, @Resource did nothing. No idea how to get that working. The @Management annot

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-13 Thread rocken7
Well the MDB is a SLSB, therefore kind of wrong to bind into jndi. So what I did was use an entity bean (cached) with configuration props and inject that into the MDB in order to manage the message queue. This will work pretty well. And my jmx bean will set props (manage) on the entity config

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
Ok I can insert the MDB via the @PostConstruct method, by binding to jndi, but that feels wrong, is there a way to specify the jndi? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027390#4027390 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
And how do I find the MDB instance in jndi? What would the jndi path be? I don't see it in the JNDIView ... How would I specify the jndi path for the MDB instance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027388#4027388 Reply to the post : http://w

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
Ok looks like i'll have to try out this approach: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3978558 But then why is there a @Management tag, doesn't that eliminate the need for .sars etc. ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40273

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-12 Thread rocken7
My MDB class implements MessageListener, which already has default JMX lifecycle methods: the org.jboss.ejb3.ServiceDelegateWrapper. There are activation properties well documented here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMessageListener I tried adding the @Management tag to th

[jboss-user] [Management, JMX/JBoss] - Add method to MDB for jmx/mbean?

2007-03-08 Thread rocken7
How could I add a trigger/method on my MDB so it shows up in the jmx-console? I use these annotations: @MessageDriven( @ActivationConfigProperty=xx ) public class myMDB implements MessageListener { ... } Is there an annotation to tag a method/operation for the mbean? I know I could use at

[jboss-user] [EJB 3.0] - Re: @NamedQuery and setting orderBy as a parameter?

2007-01-31 Thread rocken7
EJB3 is an ORM, therefore it shouldn't be so difficult to accept attributes (simple accessor method) for orderBy and then swap them out as it handles the query. Suppose I haven't written much in the realm of JPA, but some kind of mapping or framework hint should be accounted for this kind of

[jboss-user] [EJB 3.0] - @NamedQuery and setting orderBy as a parameter?

2007-01-30 Thread rocken7
Lets say you have a ton of records in a content table, and a lot of criteria to determine appropriate content. How would you specify the orderBy and sort on a @NamedQuery, say as a parameter or by overriding the default orderby etc. ? I know i can annotate a bunch of @NamedQuery's but do I

[jboss-user] [EJB 3.0] - EntityManagerFactory null from JNDI?

2006-10-04 Thread rocken7
EntityManagerFactory is null in jndi. No errors, no warnings, notta just null or "not found" etc. Yep I've seen posts on this, but no good answer. jboss-4.0.4.GA So far my SLSB beans work remotely for unit tests. But ... How do you get an EntitManagerFactory from outside the container?

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.4RC1 - no Web Console and No Style!

2006-10-02 Thread rocken7
Also, lets talk a little about the web-console, and about jmx-console ... Plz my brethren jboss folks, take a moment and look at your console design, mn ... you couldn't pay me to make such ugly azz stuff. Its like you were hit over the head with a club as you coded up the page. Or you

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.4RC1 - no Web Console

2006-10-02 Thread rocken7
Yet-Again No web console, and about 50 posts all with different ideas on how to fix it. Gee, how about 1 friggin How-To-Fix-WebConsole from jboss peeps? C'mon, i see posts going all the way back to 2003 on this, yet 4.0.4.GA don't work either, the applet.jar issue with IMarshalledValue that

[jboss-user] [Beginners Corner] - Re: Problems in web-console

2006-10-02 Thread rocken7
Why doesn't JBOSS do this ? wtf ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975609#3975609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975609 ___ jboss-user mail