[jboss-user] [EJB 3.0] - Re: Bad EAR generated by Eclipse?
rtyruru View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210105#4210105 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210105 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Separate Execute Queue in JBOSS
Oh my, I'm also coming from a WL point of view, and I have to say I'm extremely surprised JBoss does not support separate execute queues. OTH, I'm sure some developers that use JBoss as their AS must surely had encounter a situation where resources had to be prioritized (or contained) differently from the rest. How exactly people manage this? If, for reasons of performance or availability you have to segregate your incoming requests into different queues/thread pools/whatever, how do you guys handle that in JBoss? Do you need to have separate JBoss instances for each group? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210103#4210103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210103 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: jboss-dukes-bank app
Hi, If you want to see the banner in the Dukes web app you have got to code the banner.jsp as follows, | | | | and change the web.xml as follows, | | | bank | /bank/* | true | true | /template/prelude.jspf | | | Regards, Jose Alvarez de Lara View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210102#4210102 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210102 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: The database returned no natively generated identity val
Thanks WolfGang , i found the problem why sequence is not working. here ejb is creating tables if i remove tables and run my application it is working fine. but now my requirement is to prevent ejb creating tables. Is there any set up to do like that. Ramu View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210101#4210101 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210101 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Cache: Core Edition] - or format?
I am trying to configure JBossCache 3 as 2nd level cache for Hibernate 3.3.1.GA. Official-looking http://galder.zamarreno.com/wp-content/uploads/2008/09/hibernate-jbosscache-guide.pdf says caches ought to be configured like so (see p.24): anonymous wrote : | | | | | ... | On the other hand, http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.0.2.GA/userguide_en/pdf/userguide_en.pdf instructs this format (p.105): anonymous wrote : | http://www.w3.org/2001/XMLSchema-instance"; | xmlns="urn:jboss:jbosscache-core:config:3.0"> | | --> | | | | Is the latter the correct one? If so, then I am guessing the earlier format was used with JBC2 and was deprecated in JBC 3? If that's the case then should I be using RegionFactory/CacheProvider *other* than one supplied with Hibernate 3.3.1.GA - org.hibernate.cache.jdbc2.JBossCacheRegionFactory? This RegionFactory expects cache config in format. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210100#4210100 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210100 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: installation questions on XP home.
"PeterJ" wrote : Another possibility: give it the file it wants. Copy mail.jar from common/lib to server/default/lib. Ditto for other files it complains about. This is the workaround some have used to make NetBeans happy. Yeah! I swear I did exactly the same thing 3x.. it finally started working OK. Logically it means human error... anyway... thanks Peter and Wolfgang! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210099#4210099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210099 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Persistence classLoader issue
hi all... i'm getting this issue when trying to jboss 4.2.3.ga (jdk1.6). it works fine in tomcat, so i'm thinking there's a clash in the hibernate jars (or something else). if someone has an idea, would be helpful: | pleapplicationeventmulticas...@1e48d65] | 20:32:05,157 INFO [STDOUT] ERROR: org.springframework.web.context.ContextLoader - Context initialization failed | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bookingService': Injection of persistence methods failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating be | an with name 'entityManagerFactory' defined in ServletContext resource [/WEB-INF/data-source-config.xml]: Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError: Class org.hibernate.ejb.Hibernate | Persistence does not implement the requested interface javax.persistence.spi.PersistenceProvider | at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(Persiste | nceAnnotationBeanPostProcessor.java:324) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCap | ableBeanFactory.java:998) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCap | ableBeanFactory.java:472) | thx in adv... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210098#4210098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210098 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - ERROR [ServerThread] - Failed to initialize / java.io.Stream
Running JBoss 4.0.5GA on an XServe dual G5 w/ Mac OS X Server 10.4.8. Using mod_jk 1.2.25-httpd-1.3 on Apache 1.3 (Mac OS 10.4 built-in Apache) as connector. Using default server instance - no clustering, etc. We have over a dozen servers running the above JBoss configuration with no problems for several months, but in the last month or two, 3 of them started spewing the below errors about every second. When we restart JBoss, its fine, but then within a day or two, it starts spewing the errors again. I've found lots of references to what sounds like the same problem (http://jira.jboss.com/jira/browse/JBAS-4007?page=all), but I haven't been able to find any solutions. I don't know why only 3 of our servers have this problem occurring, and not the rest. The error seems to start happening at midnight GMT, so we feel like it may be related to the log4j logfile rolling over (we're using the daily rolling log appender), but don't know why none of the other servers are seeing this issue, and why it started happening in the first place. Any help would be really appreciated. 2009-02-10 06:31:34,642 ERROR [ServerThread] - Failed to initialize java.io.StreamCorruptedException: invalid stream header at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:764) at java.io.ObjectInputStream.(ObjectInputStream.java:277) at org.jboss.invocation.pooled.interfaces.OptimizedObjectInputStream.(OptimizedObjectInputStream.java:131) at org.jboss.invocation.pooled.server.ServerThread.dorun(ServerThread.java:265) at org.jboss.invocation.pooled.server.ServerThread.run(ServerThread.java:156) 2009-02-10 06:31:36,670 ERROR [MsgAjp] - BAD packet signature 26481 2009-02-10 06:31:36,670 ERROR [ChannelSocket] - Error, processing connection java.lang.IndexOutOfBoundsException at java.io.BufferedInputStream.read(BufferedInputStream.java:306) at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:620) at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:577) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:685) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:613) 2009-02-10 06:32:04,403 ERROR [MsgAjp] - BAD packet signature 18254 2009-02-10 06:32:04,403 ERROR [ChannelSocket] - Error, processing connection java.lang.IndexOutOfBoundsException at java.io.BufferedInputStream.read(BufferedInputStream.java:306) at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:620) at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:577) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:685) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:613) 2009-02-10 06:32:04,523 ERROR [MsgAjp] - BAD packet signature 1025 2009-02-10 06:32:04,523 WARN [ChannelSocket] - Closing ajp connection 0 2009-02-10 06:32:04,583 ERROR [MsgAjp] - BAD packet signature 7424 2009-02-10 06:32:04,643 ERROR [MsgAjp] - BAD packet signature 27648 2009-02-10 06:32:04,703 ERROR [MsgAjp] - BAD packet signature 14408 2009-02-10 06:32:04,703 ERROR [ChannelSocket] - Error, processing connection java.lang.IndexOutOfBoundsException at java.io.BufferedInputStream.read(BufferedInputStream.java:306) at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:620) at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:577) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:685) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:613) 2009-02-10 06:32:04,764 ERROR [MsgAjp] - BAD packet signature 3 2009-02-10 06:32:04,765 ERROR [ChannelSocket] - Error, processing connection java.lang.IndexOutOfBoundsException View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210080#4210080 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210080 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
My tests to intercept newInstance calls via new() show that the pointcut won't work this way. Perhaps what's needed is: http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/misc/reflection.html The way @EJB, @Resource, etc works is that EJB3 looks for these and applies the logic as part of the Container lifecycle, so the interceptor approach is a bit different that our traditional handling. S, ALR View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210078#4210078 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210078 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB/JBoss] - HELP, PROBLEMS CONNECTING TO MULTIPLE DATASOURCES
Hello, I have this ejb that queries one database in one machine, gets the resultset massages the data opens a new connection to another database in a different machine and it is supposed to insert the data. However I get the following error message: 2009-02-13 18:32:50,188 INFO [STDOUT] org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000101:e001:4995ebf3:117 status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000101:e001:4995ebf3:117 status: ActionStatus.ABORT_ONLY >) I know it has to do with the different machine connections, because if I import the table and the data to the target database and use the same datasource to run the EJB it runs with no problem. JBoss 4.2.2 Mysql database Thanks for any help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210076#4210076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210076 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
Ok, tomorow morning I will try again with my pc's work where i found the bug, so I notify to you the eventual bug. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210070#4210070 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210070 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: Prevent Persistence of EJB Timers
I know they are not supported in the EJB 3.0 spec, however this is a JBoss extension since it's in the jboss.xml file. This is documented in the dtd for jboss.xml that comes with the installation and I have also seen it mentioned online. One would think that since JBoss has it in the DTD, that it should work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210069#4210069 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210069 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
"green804" wrote : I changed my app to use the @Interceptors, and everything is now working correctly. You're cheating by workaround. :D SFSB instances are created by class.newInstance, I'm doing some tests to see if AOP pointcuts to *->new(..) work this way. S, ALR View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210068#4210068 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210068 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
I'm glad to hear that it works for you now. But I'm afraid that the bug may still exist and you just can not repruduce it anymore ;) Anywaay if you bump into the same problem again and can desribe steps to reproduce it for sure then please report it to JIRA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210067#4210067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210067 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
I changed my app to use the @Interceptors, and everything is now working correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210066#4210066 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210066 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
"ALRubinger" wrote : You've got a SFSB My eyes are lying to me. Sorry, you've clearly got @Stateless on there. S, ALR View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210065#4210065 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210065 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
"green804" wrote : I had it under "Stateless Bean" because that's where it was in 4.2. Should I move it to "Intercepted Bean"? Does it matter where? Aha. You've got a SFSB, which is tied to domain "Stateful Bean". "Intercepted Bean" is a top-level parent (@see ). This is the pointcut | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210064#4210064 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210064 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
"green804" wrote : If I use the @Interceptors, does that mean I don't need all the stuff in the ejb3-interceptors file? Yes. But let's get to the bottom of this, so you'll be still able to use the old AOP way. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210063#4210063 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210063 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
If I use the @Interceptors, does that mean I don't need all the stuff in the ejb3-interceptors file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210062#4210062 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210062 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
"ALRubinger" wrote : Ales, what should the pointcut be do to the lifecycle | It should only apply to @Stateless, @Stateful and @MDB annotated classes. Not sure about the @Service. btw: green804, you can use EJB3's @Interceptors(SpringLifecycleInterceptor.class) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210061#4210061 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210061 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
Sorry for that -- This is the pointcut View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210060#4210060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210060 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
Oh Kazakov, I just finish with a new test. And surprise all work fine! I must apologize for waste your time and, of course, I'm very grateful for your help. I've only change the pc, the night build and all work! I've use this packages: jboss-4.2.2.GA | jboss-seam-2.1.1.GA | richfaces-ui-3.3.0.GA | JBossTools-ALL-win32-3.0.0.GA-N200902131201-H1428 | eclipse-jee-ganymede-SR1-win32 | | Thanks again View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210059#4210059 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210059 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
I don't. I had it under "Stateless Bean" because that's where it was in 4.2. Should I move it to "Intercepted Bean"? Does it matter where? This is the pointcut View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210058#4210058 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210058 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - JBM poll frequency with HTTP transport
We've been successfully using the standard bisocket transport for our application but have a case where it would make more sense to use the HTTP transport. I've added the example remoting-http-service.xml file to our JBM server. The example file had the following: | | 102 | Since that's more frequent than we need, I increased the value to 5000. The client is able to connect and read messages from the queue, but given the polling interval is 5 seconds, I would expect to see a low number of connections from our single client. But what I'm seeing instead is a steady stream of very short-lived connections. There are typically only about 3-10 sockets in ESTABLISHED state at any point in time, which isn't a problem right now as we have a single client, but as the number of clients connecting to this server ramps up I'm concerned about the number of connections spiraling out of control. The client was unchanged from using the bisocket transport to the http transport and it registers a MessageListener with the MessageConsumer rather than calling receive. Does the connection behavior I've described seem correct? Is there something else I can/should add or set in the http remoting config file? Do we have to do something differently in the client to use http remoting? Any pointers would be greatly appreciated. Thanks, Dave View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210057#4210057 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210057 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
Do you have SpringInjectionInterceptor defined under the domain "Intercepted Bean" in ejb3-interceptors-aop.xml? If so, what's your pointcut? Ales, what should the pointcut be do to the lifecycle injection? S, ALR View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210056#4210056 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210056 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
Yes. That is exactly what is happening. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210054#4210054 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210054 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing
You mean you get NPE when trying to use your bean, since it was never injected? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210053#4210053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210053 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Remoting] - Re: Class Not Found Exception when remoting
Thanks for your reply. I found the problem. This is a clustered environment, and the sys-admin set up the servers to point to a shared netapp. The tmp directory was part of that shared space. When I started one server everything was fine. Then when I started the next server, the temp files were getting overwritten. That one took forever to track down. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210052#4210052 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210052 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss/Spring Integration] - AS5 @Spring injection failing
I am trying to upgrade from AS 4.2.1 to AS 5. Everything was working correctly in 4.2.1. I can't get the spring beans injected into by EJB3 using @Spring. I'm getting a null pointer exception in most of my beans. I see that the interceptor is only getting called for one of my EJBs. I've upgraded to use the correct spring deployer (3.1). I can see all the beans in my rules-spring.xml are instantiated. I see this in the JMX console: rules (class: org.jboss.spring.factory.NamedXmlApplicationContext) Below is the ejb-interceptors.xml | | | | | | | | | | | | | | | | | | | | | | | I see the following in the logs: 2009-02-13 21:19:23,465 DEBUG [org.jboss.aop.microcontainer.beans.Aspect] (main) Bound aspect org.jboss.spring.interceptor.SpringInjectionInterceptor; deployed:true I know that it's finding the interceptor 2009-02-13 21:20:16,876 DEBUG [org.jboss.ejb3.deployers.Ejb3Deployer] (main) * Ejb3Deployer Begin Unit: rules-engine.ear jar: rules-engine.ear | 2009-02-13 21:20:16,877 DEBUG [org.jboss.ejb3.Ejb3Deployment] (main) EJB3 deployment time took: 1 | 2009-02-13 21:20:16,878 DEBUG [org.jboss.ejb3.deployers.Ejb3Deployer] (main) * Ejb3Deployer Begin Unit: general-admin.jar jar: general-admin.jar | 2009-02-13 21:20:17,058 DEBUG [org.jboss.ejb3.interceptors.metadata.InterceptorMetaDataBridge] (main) ==> Creating interceptor metadata bridge | 2009-02-13 21:20:17,205 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice InvocationContextInterceptor with loader null | 2009-02-13 21:20:17,220 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.spring.interceptor.SpringInjectionInterceptor with loader null | 2009-02-13 21:20:17,227 INFO [org.jboss.spring.interceptor.SpringInjectionInterceptor] (main) Instantiating SpringInjectionInterceptor | 2009-02-13 21:20:17,231 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor with loader null | 2009-02-13 21:20:17,232 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.BlockContainerShutdownInterceptor with loader null | 2009-02-13 21:20:17,236 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.asynchronous.AsynchronousInterceptor with loader baseclassloa...@1dea382{vfsfile:/C:/jboss-5.0.0.GA/server/all/conf/jboss-service.xml} | 2009-02-13 21:20:17,247 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.ENCPropagationInterceptor with loader null | 2009-02-13 21:20:17,250 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.security.AuthenticationInterceptorFactory | 2009-02-13 21:20:17,254 DEBUG [org.jboss.ejb3.security.AuthenticationInterceptorFactory] (main) Creating interceptor with authentication manager 'null' | 2009-02-13 21:20:17,258 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.security.RunAsSecurityInterceptorFactory | 2009-02-13 21:20:17,262 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.aspects.tx.TxPropagationInterceptor with loader null | 2009-02-13 21:20:17,268 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.tx.CMTTxInterceptorFactory | 2009-02-13 21:20:17,295 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.stateless.StatelessInstanceInterceptor with loader null | 2009-02-13 21:20:17,297 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.tx.BMTTxInterceptorFactory | 2009-02-13 21:20:17,300 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.AllowedOperationsInterceptor with loader null | 2009-02-13 21:20:17,302 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor with loader null | 2009-02-13 21:20:17,304 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.connectionmanager.CachedConnectionInterceptorFactory | 2009-02-13 21:20:17,312 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.tx.CMTTxInterceptorFactory | 2009-02-13 21:20:17,313 DEBUG [org.jboss.aop.microcontainer.beans.GenericBeanAspectFactory] (main) Creating advice org.jboss.ejb3.tx.BMTTxInte
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
Thanks again for our support! I'm trying to install JBoss Tools in another pc and so I will do some test. When I will finish, I will write my result. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210047#4210047 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210047 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - websale example source code
I downloaded jbpm-3.3.1.GA and it doesn't contain the websale example source code as indicated here http://www.jboss.org/community/docs/DOC-11142 .. where and how is the best way to download it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210044#4210044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210044 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: Prevent Persistence of EJB Timers
Non-persistent timers are not supported in the current EJB 3 implementation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210042#4210042 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210042 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem to start jboss, vfszip issue
hi i downloaded the last release of jboss 5 GA and put it under opensuse 11.1 i don't changed nothing in the config... the machine have java 1.6 update 11 when i try to start the server i get this message: = | | JBoss Bootstrap Environment | | JBOSS_HOME: /opt/jboss-5.0.0.GA | | JAVA: /usr/lib/jvm/jre/bin/java | | JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Djava.net.preferIPv4Stack=true | | CLASSPATH: /opt/jboss-5.0.0.GA/bin/run.jar | | = | | 10:26:25,961 INFO [ServerImpl] Starting JBoss (Microcontainer)... | 10:26:25,962 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812042120) | 10:26:25,963 INFO [ServerImpl] Bootstrap URL: null | 10:26:25,963 INFO [ServerImpl] Home Dir: /opt/jboss-5.0.0.GA | 10:26:25,963 INFO [ServerImpl] Home URL: file:/opt/jboss-5.0.0.GA/ | 10:26:25,963 INFO [ServerImpl] Library URL: file:/opt/jboss-5.0.0.GA/lib/ | 10:26:25,964 INFO [ServerImpl] Patch URL: null | 10:26:25,964 INFO [ServerImpl] Common Base URL: file:/opt/jboss-5.0.0.GA/common/ | 10:26:25,964 INFO [ServerImpl] Common Library URL: file:/opt/jboss-5.0.0.GA/common/lib/ | 10:26:25,964 INFO [ServerImpl] Server Name: default | 10:26:25,964 INFO [ServerImpl] Server Base Dir: /opt/jboss-5.0.0.GA/server | 10:26:25,965 INFO [ServerImpl] Server Base URL: file:/opt/jboss-5.0.0.GA/server/ | 10:26:25,965 INFO [ServerImpl] Server Config URL: file:/opt/jboss-5.0.0.GA/server/default/conf/ | 10:26:25,965 INFO [ServerImpl] Server Home Dir: /opt/jboss-5.0.0.GA/server/default | 10:26:25,965 INFO [ServerImpl] Server Home URL: file:/opt/jboss-5.0.0.GA/server/default/ | 10:26:25,965 INFO [ServerImpl] Server Data Dir: /opt/jboss-5.0.0.GA/server/default/data | 10:26:25,966 INFO [ServerImpl] Server Library URL: file:/opt/jboss-5.0.0.GA/server/default/lib/ | 10:26:25,966 INFO [ServerImpl] Server Log Dir: /opt/jboss-5.0.0.GA/server/default/log | 10:26:25,966 INFO [ServerImpl] Server Native Dir: /opt/jboss-5.0.0.GA/server/default/tmp/native | 10:26:25,966 INFO [ServerImpl] Server Temp Dir: /opt/jboss-5.0.0.GA/server/default/tmp | 10:26:25,966 INFO [ServerImpl] Server Temp Deploy Dir: /opt/jboss-5.0.0.GA/server/default/tmp/deploy | 10:26:26,897 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/opt/jboss-5.0.0.GA/server/default/conf/bootstrap.xml | 10:26:27,668 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.IterableTimedVFSCache] | 10:26:27,678 INFO [VFSCacheFactory] Using VFSCache [IterableTimedVFSCache{lifetime=1800, resolution=60}] | 10:26:28,154 INFO [CopyMechanism] VFS temp dir: /opt/jboss-5.0.0.GA/server/default/tmp | 10:26:28,172 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled. | 10:26:29,673 INFO [ServerInfo] Java version: 1.6.0_11,Sun Microsystems Inc. | 10:26:29,674 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.0-b16,Sun Microsystems Inc. | 10:26:29,674 INFO [ServerInfo] OS-System: Linux 2.6.27.7-9-pae,i386 | 10:26:29,721 INFO [JMXKernel] Legacy JMX core initialized | 10:26:33,388 INFO [ProfileServiceImpl] Loading profile: default from: org.jboss.system.server.profileservice.repository.serializabledeploymentreposit...@c6b80e(root=/opt/jboss-5.0.0.GA/server, key=org.jboss.profileservice.spi.profile...@143b82c3[domain=default,server=default,name=default]) | 10:26:33,391 INFO [ProfileImpl] Using repository:org.jboss.system.server.profileservice.repository.serializabledeploymentreposit...@c6b80e(root=/opt/jboss-5.0.0.GA/server, key=org.jboss.profileservice.spi.profile...@143b82c3[domain=default,server=default,name=default]) | 10:26:33,391 INFO [ProfileServiceImpl] Loaded profile: profilei...@ac2d3c{key=org.jboss.profileservice.spi.profilekey@143b82c3[domain=default,server=default,name=default]} | 10:26:36,414 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/ | 10:26:41,521 WARN [AbstractDeploymentContext] Unable to register deployment mbean vfszip:/opt/jboss-5.0.0.GA/server/default/deploy/management/console-mgr.sar/web-console.war/applet.jar | javax.management.InstanceAlreadyExistsException: jboss.deployment:id="vfszip:/opt/jboss-5.0.0.GA/server/default/deploy/management/console-mgr.sar/web-console.war/applet.jar",type=SubDeployment already registered. | at org.jboss.mx.server.registry.BasicMBeanRegistry.add(BasicMBeanRegistry.java:767) | at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:236) | at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source) | at sun.ref
[jboss-user] [JBoss Cache: Core Edition] - Re: Pessimistic Locking
"nathanmesser" wrote : | I have a transaction T1, which reads a node A from the cache, so it should have a read lock on the node. | | This transaction is then suspended, when an EJB method is called with it's transaction attribute set to requiresNew. This transaction T2 then writes to the node. | | Transaction T2 then commits, and transaction T1 continues, and commits as well. | | I'm using Pessimistic Locking with an Isolation Level of READ_COMMITTED | | Why does T1s read lock not block T2s obtaining of the write lock? The semantic you described sounds like REPEATABLE_READ to me, not READ_COMMITTED. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210040#4210040 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210040 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: Prevent Persistence of EJB Timers
I have tried every possible but nothing seems to work. I have tried the bean impl class name, the interface name, and JNDI name. What else could it be? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210037#4210037 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210037 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - Re: JBoss 4.2.0 - Statistics Collector
How does everyone else collect performance related data then ? Even something like wlshell or some mbean browser would work for me ; I just dont know which would work with JBoss. -Kevin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210031#4210031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210031 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: multiple header support
Did any one of you guys find a solution to this problem? Any pointers would be very much appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210024#4210024 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210024 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - Re: JBoss 4.2.0 - Statistics Collector
You need to download the source code, its in the varia directory in there: jboss-4.2.3.GA-src/varia/src/main/org/jboss/varia/stats Be aware that since it is a contribution it might no longer work... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210021#4210021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210021 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - Re: jboss.tomcat.connectors.started JMX Notification Gone?
Thanks Dimitris and Brian for looking into this! "dimit...@jboss.org" wrote : If you're going to re-enable this in Branch_5_x look for the symmetrical shutting down notification, as well. I don't believe there is a symmetrical shut-down notice. I think the 4.x branch just depended upon the "org.jboss.system.server.stopped" generic JMX notification. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210016#4210016 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210016 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - gwt-console on tomcat?
simple question: does the gwt-console run on tomcat? or is jboss required? king regards, hans View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210012#4210012 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210012 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Needing two JBoss jars
"PeterJ" wrote : Which version of JBoss AS? Where, specifically, did you look? Well, actually I now found the jbosssx.jar in the common/lib folder and the jboss-common-core.jar in the lib folder. I guess the jboss-common-core.jar and the jboss-common.jar are the same. Right? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210011#4210011 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210011 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - JBoss 4.2.0 - Statistics Collector
I am having a tough time figuring out where to obtain Statistics Collector from. I read the Wiki link below and some of the articles in these forums, but it has not helped. http://www.jboss.org/community/docs/DOC-12313 I dont see any "varia" in my jboss install (other than the one in docs/examples and thats not very useful). Where should I get the Statistics Collector war or ear or sar from ? A link would help. Thanks, -Kevin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210005#4210005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210005 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: jboss nodes show membership in group
Yes, in the jboss.messaging:service=PostOffice mbean. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210002#4210002 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210002 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB/JBoss] - Jboss ejb error
I'm getting this error on a ping() method invoked form client app. every 10min: I'm using JBoss 4.2.3GA and I had this issue only form time to time for one of the deployments. NFO | jvm 1 | 2009/02/12 12:59:45 | 12:59:45,495 ERROR [LogInterceptor] EJBException in method: public abstract void com.pb.ejb.interfaces.PbUserService.ping() throws com.pb.base.PbException,java.rmi.RemoteException: INFO | jvm 1 | 2009/02/12 12:59:45 | javax.ejb.EJBException: Application Error: no concurrent calls on stateful beans INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invoke(StatefulSessionInstanceInterceptor.java:307) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.ejb.Container.invoke(Container.java:960) INFO | jvm 1 | 2009/02/12 12:59:45 | at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source) INFO | jvm 1 | 2009/02/12 12:59:45 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) INFO | jvm 1 | 2009/02/12 12:59:45 | at java.lang.reflect.Method.invoke(Method.java:597) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:231) INFO | jvm 1 | 2009/02/12 12:59:45 | at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source) INFO | jvm 1 | 2009/02/12 12:59:45 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) INFO | jvm 1 | 2009/02/12 12:59:45 | at java.lang.reflect.Method.invoke(Method.java:597) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) INFO | jvm 1 | 2009/02/12 12:59:45 | at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288) INFO | jvm 1 | 2009/02/12 12:59:45 | at $Proxy16.invoke(Unknown Source) INFO | jvm 1 | 2009/02/12 12:59:45 | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:769) is this a Jboss bug? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209997#4209997 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209997 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: upload file
Will uploadbean let you set the action URL? In a portlet, if you want input to come back to your portlet, you need to build the URL the method RenderResponse.createActionURL. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209994#4209994 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209994 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: jboss nodes show membership in group
Thanks Brian, we are actually using oracle as the back-end so we have removed that file. My dir contents look like this: connection-factories-service.xml destinations-service.xml jboss-common-jdbc-wrapper-4.3.0.GA.jar jboss-local-jdbc-4.3.0.GA.rar messaging-service.xml META-INF ojdbc14-10.2.0.3.jar oracle-ds.xml oracle-persistence-service.xml orai18n-10.2.0.3.jar remoting-bisocket-service.xml Should this go in the oracle-persistence-service.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209993#4209993 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209993 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Invoke jBPM workflow from external app
Code by hmuller worked however I had to use following jbpm.cfg.xml | | | | | | | | | | | | | | | | | | | | | | | | | and the following hibernate.cfg.xml | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | | org.hibernate.dialect.MySQLInnoDBDialect | | | com.mysql.jdbc.Driver | jdbc:mysql://localhost:3306/workflowdb | user | paswd | | | | | | | | | | | | | | | | | | | | | org.hibernate.cache.HashtableCacheProvider | | | true | true | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | basically I have commented JTA transaction properties and CMT transaction properties. I am unaware of the implications. Can someone throw some light on it. -Harshit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209992#4209992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209992 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: hanling exception ignored
Hi, My version of Jboss AS is 4.0.4. My version of Jboss - aop is 1.5.6. Hibernate 2.8 is in /lib folder of server. The HibernateException is correctly throw by the aspect but the catch is not efficient. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209990#4209990 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209990 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: upload file
Peter, i try to realize a upload with the uploadbean: http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html Uploadbean is a servlet but when i realize in a portlet there is a problem because doesn't function View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209985#4209985 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209985 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: jboss nodes show membership in group
In the deploy/jboss-messaging.sar/clustered-hsqldb-persistence-service.xml file's jboss.messaging:service=PostOffice mbean, try adding the following: ${jboss.partition.name:DefaultPartition} I don't know why that isn't there by default; probably an oversight. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209978#4209978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209978 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
Any errors in Log? I still can't reproduce it. :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209975#4209975 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209975 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
I've tried 2-3 times, but if you want tonight I try to recreate another ear project View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209974#4209974 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209974 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: upload file
First things first - have you tried doing file upload using a simple servlet? If not, I suggest you try that first. Use the common file upload library, it provides a simply api and does most of the work for you. http://commons.apache.org/fileupload/ Once you have that working, you can start to port your code to a portlet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209973#4209973 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209973 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Create table warning... Need help!
That's what I get for not reading your post more carefully. The warning is expected and is not an issue. Apparently quartz blindly attempts to create the table each time it runs and when it discovers the table is there already it generates a warning. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209971#4209971 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209971 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: loop during deploy
This issue has probably already been addressed in the JBossAS5 forum: http://www.jboss.org/index.html?module=bb&op=viewforum&f=287 If you can't find it, repost your question there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209968#4209968 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209968 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Needing two JBoss jars
Which version of JBoss AS? Where, specifically, did you look? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209966#4209966 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209966 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: JDK 1.6.0_10/JBoss4.2.0.GA/JBossWS 2.0.0 - setProperty m
Do you have CLASSPATH set globally? Or you can try this. Add "-verbose:class" to the JAVA_OPTS in run.conf. This option prints each class loaded and the JAR it was loaded from. This should help you locate the stray JAXB JAR file that is being picked up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209965#4209965 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209965 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - Re: jboss.tomcat.connectors.started JMX Notification Gone?
If you're going to re-enable this in Branch_5_x look for the symmetrical shutting down notification, as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209964#4209964 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209964 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: War file produces org.apache.commons.logging.LogConfigur
Do not remove commons-logging from JBoss AS - leave it there! Only remove the one in your app. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209962#4209962 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209962 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum
Does this help: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4203352#4203352 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209961#4209961 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209961 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Jboss5 vs jboss4 application error
Also, did your see this part of what you posted: "(SEE PREVIOUS ERRORS FOR DETAILS)"? There should be stack traces earlier in the console log that detail what the causes for the error are - what you posted was just a report that said things failed. (You might need to increase the console buffer size to prevent the exception stack traces from overflowing the buffer - I set mine at 9000 lines). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209960#4209960 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209960 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: upload file
i have problem because that code is almost difficult and i don't know what do the libraryhelp me Peter... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209959#4209959 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209959 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Re: Deployment issue on running run.bat file of jboss-portal
1 mr gss, ur usn jdk5. dd u dwnlod d as 4 jdk5 or jdk6? prhps ur usn d rong 1? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209957#4209957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209957 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: Couldn't handle invocation directly within...StatelessRe
Wow! two replies @jaikiran jaikiran, thanks for your response. >>That's just a DEBUG message. What errors or exception stacktrace do you see? You are right that they are just debug messages. The only real error (Please ignore the trinidad error, further down) is in the following line: | 2009-02-13 15:19:25,750 ERROR [com...web.bean.AbstractDocumentPageBean] (http-localhost%2F127.0.0.1-8080-2) Exiting createButton_action : Unexpected error when creating Document. | If I may refer you back to "JSf Backing beans: AbstractDocumentPageBean, Package: web.war" above, this error is generated in the [try] catch. The issue--as I see it but you might tell me otherwise--is that "getDocumentManager().createEntity(bean)" is not accessed. If it did, I would see in the jboss log the following: "Entering createEntity" And I thought this might be related to the "Couldn't handle invocation directly within...StatelessRemoteProxyInvocationHandler" messge--I don't know. Thanks jaikiranfor any further suggestions. | 2009-02-13 15:19:24,264 DEBUG [org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase] (http-localhost%2F127.0.0.1-8080-2) Couldn't handle invocation directly within org.jboss.ejb3.proxy.handler.session.stateless.statelessremoteproxyinvocationhand...@142cbba: Current invocation "public abstract com...entity.model.DocumentEntity com...ejb.intf.DocumentService.createEntity(com...entity.model.DocumentEntity) throws com...dao.exception.DAOException" is not eligible for direct handling by org.jboss.ejb3.proxy.handler.session.stateless.statelessremoteproxyinvocationhand...@142cbba | 2009-02-13 15:19:24,317 DEBUG [org.jboss.ejb3.proxy.invocation.InvokableContextStatefulRemoteProxyInvocationHack] (http-localhost%2F127.0.0.1-8080-2) Received invocation request to method com...ejb.intf.DocumentRemote: com...ejb.intf.DocumentService.createEntity(com...entity.model.DocumentEntity); using hash: 5676740933045534775 | 2009-02-13 15:19:25,140 DEBUG [org.jboss.ejb3.stateless.StatelessContainer] (http-localhost%2F127.0.0.1-8080-2) Received dynamic invocation for method with hash: 5676740933045534775 | 2009-02-13 15:19:25,750 ERROR [com...web.bean.AbstractDocumentPageBean] (http-localhost%2F127.0.0.1-8080-2) Exiting createButton_action : Unexpected error when creating Document | 2009-02-13 15:19:25,897 DEBUG [javax.enterprise.resource.webcontainer.jsf.context] (http-localhost%2F127.0.0.1-8080-2) Adding Message[sourceId=<>,summary=Unexpected error when creating Document) | 2009-02-13 15:19:25,899 DEBUG [javax.enterprise.resource.webcontainer.jsf.application] (http-localhost%2F127.0.0.1-8080-2) No navigation rule found for null outcome and viewId /pages/document/new.jspx Explicitly remain on the current view | 2009-02-13 15:19:25,899 DEBUG [javax.enterprise.resource.webcontainer.jsf.lifecycle] (http-localhost%2F127.0.0.1-8080-2) Exiting InvokeApplicationsPhase | 2009-02-13 15:19:25,900 DEBUG [javax.enterprise.resource.webcontainer.jsf.timing] (http-localhost%2F127.0.0.1-8080-2) [TIMING] - [1755ms] : Execution time for phase (including any PhaseListeners) -> INVOKE_APPLICATION 5 | 2009-02-13 15:19:25,901 DEBUG [javax.enterprise.resource.webcontainer.jsf.lifecycle] (http-localhost%2F127.0.0.1-8080-2) render(org.apache.myfaces.trinidadinternal.context.facescontextfactoryimpl$cacherender...@3b474f) | 2009-02-13 15:19:25,901 DEBUG [javax.enterprise.resource.webcontainer.jsf.lifecycle] (http-localhost%2F127.0.0.1-8080-2) Entering RenderResponsePhase | 2009-02-13 15:19:25,902 DEBUG [javax.enterprise.resource.webcontainer.jsf.lifecycle] (http-localhost%2F127.0.0.1-8080-2) About to render view /pages/document/new.jspx | 2009-02-13 15:19:25,905 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-2) Feb 13, 2009 3:19:25 PM org.apache.myfaces.trinidadinternal.skin.SkinFactoryImpl getSkin | WARNING: Can't find a skin that matches family -skin and renderkit org.apache.myfaces.trinidad.desktop, so we will use the simple skin | @Wolfgang Knauf >>But what does "getDocumentManager()" do ;-)? Hopefully it returns just the >>member variable? Wolfgang Knauf, thanks for your reply. Yes "getDocumentManager() is the getter method for the 'documentManager." I did not include it in my post to save space. >>What is this class "DocumentService"? DocumentService is a super class of "DocumentRemote" I have something like the following: | import com...entity.model.DocumentEntity; | | /** | * The DocumentService interface. | */ | interface DocumentService extends java.io.Serializable{ | public DocumentEntity createEntity(DocumentEntity b
[jboss-user] [Clustering/JBoss] - jboss nodes show membership in group "null-CTRL" or "null-D
we have jboss clustered nodes set up with specific jboss partition name and messaging groupname. However, the nodes log group membership to "null-CTRL" or "null-DATA". where is this configuration getting picked up from? running jboss-eap-4.3.0-cp03 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209952#4209952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209952 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - Re: jboss.tomcat.connectors.started JMX Notification Gone?
Not 100% sure but I think this got dropped when the old Branch_4_2 JBossWeb class got merged into the TomcatDeployers class in trunk (later Remy and I broke it back out.) Bottom line though I don't see any reason jbrow shouldn't re-enable the notification. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209945#4209945 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209945 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache 3.0.3.CR1 released
Read all about it here: http://jbosscache.blogspot.com/2009/02/what-to-expect-in-jboss-cache.html Enjoy! Manik View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209944#4209944 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209944 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Invoke jBPM workflow from external app
Hi, I have deployed workflow in jBPM using jbpm-console. but when I am using Java class to start it I am getting folloeing exception. Exception in thread "main" org.hibernate.HibernateException: Could not locate TransactionManager at org.hibernate.transaction.JNDITransactionManagerLookup.getTransactionManager(JNDITransactionManagerLookup.java:26) at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:325) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1300) at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:105) at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95) at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99) at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:355) at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:639) at com.sample.action.WFProcessFactory.startProcess(WFProcessFactory.java:77) at com.sample.action.WFProcessFactory.main(WFProcessFactory.java:107) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.naming.spi.NamingManager.getInitialContext(Unknown Source) at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source) at javax.naming.InitialContext.lookup(Unknown Source) at org.hibernate.transaction.JNDITransactionManagerLookup.getTransactionManager(JNDITransactionManagerLookup.java:23) ... 9 more Please Help -Harshit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209942#4209942 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209942 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: hanling exception ignored
Which version of AS are you on? What you suggest is not be possible on AS 4.x since hibernate3.jar is in the lib/ folder, so the classes are loaded before server/xxx/deploy/jboss-aop.deployer is deployed. Unfortunately, even if you use compile-time weaving, you will still have problems since hibernate3.jar is deployed in a classloader that is the parent of loader containing the aop stuff. So basically on AS 4 you can only really aspectize the classes deployed as part of a deployment in the serve/xxx/deploy folder. I am not sure if anything else would work in AS 5 as it stands, but it could probably be made to work there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209941#4209941 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209941 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Create table warning... Need help!
Dear PeterJ, Thanks for the info. I downloaded the source for JBoss In Action, and built the Ch 15 production database (from which I discovered some minor configuring in the ch00/build.resources file - designating MySQL as the target DB, as well as providing MySQL root/pasword info). In any case, the Ant build was successful, so I now have a second production environment with which to compare when encountering issues going forward - thanks. Unfortunately, when I executed the production server configuration, I encountered the same warning (i.e., ran the production server once, which created the appropriate DB tables and had no warning; then ran the production server again, upon which the CREATE_TABLE warning occurred). It appears that the production implementation provided by the example source for the JBoss in Action book has the same issue (i.e., a CREATE_TABLE warning on all executions following the initial execution). Thanks again for your suggestions. ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209938#4209938 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209938 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo
FYI I have decided to cut a 3.0.3.GA. I expect 3.0.3.CR1 will be available for download in a few hours and 3.0.3.GA late next week if the CR looks good. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209936#4209936 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209936 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Dynamic Datasource invocation at runtime in JSF-EJB3-MySql a
This issue is regarding Dynamic Datasource invocation at runtime in JSF-EJB3-MySql application on Eclipse3.4.1-JBoss5.0.0 plateform. I have created a sample JSF-EJB3-MySql application on JBoss5.0.0 AS. Application works fine which performs CRUD operation in database schema "schema1" on table "table1". my JBoss5.0.0 server datasource file C:\jboss5.0.0\server\default\deploy\mysql-ds.xml looks like DefaultDS jdbc:mysql://host1:3306/schema1 com.mysql.jdbc.Driver username password 1 2 org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker mySQL my sample application has persistence.xml which looks like org.hibernate.ejb.HibernatePersistence java:/DefaultDS Primary requirement for my new application is as below, (1) Use JBoss Seam Framework to develop JSF-EJB3-MySql application on Eclipse3.4.1-JBoss5.0.0 (2) There are multiple databases (having exactly same table design structure) running on single database server "host1" placed in a central "Head Office" location i.e. jdbc:mysql://host1:3306/schema1 jdbc:mysql://host1:3307/schema2 jdbc:mysql://host1:3308/schema3 All the schemas listed above have has different JNDI name defined in mysql-ds.xml (multiple datasource configuration in one mysql-ds.xm file). As "table1" design structure is same in all the schema, the table1.java entity class of the application can be common. (3) The application will be deployed on one application server machine placed at the same central "Head Office" location where the database server "host1" is placed. This single application will access multiple databases running on database server "host1". This application will be called by various "Branch Office" from any other location say "Branch1", "Branch2" etc. So, is there any way in JBoss Seam framework using which, the application can identify which datasource to be invoked on the basis of "Branch User" login information ? i.e. Branch1 user --> invoke Schema1 datasource Branch2 user --> invoke Schema2 datasource I came across an article by Spring that provides the features as explained in http://blog.springsource.com/2007/01/23/dynamic-datasource-routing/ So, can we implement the Dynamic Datasource invocation logic in JBoss Seam using JSF-EJB3-MySql application on Eclipse3.4.1-JBoss5.0.0 plateform ? Thanks for your help in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209928#4209928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209928 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - Re: jboss.tomcat.connectors.started JMX Notification Gone?
As far back as svn history goes on Branch_5_0 fka trunk (15/Mar/07, in the TomcatDeployer class) this is commented out. In Branch_4_0 it was added on 4/25/05, r 30817 in the Tomcat5 class. That same commit included a change to the equivalent class in trunk. I can't figure out how to see the contents of that commit though; perhaps it inadvertently just wasn't uncommented in the trunk change. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209926#4209926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209926 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Jbpm 3.3.1 Timer Exception on executionContext.leaveNode
"dleerob" wrote : What's the easiest way for me to get the updated libraries which will include the bug fix for https://jira.jboss.org/jira/browse/JBPM-2036 ? There are no nightly builds afaik, so checking out the source and building yourself is the easiest to do. Then copy the specific classes to 3.3.1 or use the fully new jars View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209920#4209920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209920 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: hanling exception ignored
Hi, The space before the name of the aspect is just a copy paste error. The exception is correctly throw by the aspect but is never handle by the catch. I would to test the correct treatment of error in my catch. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209917#4209917 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209917 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
Have you tried to create one more EAR and check the issue? I just worry about steps to reproduce it... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209913#4209913 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209913 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & DEPLOYMENT] - loop during deploy
Hi, when I deploy my .ear file by jboss developer to Jboss 5, often the deployment loops. It does not reach the end, after the WSDL declaration (I have some web services there) Jboss automatically undeployes, then deployes my application again and this happens several times. Sometimes it shows a problem with PermGen space memory. I have noticed that cleaning the tmp directory under default deploy directory, usually helps. Is this a JBoss bug? Can anybody help me? Thanks, Paolo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209912#4209912 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209912 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Management, JMX/JBoss] - Re: jboss.tomcat.connectors.started JMX Notification Gone?
I didn't change this; when I did the refactor that line was already as it is now. I'm looking now at the history on the 5.x and 4.x branch to see if I can figure out why it's commented. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209906#4209906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209906 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
I've tried only with EAR project created by Seam Project Wizard, only with WAR works View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209905#4209905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209905 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: Mixed EJB2.1 / EJB3 SessionBeans in same ear fail deploy
EJB 3 with annotation and EJB 2 defined in ejb3DD - is possible, and works excellently in one single jar file. But the constraint is: EJB-2 Bean behaves like EJB-3 Bean. So the call to context.lookup("EJB2-Bean-JNDI") will return Remote object instead of Home object. I have try this kind of implementation in JBoss 4.2.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209904#4209904 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209904 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginners Corner] - Needing two JBoss jars
Hello, I need the binary distributions of jboss-common.jar and jbosssx.jar. Where can I find them? I have read somewhere that they are included in the JBoss Application Server but I can't find them. Thanks in advance! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209902#4209902 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209902 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP] - Re: hanling exception ignored
Hi, There is a space before the name of the aspect. This space could be messing with your JBoss AOP... try removing it. Plus, remember that you must specify the complete names of everything in the XML. So, is your SQLDeadlockExceptionInjector aspect in the default package? If not, you must specify the name of the package it is in. Let me know if this fix your problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209898#4209898 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209898 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: JDK 1.6.0_10/JBoss4.2.0.GA/JBossWS 2.0.0 - setProperty m
Hi, My conf : Windows XP JDK 1.5.0_14 JBoss AS 5.0.0 GA I get this "java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage" with my junit tests runned from ant. I checked that : - JBoss is the jdk5-compiled version - I compile Junit tests with the JDK5 and I launched Junit with all the JBoss libraries in the classpath : lib/endorsed, common and client. - To be sure, I removed all occurence of JDK and JRE 6.0 from my computer. If you have any clue... Thanks for your help. Eric View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209892#4209892 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209892 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory
Hi, Thanks for your help. I stopped the port 8080. Then I again started the server. But I am still getting the exception. Please Help !!! 18:50:45,478 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console, vfsUrl=jmx-console.war | 18:50:45,994 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} | | jboss.messaging.connectionfactory:service=MyExampleConnectionFactory | -> jboss.messaging:service=Connector,transport=http{Create:** NOT FOUND Depends on 'jboss.messaging:service=Connector,transport=http' **} | | | *** CONTEXTS IN ERROR: Name -> Error | | jboss.messaging:service=Connector,transport=http -> ** NOT FOUND Depends on 'jboss.messaging:service=Connector,transport=http' ** | | | 18:50:46,056 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 | 18:50:46,087 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 | 18:50:46,103 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 1m:7s:944ms Any help will be highly appreciated. Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209886#4209886 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209886 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: java source code generator
i think there is no application to do that.. But why you wanna do that exactly?? You have processDefinition object that represent exactly that.. and you can create it with your xml... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209884#4209884 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209884 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
It could be https://jira.jboss.org/jira/browse/JBIDE but I you say clean/build doesn't help... Do you reproduce it only for some particular project or for every EAR project created by Seam Project Wizard? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209883#4209883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209883 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - java source code generator
hello, is there a tool that produces java source code from a process definition and generates string constants for node-names, transition-names and so on? like from | | | | | | | | | | | | | | ... | | | to | | ... | class WorkflowConstants { | | public final String PROCESSDEFINITON_MYPROCESS = "my-process"; | public final String NODE_NODE_1 = "node-1"; | public final String TRANSITION_TRA_DECISION = "tra-decision"; | ... | | } | | | helps to keep process definitions and java code in sync and avoid missspelling of node and transition names. hans View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209882#4209882 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209882 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Microcontainer] - Re: annotation plugin - mismatch
No, it's currently per bean. I can push it into deployment element, afterward inherited by all beans. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209881#4209881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209881 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools (users)] - Re: EL content assist and EAR JBoss Tools on 3.0.0.GA-N20090
Yes, you are right. My JBoss Tools version is the night build JBossTools-ALL-win32-3.0.0.GA-N200902101801-H1424. Also for me there is a bug... Yes I tried many times to clean the project but it still doesn't work Thanks again View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209880#4209880 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209880 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: The database returned no natively generated identity val
Hmmm, after doing a bit of google I found that MySQL 5 does not support sequences at all. There are Auto Increment columns possible, but no sequence which updates it's value on each "select nextval from sequencename". Leave the strategy to "AUTO", remove the "@SequenceGenerator" annotation and hope that Hibernate uses an appropriate default. And activate SQL statement logging in your persistence.xml and take a look at the statements which are fired against your MySQL. Maybe they provide more info. Hops this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209878#4209878 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209878 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Security & JAAS/JBoss] - recomended type of autentisation
Hi, I need (and would appretiate any) hint. I'm writing some application and have to support a few places to authentize towards. I do not not how to describe it better, so sorry about my english. I've found out, that jboss does support four methods: basic, form, digest and client-certificate. I cannot use client-certificate and basic seems weak to me. I can use form over ssl, but I'm not sure whether is it enough and whether I should use some kind of challenge-response approach in it. Then there is digest, but I'm not sure how it works, since I did not found enough materials (at least I do not know what module-option passwordIsA1Hash means, and how exactly it all works) and moreover I do not know how (whether) I can use this kind of authentication with LDAP or ActiveDirectory. Do you have any suggestions? If you solve this problem in any better way, please tell me. I'm listening. Thanks in advance. alfonz. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209877#4209877 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209877 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Microcontainer] - Re: annotation plugin - mismatch
All this leads me to the question if there's any global/deployment configuration to specify Bean Access Mode? XML descriptor or pragmatically? it comes again to the scope configuration as discussed before. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209875#4209875 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209875 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: Problems with jBPM 3.3.0 GA and the GPD
Thanks! It helped. -Harshit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209872#4209872 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209872 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: jbpm 3.3.1 GA and Eclipse plugin
See that the zip file that you create does NOT have a folder to contain processdefinition.xml. The zip file must have all the contents at root. Then rename zip file to par, thereafter try to deploy. -Harshit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209870#4209870 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209870 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Cache: Core Edition] - Re: Getting Failed to insert node
"manik.surt...@jboss.com" wrote : "atifoxon" wrote : Have you checked the insert SQL also? | | I thought you said it was just the create table DDL that was broken. Have you tried it with my workaround? Could just be that your table structure was broken and hence the other SQL not working. Yes i have checked it after creating table manually but insert SQL is still generating syntax error "mircea.markus" wrote : | The cache loader will modify the data in the store (database in your scenario) when in memory data gets changed. What it won't do is update in-memry data whenever data gets modified in the database. The way the data from DB is updated when an in memory change is made is influenced by the "passivation" attribute of the "loaders" config element. | I am talking about the real database and not db acting as cache loader store. The scenario I am referring to is how dirty data marker concepts operates, whenever data get modified it is reflected in dirty data marker in db, so when requesting application see this dirty data marker set, it refresh its cached data. Does API provides such sort of synchronization: like if cache data is populated from let say joining two different tables (card_accounts, card_profile) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209869#4209869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209869 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Integration of jBPM, drools, JBoss ESB with JBoss portal
Hi, We have a BPM application running from 2-3 years. We are using jBPM, Drools, Liferay tomcat portal as a server, Orbeon xForms as UI, Hibernate, Quartz schedular, Axis ws, MULE as an ESB. We are starting newer version of this application and focusing JBoss portal for its base. Now my question is, Does JBoss portal come with internal jBPM and Drools engine? If not then is it possible to integrate both of them seperately? Regards, Nirav. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209868#4209868 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209868 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: MySQL in Cluster question
I'm labouring this one a bit more, I know... but having seen this in the server.log... I'm trying my luck... | | 2009-02-13 10:45:14,913 DEBUG [org.jboss.messaging.core.impl.FailoverWaiter] (WorkerThread#6[192.168.8.125:47389]) org.jboss.messaging.core.impl.failoverwai...@128b200 blocking on the failover lock, waiting for failover to start | 2009-02-13 10:45:15,750 DEBUG [org.jgroups.protocols.MERGE2] (Timer-4,192.168.8.117:7900) 192.168.8.117:7900 is looking for merge candidates, found initial_mbrs=[[own_addr=192.168.8.118:7900, coord_addr=192.168.8.117:7900, is_server=true], [own_addr=192.168.8.117:7900, coord_addr=192.168.8.117:7900, is_server=true]] | 2009-02-13 10:45:16,360 DEBUG [org.jgroups.protocols.MERGE2] (Timer-9,192.168.8.117:49704) 192.168.8.117:49704 is looking for merge candidates, found initial_mbrs=[[own_addr=192.168.8.118:56013, coord_addr=192.168.8.117:49704, is_server=true], [own_addr=192.168.8.117:49704, coord_addr=192.168.8.117:49704, is_server=true]] | Then later on | | 2009-02-13 10:46:14,914 DEBUG [org.jboss.messaging.core.impl.FailoverWaiter] (WorkerThread#6[192.168.8.125:47389]) org.jboss.messaging.core.impl.failoverwai...@128b200 releasing the failover lock, checking again whether failover started ... | 2009-02-13 10:46:14,914 DEBUG [org.jboss.messaging.core.impl.FailoverWaiter] (WorkerThread#6[192.168.8.125:47389]) Timed out waiting for failover to start | 2009-02-13 10:46:14,915 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] (WorkerThread#4[192.168.8.125:47391]) removing callback handler ServerInvokerCallbackHandler[5c4o83h-nlkeqt-fr4rzxwx-1-fr4sagqo-s2g+5c4o83h-nlkeqt-fr4rzxwx-1-fr4sagr5-s2l] | 2009-02-13 10:46:14,915 DEBUG [org.jboss.remoting.InvokerRegistry] (WorkerThread#4[192.168.8.125:47391]) removed SocketClientInvoker[11aed12, bisocket://192.168.8.125:342501498] from registry | 2009-02-13 10:46:14,917 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] (WorkerThread#4[192.168.8.125:47391]) SocketClientInvoker[11aed12, bisocket://192.168.8.125:342501498] disconnecting ... | 2009-02-13 10:46:14,919 DEBUG [org.jboss.jms.server.remoting.ServerSocketWrapper] (WorkerThread#4[192.168.8.125:47391]) wrote CLOSING byte This has happened, but my client apps still continue to send/receive messages after this. So I assume that it just picked up the same JMS connection and continued? Thanks again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209864#4209864 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209864 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - i need sample code to check durable scbscriber status
Hi, Here my query is "i need to check particluar durable scbscriber whether it has subscribed(active) or not from client". I am using Jboss-messaging-1.4.0. I have analyzed some jboss codes and i understood that, i could implement by PostOffice Object. But i have tried to create the PostOffice object thru ServerPeer object. But i am not able to proceed with any way to create ServerPeer Object. Please let me know how to create the PostOffice object with any basic sample code. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209863#4209863 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209863 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: How to access query parameters in portlet.doView()
Look at shared parameters (feature of JBoss Portal 2.7/EPP 4.3) if you really want to do this. This is explained in the reference guide. You won't access the http request parameter like this, this would bring collisions risks. (Say you add another portlet on the page with the category parameter which is something else). This is why the spec defines render parameters. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209862#4209862 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209862 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal] - Re: DnD defect in JBP2.7.1
It has been fixed after 2.7.1 I think so you would have to build from sources https://svn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_7 I know this issue doesn't happen in the Enterprise Portal Platform 4.3 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209860#4209860 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209860 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user