[JBoss-user] [JBoss jBPM] - JBPM deployment problem

2006-05-26 Thread kanishkavatsa
hi all , i am using ECLIPSE 3.1 with jbpm-gpd-site-3.0.9.1 and jbpm-starters-kit-3.1.1 . i have made a simple example using demo given in the site. after saving the project i tried to deploy the project. The server connection was tested and it was showing the connection to be successful. but

[JBoss-user] [JBossWS] - Re: [newbie] ant file needed

2006-05-26 Thread burrsutter
I've been thinking about that lately. True newbies (meaning not been through the joys of WS4EE) would be better served with the 181 WebServices from the WAR concept. And you are correct that the little tutorial doesn't address Java-based clients. I'll have to see if there is a way to

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-26 Thread burrsutter
Here is one sample that I worked up for the server-side: | package org.jboss.samples; //note: not part of anything official | | import javax.jws.WebMethod; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | import javax.jws.soap.SOAPBinding.Use; | |

[JBoss-user] [JBossWS] - Re: Lame question about the WS problem with receiving of SOA

2006-05-26 Thread burrsutter
JBossWS doesn't like the ns1: prefix on the operation or parameter names. I found this with using the MSFT SoapToolkit. Burr View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946720#3946720 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to force the Container to call ejbStore();

2006-05-26 Thread chaituu
chaituu wrote : bhupendra.yaduvenshi wrote : their is tag in standerdjboss.xml in max bean age set this paramete as u want this will called ejb pasivate in 1 sec or wht do u want that is the proper way. | | | | Bhupendra | | after setting max bean age as 1 sec still container is

[JBoss-user] [JBossWS] - ServiceLifeCycle Question

2006-05-26 Thread burrsutter
I was experimenting with the ServiceLifeCycle in my 181 WS and it would appear that the session is recreated with every invocation/operation. Perhaps there is something in a config file that I need to setup. If so then the doc doesn't mention that fact:

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Is it possible to change the associated table name for a CMP

2006-05-26 Thread c96mud
Is it possible to dynamically retrieve and change the configuration for a CMP entity bean? I need to dynamically change the associated table name of a given EJB (defined in jbosscmp-jdbc.xml). If not, is there any functionality similar to Hibernate's NamingStrategy for CMP EJBs? View the

[JBoss-user] [Clustering/JBoss] - Re: jms cluster problem need help

2006-05-26 Thread bbkaneda
Many thanks for answering I start on fresh jboss installation and i deploy my application in singleton directory but i have the same error on detination ... i want to deploy my application in this way: I have an'apache web server configurated in load balancing mode on a cluster with 2 nodes

[JBoss-user] [EJB 3.0] - Re: Singleton Message Driven Bean

2006-05-26 Thread Lupson
Thanks! Works as a charm. Implemented the POJO singleton solution first, but this method seems to have better performance, and the messages will be processed in the same order I sent them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946726#3946726 Reply to

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: NPE when looking up the Hibernate session factory in the

2006-05-26 Thread richardyang
I have the same problem but I use the new version jboss-4.0.4 I even need change any thing , It work !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946727#3946727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946727

[JBoss-user] [JBoss jBPM] - Re: how to assign a task with multiple users?

2006-05-26 Thread kpavan_8
Hi Ronald, i really did not understand what u have said. I can retrieve the tasks from jbpmContext.getTaskMgmtSession().findPooledTaskInstances(group). now say users bert, ernie belong to a group 'testgroup', (there is also a prbm here, how the relation between the users and group is maintained

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Singleton, cluster, JMS PROBLEM!!!!!!!

2006-05-26 Thread bbkaneda
Many thanks I think that you are in right way... but how to for make this configuration in my deployer configuration file? i have an'application-service.xml where i put all my destination META-INF directory and not in deploy-hasingletone/jms server | | mbean

[JBoss-user] [EJB/JBoss] - Error in bean connection

2006-05-26 Thread ioioio
I've problems with connection from a bean to another bean but only in one case. In the servelet I can perfectly connect to the bean with this code anonymous wrote : | Context ct = new InitialContext(); | | home

[JBoss-user] [JNDI/Naming/Network] - jboss with websphere mq

2006-05-26 Thread qayumm
Hi, I am trying to configure ConnectionFactory and Destination (Queue) in JBOSS JNDI namespace to connect to websphere mq 6.0. I just want to use JBOSS for JNDI operations and the actual MQ Server is websphere mq. i'd be glad if i can get any documentation. Thanks Qayum View the original

[JBoss-user] [JBoss Seam] - Re: Newbie: Need help to start using seam

2006-05-26 Thread peibol
What i need is a step by step example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946734#3946734 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946734 --- All the

[JBoss-user] [JBossWS] - Re: Compiling Many Web service

2006-05-26 Thread RamcisJBOSS
I used NetBeans5.5 that can make that transparently. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946735#3946735 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946735

[JBoss-user] [EJB 3.0] - Re: Problems in deploying EJBs on embeddable-alpha 5

2006-05-26 Thread MmarcoM
hello, thanks a lot.. it worked. you saved my day :)) BTW, is this deployer.setKernel(EJB3StandaloneBootstrap.getKernel()); a new feature just introduced? i have been using the same code for embeddable alpha4 and alpha5 without any problems.;.. regards marco View the original

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet context problem.

2006-05-26 Thread Ayusman
Hi Griffith, yes I was talking in terms of Tomcat servlet container. Any suggestions on this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946738#3946738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946738

[JBoss-user] [JBossWS] - Re: RPC/Encoded support

2006-05-26 Thread maeste
I'm not sure if it's the right 3ad, but I'm happy to answer to the question about number of webservice, to give jboss developer an idea of the reasons of requests in this 3ad. We have 37 different wsdl with a total of 191 methods in our production environment (with a lot of soap object of

[JBoss-user] [EJB 3.0] - querying with persited enums throws class cast exception

2006-05-26 Thread binario
Hi all, I used to have a query that worked before I upgraded to 4.0.4.GA. It used to be ejb3 rc3. Anyway, lets say I have entity bean A, which has a private variable B where B is a persisted enum. Now I used to query in a session bean something like Query q = entityManager.createQuery(select

[JBoss-user] [JBoss jBPM] - Re: JBPM deployment problem

2006-05-26 Thread [EMAIL PROTECTED]
Kanishk, Please post the stacktrace that appears in your server when deploying. Inspecting this will probably give us more insight in wat goes wrong. By the way, the Eclipse version to use with this Starter's Kit release is 3.1.2. I am surprised it works with Eclipse 3.1, but it is unlikely

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-26 Thread pechetty
Sorry for the confusion. If your question is why you shld create a mapping file, you need not as Thomas's link below mentions. If you build the sample using ant, it will generates the jbossws-samples-jsr181pojo-client.jar and this jar contains the jaxrpc-mapping.xml file. You should still be

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-26 Thread pechetty
http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEClientAppl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946743#3946743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946743

[JBoss-user] [JBoss Portal] - Re: 3 column layout

2006-05-26 Thread shagy69
Thank you it was very helpful!! now I can place portlets in the third one! cheers again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946745#3946745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946745

[JBoss-user] [JBoss Portal] - order of pages in navigation portlet

2006-05-26 Thread shagy69
Can we force the order of the pages displayed in the navigation portlet, instead to be an alphabetical order? Thanks if anyone knows the answer...see you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946746#3946746 Reply to the post :

[JBoss-user] [JBossWS] - Re: [newbie] ant file needed

2006-05-26 Thread adamzrk
Sory I didn't write earlier - I wrote ant file which compile, build and deploy ws and its client - ant is very easy if you have some examples. I took one hour for me. Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946747#3946747 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-26 Thread fady.matar
Unable to reproduce, can you elaborate more? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946748#3946748 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946748 --- All

[JBoss-user] [JBossWS] - Re: wsdl2java and JSR181

2006-05-26 Thread klaus_erber
ok, thank you Thomas for the help and the very fast reply, that means, that we cannot create a service from a existing wsdl and give that wsdl to the customer. That is ok, we can define our services direct in java with annotations and give the resulting wsdl to the customer. But what about

[JBoss-user] [JBoss Seam] - Re: Factories vs. outjections

2006-05-26 Thread abirkmanis
First of all, thanks for your suggestions. As far as I understood, @Unwrap allows substituting some object (not necessarily an instance of Seam component) when a component was expected, but it does not change the timing of the instantiation. I also realize that instantiation of components can

[JBoss-user] [EJB/JBoss] - java.lang.LinkageError: loader constraints violated when lin

2006-05-26 Thread mandeep
Hi , I am running into deployment issues when deploying Remote Stateless EJB's in JBoss 4.0.3. I get the following error : ERROR [[/gsu]] StandardWrapper.Throwable java.lang.LinkageError: loader constraints violated when linking javax/ejb/Handle class at

[JBoss-user] [JBoss Eclipse IDE (users)] - jBoss, Eclipse IDE, ejb3

2006-05-26 Thread adrienogee
Hi, I'm trying to develop ejb3 projects using jboss and its Eclipse plugin. When I create a new project and select my application server (jboss--4.0.4RC1) Eclipse tells me that I need to add the ejb3 libraries... it's weird because this AS should support ejb3, no? If anyone has ever developped

[JBoss-user] [JBoss Seam] - Re: EJB3.0 latest seam prblem when testing

2006-05-26 Thread MmarcoM
Hello all, i fixed the problem.. i was initializing the microcontainer incorrectly solution ishere http://www.jboss.com/index.html?module=bbop=viewtopicp=3946736#3946736 rgds marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946754#3946754 Reply to the

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC7 - FD released.

2006-05-26 Thread sverze
No it was ejb3. I used the jboss-4.0.4.GA-Patch1-installer.jar I wnet back and had a look at 'The JBoss installer selection package screen', and noticed that the aforementioned resources were missing from the selection list. I repeated the installation and yet again the resources were

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC7 - FD released.

2006-05-26 Thread sverze
No it was ejb3. I used the jboss-4.0.4.GA-Patch1-installer.jar I wnet back and had a look at 'The JBoss installer selection package screen', and noticed that the aforementioned resources were missing from the selection list. I repeated the installation and yet again the resources were

[JBoss-user] [JBoss Messaging] - Re: Exception: Failed to read payload

2006-05-26 Thread mwelss
Yes, sychronizing fixes the problem! Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946757#3946757 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946757

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configuring UI2Service

2006-05-26 Thread g4dpz
Hi, You should be able to ue the '-b' argument on the command line... E.g. ./run.sh -c all -b 192.168.0.254 Dave View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946758#3946758 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Same JNDI Lookup from different MBeans (but same ClassLo

2006-05-26 Thread jpyorre
The loaderName for createMBean is not directly available, so I use the following trick (because UnifiedClassLoader3 is implementing an MBean interface): | ObjectName loaderName = ObjectName.getInstance(my.dot.com:service=MyClassLoader); | | if

[JBoss-user] [JBoss jBPM] - BPEL Future Release

2006-05-26 Thread mgraf
Hi, I am evaluating jBPM and have some questions about the future BPEL-Integration: I think that JBPM will implement the future BPEL 2.0 Specification, this would be a good purpose because of system-interoperability and ideas of BPM etc. On the other side, my company doesn´t want to miss

[JBoss-user] [JBoss Seam] - Re: Injection via abstract getters

2006-05-26 Thread abirkmanis
Contexts.lookup() is not type safe. Abstract getters need not be abstract from Java point of view, just conceptually. For example, their body can do nothing but throw UnsupportedOperationException. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946761#3946761

[JBoss-user] [JBoss Seam] - Scoping for events

2006-05-26 Thread abirkmanis
I might be missing something (again), but would not be it nice to have events scopable as well? I mean, currently there is a global (ok, application-wide) map of listeners by event type, which is not very handy in a big application composed from components. Is it feasible to lookup listeners in

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-26 Thread noboyanyone
i flow your step,but it not work. when i click the create new web sale order,it throw the exception : javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver;

[JBoss-user] [EJB 3.0] - ManyToMany: cannot simultaneously fetch multiple bags

2006-05-26 Thread squishy
I've already read a few topics about the cannot simultaneously fetch multiple bags problem in 4.0.4.GA, but it seems like it only applies to OneToMany relationships. I have an entity with 2 ManyToMany relationships, eager fetching, and i get the same error. The relationships are done with

[JBoss-user] [JBoss Seam] - Re: Scoping for events

2006-05-26 Thread abirkmanis
One idea would be to emulate scopable listeners in application code - by outjecting/injecting listeners, but this only works for one listener per event type (i.e., bijection name). May this be a sign of a feature missing - I mean, some kind of aggregated outjection, where multiple components

[JBoss-user] [Installation, Configuration Deployment] - JDK 1.5 (tiger) problems with JSPs

2006-05-26 Thread colr__
Im building a J2EE application using JBoss 4.0.3 and JDK 1.5 (tiger). This is the first 1.5 J2EE project Ive worked on and Ive discovered that JBoss is compiling my JSPs to 1.4. Im using netbeans to package the app, so the EJBs and servlets are being compiled correctly to 1.5. I came across the

[JBoss-user] [Security JAAS/JBoss] - SSO with tomcat valve

2006-05-26 Thread joris77
Hi, At our company we would like to implement single sign on for most of our web applications. We have a cluster of jboss servers. We prefer not to use any other frameworks. So I think we can use the ClusteredSingleSignOn valve. But as far as I understand we then have to add a login screen

[JBoss-user] [JBoss Eclipse IDE (users)] - Web Services Test Client, Axis, and J2SE 5.0

2006-05-26 Thread bbeloff
Hi I've been using the JBoss IDE Web Services Test Client wizard. It works great, but it doesn't generate J2SE 5.0-compatible code. It would be a big help to be able to fix this. It seems to me that the main problem is Axis, and specifically references to Axis packages named 'enum'. I

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Regarding CMP

2006-05-26 Thread jklanka
Hi Laliluna, I have the same kind of problem I have posted my message at http://www.jboss.org/index.html?module=bbop=viewtopict=83704 Please advice me on this how can sort this out. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946776#3946776

[JBoss-user] [JBoss Getting Started Documentation] - Re: How to create new users (login,password) of Duke Bank (u

2006-05-26 Thread iamdanial
what you need to do exactly is to login into the database and insert into the user and roles table the ones you want, but obviously they are linked with the account table so, you might get the problems of referential integrity. are you using the property files or are you using the

[JBoss-user] [JCA/JBoss] - Last resource optimization

2006-05-26 Thread tnfink
Hi, I have to use an XA-capable database and a non-XA-capable one together in a transaction. From the last JBoss-training, I attended, I know that JBossAS supports last resource optimization. From what I understood, this means that if in a transaction there is 1 non-XA resource enlisted, this

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE 1.6 Eclipse3.2 Ready?

2006-05-26 Thread beamer908
Ok, I just created a Feature Request in your JIRA: http://jira.jboss.com/jira/browse/JBIDE-315 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946780#3946780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946780

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: jBoss, Eclipse IDE, ejb3

2006-05-26 Thread adrienogee
Oh and by the way, I developped a little bit with ejb2.1, jboss, xdoclet and the jBoss plugin for Eclipse, and I don't understand what's so great with ejb3 ? Can someone tell me what's so easier with ejb3? because before with ejb2.1 I could almost do anything just by clicking (but I'm a

[JBoss-user] [JBossWS] - JSR-181 Example

2006-05-26 Thread rbarndt
Looking for complete step by step with all configuration file setting, xml file settings etc...On how to build Web Service (POJO) in JBOSS that uses a custom data object and this data object only has primitive types.. Thx in advance View the original post :

[JBoss-user] [Clustering/JBoss] - HAPartition not bound

2006-05-26 Thread misge
I got the follow erro any idea why? | 2006-05-26 12:32:55,346 DEBUG [org.jboss.ha.framework.server.ClusterPartition] Creating HAPartition | 2006-05-26 12:32:55,395 DEBUG [org.jboss.ha.framework.server.ClusterPartition] Initing HAPartition: [EMAIL PROTECTED] | 2006-05-26 12:32:55,395 INFO

[JBoss-user] [JBoss Seam] - Re: Web services and Seam

2006-05-26 Thread abirkmanis
My impression is that current Lifecycle, Manager, and Component are too intimately coupled to JSF to easily use Seam in a headless (without JSF) mode. Should we mimic test cases and use mock objects to run Seam under web services? View the original post :

[JBoss-user] [JBoss jBPM] - Re: XPDL/ JPDL (or OfBiz/jBPM)

2006-05-26 Thread salahssaid2
hiii evrybody No one have some idea bout this ??!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946790#3946790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946790

[JBoss-user] [EJB 3.0] - embeddable-a6 + mdb dependency injection

2006-05-26 Thread Cybernd
Hi Just startet to write unit tests using the embeddable-alpha6 ejb3 container. I got StatelessSessionBeans as some kind of DAO layer. Now i want to access this DAO from my MDB. Working szenario: @Stateless(name = ADao) | public class ADao) { | @EJB(beanName = BDao) | BDao bDao;

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Generated Java files for JSP always removed in 4.0.4GA

2006-05-26 Thread tsangcn
I found that in JBoss 4.0.4 GA, the generated Java and class files for JSP are always removed when JBoss is shutdown or when web application is undeployed. They are removed even if I specified true for the keepgenerated parameter (which says true is the default). This cause regenerate and

[JBoss-user] [JBoss Seam] - Seam and IntelliJ IDEA packing

2006-05-26 Thread alesj
Is there a way to package all those jBPM dependant xml descriptors directly into EAR's archive root - the way it is packaged now in the dvdstore example? app-with-seam-and-jbpm.ear - META-INF/application.xml - META-INF/jboss-app.xml - pageflow.jpdl.xml - jbpm.cfg.xml - hibernate.cfg.xml

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - question about JSF h:message tag and validation

2006-05-26 Thread tamri
I use JSF's h:message tag for error in form. when error happened on the page is written short exception description, I want to write my text with 'message' tag, how can I do it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946795#3946795 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet context problem.

2006-05-26 Thread j2ee_junkie
I think I already answered your question. AFAIK, if you include your servlets in a jar in WEB-INF/lib then they will be loaded by the War (i.e. the WebAppClassLoader) classloader. If you put your servlets in a jar and put that jar at the ear level, the only way your WebAppClassLoader will use

[JBoss-user] [JBoss Messaging] - Security Exception

2006-05-26 Thread mwelss
After 15 or 20 minutes processing messages without any complaints, our application suddenly starts throwing jms security exceptions. There is no visible 'change' in the types of messages that could trigger this, but we have an avarage traffic of about 200 messages per second. The effect is on

[JBoss-user] [JCA/JBoss] - Re: Remote Client unable to get connection from a DataSource

2006-05-26 Thread Shreikanth
Yes I do have the same problem, I am using jboss-4.0.4.CR2 the latest candidate release. I can tell you this seems to coming in an inconsistent pattern The exception i got was java.lang.reflect.UndeclaredThrowableException at $Proxy0.getConnection(Unknown Source) at

[JBoss-user] [Installation, Configuration Deployment] - OutOfMemory on shutdown with 4.0.4.GA+ejb3RC7

2006-05-26 Thread zzzx
1. Install JBoss 4.0.4.GA run -c all, shutdown -S work fine 2. Install EJB3.0 RC6 or 7 for the `all' config shutdown -S throws `OutOfMemoryError: can't create native threads', `resource temporary unavailable', etc. - depends on current user and weather conditions. Then the server can only be

[JBoss-user] [Security JAAS/JBoss] - Re: Problem in persisting session data

2006-05-26 Thread j2ee_junkie
Ashish, The flow should occur like this... | 1 User A is on page 1 | | 2 User A's session expires | | 3 Your session listener is invoked and does some majic to save the session stored objects | | 4 User A requests page 2. | | 5 The container determines user A's is not

[JBoss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-05-26 Thread adamzrk
With primitives everything works fine. I have changed the argument for WebMethod to simple class with two attributes and get/set methods. My wsdl file: definitions name=MyService targetNamespace=http://org.mazurek.ws/jsr181ejb; xmlns=http://schemas.xmlsoap.org/wsdl/;

[JBoss-user] [Security JAAS/JBoss] - Re: Setup Configuration of JBOSS (HTTPS)

2006-05-26 Thread j2ee_junkie
I think this is it http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946804#3946804 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946804

[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-26 Thread jaejong
I execute hibernate tool from jbossIDE 1.6 plugined hibernate_3.1.0.beta5 to generate jboss seam skeleton app depeneon database table. and I got the Exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946806#3946806 Reply to the post :

[JBoss-user] [EJB 3.0] - NullPointerException when using EntityManager lock method

2006-05-26 Thread rettori
Hi everybody. I'm having some problems using the entity manager lock method. The thing is that I have to write a large blob data to oracle database and it can only be done using streams (as far as I know... If I'm wrong, please correct me). When using streams is, in most cases necessary, to

[JBoss-user] [JBoss Seam] - Injection doesn't work during TestNG test

2006-05-26 Thread superfis
Hi, When I put my seam action bean into testng test, I can see that my bean isn't being injected. Snippet of my seam action bean: | @Stateful | @Name( wizardCityAction ) | @Conversational( ifNotBegunOutcome = wizardStart ) | public class WizardCityActionBean implements

[JBoss-user] [JCA/JBoss] - Re: Last resource optimization

2006-05-26 Thread tnfink
Hi, a partial answer to my own post: I checked the sources from 4.0.4 and could see that this last resource optimization is implemented in: org.jboss.tm.TransactionImpl The 1st resource which is tagged with the LastResource interface is remembered in the field lastResource. Because

[JBoss-user] [JNDI/Naming/Network] - Re: bug with jboss 4.0.0 and cmp

2006-05-26 Thread jainer
hi this is the ejb-jar.xml: ?xml version=1.0 encoding=UTF-8? | !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN http://java.sun.com/dtd/ejb-jar_2_0.dtd; | | ejb-jar | |description[CDATA[No Description.]]/description |display-nameGenerated

[JBoss-user] [EJB 3.0] - Re: jars for client deployment

2006-05-26 Thread artemgolubev
and there I can find jboss-ejb3-client.jar? (it absent in jboss-EJB-3.0_RC7-FD.zip) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946813#3946813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946813

[JBoss-user] [JBoss Seam] - Re: UI independent conversation and Seam managed persistence

2006-05-26 Thread t.skultinas
Any ideas except application managed entity managers? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946815#3946815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946815

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Detect Protocol handler initialization failed or else cause

2006-05-26 Thread JaySeletz
In the case where a tomcat connector http or https port fails to initialize due to a java.net.BindException: Address already in use exception, I'd either like to configure things to cause the JBoss server to fail to initialize and shutdown, or somehow detect this from within our web app. The

[JBoss-user] [JBoss Seam] - Conversation Stateless session

2006-05-26 Thread MmarcoM
hello all, can a stateless session bean data be part of a conversation? I am thinking about a StatelessShoppingCart which will keep internally track of all items added tothe cart is that possible, or does it have to be Stateful? regards marco View the original post :

[JBoss-user] [JBoss jBPM] - wich Imports do I need?

2006-05-26 Thread Viegas
I have another problem. I am seting up the examples I found in the tuturials, but when I try to change the example like in chapter 9 - Process Modeling of help I cant create a Actionandler of my own. I have already imported into the project the jbpm3.1.1.jar but it still doenst work. View the

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-26 Thread rbarndt
Burr, Thank you, The code side looks good, how to deploy, what goes in the war..What are the entries in the web.xml filePost your working code with war? Thx for the reply... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946821#3946821 Reply to the

[JBoss-user] [JBossWS] - EJB3 ready for production in the enterprise?

2006-05-26 Thread acxjbertr
I am developing a solution for the company I work for and I have the opportunity to upgrade our technologies. We are currently using JBoss 4.0.2 with EJB 2.1 spec compliant (I think) EJBs exposed as Web Services. I have upgraded to JBoss 4.0.4 GA (and JDK 1.5) but was still planning on using

[JBoss-user] [JBossWS] - Re: Error when returning an array

2006-05-26 Thread asacamano
Hi, Couple of thoughts - I haven't used inner classes in any of my WS interface classes, and Id be a bit nervous about it, just based on the naming issues. Also, I've found that arrays are best handled wrapped inside another class, that just contains that array. So instead of public Foo[]

[JBoss-user] [JBoss jBPM] - GPD 3.0.9.2 Available

2006-05-26 Thread [EMAIL PROTECTED]
I uploaded the 3.0.9.2 service release of the GPD. This release fixes the 'Eclipse freeze' problem and offers again the possibility to specify the complete deployment URL on the deployment tab. No additional changes wrt the 3.0.9.1 release. Download the new release from the sourceforge download

[JBoss-user] [EJB 3.0] - Inject Service MBean into SLSB

2006-05-26 Thread mtuckah
This may be an easy one, but I can't find an example... Is it possible to inject a Service MBean into a Stateless SessionBean? If so, how would that be done? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946825#3946825 Reply to the post :

[JBoss-user] [JBoss Seam] - unable to get FacesContext when session starts with CR3

2006-05-26 Thread liudan2005
It worked before until I updated to seam 1.0 cr3 and jboss 4.0.4ga. I have a session scoped component annotated with @Startup. in my @Create method, I try to retrieve FacesContext in order to get HTTP request. But I get null value. This worked before i've upgraed to CR3. View the original

[JBoss-user] [EJB 3.0] - Re: embeddable-a6 + mdb dependency injection

2006-05-26 Thread [EMAIL PROTECTED]
Set up jira task: http://jira.jboss.com/jira/browse/EJBTHREE-598 Won't be able to look at it for awhile as I'm busy doing other work ATM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946828#3946828 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JMX Classpath Issues with JBoss plugin?

2006-05-26 Thread aperezlo
To anyone that has the same problem, here's what I figured out: I had been following the advice of the Wiki here and getting a handle on the JBoss MBean server by calling: (MBeanServer) MBeanServerFactory.findFactory(null).get(0); That worked fine from within Eclipse, but when run outside

[JBoss-user] [Security JAAS/JBoss] - Re: SSO with tomcat valve

2006-05-26 Thread [EMAIL PROTECTED]
Add your usecase with as much detail as possible at: http://www.jboss.com/index.html?module=bbop=viewtopict=74435start=10 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946830#3946830 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: embeddable-a6 + mdb dependency injection

2006-05-26 Thread Cybernd
thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946831#3946831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946831 --- All the advantages of Linux Managed

[JBoss-user] [JBoss Portal] - Re: order of pages in navigation portlet

2006-05-26 Thread [EMAIL PROTECTED]
Take a look PORTAL_HOME\core\src\main\org\jboss\portal\core\portlet\catalog\NavigationPortlet.java It implements a comparison algorithm you can change (getOrder, and sort) rali View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946833#3946833 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-26 Thread craig1980
Hi again. I have understood that every portlet is a different application...O.K. So i must write my one portlet so that it can render different view based on my action. But i was thinking to this scenario: i'ld like that all my layout changes...from three columns it must become two

[JBoss-user] [Security JAAS/JBoss] - Re: Setup Configuration of JBOSS (HTTPS)

2006-05-26 Thread pander
Thanks a lot, Got it working no probs! Cheers ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946835#3946835 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946835

[JBoss-user] [JBoss Seam] - Re: Newbie: Need help to start using seam

2006-05-26 Thread [EMAIL PROTECTED]
http://docs.jboss.com/seam/1.0.0.CR3/reference/en/html/tutorial.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946836#3946836 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946836

[JBoss-user] [EJB 3.0] - Bug? driverClass got whitespace troubles

2006-05-26 Thread Cybernd
works well: | property name=driverClasssome.jdbc.Driver/property | will fail after xml editors autoformat: | property name=driverClass | some.jdbc.Driver | /property | Annoying bug because it seems to be a classpath-issue but its just a unrecognized whitespace type. The

[JBoss-user] [Security JAAS/JBoss] - Using BouncyCastle with DatabaseServerLoginModule

2006-05-26 Thread bezdomny
I'm currently using BouncyCastly as the provider for my MessageDigest algorithm implementation (because I'm using SHA-256, not MD5). How or can I make JBoss use BC by default with the DatabaseServerLoginModule module-options? I want to be able to specify something like this: module-option

[JBoss-user] [JBoss Seam] - Seam JMS integration

2006-05-26 Thread [EMAIL PROTECTED]
I just committed some stuff to make it easy to send JMS messages using Seam (EJB makes it nice and easy to receive messages, but sending is still a pain). Check out the massively simplified chatroom example: @Stateful | @Name(chatroomAction) | @Scope(CONVERSATION) | public class

[JBoss-user] [JBoss Seam] - Re: Factories vs. outjections

2006-05-26 Thread [EMAIL PROTECTED]
You might be right, it is worth some though. The examples don't demonstrate full-blown component design because they are supposed to demonstrate how _simple_ Seam can be. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946841#3946841 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: how to assign a task with multiple users?

2006-05-26 Thread MatthiasBraeuer
Hi, IMHO the problem lies with the implementation of the class ExpressionAssignmentHandler's assign() method: | [...] | | // else if the expression evaluated to a user | } else if (entity instanceof User) { | // do direct assignment |

[JBoss-user] [JBoss Seam] - Re: Web services and Seam

2006-05-26 Thread [EMAIL PROTECTED]
Not really true, since Seam already supports invocation via Seam Remoting or a plain servlet with a servlet filter :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946844#3946844 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Injection via abstract getters

2006-05-26 Thread [EMAIL PROTECTED]
Right, but nevertheless, this is a problem if the EJB container controls instantiation of the component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946842#3946842 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946842

[JBoss-user] [JBoss Seam] - Re: Scoping for events

2006-05-26 Thread [EMAIL PROTECTED]
Of course it is possible! events.xml uses value binding expressions, which can refer to any listener in any scope! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946843#3946843 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Injection via abstract getters

2006-05-26 Thread abirkmanis
What exactly is a problem? A method that throws an exception? But interceptors are not obliged to call it, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946845#3946845 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Using BouncyCastle with DatabaseServerLoginModule

2006-05-26 Thread [EMAIL PROTECTED]
Follow your jdk instructions on how to add a new JCE provider. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946846#3946846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946846

  1   2   3   >