[JBoss-user] [Remoting] - diff between default-ip and multicast address

2006-06-29 Thread [EMAIL PROTECTED]
With respect to MulticastDetectors... What's the difference between the multicast address (getAddress()) and the default-IP (getDefaultIP())? How are each used? I assume they each have a different purpose, but me not being the multicast expert, I don't know what they are. View the original po

[JBoss-user] [EJB 3.0] - Re: JBoss-4.0.4 - isolation and EJB3

2006-06-29 Thread pesalomo
Thanks, your confirmation that it worked, lead me to search deeper into my own app. I found that there was a java.ejb.EJBObject class inside one of my bundled jars. Strangely not been a problem on 4.0.3 (jar never changed), but I removed this file from this jar and everything works. Thanks, cas

[JBoss-user] [JBoss Seam] - Seam + jbpm to create a wizard?

2006-06-29 Thread da.ogre
Hi all! First of all, thanks for Seam! It's wonderful and the more I use it, the more I enjoy it! :) Now I am trying to put something up using seam + jbpm, but I'm kinda stuck with trying to create a wizard-like connected pages/tasks. What happens is the process instance gets 'reset' so don't ha

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - My Flash graph not able to catch the xml file

2006-06-29 Thread ramudu
Hi, I am have a flash image which reads a xml file and produces a flash graph image . I deoployed (by creating a war file)the flash file and xml in the JBoss Portal Server. Now i am not able to see the the graph in the flash file , it is giving error like "Invalid xml file'. But it is wor

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Recieving message from a queue

2006-06-29 Thread Nooreazam
Thanx for ur reply. The exception we r throwing is, our application defined exception with some error code. This one we r throwing when the receiced message is null. Also i have a doubt, in my log file iam getting the following line, when we create the queue session.. [EMAIL PROTECTED] txid=-9

[JBoss-user] [JBossCache] - Re: How to start the Gossip Server ?

2006-06-29 Thread chhajed
Thanks bela for the quick reply. I did download the JGroups source 2.3, but did not find the gossip-service target that you had metioned. I downloaded it from http://sourceforge.net/project/showfiles.php?group_id=6081 Have I missed anything ? "Deploy the SAR into JBoss.." Are you talking a

[JBoss-user] [Performance Tuning] - Re: EJB3 Entity Update takes too long to update

2006-06-29 Thread murtuza52
Hello, Is there anyone out there who can help me with the problem. The performance specially for updating any entity does not improve even if i slim down the JBoss as per tutorial available on the website. Help here will be really appreciated. Thanks Murtuza View the original post : http://w

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread free67
King, you say I say Seam is evil!?! Of course it is. How else do you expect it to take over the world. You are right. Seam does not swallow exceptions and... I never mentioned swallowing in my post. blah, that's so anticlimactic. Fine, this is just the way faces is designed and also the way myf

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread [EMAIL PROTECTED]
It would be better to re-load the user inside the scope of the conversation. ie: User user = em.find(User.class, sessionUser.getId()) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954582#3954582 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Beginners Corner] - How to obtain the UserTransaction object in a session bean?

2006-06-29 Thread alllle
Just started with JBoss + EJB 3 + Hibernate. I have some simle SessionBean object, in which it obtains Hibernate Session object and performs db related operations. I configured the Hibernate to use JTA from JBoss by specifying Hibernate property jta.UserTransaction=UserTransaction. Then I found

[JBoss-user] [EJB 3.0] - Re: JBoss-4.0.4 - isolation and EJB3

2006-06-29 Thread logankiefer
I'm not sure if this will help or not, but I don have isolation working in jboss 4.0.4 with ejb 3. I did not check the isolation option in the installer. After it installed I went into the ear-deployer.xml file and marked isolated attribute to 'true'. Have had no problems. View the original

[JBoss-user] [EJB 3.0] - Re: lookup ClassCastException

2006-06-29 Thread logankiefer
This sounds exactly like my problem as well. I had a thread called "ClassCastException when updating ear-jar.xml schema" on this that I'm still having problems with. I'm not sure if that thread will give you the slightest hint of a solution or not, but I'm all ears if anyone solves it in this

[JBoss-user] [JBossCache] - Re: Inhertance problems

2006-06-29 Thread [EMAIL PROTECTED]
In that case, can you send me your test such that I can take a look? ben do wang at jboss dot com. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954576#3954576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954576 Us

[JBoss-user] [JBossCache] - Re: Weblogic 91 and POJO Cache

2006-06-29 Thread [EMAIL PROTECTED]
In this case, it may be easier to troubleshoot with just TreeCache. For the TransactionManagerLookUpClass, can you change to GenericTransactionManagerLookup? such that it can handle the WL tm properly? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954575#395

[JBoss-user] [JBoss Seam] - Re: running Eclipse TestNG plugin on a Seam project

2006-06-29 Thread dbatcn
Here's the Wiki entry I made: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEclipseHowto . I hope it helps someone. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954574#3954574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBossCache] - Re: Pojo Cache and annotations

2006-06-29 Thread [EMAIL PROTECTED]
Not for the release 1.3 and 1.4. In 2.0, it has additional interceptos and introduction that requires runtime presence of the aop xml file but that is supposed to be internal (e.g., hiding away from the user). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss Seam] - Re: @Factory and @Create for one method

2006-06-29 Thread bluetrade
thanks, But I still don't understand how the Datamodel is basically "wiped", if it was initially populated. This doesn't happen if the factory method is also annotated with @Create. The factory method does the find() for the initial population, and when I call the save() method in the same clas

[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2006-06-29 Thread FilipRotsaert
Hello Michael, What database do you use for bolt.com. Can you give me an idea of the size? If you say 15.000 concurrent users, how many requests do they send? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954568#3954568 Reply to the post : http://

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread [EMAIL PROTECTED]
The VerifyError means the bytecode for the cakeinabox/beans/AccountEJB/AccountBean is invalid. Either your compiler is broken, jvm is broken, or there are different version of AccountBean in the classpath that are confusing the jvm. How was this compiled and what is the java version (output of

[JBoss-user] [JBoss Seam] - Re: Use of the same entity name twice: User

2006-06-29 Thread CptnKirk
It's probably simpler to just grep/search your codebase and see which two files you've defined User in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954566#3954566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395456

[JBoss-user] [JBoss Seam] - Re: JSTL tags ignored

2006-06-29 Thread CptnKirk
Also, make sure that namespace is correct. Facelets supports limited JSTL functionality (including c:if), but you need to be sure and use the http://java.sun.com/jsp/jstl/core namespace, not the earlier JSTL 1.0 namespace. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBoss Seam] - Re: Cascading

2006-06-29 Thread CptnKirk
Cascade configuration is part of EJB3 not Seam. You'll need to consult your EJB3 documentation for the appropriate cascade configuration for your needs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954564#3954564 Reply to the post : http://www.jboss.com/i

[JBoss-user] [EJB 3.0] - Re: Dissolving a many to many relationship

2006-06-29 Thread chrismalan
Yes, I have. Then I did a subjects.clear() No exceptions or anything, but the student-subject relationship was still there in the relationship table in MySQL. I think I may even have called flush(). I did call subjects.size() before clearing. View the original post : http://www.jboss.com/ind

[JBoss-user] [JBoss Seam] - Cascading

2006-06-29 Thread bluetrade
Hi, I am experiencing some slight problem, when I persist an entity that consists of other entites, it does not cascade down. I also haven't discovered a @Cascade tag anywhere... What can I do to avoid having to manually persist each contained entity? Thanks! View the original post : http://

[JBoss-user] [EJB 3.0] - Re: EJBQL help

2006-06-29 Thread chrismalan
Heaven knows what DML is. However, it sounds as if it a feature not supported for your query to be effective. Your query looks fine to me. To do the same you can use the entity manger to return the child object with id 1 and then do child.setParent(parent); View the original post : http://ww

[JBoss-user] [JBoss Seam] - Re: @Factory and @Create for one method

2006-06-29 Thread CptnKirk
A description of the @Create annotation can be found in chapter 10.3 of the documentation. http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/annotations.html @Create only works for components that are either JavaBeans or StatefulSessionBeans and is used to denote a method that should be cal

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
Thanks for the input. The problem is that the amount of data to be loaded might be large, so I would have to keep that in memory the whole time. Could I not just leave the conversation open until the user logs out just like the SessionConversationPattern often used in Hibernate? That would allo

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread [EMAIL PROTECTED]
If you store your user with the conversation, the login information will disappear when you end the conversation. This would almost never be the behavior you want. To eagerly load a relationship, use a join fetch. Check out any EJB3 book (like Bill's new one with O'Reilly) to see how to do

[JBoss-user] [JBoss Seam] - @Factory and @Create for one method

2006-06-29 Thread bluetrade
Hi, Are there any problems if a method has a @Factory AND a @Create annotation? I need to first populate the datamodel but if I remove the @Create it "resizes" the list of the Datamodel and only has the most recent element in it, once I add another element. Could someone explain me in detail

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
Thanks Gavin, I changed the scope to @Scope(CONVERSATION) for now on the login and ensured that the Person has a @In & @Out tag. This got rid of LIE, is that a bad approach? If so, can you point me to the doc for eager fetching? Thanks!!! View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss Seam] - Re: JSTL tags ignored

2006-06-29 Thread [EMAIL PROTECTED]
I guess jstl.jar is not in the classpath, or perhaps you have not defined the c: namespace in your jsp/facelets template. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954550#3954550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Seam] - Re: Why use the @In annotion?

2006-06-29 Thread [EMAIL PROTECTED]
JSF automatically binds form fields to objects. It does not automatically wire together managed bean components, unless you tell it to. You use @In to wire components together. This is quite different to binding form data to a component. View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Seam] - Re: JBoss Seam deployement problem store booking application

2006-06-29 Thread [EMAIL PROTECTED]
You have not installed EJB3 in JBoss. Use the JEMS installer to install JBoss, with EJB 3.0 RC8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954548#3954548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954548 Usin

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread [EMAIL PROTECTED]
The examples always use stateless, because login is by nature a stateless process. Now, it sounds like your problem is that you store the user in session scope, and then later try to access its collection. This is not going to work. Seam-managed PCs solve LIE problems for _conversational_ data,

[JBoss-user] [JBoss Seam] - Re: Request parameter arrays?

2006-06-29 Thread [EMAIL PROTECTED]
I'll try to get that done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954546#3954546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954546 Using Tomcat but need to do more? Need to support web services, security? G

[JBoss-user] [JBoss Seam] - Re: Can you @Filter a Seam @Entity?

2006-06-29 Thread [EMAIL PROTECTED]
Note that Emmanuel and I have both been travelling in EU lately, so our response times are down. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954545#3954545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954545 Usin

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread [EMAIL PROTECTED]
"free67" wrote : It seems like seam cannot locate my user variable in the contexts. Actualy it seems like it can't even locate the class annotated with @Name("user"): | Am I reading this right? and if yes, should it not throw an Exception? | Probably Seam has not installed your "user" compo

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread [EMAIL PROTECTED]
"free67" wrote : anonymous wrote : Model update is a JSF lifecycle phase | I agree with this. But if there is an error in the application (lifecycle, persistence or whatever), I need to see the exception in the log and a stack trace. And of course you will. Seam does not swallow any exceptions

[JBoss-user] [JBoss jBPM] - Re: WSDL for bpel web services

2006-06-29 Thread ncapito
Thanks for the quick reply Alex. I was able to generate an entire bpel system using a combo of xdoclet/wscompile. But the problem i was having was that i had to write another script to actually gut the wsdl's(even know i could have left the mappings and service tags in them) and then inser

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
.. sorry seems it doesnt seem like that made any different with this forums width. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954541#3954541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954541 Using Tomcat but

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
and here is the console text not being wrapped. 01:14:32,253 DEBUG [MainDeployer] Starting deployment of package: file:/C:/jboss-4.0.4.GA/server/default/deploy/AccountJAR.jar 01:14:32,253 DEBUG [MainDeployer] Starting deployment (init step) of package at: file:/C:/jboss-4.0.4.GA/server/default/d

[JBoss-user] [JBoss jBPM] - Re: How to reference elements in a sequence within a complex

2006-06-29 Thread [EMAIL PROTECTED]
According to your schema, an instance of EnrollmentMessageType whose first child is a svc:firstName element is invalid. Marking an element as nillable means the appearance of attribute xsi:nil has semantic significance: explicit absence of information. It does not mean the element is optional. T

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
Im not sure if this is what you are looking for. I have turned console logging to DEBUG in the log4j.xml 01:08:20,639 DEBUG [MainDeployer] Starting deployment of package: file:/C:/jboss -4.0.4.GA/server/default/deploy/AccountJAR.jar 01:08:20,639 DEBUG [MainDeployer] Starting deployment (init step

[JBoss-user] [Security & JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread smajima
I don't have ejb-jar.xml. Because I don't thinlk specify anything in ejb-jar.xml. Am I understanding wrong? If something is needed in ejb-jar.xml,could you show me the example? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954536#3954536 Reply to the post

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
mhm... it seems like there is still something wrong... getting the LIE again... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954535#3954535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954535 Using Tomcat but need

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE + hibernate Console Problem

2006-06-29 Thread jmontieleud
Hi I have the same problem. Here is the stack trace. I dont know if it matters but all of the entries in the screenshot of the HTML manual have backslashes, while when I edit the "Hibernate Configuration" the path to the configuration file are slashes. Could it be something relates to windows

[JBoss-user] [JBoss jBPM] - Re: BPEL String/XML Problem

2006-06-29 Thread [EMAIL PROTECTED]
Please create a new topic for unrelated questions. When you do, provide as much detail as you can: product versions, environment and the full exception stack trace. The effort you put in your question is proportional to the effort we put in the answer. View the original post : http://www.jboss

[JBoss-user] [JBossWS] - Any known issue with being behind an HTTP proxy?

2006-06-29 Thread [EMAIL PROTECTED]
Could the following error be caused by being behind an HTTP proxy? org.jboss.ws.metadata.wsdl.WSDLException: WSDLException (at /wsdl:definitions/import/wsdl:definitions/import/wsdl:definitions/wsdl:types/schema/schema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced

[JBoss-user] [JBoss jBPM] - Re: BPEL String/XML Problem

2006-06-29 Thread Mecrash
Hi i have a problem, have a web service that returns a xml on a strin, when i want to get the xml on a aplication whit a string it gives me a java.lang.outofmemory.error y have fixet once this problem by using a string objet insted on a strin variable but now it donst work Help!!!

[JBoss-user] [Management, JMX/JBoss] - Re: JMX-console fails with mustang?

2006-06-29 Thread [EMAIL PROTECTED]
The 1.6.0-beta2 also works fine for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954530#3954530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954530 Using Tomcat but need to do more? Need to support web services

[JBoss-user] [JBoss AOP] - Adding Advice/Interceptor in Embeddable Container on Entity

2006-06-29 Thread adrian.andrei
I want to be able to intercept methods of the Entity Beans using the latest Embeddable container (alpha 8). If I create a -aop.xml file and try to deploy it as in | EJB3StandaloneBootstrap.deployXmlResource("jboss-aop.xml"); | I get an exception: Caused by: org.jboss.xb.binding.JBossXBRun

[JBoss-user] [JBoss jBPM] - How to reference elements in a sequence within a complexType

2006-06-29 Thread jiehuan_li
I am using the following schema: | http://www.w3.org/2001/XMLSchema"; xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:tns="com:vizuri:bpel:svc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> | | | | |

[JBoss-user] [Management, JMX/JBoss] - Re: JMX-console fails with mustang?

2006-06-29 Thread [EMAIL PROTECTED]
The jmx-console works fine for me under the current beta release. What are the details for the jdk and options that are causing the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954526#3954526 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Seam] - JSTL tags ignored

2006-06-29 Thread bluetrade
Hi, when I have jstl-core tags like in my view, they are outputted without being processed, i.e. I actually find the tag in the rendered page, however the test-case is evaluated (i.e. it says false or true). I ensured that the jstl-tags are "registered" in the ui:composition. I know that t

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean -- extending an existing xmbean.xml file

2006-06-29 Thread [EMAIL PROTECTED]
There should be a schema based version that allows for inheritance of attribute groups and the like to allow for this. Having to step outside of the xml features for this just does not seem worth it. We do have entities in the dtd for resuing commons ops/attributes. This is what would have to be

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread [EMAIL PROTECTED]
Then the console is truncating the message. Figure out how to correct that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954523#3954523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954523 Using Tomcat but need to d

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
Mhm, I modified the LoginAction to be of Scope "CONVERSATION", that got rid of the LIE. Is there anything wrong with this approach? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954522#3954522 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Portal] - Re: 2.4 installation difficulties

2006-06-29 Thread [EMAIL PROTECTED]
hmm the xml parser used by the WS stack might not like the proxy indeed... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954521#3954521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954521 Using Tomcat but need to do

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
To further explain what i want to do: I have the LoginAction (taken from the booking example) which is stateless, but I need to access at a later point in time, some collections (the Relationships) of the user that had logged in through the LoginAction, so I figured this would work if I use the

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
I forgot the stack: | | org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: de.myties.core.nodes.Person.relationships, no session or session was closed | at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
Hi, thanks for the answer: The BackingBean @Stateful | @Scope(CONVERSATION) | @Name("relationshipManager") | @LoggedIn | public class RelationshipManagerAction implements RelationshipManager { | | @In(create=true) | private EntityManager em; | | @DataModel |

[JBoss-user] [JBoss Seam] - Re: Why use the @In annotion?

2006-06-29 Thread c_eric_ray
Yes, I've read through the documentation, those sections in particular I have read several times. I thought JSF did that for you automatically, through binding. So binds the value enterd by the user in the backing bean variable. I still don't understand the why about using @In or not using it.

[JBoss-user] [JBoss Seam] - Use of the same entity name twice: User

2006-06-29 Thread urswag
How can I check this? Can I see this in the jmx console? Is there an other way to check this? Thanks java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

[JBoss-user] [Installation, Configuration & Deployment] - Hot Remove - How can one remove active WAR files?

2006-06-29 Thread rickerp
Hello everyone, I'm in a bit of a dilemma here with my company. We are using cruise control for automated nightly builds. However I am experiencing issues in trying to figure out how to "clean" the active WAR file for our web application, which JBoss is using, by essentially deleting it and t

[JBoss-user] [Installation, Configuration & Deployment] - Re: Running JNI Code Inside Jboss

2006-06-29 Thread kanjilal
I wanted to mention one other thing, I have placed the dll's in directories that are on the java.library.path , however it seems they are somehow still not getting loaded. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954513#3954513 Reply to the po

[JBoss-user] [JBoss Seam] - JBoss Seam deployement problem store booking application

2006-06-29 Thread mdasif2k4
Please find the stack trace of the problem we are facing when trying to configure Jboss seam booking store application . 00:55:27,453 ERROR [MainDeployer] Could not create deployment: file:/C:/Program Files/jboss-4.0.4.GA/server/default/tmp/deploy/tmp34367jboss-seam-booking.ear-contents/jboss-s

[JBoss-user] [Installation, Configuration & Deployment] - Running JNI Code Inside Jboss

2006-06-29 Thread kanjilal
Hello Everyone: I've written a J2EE App composed of a rich ui written in flex that makes a jni call into some dll's. I have a war file that I am using to do this, however I keep getting an Unsatisfied Link Error in the jboss logs pertaining to a native method, are there specific directories tha

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting to remote server fails

2006-06-29 Thread sbuberl
Nevermind. It ended up being the port (I dropped the port and it worked). I'm not sure why that worked, but it did. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954508#3954508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread petemuir
I suggest you post a (simple as possible) example of the JSF pages, classes and stacktrace where you get the LIE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954505#3954505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Seam] - Re: Why use the @In annotion?

2006-06-29 Thread petemuir
Have you read http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/concepts.html#d0e2511 and the examples in Chapter 1? For your example, a JSF input component with a value="#{mo}" would have the value entered by the user injected into your backing bean. View the original post : http://www

[JBoss-user] [JBoss jBPM] - A couple of API questions

2006-06-29 Thread msynovic
Hello, Is there a method that currently exists in the 3.1.1 API that will return only the process instance objects that exist for a specific process node id? In the current API I can only find a method that will return all process instances for a given process definition. However I'm really no

[JBoss-user] [Clustering/JBoss] - Re: Active/passive configuration

2006-06-29 Thread [EMAIL PROTECTED]
You'd need to write a custom load balance policy that always picked the first server from the list of targets and then stuck to it. See the code for org.jboss.ha.framework.interfaces.FirstAvailable -- change the part where it using a Random to pick the target. You'd also have to make sure your

[JBoss-user] [JBoss Portal] - User role change

2006-06-29 Thread rflammer
Hi, I was wondering if there is a way to make a portlet which allows a user to see a list of roles (not all roles, just the ones I choose) and let them switch to the role that they choose. Please let me know if you have a way to do this. Thanks View the original post : http://www.jboss.com/inde

[JBoss-user] [Clustering/JBoss] - Re: HA-JMS fails, Master node undeploying channels, no failo

2006-06-29 Thread [EMAIL PROTECTED]
OK, things are a bit clearer. Don't know the full answer yet but we're getting there. "jkressin" wrote : | But the most intersting question for me is: Even if the (Master-)node lost some viewchanges, why does it suddenly undeploy the (HA-)queues and (HA-)topics? They are undeployed becau

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-29 Thread [EMAIL PROTECTED]
Hi, anonymous wrote : 1/ I can't deploy the process, what is wrong ? It's hard to tell without more details. What step of the deployment procedure failed? What is the error message? anonymous wrote : 2/ With this process definition, is it possible after to communicate and exchange data with my

[JBoss-user] [JBoss Seam] - Why use the @In annotion?

2006-06-29 Thread c_eric_ray
I'm working through the SEAM tutorial and it makes pretty good since, but I have this one question. What is the purpose of doing this... | @In | private MyObject mo; | versus just | private MyObject mo; | Thanks, Eric View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread bluetrade
Hi, thanks for the link. I configured it just as the tutorial proposes. However, I am still getting those LIE exceptions, even though I initialize all of my EntityManagers via @In(create=true) Any clues to that? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread free67
It seems like seam cannot locate my user variable in the contexts. Actualy it seems like it can't even locate the class annotated with @Name("user"): | 15:31:18,155 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: user | 15:31:18,155 DEBUG [org.jboss.seam.Component] seam compo

[JBoss-user] [Messaging, JMS & JBossMQ] - Connecting to remote server fails

2006-06-29 Thread sbuberl
I've seen the FAQs about setting up a MDB to listen to messages from a remote server. When I try to deploy it, it says: anonymous wrote : 5:19:15,638 INFO [EjbModule] Deploying CHARTEvents | 15:21:21,327 WARN [JMSContainerInvoker] JMS provider failure detected for CHARTEvents | javax.nami

[JBoss-user] [Beginners Corner] - How to pass an Object like parameter?

2006-06-29 Thread alfgar
Hi, i need pass an object to my webmethod, but don't have success. 'cus i have a serialization error. What i do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954489#3954489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss Seam] - Re: Stateless Login Problems

2006-06-29 Thread petemuir
I think you are on the right track by switching to a Seam managed persistence context. Have you configured a SMPC in components.xml called em as described in the docs[1]? [1]http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/configuration.html#d0e4853 View the original post : http://www.jb

[JBoss-user] [Beginners Corner] - How to fetch Jboss properties, eg. jboss.bind.address, jboss

2006-06-29 Thread bamb00z
I am trying to write a java program that runs on the same machine Jboss is installed (and running). I need to programmatically (from my java program) figure out where Jboss is installed on that system, and also what port it is running at. I know Jboss has properties like jboss.bind.address,

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
sorry for being so stupid (thats why I am a n00b i suppose) but how do I show the full error? What I pasted was everything that was printed to the console. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954483#3954483 Reply to the post : http://www.jboss.co

[JBoss-user] [Installation, Configuration & Deployment] - Re: HttpInvokerHA - disappeared?

2006-06-29 Thread [EMAIL PROTECTED]
HttpInvokerHA is in /server/all/lib/jbossha.jar. You need to be running "all" config to have clustering services. If you use installer, select either "all" or "ejb3-clustered" profile. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954480#3954480 Reply to th

[JBoss-user] [JBoss Seam] - Stateless Login Problems

2006-06-29 Thread bluetrade
Hi, I have a question regarding the sample LoginAction I find in the examples. They are always Stateless, why is this the case? I have problems with lazy loading, because I need to access a collection from the User that logs in at a later point in time and thus I always get a lazy loading excep

[JBoss-user] [JBoss jBPM] - Re: WSDL for bpel web services

2006-06-29 Thread kukeltje
first, do not threadjack, second there is a wiki pages with the roadmap which point (unfortunately just to the jbpm jpdl version in the jira, but with a little deduction you could fairly easy have found http://jira.jboss.com/jira/browse/BPEL in this case posted for convenience since I was curio

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread [EMAIL PROTECTED]
Show the full verify error. It seems as though you have incompatible versions of the AccountBean visible to the jdk and its verifier is refusing to load the bytecode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954478#3954478 Reply to the post : http://w

[JBoss-user] [Installation, Configuration & Deployment] - HttpInvokerHA - disappeared?

2006-06-29 Thread mikeattibco
I am using JBoss 4.0.4 patch1. When I try to invoke the HttpInvokerHA MBean in jboss-service.xml: | | http:// | :18080/invoker/EJBInvokerHAServlet | true | | ...I get an error: 09:54:51,122 ERROR [MainDeployer] Could not create deployment: file:/C:/maye

[JBoss-user] [Beginners Corner] - Re: Can I use @EJB-style dependency injection in a Servlet w

2006-06-29 Thread [EMAIL PROTECTED]
The servlet side injection is still in progress. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954476#3954476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954476 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JBossWS] - Unable to access deployed webservice

2006-06-29 Thread prax_75
Hi, i am using jboss 404GA and JBossWS 1.0.1. I deployed a web-service(ARWebService) successfully. Problem is, when I try to access the deployed webservice online, using http://localhost:8080/ARWebService/, I get -> 3:59:26,674 ERROR [[ARWebService]] Servlet.service() for servlet ARWebServic

[JBoss-user] [Remoting] - Re: Connection between servers through JNDI?

2006-06-29 Thread [EMAIL PROTECTED]
Remoting detectors act as broadcasters of detection messages (containing info on remoting servers running within its jvm) AND monitor topology of other remoting servers on the network (thus require the heartbeat ping). Have created jira issue for the connection check timeout problem - http://ji

[JBoss-user] [JBoss jBPM] - Re: WSDL for bpel web services

2006-06-29 Thread sgao
Hi Alex Any idea when JBoss JBPM-BPEL beta2 come out? Thanks XG View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954472#3954472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954472 Using Tomcat but need to do more? N

[JBoss-user] [JBossCache] - Pojo Cache and annotations

2006-06-29 Thread sphinxmember
HI, I am using JDK1.5 For Pojo Cache with annotations , Is the jboss-aop.xml required even if I use aopc for compile time generation of aop classes. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954471#3954471 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problem with the JBoss IDE Tutorial

2006-06-29 Thread irishstu
I had the same problem with deployment. In my case Eclipse didn't have the tools.jar file from the JDK on the classpath because it was listing the JRE instead. To rectify go to Window>Preferences>Java>Installed JREs and add your jdk directory. Hope this helps. Stuart View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss JMS Message persistance with Ingres problems

2006-06-29 Thread genman
Sounds similar to this one: http://jira.jboss.com/jira/browse/JBAS-1368 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954469#3954469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954469 Using Tomcat but need to do

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Recieving message from a queue

2006-06-29 Thread genman
What exception? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954468#3954468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954468 Using Tomcat but need to do more? Need to support web services, security? Get stuff do

[JBoss-user] [JBoss Seam] - Re: Request parameter arrays?

2006-06-29 Thread bkyrlach
Bug entered as JBSEAM-291. I probably didn't file it quite correctly. Oh well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954467#3954467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954467 Using Tomcat but need t

[JBoss-user] [JBoss Seam] - Re: Can you @Filter a Seam @Entity?

2006-06-29 Thread RobJellinghaus
OK, I asked: http://forum.hibernate.org/viewtopic.php?t=961435 Here's hoping Emmanuel's response rate is anything like as good as yours :-\ If I don't hear back I will just start digging down into the source until I find the problem, then I'll JIRA something up. (Seems like the url tag is bro

[JBoss-user] [JBossWS] - Access to JBoss WS source

2006-06-29 Thread jayhir
I am trying to get anonymous access to JBoss WS source code and so far I have tried the following: 1. CVS repository at anoncvs.forge.jboss.com I found 'webservice/src' under '/cvsroot/jboss' but that has no source code. 2. Fisheye: I went to http://fisheye.labs.jboss.com/viewrep/JBo

[JBoss-user] [Beginners Corner] - Could not enlist XAResource!

2006-06-29 Thread subramaniam.venkat
Hello All, I am getting an exception - [org.jboss.resource.connectionmanager.TxConnectionManager] Could not enlist XAResource! javax.transaction.RollbackException: Already marked for rollback ---

  1   2   3   >