[jboss-user] [JBossWS] - Re: missing ant.properties.examples
I was able to get this to work. I didn't have to run any ant script. The Users Guide had a more complete java source listing and after adding the EJB3 Remote interface the the service deployed correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242869#4242869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242869 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - missing ant.properties.examples
In the installation instructions for 3.0.3 GA it says to first copy ant.properties.examples to ant.properties, but the file does not exist. I have JBoss 4.2.3 and JBossWS 3.0.3 native. I have built an annotated EJB3 project and put the jar file in the deploy directory as instructed in the QuickStart guide. But then I look and there are no registered endpoints. When I start the server I see my service in the log: 12:15:34,432 INFO [EJBContainer] STOPPED EJB: com.sample.labor.management.ejb.LaborServiceBean ejbName: LaborServiceBean 12:15:34,432 WARN [JmxKernelAbstraction] jboss.j2ee:jar=LaborService.jar,name=LaborServiceBean,service=EJB3 is not registered 12:15:34,432 INFO [TomcatDeployer] undeploy, ctxPath=/LaborService, warUrl=.../tmp/deploy/LaborService.jar13106.war/ 12:15:34,432 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=LaborService,endpoint=LaborServiceBean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242685#4242685 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242685 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Namin service ports
It is too bad that nobody ever answers these RMI questions. I also have same question but do not expect that anyone will ever answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204837#4204837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204837 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Remoting] - Re: Can custom APIs be bound in the RMI Registry started by
I have this same question. Seems like this would be a remoting question, but I am also having trouble finding the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204829#4204829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204829 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Remoting] - running an RMI server on same server as JBoss
I have a method that I have exposed via RMI. First I start the registry using: start rmiregistry Then I start the server like this java -cp -Djava.rmi.server.codebase=file:/d:/blah.jar -Djava.security.policy=server.policy -Djava.rmi.server.hostname=10.38.12.17 com.example.ServerCode This is working fine, but when I start JBoss on the same server the rmi port gets blocked by the JBoss server. I dug around and found something I could change in the jboss-service.xml that would cause both things to run on same box: -1 By setting this to -1 things work (it was 1099), but what have I disabled? JNP is the JNDI naming protocol right? Does this mean JNDI lookups will now fail on this JBoss? I also wanted to try and get RMI to stop using port 1099 all together so I would have no impact on JBoss. I've looked into running my RMI server using rmid, but haven't understood whether that will help. Can anyone please give me some hints? Thanks - Jesse jdri...@yahoo.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204824#4204824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204824 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Eclipse IDE (users)] - xdoclet.modules.ejb.EjbDocletTask not found in nerw JBoss ID
I've installed JBoss IDE 1.6 and am running the tutorial http://docs.jboss.com/jbosside/tutorial/build/en/html/tutorial.preparation.html I create the project but when I try to build aznd run after creating the xdcolet I get: BUILD FAILED /home/jboss/workspace/Tutorial/xdoclet-build.xml:20: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found Total time: 1 second This is in the console window. Are there any instructions on where I can get this package and how to install properly? Thanks. - Jesse View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039599#4039599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039599 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user