[JBoss Seam] - Interceptor.onLoad not called
by wise_guybg
Hi,
I have a Seam 1.2.1.GA application. I installed an implementation of the interface org.hibernate.Interceptor and declared it in the persistence.xml as hibernate.ejb.interceptor.
The interceptor works (ex.: onSave(), onFlushDirty()) except that onLoad() doesn't get called. I don't know what is wrong in the Hibernate implementation. I guess that there is a problem with the DefaultPreLoadEventListener who should call my interceptor.
He is defined in org.hibernate.event.EventListeners as a default listener to the event "pre-load". I can try declaring event listeners instead of the interceptor but I want to know why the interceptor doesn't work as it is supposed to.
I use JBoss 4.2.1.GA which has a Hibernate 3.2.1 SP1 implementation.
PS Excuse me if this is not the place to ask about this question.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075211#4075211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075211
18Â years, 10Â months
[Security & JAAS/JBoss] - Problems with reading the keystore
by chii
I'm using Jboss 402 with SSL enabled.
When starting server, i receive the following error
15:31:16,663 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
15:31:17,540 INFO [ChannelSocket] Port busy 8009 java.net.BindException: Address already in use
15:31:17,541 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8010
15:31:17,563 INFO [JkMain] Jk running ID=1 time=0/62 config=null
15:31:17,810 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 2m:3s:909ms
15:32:06,826 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDefaultSignatureImpl/initKeyStore encounter some problems: object not initialized for verification
I verified that the keystore is not corruped by using the keytool util.
Another Jboss is running on the same machine (on port 9090)? but it uses 8009 for some other purposes.
How can I change 8009 port to some other so that the keystore could be read properly? Because I can't see 8009 in /server/default/deploy/.../server.xml file
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075205#4075205
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075205
18Â years, 10Â months