[JBoss-user] [JBoss Portal] - Re: Single Sign on in JBoss Portal 4.0.2

2005-12-28 Thread danial79
"richiewalsh" wrote : Hi, | Did you manage to find a solution to this problem. | thanks, | Richie. If you manage to find the solution to SSO, please let everybody knows.. :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914693#3914693 Reply to the post

[JBoss-user] [JBoss Seam] - Re: How to setup Hibernate 3.1 using Eclipse

2005-12-28 Thread [EMAIL PROTECTED]
Or, in the Hibernate Console perspective: File > New > Hibernate Console Configuration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914692#3914692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914692

[JBoss-user] [JBoss Seam] - Re: How to setup Hibernate 3.1 using Eclipse

2005-12-28 Thread [EMAIL PROTECTED]
In the Hibernate Console perspective, in the Hibernate Configurations view (LHS of the screen). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914691#3914691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914691

[JBoss-user] [JBoss Seam] - Re: How to setup Hibernate 3.1 using Eclipse

2005-12-28 Thread norhaida
Where to find the Hibernate console configuration dialog? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914690#3914690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914690 ---

[JBoss-user] [EJB 3.0] - Re: EJB3, JUnit, Maven 2

2005-12-28 Thread fcrabus
...or has anyone a list of dependencies that is currently needed to run JUnit tests? ...or an idea why I get an NPE here? I've dug a bit in the code to no avail. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914689#3914689 Reply to the post : http://www.j

[JBoss-user] [Installation, Configuration & Deployment] - Re: Newbie: Verification of Enterprise Beans failed

2005-12-28 Thread the-gtm
Your jdom.jar library must be declared in your application.xml, not in in the manifest. | | jdom.jar | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914688#3914688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [Clustering/JBoss] - does the user transaction is shared in clustered environment

2005-12-28 Thread jbaiju
Hi all, In a clustered enviroment how does the transaction works, the user begins the transaction in one server and it is not necessary that the next request in the transaction shall come to the same server... how does this works ... please explain thanks in advance baiju View the origi

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1 alpha2: Could not deserialize a Serializable va

2005-12-28 Thread priya121083
can u please post u r code View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914686#3914686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914686 --- This SF.net email

[JBoss-user] [EJB 3.0] - EJB QL generates wrong SQL with pagination (MySQL 5.0.16 + J

2005-12-28 Thread DanielYWoo
I have a very simple query with pagination like this | Query query = em.createQuery(ql); | query.setFirstResult(currentPage * itemsPerPage);//start rows | query.setMaxResults(itemsPerPage);//return rows | query.setParameter("searchValue", searchValue);//search criteria | return query.get

[JBoss-user] [JBoss Portal] - Re: Spring mvc portlet examples not working in JBoss portal

2005-12-28 Thread ervikas
Hi I hope u can help me. I am not able to get the jboss portal 2.2 running on the jboss AS 4.0.3sp1. I am using the oracle 9i database. I installed the portal and the portal-oracle-ds.xml file with the correct ds configuration. But hwen i request it from browser through http://localhost:8080/p

[JBoss-user] [EJB 3.0] - composite PK/FK

2005-12-28 Thread danjourno
I am trying to build a entity structure where I have a country table that uses ISO 3166 country codes as their PK, and a region table which also uses ISO3166 codes as a composite PK. For example.. a record in the country_region table that refers to New South Wales in Australia will have a primar

[JBoss-user] [EJB 3.0] - Re: Cancel a Rollback

2005-12-28 Thread redijedi
Again, unfortunately find is not an option because I use native sql. I have moved an existance check into my stored proc and it works fine now. It is not ideal, but it works. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914682#3914682 Reply to the

[JBoss-user] [JBoss Seam] - Re: How to setup Hibernate 3.1 using Eclipse

2005-12-28 Thread [EMAIL PROTECTED]
Just put it in *some* lib directory and browse to it in the Hibernate console configuration dialog. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914681#3914681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914681

[JBoss-user] [JBoss Seam] - How to setup Hibernate 3.1 using Eclipse

2005-12-28 Thread norhaida
I would like to know the step by step how to setup hibernate 3.1 using Eclipse. Actually i'm having a problem on finding a JDBC driver .jar file. Where does i have to put the .jar file after that. wheter in the hibernate lib directory or lib project directory. http://www.hibernate.org/hib_docs/t

[JBoss-user] [Beginners Corner] - Reading a properties file from a class deployed in Jboss

2005-12-28 Thread dhanyakairali
How can I read a properties file from a class deployed in Jboss? The admin guide says scary things abt the Classloader. If all I want to do is read a properties file or some other file thats deployed along with my jar what should I do? View the original post : http://www.jboss.com/index.html?

[JBoss-user] [Beginners Corner] - Re: Where can I find the JBOss examples mentioned in the adm

2005-12-28 Thread dhanyakairali
got it. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914678#3914678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914678 --- This SF.net email is sponsore

[JBoss-user] [JCA/JBoss] - Re: Not able to lookup the datasource in jboss

2005-12-28 Thread jkk
Can you help me by sending some sample example about how to lookup datasource? Thanks in advance Shrimon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914677#3914677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914

[JBoss-user] [JBoss Portal] - Re: install jboss portal

2005-12-28 Thread danial79
"pedrosacosta" wrote : Thanks anders.hedstrom. I've installed jboss portal sucessfully. can you atleast.. provides what anders.hedstrom gave you so that we can see the solutions.. tq View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914676#3914676 Reply to the

[JBoss-user] [JBoss Portal] - Re: CMS Service Failed

2005-12-28 Thread pflirae
Thanks Roy, this solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914675#3914675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914675 --- This SF.

[JBoss-user] [JNDI/Naming/Network] - Re: How to call bean in another ear file in Jboss?

2005-12-28 Thread selpiso
I can do what as your said. i can put the package just in 1 ear file. But it requirement. This is example of one my ear file. Now i have show you my deployment desciptor; jboss.xml honda honda ejb-jar.xml http://java.sun.com/dtd/ejb-jar_2_0.dt

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Urgent help

2005-12-28 Thread defkewl
You just need to install JBoss/Tomcat on your PC and deploy it. Still I don't understand what you're trying to achieve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914671#3914671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBossCache] - Re: Eviction for keys

2005-12-28 Thread [EMAIL PROTECTED]
I think using just one node in treecache kind of defeats the purpose. you should consider putting it under different nodes. Concurrency will be much better that way. If you really cant, consider hash your keys to dividie them into different buckets, for example. Cuurrently we don't support key

[JBoss-user] [JBossCache] - Re: XML Schema for JBoss Cache xml configuration file

2005-12-28 Thread [EMAIL PROTECTED]
No, we don't have one now. But it'd be nice to have. Any volunteer? :-) -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914669#3914669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914669 ---

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-28 Thread [EMAIL PROTECTED]
Do you have the Jira issue at hand? I can't seem to locate it under JBCache jira. :-) -ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914668#3914668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914668

[JBoss-user] [JBoss Portal] - Re: Portal URLs

2005-12-28 Thread vmarco
Ok, so it seems I need a NavigationPortlet to provide the tabs. How do I add this. I tried inside a window, but that doesn't look right. Can I add it at the portal level of the descriptor? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914667#3914667 Repl

[JBoss-user] [EJB 3.0] - Re: Cancel a Rollback

2005-12-28 Thread [EMAIL PROTECTED]
that won't work either as you won't have the same persistence context and the returned entity won't be managed anymore. I fhink you need to rearchitect your API as suggested above. BTW, your scenario is exactly the reason why the spec has find() which returns null and getReference() which throw

[JBoss-user] [JBoss jBPM] - Re: Is it possible to update a process def without versionin

2005-12-28 Thread enazareno
I am also thinking about this problem. I hope somebody will have a good solution for this. I will try to keep watch on this issue. Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914665#3914665 Reply to the post : http://www.jboss.com/i

[JBoss-user] [JBoss Seam] - Re: Feedback requested

2005-12-28 Thread [EMAIL PROTECTED]
Actually we are already working on this stuff. (It was part of the original vision of Seam that we mapped out almost a year ago. Christian Bauer was especially keen on this stuff, for several years.) jBPM already runs in pure in-memory mode, all we really need to do is write the JSF navigation

[JBoss-user] [EJB 3.0] - Re: Cancel a Rollback

2005-12-28 Thread redijedi
That's unfortunate for me. How can you use find with a native SQL query? I think that using @ApplicationException(rollback=false) will not be so great for me because the Exception I am raising should rollback transactions under certain circumstances. I know I could create two different exception

[JBoss-user] [Installation, Configuration & Deployment] - Re: When will JBoss 4.0.4 be released

2005-12-28 Thread gfzhang
JBAS-2483, jboss.system:type=Server (exit|halt) 10 doesn't restart jboss We are using JBoss 3.2.5. We plan to base our application on JBoss 4 next release. thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914662#3914662 Reply to the post : http://

[JBoss-user] [EJB 3.0] - Re: EJBException vs. RemoteException

2005-12-28 Thread redijedi
This does help. I will use the annotation specified. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914661#3914661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914661 -

[JBoss-user] [JBoss jBPM] - Re: how to design multiple sub-processes

2005-12-28 Thread enazareno
Hi Britt, anonymous wrote : | Hmm...perhaps you can simply not use sub processes at all I seem to like your first suggestion that each candidate should be a subprocess. Anyway, I was thinking long about it last night and I thought the key for it to work was to make child tokens to bind

[JBoss-user] [JBoss Seam] - Re: Feedback requested

2005-12-28 Thread rdewell
Regarding conversations, JBPM, workflow annotations, etc.. While appreciate that Seam is (hopefully just initially) standardizing on JBPM for most workflow functionality, what I would LOVE to see is Seam also support a more lightweight workflow engine that is geared towards a non-persistent wor

[JBoss-user] [JBoss Seam] - Re: Feedback requested

2005-12-28 Thread [EMAIL PROTECTED]
anonymous wrote : First, it looks like the transition object is only @In, not @In @Out. But it's pretty clear that myActionListener is trying to communicate some state outwards to the conversation. So why not @Out also? Or is @Out only for cases where new contextual objects might be outjected (a

[JBoss-user] [Security & JAAS/JBoss] - Re: Exception in UsersRolesLoginModule when jboss installed

2005-12-28 Thread jncoign
Phillip, Did you ever find a solution to this problem. I am having the same problem and would prefer not to upgrade as out JBoss install is part of Quality Center and I would like to stay on the supported platform of 3.2.5. Thanks, Jon View the original post : http://www.jboss.com/index.html

[JBoss-user] [Security & JAAS/JBoss] - Re: Securing web-console => login failure

2005-12-28 Thread jncoign
I still cannot seem to get this working. My file names are unique and I have even tried renaming them and fully qualify the path. I have read in a couple of places that there is a problem with 3.2.5 loading the Properties files if there is a space in the installation folder. Have you found this

[JBoss-user] [JBoss Seam] - Re: Feedback requested

2005-12-28 Thread RobJellinghaus
Hm. The second version confuses me in two ways. First, you have this: @In Transition transition; | | @EndTask | public String myActionListener() { |transition.setName("approved"); |return "success"; | } First, it looks like the transition object is only @In, not @In @Out. Bu

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI problem

2005-12-28 Thread galderz
Are you refering to the same problem you posted here? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74343 Please, avoid posting the same question several times. If you want to give further information about the problem, use the original post. http://wiki.jboss.org/wiki/Wiki.jsp?page=

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2005-12-28 Thread [EMAIL PROTECTED]
I think I managed to make it work by just throwing a log4j.properties into resources/WEB-INF/classes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914653#3914653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914653

[JBoss-user] [JBoss Seam] - Feedback requested

2005-12-28 Thread [EMAIL PROTECTED]
In the beta 1 release of Seam, I fussed and worried about what was the best way to specify a jBPM transition. Eventually I settled on the @Transition annotation, like so: @Transition | private String transition; | | | @EndTask | public String myActionListener() { |transition =

[JBoss-user] [JNDI/Naming/Network] - Re: How to call bean in another ear file in Jboss?

2005-12-28 Thread galderz
why don't you put the jar file(s) containing your beans in just one ear? Is there any requirement that stops you from putting your beans in the same ear? you should be able to reference the second one from the first using ejb-ref element and doing the necessary jndi lookup. View the original po

[JBoss-user] [JBoss Seam] - NoEJB example: log.info not visible

2005-12-28 Thread RobJellinghaus
When I run the noejb example in Tomcat 5.5, the log.info statements in Seam itself and in the noejb example code do not appear in the Tomcat log (at least, not the log that I see in the standard Catalina window). Any tips on getting Seam logging to show up in a Tomcat/noejb deployment? This mig

[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-28 Thread [EMAIL PROTECTED]
An unfortunate thing about user forums is that once the traffic reaches a certain point, it is impossible to really keep up, and the only people who are really able to get attention are the obnoxious ones. Plus, the early adopters tend to be the more patient and considerate, and more able and

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread [EMAIL PROTECTED]
@DataModelSelection is working perfectly for me in the demo apps in CVS. It may not have been working in the 1.0 beta 1 release. See, for example, BookingListAction in the booking demo. The reason why @Factory is sometimes needed, and sometimes not is that. (1) Sometimes we are processing a fac

[JBoss-user] [JCA/JBoss] - Re: Not able to lookup the datasource in jboss

2005-12-28 Thread galderz
Are you trying to do the lookup from outside JBoss? Home references for session beans can be retrieved remotely via JNDI, however, datasources (*-ds.xml) and in general items bound at "java:" cannot be retrieved remotely (check JCA specification). Hope this helps :-) View the original post :

[JBoss-user] [JBoss Portal] - Can portlets be put in header?

2005-12-28 Thread vmarco
Is it possible to position a portlet window at the portal level so that it is positioned in the header instead of on a specific page? This is often done with a login portlet, so that users can login/logout regardless of which page they are on, and can have feedback as to their login status. Th

[JBoss-user] [JNDI/Naming/Network] - JNDI problem

2005-12-28 Thread maruthiravuri
This occurs very intermittently and it not consistent (in the production environment ).This is deployed in JBOSS -4.0.2.Happened once on 11-22 and again a couple of days back When we try to do a JNDI look up and try to communicate with the message queue we get an exception and the bean gets un

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to Deploy Duke's Bank org.jboss.deployment.Deploy

2005-12-28 Thread dvasu
This version works fine for me. J2EE 1.4 Tutorial Update 2 (for Sun Java System Application Server Platform Edition 8 Update 1) June 22, 2004 DO NOT USE the following LATEST J2EE Tutorial update J2EE 1.4 Tutorial Update 6 (for Sun Java System Application Server Platform Edition 8.1 2005Q2 UR

[JBoss-user] [Javassist user questions] - Stronger complier capabilities

2005-12-28 Thread moonusamy
I need to be able to generate byte code from java source generated in memory. The problem I have using Javassist is that the compiler is not strong enough to flag compilation errors with line numbers and well-defined reasons. I don't want to use javac or Eclipse JDT because they require files t

[JBoss-user] [JBoss Portal] - Portal URLs

2005-12-28 Thread vmarco
I am new to JBoss Portal, but am very fluent with Weblogic Portal and JSR-168. I am using JBoss Portal 2.2 and JBoss 4.0.3 (the jboss portal 2.2 bundle), along with MySQL 5. I deploy demoportal.ear (which I created through descriptors), which contains the HelloWorldPortlet, along with 5 pages

[JBoss-user] [Beginners Corner] - Uploading files

2005-12-28 Thread sy62k
Hi, I am using commons upload library to upload files. I would like to be able to upload files to a directory in myapplication.war. When I try to set the destination directory below deploy directory, a NullpointerException is being thrown. If the destination directory is deploy it self then t

[JBoss-user] [JBoss jBPM] - Re: Missing TaskInstance.setDescription

2005-12-28 Thread kukeltje
Tony, afaik, there is something in the JIRA on this. Please look it up and vote for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914639#3914639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914639 ---

[JBoss-user] [JBoss jBPM] - Re: Correlation

2005-12-28 Thread kukeltje
Pedro, The async functionality has something, but I'm not sure if that is what you need. Since the way a mapping/correlation needs to be done, it is best to do this outside jBPM or use a variable to store the relevant info and retrieve process instances based on this variable and its value (se

[JBoss-user] [JBoss jBPM] - Re: Token splitting?

2005-12-28 Thread kukeltje
If case one is like http://is.tm.tue.nl/research/patterns/download/swf/pat_14.swf, it is possible. Look at the testcase to see an example of pattern 14 case 2 is possible but would take some work of yourself. e.g. some businessrules (drools ;-0)) to define the decsisions and a custom fork View

[JBoss-user] [JBoss jBPM] - Re: how to add tasks

2005-12-28 Thread kukeltje
see the example in the sourcecode, or the testcases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914636#3914636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914636

[JBoss-user] [JBoss/Spring Integration] - Injection on server startup

2005-12-28 Thread dittup
Hi, I am using ejb3. I need to inject references of delegate classes into the ejb so that it can call methods in the delegate. I need this to happen when jboss server start's up. Is there any way I can do? I have all my bean definitions in a xml file named beans-ejb.xml. I do not use tomcat

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-28 Thread dittup
Thank you. It is my problem. One of the classes I has is an olderversion. Thanks again, Aditya.P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914634#3914634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914634 ---

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread knatarajan
Brian, Thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914629#3914629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914629 --- This SF.net email is sp

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Why is the factory annotation required on the DataModel here but not when filling the hotels DataModel in the booking example? Is it because of a difference in the application deployment context, how the find() method is initially invoked, or something else? ... batting 1000 today... if these

[JBoss-user] [Security & JAAS/JBoss] - Custom authentication or JAAS?

2005-12-28 Thread aspa
hi I'm working on implementing authentication mechanisms for a web application. The web tier components will be accessing business objects implemented as EJBs (mainly session beans). The business objects will also be accessed by remote systems through RMI as well as using web service protocols.

[JBoss-user] [JBoss Portal] - Spring mvc portlet examples not working in JBoss portal 2.2

2005-12-28 Thread mackcom
I hope someone here can help, I've also posted to the Spring forums looking for help as well... I've been having problems getting the spring-portlet-sample, books example to work in JBoss portal 2.2. I've tried with the older set of samples and with the new (as of today) set of samples that are

[JBoss-user] [Installation, Configuration & Deployment] - Re: Newbie: Verification of Enterprise Beans failed

2005-12-28 Thread Strunker
No idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914626#3914626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914626 --- This SF.net email is sponsored by: S

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread [EMAIL PROTECTED]
In the /server/all/deploy directory there is a cluster-service.xml file with a section that configures the JGroups protocol stack. It has a UDP element with attributes mcast_addr and mcast_port (multicast address and port). If different machines on the network have the same mcast_addr and mcast

[JBoss-user] [JBossWS] - Re: Could not find deserializer for type

2005-12-28 Thread geekgurl
"ameisinger" wrote : Hi to everyone! | | I made some attempts with complex types. Now they're working after inserting the corresponding typeMapping. | | I tried a new method: String setStrings(String[]) and there is the same error like before: | | No deserializer defined for array

[JBoss-user] [EJB 3.0] - Re: ActiveMQ + EJB3 MDB Integration failure

2005-12-28 Thread rtselvan
Thanks for the response. Does this configuration work on the EJB3 RC3 release or do I build from the source? Thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914621#3914621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Building a standalone JBoss Messaging server

2005-12-28 Thread [EMAIL PROTECTED]
The error messages show you're trying to install and deploy JBossMQ, which soon will be deprecated and replaced by JBoss Messaging. JBossMQ: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ JBoss Messaging: http://www.jboss.com/products/messaging View the original post : http://www.jboss.com/in

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem with ejb deployment!

2005-12-28 Thread newbeeuser
hi, is there any body out there who knows what is wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914608#3914608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914608

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem with ejb deployment!

2005-12-28 Thread newbeeuser
"newbeeuser" wrote : hi, is there any body out there who knows what is wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914609#3914609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914609 ---

[JBoss-user] [JBossWS] - Deploy Problem Webservice

2005-12-28 Thread asbin88
I'm trying to use a very simple EJB Bean as Webservice. When deploying the Bean everything goes ok, but after adding support for a WebService i get following Error. | 20:00:53,118 INFO [EjbModule] Deploying UserManager | 20:00:53,619 INFO [EJBDeployer] Deployed: file:/home/andre/KP/jboss

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Shinerella, what are you seeing as output? 1) Table headings and empty boxes where the data should be. 2) Table headings but no rows 3) No table at all If 3, do you have any other output on the page, and are you seeing that? (Like a Here are your CAROGroups: before the dataTable snippet you sent

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread knatarajan
I am posting the solution that I have put in for the problem posted here. I changed the cluster config to use instead of and am no longer experiencing the timeout issue. The cluster documentation mentions that when FD_SOCK is used, a member is declared dead only when socket is closed. This wa

[JBoss-user] [EJB/JBoss] - ejb deployment problem

2005-12-28 Thread newbeeuser
Hi, I am trying to deploy a simple hello bean ejb on jboss 4.0.3 sp1. I am getting following exception 17:26:30,281 ERROR [MainDeployer] Could not create deployment: file:/C:/software s/jboss-4.0.3SP1/server/default/deploy/hellobean.jar org.jboss.deployment.DeploymentException: ejb-jar.xml m

[JBoss-user] [Beginners Corner] - ejb deployment problem

2005-12-28 Thread newbeeuser
Hi, I am trying to deploy a simple hello bean ejb on jboss4.03 sp1 I am getting following exception 17:26:30,281 ERROR [MainDeployer] Could not create deployment: file:/C:/software s/jboss-4.0.3SP1/server/default/deploy/hellobean.jar org.jboss.deployment.DeploymentException: ejb-jar.xml must

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
And finally my problem solution is: The @Factory anotation is needed, this is not found in the old doc, i guess.. @Begin | @Factory("groups") | public String findCaroGroups() { | groups = session.createCriteria(caroTypeGroup.class).list(); | return

[JBoss-user] [JBoss jBPM] - Token splitting?

2005-12-28 Thread dhartford
Hey all, Not even sure if the subject is the right idea, but the business use-cases are as follows: *A multipage fax comes in as an individual fax token. A user looks at the fax and may want to split it into several new faxes before continuing the rest of the process. Each of the new faxes sh

[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-28 Thread RobJellinghaus
Yes, I know, I was just trying the toplevel tests as a sanity check (to avoid any issues of the multiple build.xml files). examples / noejb / "ant testexample" works great now :-) I must say it's a pleasure being back on a forum that's got a timely Gavin on it! I was on the Hibernate forums i

[JBoss-user] [Installation, Configuration & Deployment] - Re: Hacked solution for OutOfMemoryError on opening zip file

2005-12-28 Thread AndrewGoedhart
Make that a heap size of 2 GB not 2 MB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914601#3914601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914601 --- This S

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
Marobashi * Into my groups this is what I have in running Time: (setting a breakpoint on the following return statement and inspecting what "groups" contents after the session.createCriteria) groups = ArrayList - elementData=Object[10] - CAROTypeGroup + code="NAME001" + subTypes=PersistenceS

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-28 Thread jlukar
I just created Jira issue. I have created a test case with dummy business objects and associated class/interfaces that showcases the slowness of this scenario. There is a build.xml that does the whole thing after configuring the jdbc parameters in the service xml file. I'd appreciate any feed

[JBoss-user] [Installation, Configuration & Deployment] - Hacked solution for OutOfMemoryError on opening zip file on

2005-12-28 Thread AndrewGoedhart
I am writing this partly to help those who experience the problem at least have a way out and also to ask if there is another better way to solve this problem I am using release 4.03 SP1 and a 64 bit linux jvm with 4 GB memory and heap set at 2MB max. Sometimes on startup the jboss crashes with

[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-28 Thread danch
"mpurdy1973" wrote : how would you marshall it into a render parameter? | Either decompose it into constituent properties then convert those to strings, or use something like CastorXML to convert to/from XML. The first would really only be workable for a pretty simple, flat bean. View the or

[JBoss-user] [Installation, Configuration & Deployment] - Re: When will JBoss 4.0.4 be released

2005-12-28 Thread AndrewGoedhart
What feature is it? If you need a temporary patch to get Jboss working on linux AMD64 without crashing on startup due to problems with opening zip files in the RepositoryClassLoader see: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74634 View the original post : http://www.jboss.c

[JBoss-user] [EJB/JBoss] - Bus error occurring on during ejbRemove() on JBoss 3.2.7 on

2005-12-28 Thread beamer908
At the very end of my ejbRemove() method before the method returns to the caller (bean.remove() ), I'm getting a bus error that kills the JVM process. Is this a known problem with jboss 3.2.7 on Mac OS X? I've never seen anything like this on a Windows or Linux machine, but this very reproducibl

[JBoss-user] [Installation, Configuration & Deployment] - limiting session creation on a per application basis

2005-12-28 Thread ptomsic
is it possible to say, deploy war(a) and war(b) to the same jboss instance, but limit session creation to only war(a) and have no sessions created on war(b) ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914598#3914598 Reply to the post : http://

[JBoss-user] [Remoting] - Example service.xml with 1.4.0 beta

2005-12-28 Thread Tyler Black
Hello, Recently downloaded 1.4.0 beta, and I'm having a lot of fun with remoting. I noticed a typo in the example-service.xml file that is packaged with the beta release. The package name for the CallbackStore class is incorrect. The example-service.xml points to org.jboss.remoting.CallbackSt

[JBoss-user] [EJB 3.0] - sending a mail from a bean

2005-12-28 Thread razel
I'm developing an application using EJB 3.0 on JBoss 4.0.3. I would like some hints on how to send e-mails from inside a bean, configure and use the jboss mail API implementation. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914596#3914596 Reply t

[JBoss-user] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-12-28 Thread hasijutu
Is someone working on this issue? http://jira.jboss.com/jira/browse/EJBTHREE-352 The issue status seems to be 'Open'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914595#3914595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP2.x jdbc2 pm configuration and version fields

2005-12-28 Thread ereze
I would like to use the new "Cmp2.x jdbc2 pm". I set the entity to use optimistic locking with version fields. The application starts up and throws complains that the entity is missing the version field. This did not happen in other container configuration like the "Standard CMP2.x Entity". Is t

[JBoss-user] [JBoss jBPM] - Re: how to design multiple sub-processes

2005-12-28 Thread brittm
Hmm...perhaps you can simply not use sub processes at all. Rather that think of the 'candidate' process as a sub process, just consider it as a stand-alone process. Start as many as necessary like you are now, with an ActionHandler, and set a process variable to link it back to your 'parent'

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Does CMP2.x jdbc2 pm supports optimistic version fields?

2005-12-28 Thread ereze
Does the Configuration "CMP 2.x jdbc2 pm" in 3.2.6 supports the optimistic locking version fields? Does it update them correctly? Thanks, Erez View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914593#3914593 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: problem in creating j2ee project with jbossIDE

2005-12-28 Thread mconley99
I had a similar problem using Eclipse 3.1 and JBossIDE 1.4. The FAQ says that Eclipse 3.1 requires JBossIDE 1.5. I switched and was able to get started. I also ran into other problems later with XDoclet, I'm still working on those. View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [Installation, Configuration & Deployment] - Re: Getting errors when starting up jboss 4.0.3SP1 in jboss-

2005-12-28 Thread peterm75
It seems like it needs to download a .xsd from the www and if there is no internet connection I will recieve this error. It should be possible to run jBoss without a internet connection! I would be very greatful if somebody could help me. View the original post : http://www.jboss.com/index.h

[JBoss-user] [Installation, Configuration & Deployment] - Using xml files at the deployment folder

2005-12-28 Thread cesarlopez
Hello all, It's possible to use the deployment directory to put there xml files that points to applications allocated on external folders? As example, this xml can be used at Tomcat you can put it at $CATALINA_HOME/conf/Catalina/localhost folder and automatically the application is deploye

[JBoss-user] [JBoss AOP] - merging execution and call pointcuts

2005-12-28 Thread aefremov
Consider that you have a base class like this, public class MockListner { public void onMsg(Object msg) { } } Then you create execution pointcut of onMsg method. So far, so good. But if you derive a class from MockListner and define a call pointcut of the constructor you get an Exception.

[JBoss-user] [EJB 3.0] - Re: Simple stateless session bean example- does one exist?

2005-12-28 Thread [EMAIL PROTECTED]
download the EJB3 standalone distribution. it has all the code and build files View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914587#3914587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914587 -

[JBoss-user] [EJB 3.0] - Re: Timeline for PFD complience ?

2005-12-28 Thread [EMAIL PROTECTED]
jira.jboss.com ejb3 project post any specific problems there and we'll schedule them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914586#3914586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914586 -

[JBoss-user] [EJB/JBoss] - Re: Stub error..

2005-12-28 Thread Ayusman
It helped. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914585#3914585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914585 --- This SF.net email i

[JBoss-user] [EJB 3.0] - Cant call em.persist() more than once in a transaction. Plea

2005-12-28 Thread us97013
Hi all, I have created a simple entity bean as follows: @Entity @Table(name = "ComplaintDetail") public class ComplaintDetail implements Serializable { } Then I create a session bean as follows: @Stateless public class AdminCompBean implements AdminComp { public void addComplaintDetail (S

[JBoss-user] [JBoss jBPM] - jbpm in a cluster

2005-12-28 Thread new4jboss
Can anyone please confirm the following statement ? "JBPM workflow process descriptions and runtime status are persisted to a database but in a cluster they are not automatically failed-over, which makes sense once you realize that some processing steps may not be idempotent. Therefore, while t

[JBoss-user] [EJB/JBoss] - Optimistic locking

2005-12-28 Thread ereze
To improve concurrency and to avoid deadlock I want to use Optimistic Locking using object version field. My system currently uses cache option A. Is it true that in order to use Optimistic Locking I need to use cache option B or C but NOT A? Do I have to use "Instance Per Transaction" containe

  1   2   >