Caveats:
You have to change the XXX.launch file while Eclipse is not running - apparently the file is not reread when you start the server, and also the file is overwritten when you stop Eclipse. So stop Eclipse first, then change the file.
Eclipse can no longer tell if the JBoss AS has started because Eclipse is looking at JNDI port 1099, which is not used by the ports-01 port configuration. I thought I saw a post about this earlier.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226000#4226000
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226000
I thought it should be as easy as specifying a property somewhere, but it appears that no such place exists. It even looks like Eclipse runs JBoss AS via a java command that it generates, rather than relying on the run.bat file, so it is not like you could edit the run file.
Found it! Look in workspace\.metadata\.plugins\org.eclipse.debug.core\.launches\XXX.launch, where XXX is the name you gave to the server. Edit this entry:
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--configuration=admin -b localhost"/>
|
Perhaps you should ask about this in the JBoss Tools (Users) forum; being able to provide additional command line arguments sounds like a worthwhile new feature request to me.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225998#4225998
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225998
I'm working with JBoss 4.0.3SP1 and message driven beans. All users of any kind on the system have to auth with ldap to subscribe to any message queues. We currently have our ldap passwords encrypted in the xml files, but have yet to find a way to encrypt the mdb-password.
I've been looking around for a way to encrypt/encode the mdb-password in the jboss.xml file and have not found any useful information. Is there a way to do this?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225997#4225997
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225997
Hello!
I am really interested in the progress of JBoss OSGi. As far as I understand JBoss AS 5 uses OSGi for loading services internally. Am I right?
Is it already possible to deploy EJBs as OSGi bundles or will it be possible in the near future? That would be a really nice feature. Unfortunately, I couldn't find any further documentation about that (neither in the JIRA nor in the docs).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225986#4225986
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225986
"csorbag" wrote :
| I tried both ejb-jar.xml and jboss.xml. None of them worked. I know the tutorial mentions only jboss.xml. The problem is that there is only a partial deployment descriptor in the tutorial that does not mention where I should put the service tag. Unfortunately I couldn't even find any references to the deployment descriptor XSD or DTD, so I couldn't figure out myself. No matter where I put the service tag I get the following exception after deploying the service:
|
I finally found the DTD of jboss.xml (jboss_5_0.dtd under docs/dtd). I simply cannot find any trace of the service tag in that. I'm totally confused :(
Is it a deprecated feature in the new release? Do I misunderstand something?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225979#4225979
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225979