[jboss-user] [Remoting] - Re: JBoss5 DetectorService

2009-07-20 Thread Rhodan
I got it running using the above mbean-example. If i correctly remember i only changed the used port to (default?) 2410. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244269#4244269 Reply to the post :

[jboss-user] [Remoting] - JBoss5 DetectorService

2009-06-09 Thread Rhodan
Hello, i have written an Java-Client, that connects to an JBoss 5.1. This connection should first be possible, when the jboss server is fully started. Therefore i tried to get jboss remoting's detector service working in jboss and client. The client's detector seems to work, but the jboss

[jboss-user] [JCA/JBoss] - Re: ClassNotFoundException: org.jboss.resource.deployers.man

2009-04-15 Thread Rhodan
anonymous wrote : What is rcp pluging? see http://wiki.eclipse.org/index.php/Rich_Client_Platform. Meanwhile we found the reason for the ClassNotFoundError(s). When packaging jboss inside an rcp-plugin, then the root classloader isn't the jboss one anymore, instead it is the bundle-Classloader

[jboss-user] [JBoss OSGi] - Jboss 5 as plugin/bundle inside another osgi-implementatin -

2009-04-09 Thread Rhodan
Hello, don't know if it's the right place here - but we have an osgi-problem with jboss 5 Due to the absence of an embeded jboss we are trying to boot the whole jboss 5 as a single plugin inside of an rcp-application (=equinox-osgi implementation). Already fixed follwoing problems: -

[jboss-user] [JBoss OSGi] - Re: Jboss 5 as plugin/bundle inside another osgi-implementat

2009-04-09 Thread Rhodan
anonymous wrote : With the next release JBossOSGi will have Equinox integration | | https://jira.jboss.org/jira/browse/JBOSGI-31 That means, we can run equinox-bundles in Jboss. But what i need is the inverse: running plain jboss inside an equinox-bundle... View the original post :

[jboss-user] [JCA/JBoss] - ClassNotFoundException: org.jboss.resource.deployers.managem

2009-04-07 Thread Rhodan
Hello we are using jboss 5.0.1 inside an rcp plugin. On Jboss startup we ar getting an classNotFoundException which seems related to JCA: 009-04-07 10:47:15,320 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (Start Level Event Dispatcher) Error installing to

[jboss-user] [Security JAAS/JBoss] - Re: sessioncontext getPrincipal returns empty string in 5.0.

2009-03-24 Thread Rhodan
Could you try to set: securityClient.setVmwideAssociation(true) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220487#4220487 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220487

[jboss-user] [Security JAAS/JBoss] - Re: sessioncontext getPrincipal returns empty string in 5.0.

2009-03-23 Thread Rhodan
How do you login ? From an remote-client, web-app or anything else ? How looks your login code...? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220317#4220317 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220317

[jboss-user] [EJB 3.0] - Re: Hibernate specific @Index annotation is ignored

2008-05-20 Thread Rhodan
This bug(?) seems to further exist. Anyone got @Index working inside jboss ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151953#4151953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151953

[jboss-user] [EJB 3.0] - Re: Hibernate specific @Index annotation is ignored

2008-05-20 Thread Rhodan
We are using: Jboss 4.2.2 GA Hibernate EntityManager 3.2.1.GA Hibernate Annotations 3.2.1.GA Hibernate 3.2.4.sp1 Following example for defining the index: | @Column | @org.hibernate.annotations.Index(name = test_idx) | public String getUserName() { | return this.userName; | }

[jboss-user] [EJB 3.0] - Re: Hibernate specific @Index annotation is ignored

2008-05-20 Thread Rhodan
Sometimes it's mystical. I could swear i tested with create and it was not working. But now i checked again and as you said it worked with create. Thank you ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152003#4152003 Reply to the post :

[jboss-user] [Remoting] - Re: How to add ConnectionListener in JBoss ?

2008-04-16 Thread Rhodan
Ok, i managed it now to add the listener via a self created jboss-service, which adds the listener through the JMX RMIAdaptor (see Jboss 4.0 guide, page 69) to the configured Remoting-MBean(s) on server startup. But i'm asking myself, if this is the normal way, to add a connection listener in

[jboss-user] [Remoting] - How to add ConnectionListener in JBoss ?

2008-04-15 Thread Rhodan
Hello, i'm currently evaluating jboss-remoting for our project. Therefore i tried to implement a server-side connection listener. I understand, that i declarative can configure and deploy a (socket-) connector via jboss-service.xml or an own *-service.xml. But how can i bind

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.GA released

2007-12-14 Thread Rhodan
The stable Update site doesn't list the 2.0.0 GA Release for me (having 2.0.0CR1 installed). Furthermore the link http://download.jboss.org/jbosstools/extras to the packaging migration script gives me only a 403 Forbidden error. View the original post :

[jboss-user] [JNDI/Naming/Network] - Missing org.jboss.naming.NamingContextFactory in jbossall-cl

2007-03-07 Thread Rhodan
We upgraded to Jboss 4.20CR1 and use inside a java client application org.jboss.security.jndi.JndiLoginInitialContextFactory as InitialContextFactory But since upgrade there will be a NoClassDefFoundError thrown for org/jboss/naming/NamingContextFactory. The 4.20CR1 release seems to missing

[jboss-user] [EJB 3.0] - persistence.xml: 'hibernate.session_factory_name' property n

2006-12-19 Thread Rhodan
Hello, if i try to bind the hibernate session factory to jndi via hibernate.session_factory_name property in the persistence.xml in my application.ear, this property will not be evaluated on deployment. It only works, if i put these property into