Can anybody help me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116622#4116622
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116622
___
jboss-user mailing list
jboss-user
A bit of googling led me to posts which mentioned adding the following to the
jsps worked
| <%@ page language="java" contentType="text/html;UTF-8" pageEncoding="UTF-8"
%>
|
|
|
| Testing
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411662
Hello,
I need to deploy a MBean service which depends on classes from our EAR
application (theproject.jar + many libraries). The application will be also
deployed on the server.
Is it possible to create such a dependency that will allow execution of the
service and enterprise app with common l
Hi,
I am building demo application to validate JBoss Cache with Hibernate and
WebLogic cluster.
I have choosen JBoss Cache to hold table data in form of OBJECT CACHE and QUERY
CACHE. I am new to JBoss Cache and facing few problems in configuring same.
I have already done the setup and everyt
see
http://developer.redhatmagazine.com/2007/10/31/continuing-the-conversation-understanding-seam-nested-conversations/
| private void endRootBeforeRedirect() {
| Conversation conversation = Conversation.instance();
|
| if(conversation.isNested()) {
| conversation.root()
Hi,
I have downloaded the jBPM-BPEL1.1.Betta3 and read its userguide but I am not
able to deploy the jbpm-bpel service on Jboss. I just want to know whether I
should change the default configurations of jBPM in hibernate.cfg.xml and
jbpm.cfg.xml or other file. I think this is the reason of depl
You will have to provide more details about your application and also the
exception stacktrace that you are seeing. Also post the JBoss version and the
Java version you are using.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116616#4116616
Reply to the pos
Hy There,
I am testing with a CAS Server in a Clustered environment. First I tried to
setup the HA Version of Portal 2.6.2 and access the same CAS Server with both
portals. I got errors, and wrote that in an other Subject. In that Subject I
was told, that currently Portal and CAS Server have to
The documentation for hibernate.hbm2ddl.auto says this:
anonymous wrote : Automatically validate or export schema DDL to the database
when the SessionFactory is created. With create-drop, the database schema will
be dropped when the SessionFactory is closed explicitly.
When you redeploy your EA
"[EMAIL PROTECTED]" wrote : there is nothing wrong with Seam or Embedded here,
just the way Maven sets up the classpath when running tests.
Aha!
The problem then appears to be with the thirdparty-all-beta*.jar file as it
contains a separate copy of javassist.
Adding an exclusion for javassist
Dear all,
consider the following scenario. Conversation A has multiple nested
conversations, represented by 'An' (where n is an integer), (e.g, A1, A2, A3,
...)
Is there a way to end conversation A directly without having to end all nested
conversation individually?
What I want to achieve is
Got it! Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116606#4116606
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116606
___
jboss-user mailing list
jboss-user@list
"ragavgomatam" wrote :
| In my spring-inject.jar under META-INF I have a spring-inject-spring.xml
21:15:50,688 INFO [NamedXmlBeanDefinitionReader] Loading XML bean definitions
from URL
[vfsfile:/C:/jboss-5.0.0.Beta3/server/default/deploy/Ejb3.ear/spring-inject.jar/META-INF/jboss-spring.xml]
So far I haven't received any session collision issue after putting
session.invalidate() at the end of application workflow process.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116604#4116604
Reply to the post :
http://www.jboss.com/index.html?module=b
For sure you need to do the merge there (or a em.persist - em.merge is for
overwriting data on a possibly existing entity -I suspect you really want to do
em.persist here).
Just "new MyEntity()" doesn't really do anything - there is no magic here for
your entity manager to know that object exis
It was working fine when I initially set it up. I am running Ubuntu 7.10. I
didn't change anything, I just needed to reboot. I want JBoss to bind to the
localhost. I don't even know why it is picking up the my hostname fattony. I
really weird part is it works just fine when I run JBoss as root.
Perhaps its best if you post your code - what's the method look like in its
entirety?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116597#4116597
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116597
I decided to post the code. I just saw your comment about the "new entity ..."
and that does explain part of it (purchase not saved ) as you will see. That
does not explain why the changed entity (member) did not get saved. Member was
injected in the calling SLSB using SEAM and passed to thi
Thanks Mazz.
I am aware of the transaction layering effect (for lack of a better term) that
applies if one session beans calls another. I am certain all of my session
bean methods are exiting.
The code is simple and basic. In this particular method I create one entity
and modify another. N
Oh, and one other thing. The entity manager will only flush changes that you
made to attached POJO entities. You can't just do "new MyEntity()" and expect
the entity manager to do anything with it. You must do either em.persist() to
attach it as a new entity, an em.find() to load an existing
Check your transaction demarcation. Just because you exit a method does NOT
automatically mean your entity manager flushes the data to the DB.
If you exit a method that also exits out of your transaction, THEN it will
flush. But if you exit a method that was called with an already started
tra
JBoss AS 4.0.5.GA, MySQL, nothing unusual about config, Windows XP
Examples I have seen suggest that if you modify or create CMP entitybeans
inside a session bean method then at the exit of that method these changes will
be saved to the DB (flushed without calling em.merge or em.persist). I am
The above hot deployment occurs only in Glassfish v2ur1, in Tomcat 6.0.14, it
is ok?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116586#4116586
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116586
___
The above hot deployment problem occurs only in Glassfish v2ur1, in Tomcat
6.0.14, it is ok!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116587#4116587
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116587
___
Hi all
My install env is sun vm, down is the trace:
16:23:33,116 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems
Inc.
16:23:33,116 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM
1.5.0_06-b05,Sun Microsystems Inc.
16:23:33,116 INFO [ServerInfo] OS-System: Linux 2.
A line of text seems to have dropped out of my post.
In persistence.xml: I have
property name="hibernate.show_sql" value="true"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116581#4116581
Reply to the post :
http://www.jboss.com/index.html?module=bb&
JBoss 4.0.5.GA, whatever version of Hibernate came with it
In persistence.xml:
I print out the property value in my app and it shows to be true. I never see
any logging for hibernate of any kind. I even changed log4j.xml to have
org.hibernate priority="DEBUG". I have had this working in 4.0.
Ales,
As mentioned before, I have an EAR (ejb3.ear) with spring-inject.jar
(spring-module) , ejb3.war (web module) and ejb3.jar (ejb 3 module). In my
spring-inject.jar under META-INF I have a spring-inject-spring.xml and
in the application .xml I have as follows :-
http://java.sun.com/xml/ns/j
I am trying to use EntityQuery for display in a data table and use Seam
pagination.
I seem to get an error that atleast one value binding is required in the
restriction.
My query is something like this..
from Employee, EmployeeComment
Restriction
Employee.employeeId=EmployeeComment.employe
got it. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116574#4116574
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116574
___
jboss-user mailing list
jboss-user@lis
it's my code problem, i solve it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116573#4116573
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116573
___
jboss-user mailing l
Hi Shane:
Have you tried with just tomcat6 (jdk1.6) and GWT-1.4 (jdk1.4)? As explained in
my posting, i use Seam-2.0.1-CR1, mapped SeamResourceServlet to /hub/resource/*
and the endpoint URL in GWT widget to /hub/resource/gwt. I make sure that it
works as stand-alone Seam Jpa example and GWT K
No one out there has experience with javassist on MIDlets?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116564#4116564
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116564
G'day,
I have also attempted to run jbpm in a seperate data source and have hit the
same problem. It was working until I did the split.
I use the hibernate.cfg.xml from the examples changing only:
java:/JBPMDatasource
then my jbpm-ds.xml (I am using postgres):
|
| http://www.jboss.org/
I did some research and i figured (not sure..) that jbpm uses the
FileDefinition object to load the class byte array from the a database, and
then with a specialize class, subclass of ClassLoader, loads the class from the
byte array.
But i still don't know where the binary class data is stored,
Will try latest build from CVS tomorrow. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116559#4116559
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116559
___
jboss-
I removed jboss-embedded-api.jar from my lib folder. I guess I goofed up while
listing the jars (I listed jars from my seam2.0.0GA build) - pls refer to my
first post for jars I included from seam2.0.1.CR1 build). In short I do not
have jboss-deployers.jar included when I get this error.
After
i have got a exception under jdk1.6/jboss-4.2.2.GA/WS-2.0.1 or
ws-2.0.2/ubuntu7.10 64bit:
| 22:53:04,857 ERROR [SOAPFaultHelperJAXWS] SOAP request exception
| java.lang.UnsupportedOperationException: setProperty must be overridden by
all subclasses of SOAPMessage
| at javax.xml.soap.SO
2.1.0 CR2 is correct.
We are not using anything extra apart from turning on buddy replication and
using data gravitation. I tried to recreate it today as well in a separate
unit-test but with no success so far. I will give it another shot tomorrow
since I think the underlying use case scenario
Will do; we also just found what seems to be a bug with the "Seam components"
view.
Inner classes cause a true Seam component to be ignored as such and properties
on those components to not validate.
I will put both of these into JIRA - thanks!
View the original post :
http://www.jboss.com/in
Are you using a Sun JVM or the JVM that came with Linux? If the latter, install
and use a Sun JVM. If you are not sure, post the output from running:
$JAVA_HOME/bin/java -version
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116550#4116550
Reply to the po
I am having trouble understanding the documentation with respect to how to
configure the Visual Facelet editor to properly display CSS and taglibs.
(chapter 8, figure 8.50 " Page Design Options").
My project is generated from seam-gen which I imported as a normal Java
project. I've added the Se
I haven't noticed the seam validator go "haywire"; so if you could describe how
to reproduce it and put it in a jira then it will be looked into.
thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116549#4116549
Reply to the post :
http://www.jboss.com
The best solution that I found was to use the tag instead of the
tag and explicitly import every required class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116548#4116548
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
First, it would help is you posted the full log message, including stack trace,
for the error. The 'caused by' text is usually not sufficient.
Second, try changing the localhost line in your /etc/hosts file to:
127.0.0.1localhost localhost.locadomain
Also, the entry for fattony should prob
Hi,
Does any one know how to set up jmeter with jboss portal. I cannot access the
portal pages which is accessible only afer login.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116546#4116546
Reply to the post :
http://www.jboss.com/index.html?mo
JbossCache contains this functionality - look at CacheLoaders (specifically,
JDBCCacheLoader).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116545#4116545
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116545
___
As I already stated, installation consist of unzipping a zip file. Therefore,
no environment variables, registry entries, or anything else gets set as part
of installation. I have already listed all of the ways that can be used to
determine if a machine has JBossAS installed.
View the original
Ok, thanks very much, now I'm on the good road :)
So, my last idea is:
- a plugin will be a .war file (it's easy to develop it on Eclipse, separately)
- the web application base will load a directories with .war files
- a .war files is unpackaged and will be a part of "web_plugin.war" modules
(e
Try not including jboss-deployers.jar and jboss-embedded-api.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116542#4116542
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116542
__
I am getting a large amount of warnings ( > 1000) on Seam components. On every
save, build, etc., the Seam validator chisels away at these warnings. You can
watch the number of warnings decrease over time. Once this number of warnings
is reduced to, say, 200...the number goes right back up t
Hey,
I am having the same problem. Did anybody have a solution for it. Thanks
Guru
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116538#4116538
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116538
__
In addition to seam I am using jars from jaxws version: 2.1.2 (dated
2007-09-17).
Here are the content of lib folder in war file:
| activation.jar antlr.jar
| cglib.jar
| commons-beanutils.jar commons-collections.jar
| commons-digester.jar
hi,
we have hidden the "configure" screen but want to be able to show or hide the
widgets (all of them are exposed by default) programmatically, or via a simple
SQL script. this is particularly important since we have an issue with the
widgets disappearing at random and want to be able to add th
Sorry, I should have been clearer, I was after the contents of the web-inf/lib
directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116534#4116534
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116534
"jhalliday" wrote : From the sounds of things it would be feasible to declare a
bean with
class=org.jboss.system.microcontainer.jmx.ServiceControllerLifecycleCallback in
the jboss-service.xml file and inject the legacy JMX kernel into it, then
reference that in the TransactionManager bean xml?
I need to display a custom message after logout action. Can you recommend a
good way to do it? Application redirects to login page after logout, so this
message needs to be displayed on login page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116532#41165
The deployable module is a war file with following folders:
css
images
scripts
meta-inf
web-inf
web-inf/classes
web-inf/lib
web-inf/data
where the data folder contains some xml files read in by application scoped
beans. The files are loaded using
org.jboss.seam.core.ResourceLoa
Hmm yes, that would work. All i'm trying to avoid is duplicating the java code.
Duplicating a bit of xml bothers me a lot less. From the sounds of things it
would be feasible to declare a bean with
class=org.jboss.system.microcontainer.jmx.ServiceControllerLifecycleCallback in
the jboss-service
Can you post the structure of your deployed archive (war, ear, ejb jar etc)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116527#4116527
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116527
___
Hi,
jboss seems to send pages in ISO-8859-1 format, but I'd need dem in UTF-8
format.
I tried:
- adding the startup-parameter -Dfile.encoding=UTF-8
- setting the content-type within the html-document (contentType="text/html;
charset=UTF-8")
- adding the server.xml / 8080 connector-attribute URI
"jhalliday" wrote : Yes, I follow (but don't necessarily agree with) the
argument that the TransactionManager should be in deploy, but given that we
can't put it there in the short term we need an alternative solution.
|
I can port my test to be used in real use case.
I'll let you know when I'
Thanks, Nilesh...will post back.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116524#4116524
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116524
___
jboss-user mai
http://jira.jboss.com/jira/browse/JBSEAM-2446
We need to overhaul the docs on how to set up the integration test environment
IMO
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116525#4116525
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
I think the name seam.properties is bit misleading. Usual property files are
loaded from classpath. I think many developers will make this assumption and
make mistake like I did. Perhaps the file should be named more appropriately
like "seamscan.marker" ? Also, pointing this subtle difference
I appreciate your efforts in trying the sample application.
How are you determining that the BMP isn't deployed? I see the
CustomerApplication.ear and Customer.jar deployed in the J2EE section of the
JMX Console output. I also see the persistence unit registered in the JNDI
output.
I pre
Hi Pete,
I have created a JIRA issue for this. Here is the link:
http://jira.jboss.org/jira/browse/JBSEAM-2445
p.s. My application source does not refer to any files using c:/path. I only
have references to some property file names that are loaded using class loader.
I even searched seam source
I had a similar problem with two jars in the same ear. To resolve it I had to
import the classes from DEF.jar into ABC.jar via the persistence.xml file in
ABC.jar
ABC.jar/META-INF/persistence.xml
|
|
| java:/MyDS
| com.myCo.MyClassInDEF
| ...
|
|
|
View the or
It seems like a something basic. Doesn`t anyone have an idea?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116512#4116512
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116512
_
Yes, I follow (but don't necessarily agree with) the argument that the
TransactionManager should be in deploy, but given that we can't put it there in
the short term we need an alternative solution.
Can the ServiceControllerLifecycleCallback stuff be moved such that it is
available for use in t
Hi
How is it possible to setup EntityHome with a trivial restriction in the
flowing case.
There is a table user that has userID, and a tables item that has itemID and
userID, later being a foreign key to user table. When user request to edit
itemID=xx the EntityHome should check to see that tha
Hi,
I want to configure JBossCache as a secondary cache in my application which
uses Hibernate to load the data. I have multiple databases to connect to and to
load data from each of them.
I want to be able to make use of the same instance of JBoss Tree Cache to be
shared across all the Sessi
"jhalliday" wrote : ... but it seems that nothing in the current AS trunk
actually does anything with that annotation, or at least not at a sufficiently
early stage in the lifecycle to be useful.
|
| IMO it should be present in the AS, but I don't see it.
What about this? ;-)
server\all\depl
Good stuff. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116499#4116499
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116499
___
jboss-user mailing list
jboss-user@
I've got the same issue. HEY JBOSS, can you please address this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116497#4116497
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116497
_
Here is what I understand about "overriding the recursing permissions" (I am
only using roles):
for a given directory, if one overrides the read permission, i.e for at least
one role, the read permission is redefined for all the roles (get it if
explicitly selected / lose it if explicitly not se
Oh, ya. Seam uses a thread local to get it's "Context" and then uses the
various scopes in that context to determine the actual values in the scopes.
If you wanna get into much more detail on how Seam manages it's scopes it would
probably be best to look at the code. I think the key here is t
Is there any way to make a Spring bean into a Seam component using annotations?
All of the examples in the Seam reference doc assume the Spring beans are
configured via XML, but newer versions of Spring don't require that. Thanks.
View the original post :
http://www.jboss.com/index.html?module=
I'm looking for a way to tune the second level cache of jBPM (3.2.2) according
to my needs.
jBPM internally configures the cache concurrency strategy for several
collections as "nonstrict read-write", while I need them "read-only" (to avoid
prohibitive synchronization cost and eventual errors
Yes - it just needs implementing.
We need to formalise the API for hooking in clients (thus meaning all the
client needs to is provide a conversation id to propagate conversations).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116489#4116489
Reply to the p
Right, but I'm just wondering how (internally) the Seam-managed factory knows
which session to return, given the fact that the object holding the factory
(i.e. the DAO) is shared among all threads/conversations. Does the conversation
state get put into thread-local storage and the Seam-managed s
I have 2 different physical servers, one is development, one is QA.
The DEV server application is in /apps/jboss/server/
The DEV images are in /usr2/dev/web//images1
The DEV server works fine.
The QA server application is in /apps/jboss/server/
The QA server images are in /usr2/qa/web//images1
Thanks a ton!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116484#4116484
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116484
___
jboss-user mailing list
jboss-user@lists.
Ok, after serveral tries, it works...
I notice that i have to declare nox parameters in the departure page définition
instead of the arrival page when using a pageflow definition, like this:
|
|
|
|
Is it normal?
View the original post :
http://www.jboss.com/index.html?modu
I encountered the same problem in my J2EE application, which uses Seam
2.0.0.GA. It is caused by a bug in JBoss/Seam. See the JIRA issues JBSEAM-2214
and JBSEAM-2224. I got rid of the problem by installing the fix
(EntityBeanList.java version 1.6).
View the original post :
http://www.jboss.com
I just noticed that if I shutdown JBOSS and restart it, these "create table"
errors do not show up. They only show up on a redeploy of the EAR file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116477#4116477
Reply to the post :
http://www.jboss.com/index
The scope is conversation. The same Persistence Context will injected by @In
(or via programmatic lookup) during the lifetime of that conversation. If you
inject via @PersistenceContext, it isn't a SMPC.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116478#4
Ronald, thanks for the tip. I was able to get it to work. One problem I do
have is if I click the Generate Form button and type in field names as soon as
I click or tab out of the field the name gets changed to "variable1",
"variable2" etc? So I can generate forms but not with any meaningful
http://jira.jboss.com/jira/browse/JBSEAM-2186
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116473#4116473
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116473
___
jboss-use
"FredrikJ" wrote : I am currently using cache 2.1.0 GA
I presume you mean 2.1.0.CR2.
No such behaviour should have changed between 2.0.0 and 2.1.0. Some of the
internal code has changed, but that is more along the lines of refactoring and
performance enhancements, not logical behaviour in any
Please read the FAQ!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116469#4116469
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116469
___
jboss-user mailing list
jboss-user
The whole point of a clustered topic is that it is clustered across *all*
nodes, i.e. all consumers on *all* nodes will get the message.
If you don't want consumers on other nodes to get the message then don't user a
clustered topic!
View the original post :
http://www.jboss.com/index.html?mod
"assaf49" wrote : Scenario:
| A JMS Connection is used to create 10 JMS listeners on Topic MyTopic.
|
By "listener" I'm assuming you mean non durable subscription (?)
And I'm assuming you're not using MDBs since you haven't mentioned them.
anonymous wrote :
| Each Listener has a differen
How do I configure Jboss/Tomcat to use a custom name from session cookie name
in 4.0.2?
Thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116464#4116464
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=411
Excellent catch, jaikiran! I had several "version" fields in various tables,
one of which (and only one) was defined as a varchar. Checking the generated
hbm I found that this was being defined as a Hibernate version element, which
it didn't need to be. Changing that one field to a name diffe
The integration uses a dummy SessionFactory that simply takes calls to
SessionFactory.createSession and returns the Seam managed session instead.
It's quite simple. So you just need to make sure that you use the
SeamManagedSessionFactory in the correct places instead of the real
SessionFactor
Hi,
I also have a little problem with starting the Message Brdige service...
According to the official guide, i had made my remote JMSProvider mbean in
jms-ds.xml, and deployed my bridge-service.xml. Aftrer that i got the following
exception:
| javax.naming.CommunicationException [Root exce
damm...
thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116454#4116454
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116454
___
jboss-user mailing list
jboss-user@lis
Hello Andrew,
In order to reproduce this error follow the following steps.
- create a simple Hello World stateless session bean
- copy helloworld.jar into server/default/deploy directory
- start the server using run.bat
- error is reproducible
- EJB3 are not successfully redeployed.
H
i found part of the problem :
JBPM XML files were not mapped in the hibernate.cfg.xml file .
when i mapped them all i got this error :
|
| 2008-01-02 17:55:14,468 INFO [STDOUT] 17:55:14,452 ERROR [[/Total-e]]
StandardWrapper.Throwable
| java.lang.NoClassDefFoundError: org/hibernate/hql/a
1 - 100 of 203 matches
Mail list logo