[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC1 - Released

2006-01-19 Thread [EMAIL PROTECTED]
The forums have been released as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918310#3918310 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918310 --- This

[JBoss-user] [JBoss Seam] - Re: Seam in JBoss Portal 2.2. Does it make sense and is it p

2006-01-19 Thread [EMAIL PROTECTED]
This will not happen in 1.0 beta 2, which is now stable and ready for release. It will definitely be done later in Q1. The best way to make this happen quickly is to go and nag Julien Viet to help by making the needed enhancements to Portal :-P. View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate and Lucene integration

2006-01-19 Thread NigelWhite
Using the Lucene API is not the problem. Looks fairly simple to get going. The problem is that it says that you can set up annotations to have Hibernate automagically maintain a Lucene index without writing a single line of Java! In fact, as well as hooking automatic Lucene updates in, you

[JBoss-user] [Installation, Configuration Deployment] - Re: How to secure JBoss's home page ?

2006-01-19 Thread poyge394
JMX console and Web console are deployed on jboss like a ordinary application, so you just nead to set a ordinary Authentication and Authorization controll, this is already provided, you nead just uncomment. jmxconsole: \deploy\jmx-console.war\WEB-INF\jboss-web.xml webconsole:

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.4 - Eclipse 3.1-Error in start state

2006-01-19 Thread [EMAIL PROTECTED]
If all is well, the problem is removed in the latest releases (3.0.6 and 3.0.7). Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918315#3918315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918315

[JBoss-user] [Installation, Configuration Deployment] - Re: Setting Paths to web applications

2006-01-19 Thread poyge394
you most make a jboss-web.xml and specify in the context-root element your path. place the file beside web.xml. context-root/web/idc/context-root / Poyan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918316#3918316 Reply to the post :

[JBoss-user] [EJB 3.0] - Disabling clustering

2006-01-19 Thread harwell
All my team members are running their own JBoss 4 - EJB3 environment using the ALL configuration, which includes clustering. Ideally we like to use the EJB3 features, but not the clustering aspects of JBoss 4 in our development environment. What is the best way to achieve this. The reason we

[JBoss-user] [JBoss jBPM] - Re: Schema validation problem with JpdlXmlReader.readProcess

2006-01-19 Thread ummadiravi78
I have tested the same. It works fine for me with jbpm-3.0.2. No complaits about end-tasks attribute. Here is the code I tested. import org.jbpm.graph.def.ProcessDefinition; public class ProcessdefTest { public static void main(String args[]) { String procdef = ?xml

[JBoss-user] [Installation, Configuration Deployment] - Re: JMS in transacted beans

2006-01-19 Thread svinther
That seemed to solve my problem about committing automatically. But I still have a problem with the scenario. In a MDB onMessage method I change/create some entity beans and send a message. Both changes are committed successfully on exit of the onMessage method. The message sent then reaches

[JBoss-user] [JBoss/Spring Integration] - Re: wiring EJB

2006-01-19 Thread alesj
Wrong forum. JBoss/Spring integration is about injecting Spring POJO beans into EJB3 enterprise beans. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918320#3918320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918320

[JBoss-user] [JBoss jBPM] - Re: ProcessInstance ID numbers

2006-01-19 Thread rafaelsource
where is this function??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918321#3918321 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918321 --- This SF.net email is

[JBoss-user] [JBoss jBPM] - Re: ProcessInstance ID numbers

2006-01-19 Thread RAlfoeldi
??? What part of org.jbpm.graph.exe.ProcessInstance.getId() don't you understand? I'm serious as you alreasy asked this question: http://www.jboss.com/index.html?module=bbop=viewtopict=74316 Greetings Rainer View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Deploymentdescriptor for user defined client side intercepto

2006-01-19 Thread StefanKuhn
Hi! Can anyone post a sample deployment descriptor (part of) for a clientside interceptor, where you have added an interceptor of your own? I have written an tried out a container interceptor, but that doesn't solve my problem. Here ist the interesting part of the deployment descriptor for

[JBoss-user] [EJB/JBoss] - Re: EJB not bound

2006-01-19 Thread bluespirit
In ejb-jar.xml you have twice tag, but only one closing tag. Is this correct ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918324#3918324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918324

[JBoss-user] [EJB/JBoss] - Re: EJB not bound

2006-01-19 Thread bluespirit
Sorry, it should be In ejb-jar.xml you have twice session tag, but only one session closing tag. Is this correct ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918325#3918325 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Deploymentdescriptor for user defined client side interc

2006-01-19 Thread [EMAIL PROTECTED]
Client interceptor goes in invoker-proxy-binding For ex invoker-proxy-binding my-invoker invoker-mbeanjboss:service=invoker,type=http/invoker-mbean proxy-factoryorg.jboss.proxy.ejb.ProxyFactory/proxy-factory proxy-factory-config

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread emsa
Maybe this is a pure ejb3 question but I cannot find how to to this: I want to replace the EntityManager with a mocked EntityManager so that my EntityManager is used for all @PersistenceContext injections. How would I do that? Any pointers appreciated. Thanks, /Magnus View the original post

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Authentication violation

2006-01-19 Thread grafl
Hi all, My scenario looks like this: WinXP(SP2), JDK 1.5.0_04, jboss-4.0.3SP1, ASA 9.0.0.1108 The db connection is defined in sybase-ds.xml as follows: local-tx-datasource jndi-nameASA9DS/jndi-name connection-urljdbc:sybase:Tds:xxx.xxx.xxx.xxx:2638/db01/connection-url

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Authentication violation

2006-01-19 Thread grafl
I forget the trace: com.sybase.jdbc2.jdbc.SybSQLException: ASA Error -98: Authentication violation at com.sybase.jdbc2.tds.Tds.processEed(Tds.java:2538) at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:1922) at

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread [EMAIL PROTECTED]
What do you mean by a mock EntityManager. It is very unusual - but perfectly possible - to mock out an EM. But perhaps mock is not really what you mean... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918331#3918331 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Problem with Delete/Cancel TaskInstance

2006-01-19 Thread lisa_jbpm
--- taskInstance.end() This only ends (completes) the current task and executed the workflow to the next default transistion. I found the solution by using the following code: ProcessInstance processInstance =taskInstance.getTaskMgmtInstance().getProcessInstance();

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread emsa
What I mean is I want to use a EntityManager that basically just returns what I tell it to return without accessing the database, this to test code given a test scenario without having to access a database. One such mock is to make persist() just do nothing or make it fail ... This would to

[JBoss-user] [JBossWS] - JAXRPC Handler

2006-01-19 Thread fss
Hi, I have a problem with following jaxrpc-Handler. public class RequestLogHandler extends GenericHandler | { | private static final Logger logger = Logger.getLogger(RequestLogHandler.class); | | private SOAPMessage request; | | public RequestLogHandler() | {

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread [EMAIL PROTECTED]
Oh OK, apologies, that is truly a mock. So, just instantiate one and inject it into your components ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918336#3918336 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918336

[JBoss-user] [Clustering/JBoss] - JGroups - Using TCP end_port

2006-01-19 Thread twenckebach
Hello, I want to use group communication via TCP and TCPPING in JBoss 4.0.3SP1. Everything works fine, as long as I don`t use the optional parameter end_port in TCP. I definitely cannot tolerate JBoss starting to look itself for free ports if the provided start_port should be already in use -

[JBoss-user] [EJB 3.0] - Question about perfomance in persistence of objects

2006-01-19 Thread kodaky
Hello, Supose we have an EntityBean called Person.java Person.java private Long id; private String name; private Country country; A Second Entity obiously is Country :) Country.java private Long id; private String name; And finally we have a method called savePerson which uses EJB 3.0 API

[JBoss-user] [EJB 3.0] - Re: Question about perfomance in persistence of objects

2006-01-19 Thread chochis
You dont have to retrieve the object from the database. Pretty simple: create a Country object and insert the pk: Country country = new Country(); country.setId(2); Then create the person object and insert the contry object: Person person = Person(); person.setCountry(country); Then

[JBoss-user] [Installation, Configuration Deployment] - Re: Deploymentdescriptor for user defined client side interc

2006-01-19 Thread StefanKuhn
Thank you very much! I love you all! :-) By the way, i found some Hints in the doc too... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918340#3918340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918340

[JBoss-user] [EJB 3.0] - Re: Multiple EntityManagers

2006-01-19 Thread mtorrens
Bill you were right. I finally worked out what you meant. The persistence.xml file in a par MUST be called persistence.xml. Seems obvious now. Thanks Again Mark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918341#3918341 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - [JBossManagedConnectionPool] Unable to fill pool

2006-01-19 Thread Louis115
Hey, once in a while I get the following error when I fetch a connection from the pool (using JBoss 3.2.6 and Oracle 9i) [JBossManagedConnectionPool] Unable to fill pool org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.lang.NullPointerException)

[JBoss-user] [EJB 3.0] - Re: uniqueconstraint in ejb3.0

2006-01-19 Thread jgc195
I've done some reading, and I think it's working properly... http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/index.html Section 4.2.3. Exception handling anonymous wrote : If the EntityManager throws an exception (including any SQLException), you should

[JBoss-user] [Messaging, JMS JBossMQ] - Re: [JBossManagedConnectionPool] Unable to fill pool

2006-01-19 Thread Louis115
Sorry - wrong forum! Can someone move it to JCA/JBoss ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918344#3918344 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918344

[JBoss-user] [EJB/JBoss] - Re: EJB not bound

2006-01-19 Thread cirdec
I found my mistake. I changed some stuff in my ejb-jar.xml, jboss.xml and in the action file. Now, it works fine... Thanx. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918345#3918345 Reply to the post :

[JBoss-user] [Beginners Corner] - LocalAccessError with MDB

2006-01-19 Thread Zigo
Hi, I am new to Jboss ad EJB and I am experiencing a problem with MDB: The question is: I can I access session Beans for a MDB using local interfaces? My MDB code is: | public void onMessage(Message msg) { | System.out.println(onMessage); | try { | |

[JBoss-user] [Installation, Configuration Deployment] - Re: JMS in transacted beans

2006-01-19 Thread svinther
I have now read this wiki entry http://wiki.jboss.org/wiki/Wiki.jsp?page=MyJMSReceiverCannotSeeADBUpdateMadeInTheSameTransactionAsASend and understand that 2 phase commits does not guarantee that when the transaction is done, all datasources has completed their commit operations. The wiki

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread emsa
Hmm ... yes ... not that I'm sure how to do that ... an example would be nice. I would still like the test to run in the microcontainer so that some object still uses a real EntityManager, if that is this possible? When should I inject my EM so that the microcontainer doesn't inject its EM

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread [EMAIL PROTECTED]
Oh if you are running EEJB its a bit different. It seems to me very strange to do mocking when running integration tests though. I would recommend: (1) Mocking for unit tests (no mc or EEJB) (2) No mocking for integration tests (mc/EEJB) View the original post :

[JBoss-user] [Beginners Corner] - Re: LocalAccessError with MDB

2006-01-19 Thread jaikiran
You can invoke the SLSB from your MDBs. You need to do some configurations for the same. Have a look at the following links: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityExceptionWhenAccessingSecuredEJBFromAnMDB Section MessageDrivenContext, at:

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-19 Thread noicangi
hi again, i run jboss without the portal, and everything is ok, then y deploy the portal 2.2 and its ok too, but then i drop my database, and makea full new instalation of portal 2.2.1rc1 its crushes. now i'am going to test the java version View the original post :

[JBoss-user] [Microcontainer] - Re: MC archives vs. directories

2006-01-19 Thread tzman
In an attempt to make this simpler I think I made it more confusing. The code I am using is from various examples/tutorials. | URL url = new File( pathToMyBuildOutputDir ).toURL(); | EJB3StandaloneBootstrap.boot(null); | EJB3StandaloneBootstrap.deployXmlResource( coeds-beans.xml ); |

[JBoss-user] [EJB/JBoss] - Stateless Session Bean Instances - How to limit them ?

2006-01-19 Thread vinay076
Hi We have few stateless session beans. Whenever a user accesses these beans an instance is created. It starts from 1 and keeps on increasing even beyond the count mentioned instandardjboss.xml under tag container-pool-conf 50 true /container-pool-conf I have even

[JBoss-user] [JCA/JBoss] - WHY DID MY QUESTION DISAPPEAR?

2006-01-19 Thread [EMAIL PROTECTED]
The quality of the posts in this forum is so poor: http://www.jboss.com/index.html?module=bbop=viewtopict=68044 where they are even on-topic, I've finally created a Bad Post forum. http://www.jboss.com/index.html?module=bbop=viewforumf=237 If your post got moved there, read this;

[JBoss-user] [JCA/JBoss] - Re: LoggerPluginWriter prevents serialization from object ac

2006-01-19 Thread [EMAIL PROTECTED]
It is your responsibility to make sure your ManagedConnectionFactory is serializable. e.g. Make the writer ivar transient. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918358#3918358 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: ClassLoading problems

2006-01-19 Thread jbaker_softcomms
Found the solution. I created another resource loader that uses the context classloader that jboss likes then configured velocity to use my loader. I simply copied velocity's ClassPathResourceLoader and changed the line ClassLoader classLoader = this.getClass().getClassLoader(); to

[JBoss-user] [JCA/JBoss] - Re: Setting options for pooling of non JMS MDBs

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Read the WIKI View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918360#3918360 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918360

[JBoss-user] [Messaging, JMS JBossMQ] - need com.ibm.mqbind.jar

2006-01-19 Thread sarojk
I have installed Websphere MQ Express 6.0. I dont have com.ibm.mqbind.jar, How can I can this jar file. Please respond asap. Thanks Saroj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918361#3918361 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: uniqueconstraint in ejb3.0

2006-01-19 Thread [EMAIL PROTECTED]
It works that way, but as you can see in the example at the beginning of this thread (the flush and @ApplactionException) are already in place. My problem stays : the class org.hibernate.exception.ConstraintViolationException is imported in the bean and this makes it impossible to use the

[JBoss-user] [EJB 3.0] - Re: @SecurityDomain not found

2006-01-19 Thread hezimmer
Hi Milan, please check the import of the SecurityDomain class, the right one is: import org.jboss.annotation.security.SecurityDomain; There is another class SecurityDomain in package import org.jboss.aspects.security.SecurityDomain; which is not the right one and leads to the error. Bye,

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: How to start JBoss4.0 as a service in Solaris 10?

2006-01-19 Thread srikanthdr
Look for Run.sh in JBOSS-HOME/bin directory and invoke it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918364#3918364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918364

[JBoss-user] [JBoss Seam] - Possible to use SEAM with jdk1.4 using Annotation Compiler

2006-01-19 Thread kierone
Would this be possible ? Anyone tried this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918365#3918365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918365 ---

[JBoss-user] [JCA/JBoss] - Re: DataSource doesn't scale

2006-01-19 Thread [EMAIL PROTECTED]
scswarga wrote : | All our profiling has pointed the hotspot as getting the connection from the datasource. I wonder if anyone will look into the issue. | http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp If you are not going to provide this information, you are just wasting people's

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Bean Instances - How to limit them ?

2006-01-19 Thread [EMAIL PROTECTED]
Can you provide a minimal testcase that replicates this behaviour? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918367#3918367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918367

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread emsa
Really? A concrete example of what I would like to do, would be to run the RegisterTest with a mocked em instance, to test that the session-bean-logic and the navigation flow is working as expected, but without actually insering anything into any database. This (imho) should be very usefull if

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.3 - EJB 3.0 - Exception caused by UNIQUE const

2006-01-19 Thread laboratory
can't fix this problem, am i doing something wrong? My Exception: | @ApplicationException | public class CreateAccountException extends Exception { | | public CreateAccountException(String message) { | super(message); | } | } | My Entity Field: |

[JBoss-user] [JBoss jBPM] - Re: Query regarding forking

2006-01-19 Thread ummadiravi78
Hi, You should be using token.getChildren() to access forked nodes. here is the working code for your sample. | | import java.util.Iterator; | import java.util.Map; | import org.jbpm.graph.def.ProcessDefinition; | import org.jbpm.graph.exe.ProcessInstance; | import

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.3 - EJB 3.0 - Exception caused by UNIQUE const

2006-01-19 Thread laboratory
solved adding (rollback=true) to ApplicationException tnx anyway ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918371#3918371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918371

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-19 Thread [EMAIL PROTECTED]
Well, the thing is, if you run inside MC, you would have to mock out the EM *inside* the MC. This is very easy to do with a plain MC, but not really with EEJB. I would try asking in the EJB3 forum, perhaps I am missing something. But I really think it is very wierd to mock the database in

[JBoss-user] [JBoss Eclipse IDE (users)] - No JSP Page and HTML Page under JBossIDE-Web Components

2006-01-19 Thread mr. burns
Hello, I downloaded today Eclipse 3.1.1 and JBoss IDE (1.5.0). After running Eclipse I wanted to create a Web application (a JSP with Servlet). But under: File--New--Other--JBoss-IDE-Web Components I cannot choose someting like JSP Page, HTTP Servlet!?! Those items are not there, only

[JBoss-user] [JBoss Seam] - Re: Possible to use SEAM with jdk1.4 using Annotation Compil

2006-01-19 Thread admin
It would need a version of Seam written for JDK 1.4, with all annotations as regular old Java interfaces. The same for Hibernate Annotations, and all of EJB3. It's possible, but not doable. (Unless you are volunteering to maintain that ;) Also, what could possibly be the reason to say I want

[JBoss-user] [Installation, Configuration Deployment] - Re: Failure in Isolation with Overriding over jboss-4.0.3

2006-01-19 Thread maxint
PeterJ wrote : I had the same problem as you when moving from 4.0.2 to 4.0.SP1. I supplied both the dom4j.jar and jaxen.jar in in my WEB-INF/lib directory. Did you also include jaxen.jar? If that is missing that could be your problem. It's true, but the real application co-exists with more

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Web Service

2006-01-19 Thread bwkennedy
http://www.jboss.com/index.html?module=bbop=viewtopict=63313 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918379#3918379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918379

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate and Lucene integration

2006-01-19 Thread NigelWhite
OK, as usual, the docs are completely lacking. Here is what worked. In META_INF/persistence.xml in the .par file: | property name=hibernate.ejb.cfgfile value=hibernate_config.xml/ | hibernate_config.xml goes in the root level in the .par file. It contains: | ?xml version='1.0'

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Setting relation when Entity Bean has a compound primary

2006-01-19 Thread pdog4x4
rpa_rio, I'm not sure if you have found an answer for your question, but hopefully I can help. This took me a pretty minute to figure out. I use XDOCLET to generate all the helper classes and setup XML. Of course, your mileage may vary. The brief setup looks like: I did the following for

[JBoss-user] [EJB/JBoss] - Common memory area

2006-01-19 Thread gabrielnicula
I would need to implement a common memory area that all instances of a certain stateless EJB could access - in fact a simple hashtable that contains general data - and of course with access synchronization. If I use only one JVM I can use a Singleton class containing a Hashtable - but I

[JBoss-user] [JBossCache] - common memory area

2006-01-19 Thread gabrielnicula
I would need to implement a common memory area that all instances of a certain stateless EJB could access - in fact a simple hashtable that contains general data - and of course with access synchronization. If I use only one JVM I can use a Singleton class containing a Hashtable - but I

[JBoss-user] [JBoss Seam] - Re: Possible to use SEAM with jdk1.4 using Annotation Compil

2006-01-19 Thread [EMAIL PROTECTED]
Yes, JDK 5 went final when? Two years ago? Something like that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918377#3918377 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918377

[JBoss-user] [Beginners Corner] - Re: LocalAccessError with MDB

2006-01-19 Thread Zigo
Thank you very much, i added run-as tag in ejb-jar and works fine! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918376#3918376 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918376

[JBoss-user] [EJB/JBoss] - RuntimeException

2006-01-19 Thread camrosa
What means the message, A CMR collection may only be used within the transaction in wich it was created, and how I can resolve it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918384#3918384 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Bean Instances - How to limit them ?

2006-01-19 Thread vinay076
I actually don't have a test case but we have deployed the application on Production and then found the problem. Currently I am running this scenario in test system 1. I am clicking on a hypelrink to view some details 2. These details are fetched through a method in EJB (Local) 3. User changes

[JBoss-user] [Beginners Corner] - Re: Integrating JProfiler with JBoss-3.2.3

2006-01-19 Thread jaikiran
Ya, you are right. Removing the -XDebug option, worked for me. Thank you. -Jaikiran View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918386#3918386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918386

[JBoss-user] [JCA/JBoss] - ManagedConnectionPool behaviour inconsistencies between 3.2.

2006-01-19 Thread bobsmith
Hello, JBossManagedConnectionPool is behaving differently between 3.2.6 and 4.0.2. I have an application that is using MySQL streaming result sets. The MySQL version is 4.0.20a and the Connector/J version is 3.1.6. In some cases I have embedded queries. In other words, I scroll through the

[JBoss-user] [JCA/JBoss] - Re: WARN [TransactionSynchronizer] ... not the enlisting

2006-01-19 Thread [EMAIL PROTECTED]
joergvf wrote : | anonymous wrote : You may ask JBOSS why the ManagedConnect(thread 1) was given to MCF.matchManagedConnection in thread 2 while the user requested a new ManagedConnection (getConnection()) | | | | You have | | | | Thread 1 | | MCF (1) | | MC (2) |

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Hijacking somebody else's thread just means you are ignored. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918389#3918389 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: waiting for deployer

2006-01-19 Thread [EMAIL PROTECTED]
Like it says, you don't have the deployer. In this case, you probably deleted jbossjca-service.xml If that is not the case then you need to show the original error not this summary. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918390#3918390 Reply to the

[JBoss-user] [JCA/JBoss] - Re: Connection pool leak in JBoss 3.2.5 ???

2006-01-19 Thread [EMAIL PROTECTED]
tflora wrote : I have the same issue and have searched the bug database with no success. | No you haven't. Because the information is there. Of course for 3.2.5 it on sourceforge not JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918391#3918391

[JBoss-user] [JCA/JBoss] - Re: Connection pool leak in JBoss 3.2.5 ???

2006-01-19 Thread [EMAIL PROTECTED]
It is also in the release notes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918392#3918392 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918392 --- This SF.net

[JBoss-user] [JCA/JBoss] - Re: ManagedConnectionPool behaviour inconsistencies between

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Unanswerable question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918393#3918393 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918393

[JBoss-user] [JCA/JBoss] - Re: Filesystem and external apps access from EJB/JCA

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp FAQ/Use search View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918394#3918394 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918394

[JBoss-user] [JCA/JBoss] - Re: Memor Leak Problem with IdleRemover Thread

2006-01-19 Thread [EMAIL PROTECTED]
Bug report: http://jira.jboss.com/jira/browse/JBAS-2687 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918395#3918395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918395

[JBoss-user] [Messaging, JMS JBossMQ] - Re: [JBossManagedConnectionPool] Unable to fill pool

2006-01-19 Thread [EMAIL PROTECTED]
Why? It isn't a JCA question either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918396#3918396 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918396 --- This SF.net

[JBoss-user] [JBoss Portal] - Debug a Portlet with eclipse

2006-01-19 Thread cpage
Hi, I would like to run a portlet in debug mode in eclipse. i really don't know the best way to perform it ? can some one help me ? thanks regards, Lionel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918397#3918397 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: QueueSession commits not automatically synchronized with

2006-01-19 Thread [EMAIL PROTECTED]
svinther wrote : or am I doing something else wrong. | Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918398#3918398 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918398

[JBoss-user] [JBoss Seam] - Debug level

2006-01-19 Thread truto
HI, is there a way to increase/decrease debug level on seam-only? Something on seam.properties? thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918400#3918400 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918400

[JBoss-user] [Messaging, JMS JBossMQ] - Re: OIL2XAConnectionFactory not bound

2006-01-19 Thread [EMAIL PROTECTED]
OIL2 is no longer supported. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918402#3918402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918402 --- This SF.net email is

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2006-01-19 Thread pksiv
[EMAIL PROTECTED] wrote : How do I: anonymous wrote : put catalina-ant.jar in your ant lib directory when using Eclipse? Window-Preferences-Ant-Runtime-Classpath View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918404#3918404 Reply to the post :

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

2006-01-19 Thread dcornelius
If you point JBoss to a folder like file://c:/.../test.war to deploy a web application, then the web services in this web app are not deployed and there is a ClassCastException, complaining the servlet class is not a servlet. In my jboss-service.xml file: | attribute name=URLs |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: how much load can a simple testQueue take which comes wi

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp If you want to know why no reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918405#3918405 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918405

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Pub/Sub persistence

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Try reading the JMS spec or even the WIKI. The answers is: Not unless there is a durable subscription. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918407#3918407 Reply to the post :

[JBoss-user] [EJB 3.0] - composite ids not working?

2006-01-19 Thread truto
Hi, Lets say I have an @Entity Foobar, that as either an EmbeddedId or @IdClass to FoobarPk. When I do an entitymanager.createQuery(from Foobar) I get a list with the correct number of entries, but all of them set no NULL. As anyone encountered a similar situation like that, and how have

[JBoss-user] [Messaging, JMS JBossMQ] - Re: QueueSession commits not automatically synchronized with

2006-01-19 Thread svinther
Well I found out that I needed to lookup java:/JmsXA as the ConnectionFactory. I thought I already did that before and got a ClassCast Exception, but I guess I did something else wrong at that time. So could you please be a little more specifc about what else im doing wrong. Also I have read

[JBoss-user] [EJB 3.0] - Re: Prevent EntityManager persisting

2006-01-19 Thread Dornus
Excellent, thank you. FYI, slight change but it should be | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918411#3918411 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: poolsize, createCount and removeCount of MDB remain 0

2006-01-19 Thread [EMAIL PROTECTED]
Raise a feature request. There is no code maintaining these stats for MDBs. They only exist for the MDBContainer because they are inherited from abstract Container class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918413#3918413 Reply to the post :

[JBoss-user] [JBossWS] - init(Config) on Web Service interface

2006-01-19 Thread giscard_aioba
Hi guys, I already post this question here but I don't get any response, maybe today I can have more luck...:-) When I create a servlet, I can use the init(Config) method to realizar all servlet initialization, and what about to made it in a Web Service interface using JBoss?!!?!? Another

[JBoss-user] [EJB/JBoss] - Re: RuntimeException

2006-01-19 Thread camrosa
Thanks, I changed the 300 on jboss-service.xml, and it's resolved! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918410#3918410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918410

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message resent too many times

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp A hijack and a bump. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918415#3918415 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918415

[JBoss-user] [JBoss Seam] - Re: Debug level

2006-01-19 Thread [EMAIL PROTECTED]
Just modify: server/default/conf/log4j.xml to fulfill you needs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918416#3918416 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918416

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message size limit with BytesMessage and writeUTF method

2006-01-19 Thread [EMAIL PROTECTED]
For everybody else, here's a link to the bug report: http://jira.jboss.com/jira/browse/JBAS-2641 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918417#3918417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918417

[JBoss-user] [Messaging, JMS JBossMQ] - Re: QueueSession commits not automatically synchronized with

2006-01-19 Thread [EMAIL PROTECTED]
svinther wrote : | So could you please be a little more specifc about what else im doing wrong. | I could but you could also use search and even enable trace logging so we have a clue what you are talking about. Your mistakes in the original post. * Not using pooled transactional jms

[JBoss-user] [Messaging, JMS JBossMQ] - Re: QueueSession commits not automatically synchronized with

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Will help you get better (any) answers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918419#3918419 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918419

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ alone

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918399#3918399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918399

  1   2   3   >