[jboss-user] [Security JAAS/JBoss] - Re: Cannot Deploy SSO Federation EAR

2009-06-23 Thread nick.hoyle
To get JBoss Federated SSO working in JBoss AS 5.1.0 i did the following: 1) delete the following file: deploy\jboss-federation-server-exploded.ear\META-INF\application.xml - this is no longer needed in JBoss AS 5.1.0 as it scans for the files and does not to be told about them (mentioning them

[jboss-user] [JBoss Messaging] - How to create persistent queues on the fly

2009-06-23 Thread jbmuser
Hi Folks, The queues I create using JMSServerControlMBean as shown below, are not persistent (i.e. they don't survive a server restart). How could I make it persistent? Please note that I can not use JBM Core API. | JMXConnector connector = JMXConnectorFactory.connect(new

[jboss-user] [JBoss jBPM] - Ora-Apps integration

2009-06-23 Thread crakeshk
hi i am little new to jBPM, yet i have a requirement to integrate it to Ora-Apps i believe there is nothing direct for this sort to connect and get some information from the connect and back to process stage. do i have any way to do that, in terms of API to build on some adapter like... Thanks,

[jboss-user] [JBoss Messaging] - Re: Queues Grouping in JBoss Messaging 1.4

2009-06-23 Thread unwavering
Thanks gentlemen for replying. Mr. timfox, let me clarify my question: Suppose there is a party A which will use queues q1, q2 and q3. I want to define a group called, for example, party_A_queues in which I will have centralized management (configuration and security) for q1, q2 and q3 without

[jboss-user] [JBoss Cache: Core Edition] - Re: Transfered objects during a cluster state transfer event

2009-06-23 Thread galder.zamarr...@jboss.com
Ah, I see what you're trying to do now. What JBoss Cache version are you using exactly? I need that info to be able to help you further. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239260#4239260 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Scoped ClassLoading + commons-collections.jar

2009-06-23 Thread Tarantul
Dear JBoss Users, I am trying to migrate a war-application (that was already running on Tomcat) to JBoss5.1.0GA. After some revaluation of my web.xml file and some fighting with JBoss-classloading it is finally possible to deploy it. Yippee! BUT! Now I have a following problem while running

[jboss-user] [JBoss Cache: Core Edition] - Re: Hibernate + JBC not reading from cache: spatial or view

2009-06-23 Thread galder.zamarr...@jboss.com
I don't you understood what I meant. I'm not asking whether other queries get cached or not. You already mentioned that they do. What I'm asking is the following: Can you use a different cache provider, i.e. HashtableCacheProvider (i.e. see

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-23 Thread galder.zamarr...@jboss.com
Ah Ok. I'm glad that you're aware of this :). Your use case sounded very similar to the 2nd level cache use case and the reason explained earlier is why when using a standard 2nd level cache, caches need to be somehow clustered. Hey, once you've got the solution complete, why don't you write a

[jboss-user] [JBoss jBPM] - Re: jBPM 4 jPDL schema issue

2009-06-23 Thread muellere
I also figured out some missing elements in jpdl-4.0.xsd included in CR package (jbpm-4.0.CR, 5th June 09). It is possible to add activities to a process definition usign the eclipse plugin, but the custom element is not contained in the schema at all. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Transfered objects during a cluster state transfer event

2009-06-23 Thread clajoie
It's a new project so there is no version requirement. The project need not be complete for another 6-9 months so it can even be an in development version (e.g. 3.2) if that makes this particular task easier. I don't mind coding to development code. View the original post :

[jboss-user] [JBoss Messaging] - Re: Queues Grouping in JBoss Messaging 1.4

2009-06-23 Thread ataylor
the answer to your question is no. the security is set on each individual queue mbean. Like you say tho JBM 2 does provide this functionality, any chance you can move to this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239272#4239272 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss ear deployment - resourcebundle problem

2009-06-23 Thread Nadirowski
Hello, I have a strange problem with ear deployment. I have a multi-module project. One module is being archived to war, others to jars. The war module has some resource bundles, which are used in the application via standard seam messages component. And now - when i deploy the whole

[jboss-user] [Security JAAS/JBoss] - Re: Simple Web Form authentication using JAAS with DatabaseS

2009-06-23 Thread Wolfgang Knauf
Did you activate logging? This should report error messages of the login module. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239280#4239280 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239280

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread mareshkau
Looks like a bug, can you create an jira issue (https://jira.jboss.org/jira/browse/JBIDE) and atach test page and error log file? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239282#4239282 Reply to the post :

[jboss-user] [EJB 3.0] - Hibernate: IDENTITY support for DB2 9.7 broken

2009-06-23 Thread Juergen.Zimmermann
I'm having no problems when using DB2 Express-C 9.5.2. However, after upgrading to DB2 Express-C 9.7 Hibernate cannot handle IDENTITY columns. A stacktrace is below. Hibernate products: * Hibernate 3.3.1 * Hibernate Common Annotations 3.1.0 * Hibernate Annotations 3.4.0 * Hibernate

[jboss-user] [JBoss jBPM] - Re: Ora-Apps integration

2009-06-23 Thread shekharv
If you have code that talks to 'ora-apps' through java, you can certainly call into that code from within the jbpm process lifecycle at various points. there are a number of ways to setup action handlers, and other ways to integrate with the jbpm api that will let you execute snippets of java

[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly

2009-06-23 Thread ataylor
In JBM2 there are a couple of ways to do this either by using the core API see http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta3/html/using-core.html#d0e1005. Alternatively use the management API see

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: xxx-jboss-beans.xml realm

2009-06-23 Thread Wolfgang Knauf
I filed https://jira.jboss.org/jira/browse/SECURITY-421 , because I think this is a nasty trapdoor and should be fixed. Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239293#4239293 Reply to the post :

[jboss-user] [Beginners Corner] - DEBUG [SchedulerThread] checking for email

2009-06-23 Thread sumonule
Hi, I'm in the process of trying out BPMspace for my ITIL learning. However after installation I'm unable to start JBOSS. The server seems to be in a loop and spits out the error messages: DEBUG [SchedulerThread] checking for email DEBUG [SchedulerThread] checking for escalations. When I

[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly

2009-06-23 Thread jmesnil
How does the problem occur? Do you have an exception when looking up the queue in JNDI? There is a bug in the creation of JMS queue using the management API. The underlying core queue is durable and messages will survive server restart but when the server is restarted, the JMS queue is not

[jboss-user] [JBoss jBPM] - JPbm 4 - Exception handling

2009-06-23 Thread volvin1
Hi Guys, I'm evaluating jbpm 4 (RC1) and it has some nice new features. However I'm missing the exception handling in jpdl like in JPbm 3. I cannot find any tags to define an exception handler in an xml file. Is it currently only available when creating a processdefinition through code (with

[jboss-user] [JBoss Messaging] - Re: Ordering Group and Queue-FullSize reload problem

2009-06-23 Thread mclu
Of course I can! But I am overscheduled so I think I can try it not before Monday next week! I keep you informed! Thx Howard for quick support! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239299#4239299 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JPbm 4 - Exception handling

2009-06-23 Thread camunda
Hi Volvin. This feature will not (YET!) be available in 4 GA. It will be introduced later. Didn't had a high enough priority... Cheers Berdn View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239300#4239300 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM 4 jPDL schema issue

2009-06-23 Thread kukeltje
if there is not already a jira entry, please file one View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239301#4239301 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239301 ___

[jboss-user] [JBoss Messaging] - Re: Ordering Group and Queue-FullSize reload problem

2009-06-23 Thread gaohoward
No problem, thanks Markus. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239302#4239302 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239302 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Urgent -Please - Custom Security Manager doesn't work!

2009-06-23 Thread s_difranca
Any ideas??? I need very help please!!! Thanks in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239311#4239311 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239311

[jboss-user] [JBossWS] - Re: EJB Web Service Stateful?

2009-06-23 Thread newman79
Hi all, I'm a little new with JbossWS, so maybe the answer is trivial ... My web service seems to be stateless : does it mean that an object of my endpoint class is instanciated at each request ? But I'd like to create a webservice that keep some objects for all its life (like count in

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.3

2009-06-23 Thread anilit99
Hi there, I am just wondering, is there any version called JBoss 4.3 ? My colleague here is saying that JBoss 4.3 is available only for the subscription holders. Is it true ? If there is really a version in between JBoss 4.2.2 and JBoss 5.x, I would be interested in this subscription.

[jboss-user] [JBoss jBPM] - Re: Trying to catch SMTP exception, but leads to SQL excepti

2009-06-23 Thread frinux
I knew it was 2592 chars when I consult the database, but obviously it was an old entry. So here it comes again, I was not able to resolve this bug. Do I have to enter it in the jira? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239324#4239324 Reply to the

[jboss-user] [JBoss jBPM] - Re: Trying to catch SMTP exception, but leads to SQL excepti

2009-06-23 Thread frinux
The problem is the size of the row. I've made it to 4 (!) and it works now. I think the MySQL schema could be changed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239326#4239326 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Trying to catch SMTP exception, but leads to SQL excepti

2009-06-23 Thread frinux
(the exception is precisely 5511 chars long. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239327#4239327 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239327 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.3

2009-06-23 Thread jaikiran
The 4.3 is a paid enterprise application platform based on the free community version of the AS. See this for details http://www.jboss.com/products/platforms/application/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239332#4239332 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet Session Replication related query

2009-06-23 Thread rinku05
I am using jboss portal 2.6.2. Can you expalin me why this behavior is there? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239334#4239334 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239334

[jboss-user] [JBoss/Spring Integration] - Re: Installation Instructions for JBoss 4.2.3.GA?

2009-06-23 Thread alesj
Crucifix wrote : Any idea what I've done wrong? SpringDeployer class is abstract, as it depends what exactly you wanna instantiate. Either a full ApplicationContext or just BeanFactory. So the proper deployer class should be * org.jboss.spring.deployment.SpringApplicationContextDeployer *

[jboss-user] [JBoss Messaging] - Re: Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not s

2009-06-23 Thread jaikiran
The mbean ... name=emails represents a MBean name. This name is expected to be unique within the MBean server (which effectively means it needs to be unique with the application server). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239339#4239339 Reply

[jboss-user] [EJB 3.0] - inject beans from a remote server with annotations

2009-06-23 Thread SunFire
HI, I am looking for a way to inject EJB's from a remote server. Usually I would do something like this to handle the situation in code: | Properties properties = new Properties() | properties.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.3

2009-06-23 Thread anilit99
So that means the AS integrated in the application platform is same as the highest community version, available ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239343#4239343 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM 4 jPDL schema issue

2009-06-23 Thread bixby
Created JBPM-2352 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239352#4239352 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239352 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - need help For days after installing getting nowhere

2009-06-23 Thread kaboel
It's not that i've not some experience in JBoss although its pretty negative I installed jboss 5.1 , changed the DS to my sql and clearly bounced on the messages persistance problem i repaired that like 100 of others and jumped probably like 1000 others in the same

[jboss-user] [EJB 3.0] - Re: Hibernate: IDENTITY support for DB2 9.7 broken

2009-06-23 Thread Wolfgang Knauf
Hi, better ask this in the Hibernate forums. Maybe another @GeneratedValue.strategy works better? Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239362#4239362 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly

2009-06-23 Thread timfox
I don't agree this is a bug. Don't confuse creating queues with *putting queues in JNDI*. You can access your queue directly by doing something like: JBossQueue queue = new JBossQueue(queue_name); you'll find it is there, just like with ActiveMQ. View the original post :

[jboss-user] [EJB 3.0] - Re: inject beans from a remote server with annotations

2009-06-23 Thread jaikiran
http://www.jboss.org/index.html?module=bbop=viewtopict=147469 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239365#4239365 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239365

[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly

2009-06-23 Thread jmesnil
timfox wrote : | You can access your queue directly by doing something like: | | JBossQueue queue = new JBossQueue(queue_name); | or use JMS API Session.createQueue(foo) (provided the JMS Queue was still created first by using the management API) View the original post :

[jboss-user] [EJB 3.0] - Re: Hibernate: IDENTITY support for DB2 9.7 broken

2009-06-23 Thread Juergen.Zimmermann
Both the Hibernate Core and EntityManager forum are gone: https://forum.hibernate.org/index.php View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239371#4239371 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239371

[jboss-user] [EJB 3.0] - Re: Hibernate: IDENTITY support for DB2 9.7 broken

2009-06-23 Thread jaikiran
You mean you can't access them? I can https://forum.hibernate.org/viewforum.php?f=1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239375#4239375 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239375

[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly

2009-06-23 Thread timfox
jmesnil wrote : | or use JMS API Session.createQueue(foo) (provided the JMS Queue was | still created first by using the management API) +1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239378#4239378 Reply to the post :

[jboss-user] [EJB 3.0] - [URGENT PLZ] SERVLET+EJB3+INJECTION PROBLEM

2009-06-23 Thread creaturita
Hello everyone, We have developed a few EJB3 - jaxws webservices for weblogic. They are exposed as servlets and they work fine. Now I want to expose exactly those services in a JBoss 4.2.3. In this operation I have found a problem: @EJB and @PersistenceContext do not work. Both of them return

[jboss-user] [EJB 3.0] - Re: [URGENT PLZ] SERVLET+EJB3+INJECTION PROBLEM

2009-06-23 Thread jaikiran
anonymous wrote : Now I want to expose exactly those services in a JBoss 4.2.3 . In this operation I have found a problem: @EJB and @PersistenceContext do not work. Both of them return nulls. It's not supported in AS-4.x (see the Sticky in this forum

[jboss-user] [Installation, Configuration DEPLOYMENT] - HASingleton Deploy Order configuration, etc

2009-06-23 Thread jgamache
Hi, Am having problems deploying a complex application to a cluster in deploy-hasingleton. Cannot use a barrier due to this being legacy code with too many existing singletons. The good news is the clustering and all those parts are working fine. The problems I am having have to do with

[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly

2009-06-23 Thread jbmuser
Hi Jeff, Thank you for the quick response. I created a queue from JConsole using the operation createQueue of MBean org.jboss.messaging:module=JMS,type=Server and restarted the server. The queue disappeared after the server restart. My understanding is that, if the queue is really durable and

[jboss-user] [Microcontainer] - Install from Annotations

2009-06-23 Thread gurkanerdogdu
Hi; I am trying to install bean into kernel via bean class annotations. I wrote the following code BeanMetaData meta = AnnotationToBeanMetaDataFactory.createBeanMetaData(Person.class); | KernelControllerContext context = getKernel().getController().install(meta); | I am getting exception

[jboss-user] [JBoss AOP] - JBAOP-734 - what is the workaround?

2009-06-23 Thread NewWay
I've encountered the problem described in https://jira.jboss.org/jira/browse/JBAOP-734 and in there it saysanonymous wrote : Labels: | Workaround: Workaround Exists | Workaround Description: Just treat the exception and the bug should should be gone. what am I supposed to do with

[jboss-user] [Installation, Configuration DEPLOYMENT] - Multiple Jboss Instances with different run.conf

2009-06-23 Thread wuschelz
Hello Forum, we are planning to run multiple Instances on our Jboss 4.2.2.GA with Service Binding. Now we were searching if there is a possibility to provide differnt run.confs for the diffrent Instances (say that Instance one only need 512M JVM and logs its gc.log to /var/instance1 and the

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-06-23 Thread niuxuetao_fiserv
Anyone has an idea? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239410#4239410 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239410 ___ jboss-user mailing list

[jboss-user] [Microcontainer] - Re: Install from Annotations

2009-06-23 Thread alesj
The matching annotation plugin is missing usage of this name: | public class BeanAnnotationPlugin extends ClassAnnotationPluginBean | { |public static final BeanAnnotationPlugin INSTANCE = new BeanAnnotationPlugin(); | |protected BeanAnnotationPlugin() |{ |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Unable to deploy Visual JSF project on Netbeans 6.5.1 to JBo

2009-06-23 Thread CeylonSoft
Hi, I have searched the web and I am unable to find the answer so I am posting this here and hope some one would show me to the answer. I am unable to run a simple Visual JSF project because the deployment is failing. (Even the samples included with Netbeans 6.5.1.) Here is the log:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to deploy Visual JSF project on Netbeans 6.5.1 to

2009-06-23 Thread CeylonSoft
Want to clarify: Unable to deploy Visual JSF project on Netbeans 6.5.1 to JBoss 5.1.0 GA CeylonSoft wrote : Hi, | I have searched the web and I am unable to find the answer so I am posting this here and hope some one would show me to the answer. I am unable to run a simple Visual JSF project

[jboss-user] [Management, JMX/JBoss] - Server started notification in JBAS 5.0.1?

2009-06-23 Thread simon_temple
In version 4 we used: org.jboss.system.server.Server.START_NOTIFICATION_TYPE in a handleNotification() method to figure out when the server had started. In version 5 many things have changed and I can't find the Server class or anything similar. Does a version 5 server still produce JMX

[jboss-user] [Installation, Configuration DEPLOYMENT] - log4j creates no log file

2009-06-23 Thread Tarantul
Hi all, I am trying to configure log4j for logging my application in a separate file. Just like it is described in http://www.jboss.org/community/wiki/ClassLoaderScoping. Unfortunately the logging file isn't created. What is my mistake? I use JBoss5.1.0AS with scoped classloading for my

[jboss-user] [Microcontainer] - Re: Install from Annotations

2009-06-23 Thread alesj
gurkanerdogdu wrote : | Actually my question is that, is there any discovery process/class to discover annotated bean classes without configuring XML at boot time? Yes. Check the Deployers project. It's has @Bean auto-discovery as a test case. View the original post :

[jboss-user] [Microcontainer] - Re: Install from Annotations

2009-06-23 Thread gurkanerdogdu
thanks for answer. But if I do not mind to use -beans.xml, is it required to implement new plugin and register it ? Is there any other way ? Actually my question is that, is there any discovery process/class to discover annotated bean classes without configuring XML at boot time? View the

[jboss-user] [Microcontainer] - Re: Install from Annotations

2009-06-23 Thread alesj
alesj wrote : gurkanerdogdu wrote : | | Actually my question is that, is there any discovery process/class to discover annotated bean classes without configuring XML at boot time? | Yes. | Check the Deployers project. | It's has @Bean auto-discovery as a test case.

[jboss-user] [JBoss jBPM] - How to configure jBPM on seam-gen application, using mysql d

2009-06-23 Thread Coalas
Hi I'm deploying my first seam application created by seam-gen with mysql. I'm trying to use jbpm module, actually everything looks works fine for me, with one exception - when Application Server going to shutdown, all the previously created jbpm processes are lost. I want to do this way,

[jboss-user] [Microcontainer] - Re: Install from Annotations

2009-06-23 Thread gurkanerdogdu
BeanDeployer class gets DeploymentUnit class as an input parameter. I just want is that when there is an empty *-beans.xml file in the standalone project's META-INF folder, its configured kernel collects all of annotated classes from classpath and register them with registry. View the

[jboss-user] [Microcontainer] - Re: Install from Annotations

2009-06-23 Thread alesj
BeanDeployer != BeanScanningDeployer ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239451#4239451 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239451 ___ jboss-user mailing

[jboss-user] [Microcontainer] - Re: Install from Annotations

2009-06-23 Thread gurkanerdogdu
alesj wrote : BeanDeployer != BeanScanningDeployer ;-) Upps, I mean BeanScanningDeployer Thanks; View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239452#4239452 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239452

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - keyboard stop typing

2009-06-23 Thread nka
hello, i'm in trouble with my computer, i would like to know how can i stop the user typing using a4j:support inside h:inputText i'm learner View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239453#4239453 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Certificate and form login in one WAR

2009-06-23 Thread xmedeko
Hi, is it possible to have in one WAR: one servlet protected by a certificate authentication and the another servlet protected by FORM authentication? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239454#4239454 Reply to the post :

[jboss-user] [JBossWS] - Not able to generate the wsdl

2009-06-23 Thread jena435
Hi, I am pretty new to jbossws. I am trying to expose my ejb as webservices and have been try a very trivial example for test. I can register the endpoint but does not generate the wsdl file. this is the basic service I am trying to test on. @Stateless @WebService(name = additionService,

[jboss-user] [Performance Tuning] - Performance Tuning utilizing open source tools

2009-06-23 Thread cmcsource
I am absolutely stuck on this project and need some help! I’m not sure where else to turn, and I could certainly use some ideas on this role…The position I have is in the north suburbs of Chicago, IL. The gentleman this individual will work with is a former CIO of a large,

[jboss-user] [Performance Tuning] - Performance Tuning utilizing open source tools

2009-06-23 Thread cmcsource
I am absolutely stuck on this project and need some help! I’m not sure where else to turn, and I could certainly use some ideas on this role…The position I have is in the north suburbs of Chicago, IL. The gentleman this individual will work with is a former CIO of a large, multinational

[jboss-user] [Performance Tuning] - Re: jboss Web-Console Memory

2009-06-23 Thread cmcsource
I’m not sure where else to turn, and I could certainly use some ideas on this role…The position I have is in the north suburbs of Chicago, IL. The gentleman this individual will work with is a former CIO of a large, multinational CPG firm. He is exceptionally bright, dynamic,

[jboss-user] [JBoss AOP] - JDK 5 annotated method pointcut

2009-06-23 Thread kedzie
I'm trying to make a pointcut which intercepts all methods which are annotated with a certain annotation. When I run the ant compiler it finds the my aspect, but when I processes the class which has an annotated method, it says no pointcuts found. I use the same syntax as the documentation.

[jboss-user] [Performance Tuning] - Re: The performance problem of richfaces in IE

2009-06-23 Thread cmcsource
I’m not sure where else to turn, and I could certainly use some ideas on this role…The position I have is in the north suburbs of Chicago, IL. The gentleman this individual will work with is a former CIO of a large, multinational CPG firm. He is exceptionally bright, dynamic,

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread millyb
Yes, I can do that. I have the error log, but what are you meaning by the test page? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239469#4239469 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239469

[jboss-user] [Clustering/JBoss] - Re: Jboss Cluster: JNDI Cluster error

2009-06-23 Thread kalakonda1986
I did that and i am unable to view that in clustered mode. whereas i can view the jndi in default mode though so the problem is it is not binding to beans in clustered mode id follow the guide provided by jboss but no luck.. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Jboss Cluster: JNDI Cluster error

2009-06-23 Thread kalakonda1986
In clustered mode it is not even showing IZIS_VAL in jndiview but in default mode i was able to view this: IZIS_VAL (class: org.jnp.interfaces.NamingContext) | +- OnlineCasePackagingManagerBean (class: org.jnp.interfaces.NamingContext) | | +- local (proxy: $Proxy242 implements

[jboss-user] [Clustering/JBoss] - Re: ConcurrentModificationException during session serializa

2009-06-23 Thread smar...@redhat.com
anonymous wrote : The same problem appears with 2 nodes configuration on FreeBSD 7.0 with Sun's JDK 1.5.0_11. I am trying to help with JBAS-5615. Could you clarify if sticky http session handling is enabled or disabled in this two node cluster? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.3

2009-06-23 Thread PeterJ
No. JBoss EAP 4.3 is JBoss AS 4.2.2 + JBoss Messaging (in place of JBossMQ) + Seam + patches (the patches might make it close to AS 4.2.3). But EAP 4.3 is the latest version of 4.x that provides full support. The highest community version is now AS 5.1.0. EAP 5, currently in beta, is based on

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.3

2009-06-23 Thread PeterJ
Essentially, with the community versions the mantra is real often with the latest whizbang features while the enterprise edition mantra is provide a solid, stable platform for Java EE deployment. Thus the feature set of the enterprise versions will always trail that of the enterprise versions,

[jboss-user] [Beginners Corner] - Re: need help For days after installing getting nowhere

2009-06-23 Thread PeterJ
Installing JBoss AS is easy - unzip the zip file. Running it is easy - make sure JAVA_HOME is set to a JDK directory and go to the bin directory and start the run script. What you are attempting to do is something entirely different - replace HSQLDB with MySQL (at least I think you are using

[jboss-user] [Clustering/JBoss] - Clusterd SSO w/ Web Based Aunthentication

2009-06-23 Thread lholmquist
Hello, Is it possible to do a clustered SSO while using web based authentication instead of container based. I have an application that does use both, the circumstances surrounding this app requires it. I've succesfully done the sso with the container managed piece, but i am unable to do

[jboss-user] [JBoss jBPM] - Adding new user to access to the gwt-console (jbpm4.0CR1)

2009-06-23 Thread efabbri
Hi! I have jbpm 4.0 CR1 with HSQL database. I had add some users to the database (table JBPM4_ID_USER) and I've associated these to a new group. So I've found that if the group has a type different from security-role the gwt-console doesn't grant me access and appear a browser mask to insert

[jboss-user] [JBoss Messaging] - Re: How to create persistent queues on the fly

2009-06-23 Thread PeterJ
You cannot create a persistent queue that way. There are only two ways to create a persistent queue: 1 - create a *-service.xml file and declare the queue in it and place the file in the deploy directory 2 - use the new admin console (Embedded Jopr) By the way, #2 employs #1 to actually

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple Jboss Instances with different run.conf

2009-06-23 Thread PeterJ
Your idea of having multiple run scripts (and multiple run.conf files), one for each instance, is probably the best way to do this. It is what I have done when I need to do something like this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239483#4239483

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread mareshkau
Does JSP editor crash on any jsp page on some particular? If it crashes not at all pages, then will be good to have page on which editor crashes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239485#4239485 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to deploy Visual JSF project on Netbeans 6.5.1 to

2009-06-23 Thread PeterJ
Looks like there are a lot of WAR files deployed, and if I read the messages correctly many of them have conflicting contexts (several appear to use /helloworld). You should use a unique context for every app. If that doesn't help, try this. Remove all of your WAR files from the deploy

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: keyboard stop typing

2009-06-23 Thread PeterJ
If I understand you correctly, you are attempting to prevent something like a cross-site scripting attack. If so, this site should offer some suggestions and help you get started: http://www.owasp.org/index.php/Top_10_2007-A1 View the original post :

[jboss-user] [JBoss jBPM] - Troubles with jBpm 4 Timers

2009-06-23 Thread aahmad
Hello, I'm a beginner with jBpm 4 RC 1 and have been having a lot of troublesgetting timers defined in my jpdl files to trigger at all. All of the examples I've tried from the net have not worked. Below I'm including a simple jpdl file I am using for test as well as the exception I receive

[jboss-user] [JBoss/Spring Integration] - Re: Installation Instructions for JBoss 4.2.3.GA?

2009-06-23 Thread Crucifix
I've updated the mbean declaration in jboss-service.xml and it's working fine now. Thank you! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239492#4239492 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239492

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread millyb
It seems to be crashing on all of my JSP pages, but I can include an example. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239495#4239495 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239495

[jboss-user] [JBossWS] - Slow response time and performance

2009-06-23 Thread lonojohnson
Running JBoss 5.0.1 GA with the JBoss native WS stack. I am running a simple WS service, all it does is echo back the string that was sent from the client application. The response time of the web service averages about 110 msec. A simple Java app will respond in 5-10 msec. I would appear

[jboss-user] [JBoss jBPM] - Re: Adding new user to access to the gwt-console (jbpm4.0CR1

2009-06-23 Thread kukeltje
does the console work with the other users? Regarding the other issues, some will be resolved for the upcomming 4 release, some won't. Take a look at the jira to see which ones will be resolved and which won't View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Server started notification in JBAS 5.0.1?

2009-06-23 Thread PeterJ
Looks like START_NOTIFICATION_TYPE moved to the org.jboss.bootstrap.spi.Server class. You'll find this class in the bin/run.jar and lib/jboss-bootstrap.jar files. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239503#4239503 Reply to the post :

[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread PeterJ
Hmm, you're using a lot more annotations than I used for a simple service. See here for a complete example: http://www.jboss.org/index.html?module=bbop=viewtopicp=4182251 Try using the minimal number of annotations (and annotation attributes) first and see if that works. If so, then the issue

[jboss-user] [JBoss Tools (users)] - Re: Eclipse crashes whenever JSP using JBOSS Tools JSP edito

2009-06-23 Thread mareshkau
It will be great to have an example. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239505#4239505 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239505 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to deploy Visual JSF project on Netbeans 6.5.1 to

2009-06-23 Thread CeylonSoft
Hi Peter, Thanks for looking at the problem. Here is the log you asked me. The Visual JSF app is one of NetBeans 6.5.1 sample app. Log: 13:17:32,851 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag= JBoss_5_1_0_GA date=200905221053)] Started in 1m:17s:63ms 13:17:55,632 INFO

[jboss-user] [JBossWS] - Re: Not able to generate the wsdl

2009-06-23 Thread jena435
Peter, I tried using the example you have mentioned but I still get the errors. The errors that is in the console log. 13:28:33,507 ERROR [[/hello]] StandardWrapper.Throwable java.lang.ClassCastException: org.jboss.wsf.framework.DefaultSPIProviderResolver at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't deploy application in jboss 5.0.1

2009-06-23 Thread sublette131
I am currently seeing a similar exception: SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.ajax4jsf.renderkit.ChameleonRenderKitFactory ... Caused

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to deploy Visual JSF project on Netbeans 6.5.1 to

2009-06-23 Thread PeterJ
According to this line: 13:17:55,632 INFO [TomcatDeployment] deploy, ctxPath=/ your app is attempting to use the root context. There is an app deployed that uses the root context. You will either have to change the context for your app, or remove the existing root app. Changing your context

  1   2   >