[jboss-user] [EJB 3.0] - Re: Getting reference on Persistence Unit

2006-11-29 Thread andydale
How are you deploying the jar files, in a single ear, or as 2 seperate jar files in the deploy directory ? Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989940#3989940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Messaging] - Re: Messaging test suite unavailable

2006-11-29 Thread Byorn
Tim, Is there a way we can find out why our JMS Queue gets full ? (i.e msgs in the db table) ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989939#3989939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989939 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JSP in JBoss IDE??

2006-11-29 Thread lightbulb432
I downloaded JBossIDE-1.6.0.GA-Bundle-win32.zip and it doesn't have the WTP functionality...why does the description say that then? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989938#3989938 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Getting reference on Persistence Unit

2006-11-29 Thread straiver
I have 2 jar files. The first one is dao and the second one is domain logic. After deployment DAO sets own persistence unit. But when I'm trying to get reference on it from domain.jar: anonymous wrote : @PersistenceContext(unitName = "name_from_dao") | private EntityManager manager; Jboss issue

[jboss-user] [EJB/JBoss] - JMS in JBoss 4.0.1

2006-11-29 Thread Byorn
Hi, Using a test program i am posting emails via JMS. A Single MDB will upload an attachment to ftp server and will send the email. the test program will post messeages , creating a single thread. I discoverd that the JMS gets disconnected from the provider. Following is the error i am seeing

[jboss-user] [Security & JAAS/JBoss] - Redeployment of JaasSecurityContext fails

2006-11-29 Thread Cyberax
Redeployment of JaasSecurityContext on JBoss4.0.5GA fails because of line JaasSecurityManagerService.java:435: | // Register the JAAS CallbackHandler JACC PolicyContextHandlers | CallbackHandlerPolicyContextHandler chandler = new CallbackHandlerPolicyContextHandler(); |

[jboss-user] [JBoss Messaging] - Re: where do i need to specify the JNP port which is used fo

2006-11-29 Thread [EMAIL PROTECTED]
The exception is telling you that the JBossMessaging classes cannot be found in the client classpath. Check your classpath settings on the client and make sure you have the appropriate client jars added. Which version of JBossMessaging are you using? View the original post : http://www.jbo

[jboss-user] [JBoss Messaging] - Re: where do i need to specify the JNP port which is used fo

2006-11-29 Thread phanisekhar
hi Davidrh this is the exception i am getting javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jms.client.JBossConnectionFactory (no security manager: RMI class loader disabled)] at org.jnp.interfaces.Namin

[jboss-user] [JBoss Portal] - CMSAdminPortlet is locale sensitive?

2006-11-29 Thread jaejong
I wrote html page through CMSAdminPortlet. before saving, preview display right charactor according to language. After saving, I can right context. It seams to save uncurrect encoding. for me, uploaded file has the same problems. jboss2.4 on jboss4.0.4 EJB3 on win-XP. View the original post :

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-11-29 Thread rdewell
Added 5 minutes to @CacheConfig. So it's at 35 minutes now. Was 30 minutes. No change in frequency. This was occurring maybe 5-10 times a day on B1 and older, and now it's occurring about 50 times per hour. Other ideas? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Messages get stuck in queue

2006-11-29 Thread Byorn
Have you tested the remote procedure call to the Corba service with multiple threads? i.e Simulataneous calls to the rpc Corba service ??? Our MDS all access the ftp service, and then our JMS Queue gets stuck. But when we restart the ftp service , the messages get clear. We suspect it could be d

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-29 Thread [EMAIL PROTECTED]
Sorry for the delay. I reported the only Seam issue I could identify here: http://jira.jboss.com/jira/browse/JBSEAM-541 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989927#3989927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-11-29 Thread diwa_pv
hi, please go through the entire thread. iam sure you will find the solution at the end. thanks and regards diwa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989926#3989926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Installation, Configuration & Deployment] - Re: Shared classpath within an EAR?

2006-11-29 Thread [EMAIL PROTECTED]
JBoss classloading can be tricky. As a rough intro: Everything in an EAR sees everything else, with the exception of the WAR file. Nobody outside of the WAR sees what is inside the WAR. (there is a configuration option to change this) Classes are shared between EAR files, which can lead to s

[jboss-user] [Installation, Configuration & Deployment] - Shared classpath within an EAR?

2006-11-29 Thread lightbulb432
I was surprised to discover that a classpath is automatically shared within an EAR file...i.e. a WAR file can directly use classes located elsewhere in some parts of the EAR (e.g. classes in the EJB-JAR, specifically.) Where else within the EAR is the classpath shared? (i.e. Can any class ANYWHE

[jboss-user] [Beginners Corner] - Re: org.jboss.logging.Logger?

2006-11-29 Thread lightbulb432
Did you even bother to read the question? Where is even a single mention of org.jboss.logging.Logger in those links? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989924#3989924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0] - Re: Records in database vanish upon restart

2006-11-29 Thread lightbulb432
Removing the file worked, thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989922#3989922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989922 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Seam generate-entities failing

2006-11-29 Thread Azavia
Hi, It does have a primary key. The create table statement was: CREATE TABLE users | ( |username character varying(50) NOT NULL, |email character varying(255) NOT NULL, |CONSTRAINT username PRIMARY KEY (username) | ) WITHOUT OIDS; | ALTER TABLE users OWNER TO "Brandon";

[jboss-user] [JBossCache] - Please vote for your favorite issues -- mine :-)

2006-11-29 Thread genman
There's two features I came up with solutions for: JBCACHE-880 - Add per node expiration This is essentially an eviction (or removal) policy that allows you to specify when a node is automatically evicted. It is simply activated by adding a policy to your configuration, and by setting a key on

[jboss-user] [Beginners Corner] - Re: org.jboss.logging.Logger?

2006-11-29 Thread visolvejboss
Hello, Refer the following links. http://jboss.com/developers/guides/logging http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging http://wiki.jboss.org/wiki/Wiki.jsp?page=UsageOfLoggingLevels View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989919#3989919 Repl

[jboss-user] [Messaging, JMS & JBossMQ] - How to publish a message to a certain subsciber?

2006-11-29 Thread bluesky999
(All I need is to repost message from DLQ. ) So when repost message from DLQ to the original topic, can I publish it to a certain subscriber? If yes, how to do it? Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989918#3989918 Reply to the pos

[jboss-user] [JBoss Seam] - Re: Seam generate-entities failing

2006-11-29 Thread [EMAIL PROTECTED]
You can't reverse engineer tables that don't have primary keys. You should not have tables w/o primary keys anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989917#3989917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-11-29 Thread [EMAIL PROTECTED]
Increase your SFSB timeout to be slightly longer than the HttpSession timeout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989916#3989916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989916

[jboss-user] [JBossCache] - Re: Associating multiple keys with same object without stori

2006-11-29 Thread haribaasha
yep, the reference is only stored, but i am also writing it to file, cant do anything there, just have to write it twice.. thanks guys hari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989914#3989914 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBossCache] - Re: Associating multiple keys with same object without stori

2006-11-29 Thread genman
I believe the Pojo cache takes care of the referencing issues? So, you should only have a single copy of the object persisted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989913#3989913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBossCache] - Re: Updating the data model for a distributed cache

2006-11-29 Thread genman
I believe the answer is yes, if Java on cache 1 can deserialize the value from cache 2. It's almost trivial to experiment yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989912#3989912 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-11-29 Thread rdewell
We've been running Seam in production for many months now. During that time we've VERY intermittently seen the Seam warning "Could not destroy component" in the logs. Due to its low occurrence and seemingly benign nature, we've ignored it. After the upgrade to CR1, however, we're receiving th

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
The most important configuration piece in the puzzle is the destination name in your activation config. This *has* to point to the physical queue name on ActiveMQ, not the JNDI name. This has been known to trip people up. Also, while ActiveMQ does support dynamic Queue/Topic creation via JNDI, t

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Shouldn't be an issue. You just need to set the appropriate annotations. The EJB3 MDB container will just pass them along to the ActiveMQ Activation spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989909#3989909 Reply to the post : http://www.jboss.co

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
One thing I noticed was that the examples all seem to be using EJB2. We're using EJB3, so I'll have to convert the examples, but I'm hoping that's a fairly trivial process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989908#3989908 Reply to the post : h

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Not a problem. A word of advice on this, keep it simple to start. I was able to get a simple MDB up and running so if you need it I can send it as a fallback. Working through those examples is a good thing. What I woud do is a SLSB that just posts a message to ActiveMQ Queue. This way you can g

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Yes, it deployed. anonymous wrote : 21:38:11,781 INFO [testQueue] Bound to JNDI name: queue/testQueue | 21:38:11,968 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093 | 21:38:12,015 INFO [DLQ] Bound to JNDI name: queue/DLQ | 21:38:12,359 INFO [ConnectionFactory

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Ok, assuming that guy deployed ok, the infrastructure is set up to do what you want. Now it's time to develop/deploy your MDB. Take a look at: http://www.activemq.org/site/inbound-communication.html This gives the basics on how to hook things up. There is also a sample project attached that's

[jboss-user] [JBoss AOP] - Re: annotation-introduction + aspect oriented annotations

2006-11-29 Thread fabiocsilva
Ok, I used the expression ?Nothing?: (: (: (? to indicate that the suggestion ?ElementType.TYPE? did not correct the problem. I go to make tests with the cited examples and later I publish the result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989903#3989

[jboss-user] [JBoss Seam] - Seam generate-entities failing

2006-11-29 Thread Azavia
Hi, I'm trying to use the seam-gen tool, but am getting some errors. When I go to generate entities from the database, i get the following: C:\jboss-seam>seam generate-entities | Buildfile: C:\jboss-seam\seam-gen\build.xml | | validate-workspace: | | validate-project: | | genera

[jboss-user] [JBossWS] - Re: Log4j and Web Service question

2006-11-29 Thread stevenh
actually you wont be able to move the soap messages to the info level as such. You will need to set the level on your appender to debug and use categories to filter out what you dont want. http://docs.jboss.org/process-guide/en/html/logging.html Also do you really want your soap messages goi

[jboss-user] [Clustering/JBoss] - Re: Non-sticky-session clustering not working for me in 4.0.

2006-11-29 Thread nekop
You have to set jvmRoute value to "localhost" or "portalvm". The jvmRoute attribute must match the name specified in workers.properties. http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989901#3989

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Got it. | | | activemq/QueueConnectionFactory | | | activemq-ra-4.0.2.rar | javax.jms.QueueConnectionFactory | JmsXARealm | | | | activemq/TopicConnectionFactory | | | activemq-ra-4.0.2

[jboss-user] [JBoss AOP] - Re: annotation-introduction + aspect oriented annotations

2006-11-29 Thread [EMAIL PROTECTED]
"fabiocsilva" wrote : Nothing... :(:(:( | THis is not a proper description of your problem "fabiocsilva" wrote : I am using JBoss IDE 2.0-Beta2 Do not use the IDE, I have no idea if it would have any bearing on your problem or not, but it has not been maintained for over a year. "fabiocsilva

[jboss-user] [JBoss Eclipse IDE (users)] - Eclipse Server config for AppServer-5-Beta1

2006-11-29 Thread [EMAIL PROTECTED]
I'm wondering when there will be a AS5 Beta1 server config file available. Right now you can just see server configs for 3.2.3 and 4.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989897#3989897 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Ok, so let's deploy the *-ds.xml file. Drop it in your deploy directory. Note, the *-ds.xml file has an entry for the RAR you should use. This should be set to the RAR name that you previously deployed. So | | activemq/QueueConnectionFactory | | | |

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989895#3989895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989895 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Ok, now it's time to put the *-ds.xml file in place. The panacya-ds.xml from the link I sent is a good starting point. Also, because we are using the non-embedded server, you should have ActiveMQ installed and up and running. Do you have this? View the original post : http://www.jboss.com/

[jboss-user] [JBoss AOP] - Re: annotation-introduction + aspect oriented annotations

2006-11-29 Thread fabiocsilva
Somebody would have some ready example of annotation-introduction to order for me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989893#3989893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989893 ___

[jboss-user] [EJB 3.0] - No Dialect mapping for JDBC type

2006-11-29 Thread akrishmohan
When I run this code, . int id = 20; //Id is the primary key in the db table Query query = em.createNativeQuery("select p.* from Person where p.id = " + id); log.debug(query.getResultList()); ... I get the following exception: Exception in thread "main" javax.persistence.PersistenceExc

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Yep, it's there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989887#3989887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989887 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Yep, it's there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989885#3989885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989885 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Component-driven events scope

2006-11-29 Thread cavani
I realize now that I misundestood the concept of this kind of event. Originally, my idea was that I should create Components in one conversation context and a raised event just reached this created components that observe it. But, this doesn't work that way! Reading the Seam code (this help a l

[jboss-user] [JBoss Seam] - Re: Please help me! The page cannot change when jbpm is used

2006-11-29 Thread kumachan
Thank you for the reply! It is a server log when the following describe it in component.xml. pageflow.jpdl.xml is in WEB-INF as well as component.xml. ## Server Log ## 09:43:57,119 INFO [Component] Component: pageflow, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pageflow

[jboss-user] [JBoss AOP] - Re: annotation-introduction + aspect oriented annotations

2006-11-29 Thread fabiocsilva
Nothing... :(:(:( The wiki of JBoss AOP has an example of annotation-introduction. However it did not execute in my pc. I am using JBoss IDE 2.0-Beta2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989883#3989883 Reply to the post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & Deployment] - Re: configuring QA and prod context in same jboss instance

2006-11-29 Thread dkuehner
Oops, I forgot to mention. I am using jboss-3.0.4_tomcat-4.1.12 right now, but we are just about to upgrade to the latest / greatest - new java, jboss, etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989884#3989884 Reply to the post : http://www.jboss.co

[jboss-user] [Installation, Configuration & Deployment] - configuring QA and prod context in same jboss instance

2006-11-29 Thread dkuehner
I have an app which uses both web and ejb components. I want to be able to run 2 versions of my app in the same jboss instance. I use an ear file which has been expanded. The plan is to just copy this ear directory to a second directory in the deploy directory and then make a few configuration

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Can you go to http://hostname:8080/jmx-console I want to make sure the RAR is deploying. You should see it listed under jboss.jca: anonymous wrote : | name='activemq-ra-4.0.2.rar',service=RARDeployment | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Ok, done (sorry it took a little while). The only thing that concerns me a little with this fresh install are the following log messages anonymous wrote : 20:08:01,109 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ | 20:08:0

[jboss-user] [Beginners Corner] - org.jboss.logging.Logger?

2006-11-29 Thread lightbulb432
Why is there another logging option thrown into the mix? How does this differ from Java Logging or log4j? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989879#3989879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Changing delivery policy

2006-11-29 Thread felipeal
I thought about selectors too, but I don't think it would work, as the values of the properties are dynamic (i.e., there could be hundreds of different domains)... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989878#3989878 Reply to the post : http://www.

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-11-29 Thread meghanai_99
I tried following these steps to install jbpm3.1.2 to tomcat 5.5.17. It fails for me when I try to create database. Here is the error - [loadidentities] 16:30:32,474 [main] DEBUG DbPersistenceService : beginning hibe rnate transaction [loadidentities] 16:30:33,376 [main] WARN JDBCExceptionRepor

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Changing delivery policy (Repost)

2006-11-29 Thread [EMAIL PROTECTED]
Hello Felipe... IMO you shouldn't relay on the order of *any* JMS provider. If order is relevant for you... I don't know... you probably are doing something wrong in your design. (just IMHO) Clebert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989807#3

[jboss-user] [JBoss Seam] - Re: seam setup fails with java.lang.NoClassDefFoundError

2006-11-29 Thread dustismo
Ok, I got it to work by changing the seam script to the following: | #/bin/sh | | # | # seam-gen | # | | | cd seam-gen | if [ "${1}" = "" ] | then |cat USAGE | elif [ "${1}" = he

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Ok, excellent ;-) So, first off go here: http://www.activemq.org/site/jboss-integration.html Again, let's take it one step at a time. First, deploy the ActiveMQ RAR file. Rather than bother with setting up an embedded broker which requires modifying the RAR file, let's just deploy it as is. T

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Whew, thank you. :) Yes, you are correct. Right now, I have a simple MDB that is called when a message hits a queue. It is working using the queues built in to JBoss, but now that my bean is working, I would like to migrate to ActiveMQ as my queue provider. View the original post : http://w

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
Let's start with the simple stuff. What type of configuration do you want to support? I am assuming that what you want to do is deploy an MDB into JBoss that is listening on an ActiveMQ destination (queue || topic) . Is this correct? Small steps ;-) Don't get too frustrated, it's just a simp

[jboss-user] [JBoss Seam] - seam setup fails with java.lang.NoClassDefFoundError

2006-11-29 Thread dustismo
I got everything set up until I tried to run $ ./seam setup from within the seam dir. I get Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher | I have looked at the seam script and it looks very straight forward. I have not moved anything any

[jboss-user] [J2EE Compliance] - using i18n

2006-11-29 Thread weiming
Hi, there I am not quite sure if I am at the right place to ask this question. I was trying to use eclipse to create different versions of propertiy files so user can view the site in different language including Chinese. However, when I compiled the project, it shows that the "ISO-8859-1" doesn'

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Ok, I'm new to all this, so some of your questions went over my head. I mapped queuehost to 127.0.0.1 in my hosts file, so the host is certainly up. I'm using ActiveMQ as my JMS provider, and it is up and running (on port 61616, jmx on port 1199). I'm not sure what you mean by JNDIView. How do

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-11-29 Thread y_zl
Anybody can help to answer the above question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989864#3989864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989864 ___ jboss-us

[jboss-user] [Installation, Configuration & Deployment] - how to start heavy initialization tasks during container sta

2006-11-29 Thread mailinator
Hello, I have a non-EJB helper class that takes about 5-10 seconds to initialize and then lives until the container is shut down. It is only used from within EJB and is thus packaged in the ejb .jar. Basically there are two questions: 1) is there a preferred way to model a Singleton object (exi

[jboss-user] [JBoss Seam] - Re: s:button VS h:commandButton / s:link VS h:commandLink

2006-11-29 Thread ngeadah
If s:xxx does not submit the form (which in turn prevents the injection from happening), does anyone have a recommendation on how to submit a form using a regular link (other than using h:commandLink, which works but uses JavaScript)? View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Messaging] - Re: where do i need to specify the JNP port which is used fo

2006-11-29 Thread davidrh
Can you post the exception and stack trace that you are getting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989861#3989861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989861 __

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
I am assuming queuehost is up and running on the specified port and that you can actually seem the JNDIProviderAdapter bound into JNDI (JNDIView). Also, the Destination you want to access is deployed and bound into JNDI on the foreign host. Out of curiousity, are you attempting to access a non

[jboss-user] [JBoss Seam] - Re: s:button VS h:commandButton / s:link VS h:commandLink

2006-11-29 Thread [EMAIL PROTECTED]
Injection (ie. @In) works just fine. I think it is the form submission that does not happen. Which is the whole point If you want the form to be submitted, use h:commandButton. If you want a bookmarkable URl, use s:button. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - When entities.jar updated => should not update persistence.x

2006-11-29 Thread olvin
Hello, I have one .jar with a lot of entities and a persistence.xml file with two "persistence-unit". In production environment, there will be a lot of servers on different sites with the .jar. In the future, how can I "extract" and isolate the persistence.xml file from the .jar to update onl

[jboss-user] [JBoss Seam] - s:button VS h:commandButton / s:link VS h:commandLink

2006-11-29 Thread ngeadah
What is the difference between s:button and h:commandButton for simple things like calling an action? I have Seam 1.1CR1, JSF, Facelets all configured fine (at least I think), and the following works great: | | While the following calls out to the action but does not seem to perform any

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Thanks for the quick reply. I have already tried that, and it was giving me troubles, but maybe I did something wrong. I had added this to the jms-ds.xml | QueuehostJMSProvider | org.jboss.jms.jndi.JNDIProviderAdapter | UIL2XAConnectionFactory | UIL2XAConnectionFactory

[jboss-user] [JBoss Seam] - Re: no value for request parameter: taskId

2006-11-29 Thread [EMAIL PROTECTED]
You are not passing a taskId. You are not even in a task list! Go and read the documentation and look at the example applications. I don't know what you're trying to do here, but it has nothing to do with @StartTask. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: Seam remoting not working

2006-11-29 Thread sbryzak2
Can you turn on debugging and see that the request and response packets are correct? Instructions here: http://docs.jboss.com/seam/1.1CR1/reference/en/html/remoting.html#d0e5505 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989854#3989854 Reply to the post

[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

2006-11-29 Thread [EMAIL PROTECTED]
You want to use the ProviderAdapterJNDI property. This groups the queue and topic connection factories together: so | @ActivationConfigProperty(propertyName = "providerAdapterJNDI", propertyValue = "YourJNDIProvider"), | Of course you will have to deploy the Provider part as well. Take

[jboss-user] [JBoss Eclipse IDE (users)] - using i18n

2006-11-29 Thread weiming
Hi, there I am not quite sure if I am at the right place to ask this question. I was trying to use eclipse to create different versions of propertiy files so user can view the site in different language including Chinese. However, when I compiled the project, it shows that the "ISO-8859-1" doesn'

[jboss-user] [JBoss Seam] - Re: no value for request parameter: taskId

2006-11-29 Thread juangiovanolli
Sorry gavin. i had copied twice the same code. thanks for you patience. best regards from argentina ---CreateTask.xhtml--- | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:h=

[jboss-user] [JBoss Seam] - Re: no value for request parameter: taskId

2006-11-29 Thread [EMAIL PROTECTED]
Huh?? I am expecting to see a valuebinding with #{taskWorkflow.startTaskA} Have you looked at the examples of this stuff? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989849#3989849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: no value for request parameter: taskId

2006-11-29 Thread juangiovanolli
ok, and this is the sequence if can help you createtask.xhtml --- TaskWorkflow.java taskA.xhtml taskABean.java --CreateTask.xhtml-- | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"

[jboss-user] [Messaging, JMS & JBossMQ] - connectionFactoryJndiName config property

2006-11-29 Thread tobinibot
Does JBoss support the ActivationConfigProperty connectionFactoryJndiName? @MessageDriven( | mappedName = "jms/NewMessage", | activationConfig = { | @ActivationConfigProperty(propertyName = "connectionFactoryJndiName", propertyValue = "activemq/QueueConnectionFactory"), | @Act

[jboss-user] [JBoss Seam] - Seam 1.1CR: example?

2006-11-29 Thread lowecg2004
Hello, The component in the new 1.1 release looks mighty interesting but I'm struggling to locate any meaty information on the new component. I've read the updated Seam reference and even traced back to the JIRA issue from which it was born and unfortunately I'm none the wiser. I tried settin

[jboss-user] [Performance Tuning] - Re: Identifying performance bottlenecks

2006-11-29 Thread jshrinivas
Thanks for the info. Well I guess then it will be a little tricky to identify the bottlenecks. I will post back if I can figure it out. Thanks, -Shrinivas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989844#3989844 Reply to the post : http://www.jboss.com

[jboss-user] [EJB 3.0] - Connection Pooling & EJB 3.0

2006-11-29 Thread prasanthreddy
Every time my EJB (Stateless) requests a database connection a new database connection is created rather using it from the pool. Connection pooling is working fine with my web applications. In EJB3.0 following is listed as one of the limitations. XA Connection pool is not available yet. Does t

[jboss-user] [JBoss Seam] - Re: no value for request parameter: taskId

2006-11-29 Thread [EMAIL PROTECTED]
Show us the view that calls startTaskA(). Does it pass a taskId parameter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989841#3989841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989841

[jboss-user] [Performance Tuning] - Re: Identifying performance bottlenecks

2006-11-29 Thread otaylor
I don't mean multiple JVMs ... I primarily mean multiple threads. Almost all thread pool sizes in JBoss are configurable; to figure out which one to increase you need to figure out what is relevant for your app ... you could spend weeks increasing different variables without making a differenc

[jboss-user] [JBoss Seam] - no value for request parameter: taskId

2006-11-29 Thread juangiovanolli
Hi: i'm a newbie in jboss Seam, and i'm getting a constant error in my project: | javax.ejb.EJBTransactionRolledbackException: java.lang.IllegalStateException: no value for request parameter: taskId | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93) | at

[jboss-user] [JBoss Seam] - ClassNotFoundException while loading persisted sessions:

2006-11-29 Thread fmi2
Hi, I am getting the following exception when deploying my application on tomcat. Although it deploys regardless of the error, when the search button is clicked on the web page a 'Bean not bound' exception. | | 2006-11-29 16:20:53,531 ERROR [org.apache.catalina.session.ManagerBase] ClassN

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Open connections with Apache 2.2+mod_proxy_ajp+JBoss/Tomcat

2006-11-29 Thread skeumurian
Hello, I've been trying to track down a problem on our server for a while now and thought I'd check in here to see if anyone has a solution. I have Apache 2.2.2 setup as a front end for JBoss 4.0.2 on the same server. I have a rather long list of named virtual hosts being served on this one sys

[jboss-user] [JBoss Seam] - Re: JBossSeam & Quartz: how?

2006-11-29 Thread [EMAIL PROTECTED]
JBoss EJB3 includes a RAR for Quartz (ie a Quartz JCA connector). This lets you treat a Quartz event like a JMS message, and handle it using an EJB3 MDB. Would this help you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989834#3989834 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal 2.4 as a windows service

2006-11-29 Thread schuffr
You did with JBoss portal? any chance I can see your wrapper.conf file? I keep getting a java.lang.NoClassDefFoundError: org/tanukisoftware/wrapper/WrapperSimpleApp error. thanks rob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989831#3989831 Reply to

[jboss-user] [JBoss jBPM] - Problem testing Hello BPEL sample

2006-11-29 Thread meghanai_99
Hello all, I followed the 'getting started tutorial for BPEL' step by step. The versions of various products I am using are - 1. jBoss BPEL 1.1 Beta2 2. jBoss AS 4.0.5GA 3. jwsdp-2.0 4. jdk 1.5.0_05 5. ANT 1.6.2 I could successfully create the BPEL process and deploy it as web application on j

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-29 Thread [EMAIL PROTECTED]
anonymous wrote : The tree classloader issue is not resolved with ICEfaces 1.5.1, but it may be more of a configuration problem than an integration problem between Seam and ICEfaces. | | Fundamentally the problem appears to arise because the EJBs and the web application are loaded by differ

[jboss-user] [JBoss Seam] - Re: Timer issue just broke my site after a week of no issues

2006-11-29 Thread [EMAIL PROTECTED]
np, yes, please file a bug report on that, that is exactly the kind of thing that the ejb3 team need to know about View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989826#3989826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Seamgen 1.1CR: Exception in thread

2006-11-29 Thread [EMAIL PROTECTED]
The script is wrong, but it's fixed in CVS. Replace the shell script content in $SEAM_HOME/seam with this: | #/bin/sh | | # | # seam-gen | # | | | cd seam-gen | | # OS specific support

[jboss-user] [JBoss Seam] - Re: Audit Interceptor with State

2006-11-29 Thread petemuir
Well I didn't do this through an interceptor/listener, but via an extension of EntityHome from the Seam Framework. I just override the persist, update, remove methods in EnitityHome, call my audit logger, and then continue as normal. So, the only extra thing you need is a separate EntityManage

[jboss-user] [Performance Tuning] - Re: Identifying performance bottlenecks

2006-11-29 Thread jshrinivas
Thanks for your reply. It will certainly be helpful to analyse the thread stack trace. Also which thread are you referring to when you say parallelism. Do you mean multiple JVM instances? As far as design of the application is concerned I dont have much details on it but it exercises many of the

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Changing delivery policy

2006-11-29 Thread [EMAIL PROTECTED]
What about using selectors, and having multiple listeners with different selectors... one for each property you need? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989819#3989819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [EJB 3.0] - Re: Column name clash with SQL keyword

2006-11-29 Thread tsar_bomba
"[EMAIL PROTECTED]" wrote : @Column(name="`order`") This appears to work until you have a @OneToMany join between a parent & child entity, then Hibernate "forgets" to quote the fields on the child-side of the join. I'm not sure if this is a bug (though it would appear so, since Toplink allows

  1   2   3   >