[jboss-user] [JBoss Tools] - Re: AS 7.1 configuration in JBoss Tools 3.3 M5 does not autodetect ports

2012-02-23 Thread heapifyman heapifyman
heapifyman heapifyman [https://community.jboss.org/people/heapifyman] created the discussion "Re: AS 7.1 configuration in JBoss Tools 3.3 M5 does not autodetect ports" To view the discussion, visit: https://community.jboss.org/message/719

[jboss-user] [JBoss Tools] - AS 7.1 configuration in JBoss Tools 3.3 M5 does not autodetect ports

2012-02-23 Thread heapifyman heapifyman
heapifyman heapifyman [https://community.jboss.org/people/heapifyman] created the discussion "AS 7.1 configuration in JBoss Tools 3.3 M5 does not autodetect ports" To view the discussion, visit: https://community.jboss.org/message/719

[jboss-user] [JBossWS] - Installing jbossws on Mac OS X fails due to missing tools.ja

2008-02-21 Thread heapifyman
Hello. I tried running the ant script for installing jbossws 2.0.3 into a jboss 4.0.5 following the installation instructions but the installation failed because it couldn't locate the tools.jar in the jdk. Could someone give me a hint on how I can install jbossws under Mac OS X? Thanks in adva

[jboss-user] [EJB 3.0] - embedded-jboss-beans.xml and no-tx-datasource

2007-10-12 Thread heapifyman
Hello. What would I have to add to the embedded-jboss-beans.xml to specify an additional datasource that is a "no-tx-datasource"? I couldn't really find any examples for that on the web. Or is this not supported by the embedded jboss? Thanks in advance. View the original post : http://www.jbo

[jboss-user] [EJB 3.0] - TimerService: stop a timer

2007-06-25 Thread heapifyman
Hello. I'm trying to find out what's the best way to stop a timer at a predefined date. Actually, I'm looking for a method like createTimer(Date initialExpiration, Date lastExpiration, long intervalDuration, Serializable info) where one can also set a Date when the timer should stop. Are there

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: No wrapped types available

2007-02-06 Thread heapifyman
Okay, thanks. I'll try it. Is there already a date when version 1.2.0 will be officially released? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011829#4011829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011829

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: No wrapped types available

2007-02-01 Thread heapifyman
Edit: That is a JSR-181 web service. >From what I understand Document/literal wrapped is not supported for JSR-181 >web services. Am I right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009554#4009554 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBossWS] - org.jboss.ws.WSException: No wrapped types available

2007-02-01 Thread heapifyman
literal wrapped not supported by JBossWS? Thanks in advance, heapifyman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009541#4009541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossWS] - NoSuchMethodError when deploying JSR181POJO war

2006-12-07 Thread heapifyman
Hello. I've upgraded from JBossWS 1.0.3 to 1.0.4 under JBoss 4.0.4GA and now, when I try to deploy the JSR181POJO sample coming with the distribution, I get the following exception which I don't understand: | java.lang.NoSuchMethodError: org.jboss.ws.deployment.JSR181Deployment.(Lorg/jboss/

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configuring custom naming service port in Eclipse IDE

2006-09-12 Thread heapifyman
Okay, thanks for the answer. I was just confused because the JIRA entry said fix version 2.0.0.Beta1 and I couldn't find the setting anywhere. Sorry, no offence ;) Greetings, Philip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971012#3971012 Reply to the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configuring custom naming service port in Eclipse IDE

2006-09-12 Thread heapifyman
Actually, this seems to be done already: http://jira.jboss.com/jira/browse/JBIDE-301?page=all But I must be blind because even after upgrading to version 2.0.0 beta1 yesterday, I cannot find any setting for the jndi port in the configuration. At least not in the JBoss IDE configuration dialogue.

[jboss-user] [JBoss Eclipse IDE (users)] - Configuring custom naming service port in Eclipse IDE

2006-09-11 Thread heapifyman
Hello. I've changed the naming server port in /server/all/conf/jboss-service.xml of my JBoss 4.0.4, since I was getting these enerving error messages that port 1099 was already in use (although sometimes netstat told me that port 1099 was really NOT in use). However, I couldn't find a way to c

[jboss-user] [JBossWS] - compilation error when trying to build 1.0.2 samples

2006-08-24 Thread heapifyman
Hello everyone. I just installed JBossWS 1.0.2 GA and it seems to be running fine in JBoss, but I'm not able to build the samples. I adapted ant.properties to my environment (set jboss.jdk15.home) but when running ant I get a compilation error because apparently junit libs cannot be found.

[jboss-user] [JBossWS] - Re: problem on invoking WS

2006-07-12 Thread heapifyman
Oh, I forgot: you may have to pass another Parameter to the createService() method then containing the URL for the jaxrpc-mapping.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957269#3957269 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - Re: problem on invoking WS

2006-07-12 Thread heapifyman
Hi. I had the same error message when using the ServiceFactory but when changing it to jboss' ServiceFactoryImpl in the client code everything worked fine. | ServiceFactoryImpl factory = new ServiceFactoryImpl(); | Greetings, philip View the original post : http://www.jboss.com/index.ht