"[EMAIL PROTECTED]" wrote : flush() just calls JDBC updates, it doesn't commit.
Ahh, so I interpreted the spec not as assumed. OK, thinking a little bit more
about it, it is probably not so easy to rollback already db commited data ;-)
anonymous wrote : For transacted JMS use the "java:/JmsXA" f
I'm half-asleep and this is half-baked, but want to write it down before I
sleep and forget about it :) Luckily I have the power to delete posts, so if I
wake up, read this and am embarassed, well poof!
Use integers as keys. In CachedSetImpl add a field
private Map keyLookup = new HashMap(
Is there any reason that would explain why the response time is between 2 and 4
seconds, sometimes more ? It must be something, right?
great product anyway...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921633#3921633
Reply to the post :
http://www.jbo
Here is what the console is showing. it gets as far as rar deployment and
hangs. yet the whole thing goes swimmingly when launched from the command line.
when I try to access the console from mozilla that just hangs as well.
00:19:26,213 INFO [Server] Starting JBoss (MX MicroKernel)...
00:19:26
I don't think the hashed search will work either.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921629#3921629
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921629
---
Brian,
Your right of course, I'm getting fast performance locally but I'm guilty of
double buffering the data in the same network rpc call (and then some).
I could omit the data field and only pass it in the key but that would be too
coarse grained (the entire value would be passed in the fqn a
My conclusion (2) should be
"JBoss Portal 2.2.1 RC1 bug may contribute to the previous problem"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921625#3921625
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921625
-
It is using the correct table name.
anonymous wrote : from ROLE_TEXT
It is just aliasing it to
anonymous wrote : roletype0_
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921624#3921624
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Dear all,
My situation has been improved.
Initial Configuration:
1) Java SDK 1.5
2) JBoss AS 4.0.1 SP1
3) JBoss Portal 2.2.1 RC1
4) Oracle 8i/10g
5) Oracle JDBC driver for JDK 1.2/1.3
ie. classes12.zip
==> Not work, CMS Portlet shows nothing
Existing Configuration
1) Java SDK 1.5
2)
Hi
maybe I'm missing something obvious but I have not been able to deploy a portal
on the root context in a virtual host, at least not in the usual way by seting
virtual-host and context-root in jboss-web.xml.
Is this correct that it's not possible to deploy a portal as a virtual host and
in a
I am using EJB3/Hibernate against and existing schema. I specify a table in my
entity class (ROLE_TEXT, source below) but when Hibernate constructs the SQL
for a query (SELECT statement below) it uses its own value for the table name,
not the one I gave it.
What have I done wrong.
Please help
Greetings,
I have an ear file whcih contains a jar, war and an application.xml file. Some
of my web components(servlets) access ejbs. In normal circumstances it works
fine. But, while starting the server, if I send a request to a servlet which
delegates the invocation to ejb I am getting a clas
Hi
Are jbpm.war sources available? It's attached here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmWebConsole
Thanks in advance.
--Ziya
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921618#3921618
Reply to the post :
http://www.jboss.com/index.html?modu
Greetings,
I have an ear file whcih contains a jar, war and an application.xml file. Some
of my web components(servlets) access ejbs. In normal circumstances it works
fine. But, while starting the server, if I send a request to a servlet which
delegates the invocation to ejb I am getting a clas
In the course of tesing JBAS-2503, I found an error in the jbossmq testsuite
which only occurs when running against Oracle.
I have a custom jboss server (based on all) which uses an Oracle 9i datasource
for jbossmq persistence. I followed
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQD
It looks like there is a case bug somewhere in the JBOSS webservices
processing. I worked around the problem by changing the element names in the
WSDL from String_1 and String_2 to string_1 and string_2.
The client was sending the correct names, but somwhere jboss is obviously
comparing the el
I am attempting to deploy the jbpm.war on Weblogic. Does anyone have insights?
Has anyone been able to run jBPM on Weblogic?
Any assistance is appreciated. Especially what .xml or configuration files to
work on.
Most importantly what do I need to change to migrate to another J2EE app server.
Try adding -Djava.net.preferIPv4Stack=true to JAVA_OPTS and see if that helps.
I had a similar problem, though on Fedora Core 4 with the Sun JVM 1.4.2_10, and
setting that option fixed the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921613#392161
Where can I download RC5, in http://www.jboss.com/products/jbossas/downloads
all I see is 4.0.3SP1
And in http://www.jboss.com/products/list/downloads I see Jboss EJB3 RC4
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921608#3921608
Reply to the pos
How would you secure a Java pojo service endpoint?
Also, will this approach work with non java clients like .net?
Thanks,
Paul
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921607#3921607
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
I am not sure that this feature complies with the BPEL specs. I know for sure
that it doesn't with the BPML ones. There is not need to keep the stack alive
for all activities, just for activites that can be compensated fro instance.
My use case consists in execution of a sub-process (BPEL) over
Hi, we use JBoss 4.0.3SP1, we have defined oracle datasources in:
- deploy/oracle-ds.xml
- conf/standardjaws.xml
- conf/standardjbosscmp-jdbc.xml
- conf/login-config.xml
- deploy/jms/oracle-jdbc2-service.xml
- deploy/jms/oracle-jdbc-state-service.xml
- deploy/ejb3.deployer/META-INF/persistence.prop
Hi all.
It has happened to me in a couple of Win32 installations that a fresh new
install fails to startup properly with the given error:
| 15:29:02,468 WARN [ServiceController] Problem starting service
jboss:service=invoker,type=http
| java.net.UnknownHostException: DS-SW-0001: DS-SW-000
Hi,
I would like to know why is JBoss4.0.1 is bundled with Jaxen jar with JDOM?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921602#3921602
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921602
Changing the database directly is not at all advisable, because jBPM will *not*
realize you changed the node or "automagically" resume execution from there.
My suggestion was more along these lines. If your external program is
sufficiently short lived, you can wait synchronously for it to finish
This is a known feature, a consequence of the graph traversal technique used in
jBPM derived from the classic chain of responsibility pattern (more details in
section 4.4 of the user guide).
The biggest advantage of this technique is that it deals neatly with multiple
transitions going out of a
I am getting the following error while installing openCRX 1.8.1 with JBoss
4.0.3SP1. Any help will be appreciated
13:08:50,640 INFO [EARDeployer] Init J2EE application:
file:/C:/jboss-4.0.3SP1/server/default/deploy/opencrx-core-CRX-App.ear/
13:08:51,296 WARN [verifier] EJB spec violation:
B
"[EMAIL PROTECTED]" wrote :
| 4. In the case that Key is non-primitive, we shall require them to be
Serializable. I think this is in line with regular POJO Cache where we require
the POJO to be aspectizable (.e.g, with xml or annotation declaration),
otherwise, it needs to be Serializable.
parmaley,
How did you not use Jboss's hibernate deployer? I have the same problem you
have and would like to not use JBoss's har deployer, but I am not sure how to
do that. Please post how you configured Jboss to not use the .har deployer and
how you configured your hibernate session,etc. I'
Done. See issue BPEL-89
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921593#3921593
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921593
---
This SF.net email is
I am using JBoss 4.0.3 and would like to use Hibernate 3.1.1. But I am having
some trouble deploying annotated pojos using the HAR deployer. So, my question
is two fold:
1. which version of Hibernate ships with Jboss 4.0.3. Where is this
information posted?
2. can I use hibernated annotat
yes (not sure if this is in the released version yet).
and yes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921591#3921591
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921591
---
Ok, I'll try to do this during weekend
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921590#3921590
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921590
---
This S
oh! Thanks a lot for your quick answer. But problem here is, external program
is perl program. I will go through all your suggestions.
As I didnt get any answer earlier, I started with a different approach. If I
am not mistaken signalling token is nothing but changing node_ in *jbpm_token*
fiel
I'm past the stack overflow and on to the next error. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921589#3921589
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921589
Hi, I'm trying to configure my JBoss 4.0.1SP3 server to access a remote
message queue. The remote message queue is simply another instance of the same
version of JBoss running on a different machine. I've added the following to
my jms-ds.xml file:
|
| RemoteJMSProvi
Thanks for fast reply, but I still having problems get it working.
The following schema is generated
CREATE TABLE t_customer
| (
| customer_id int8 NOT NULL,
| firstname varchar(255),
| lastname varchar(255),
| CONSTRAINT t_customer_pkey PRIMARY KEY (customer_id)
| )
| WIT
First off am not sure why you are not seeing an exception when making the
following call:
client.removeListener(listener);
Upon making this call on the client, the client will remove the listener from
the callback server and the target server. Since the callback server has been
destroyed, s
Hi Folks,
We are starting a project in JBoss and we have a debate as to whether to use
MySQL or HSQLDB in production. The timescale for deployment is tight
Can anybody give practical experience and/or facts to fuel this debate.
The basic argument is
Pro Mysql: Good solid performant databa
Most likey this is because you did not change the name of the mbean in the
descriptor file. If you just copy and pasted from wiki page, the name is the
same as an already deployed mbean. So just rename it to something that is
important to you.
enjoy, c
View the original post :
http://www.jb
See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=76094
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921580#3921580
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921580
--
Does the jBMP GPD tool allow for graphically defining pageflow definitions?
Can you use the hibernate reverse engineering tools to create a Seam
application from just annotated Entity beans?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921582#3921582
Reply
Can't be done currently. Good idea though and have created a jira task for
this (JBREM-312).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921581#3921581
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921581
--
Big oops. I thought the ProcessInstance fired it upon its construction:
// fire the process start event
| if (rootToken.getNode()!=null) {
| ExecutionContext executionContext = new ExecutionContext(rootToken);
| processDefinition.fireEvent(Event.EVENTTYPE_PROCESS_START,
executi
the permissions table is mapped in the user.hbm.xml and the group.hbm.xml
the way to insert permissions are to give some permissions to a group or user
object and save it with hibernate.
we are hoping for a community contribution for adding these crud operations to
the jbpm console webapp.
reg
today, i checked head and there the fix was applied.
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921575#3921575
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921575
-
Hi all,
I am trying to deploy a hibernate service that uses a datasource. But, when
JBoss starts the service attempts to deploy before the datasource even though I
have a tag that specifies the datasource.
Can anybody explain to me why it is not working?
Cheers
Tom
Hibernate MBean Service X
hi rainer,
can you send me an email at tom-dot-baeyens-at-jboss-dot-com so that i have
your current email address ? i tried sending you an email, but maybe it didn't
arrive...
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921574#3921574
Rep
I will add the clustering to the ref docs.
noi, email me personally, and send me the PDF. I recently got a new laptop and
lost most of what I had in the old slow one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921572#3921572
Reply to the post :
http://w
Awesome, that did the trick!!!
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921576#3921576
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921576
---
Thi
it appears that AUTO does not work but SEQUENCE does. However there are
serveral problems running this version of Hibernate with my version of MySQL:
I commented on another with ddl generation here:
http://opensource2.atlassian.com/projects/hibernate/browse/EJB-64
View the original post :
ht
I have got a question about primarykey-mapping.
Having two tables:
t_customer
---
int | customer_id (PK)
varchar | firstname
varchar | lastname
t_friendship
---
int | customer_id (PK)
int | friend_customer_id (PK)
date | created
Is it possible to map this two tables to
User guide is in the same link. I just updated them in CVS and on the web. I
could change the date, but it would prob lead to confusion... maybe an "updated
date" would help.
Ref guide is not updated yet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921567
Did you set the proper mime-type in the portlet.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921566#3921566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921566
Read the portlet spec.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921563#3921563
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921563
---
This SF.net email is s
Very nice. I'll study the examples.
Thx again.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921564#3921564
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921564
-
Thanks for the reply Gavin.
I guess the answer for both A and B will be duplicating my entity beans.
Hopefully, I can set up ant to build one ejb3 and copy it into the multiples
ears.
But won't it confuse the deployer or the classloader? Is there a problem to
deploy "beans.ejb3" multiple time
Use @IdClass
See Hibernate EntityManager doco or specification . I don't have an wxample of
it in the tjutotirals Only @EmbeddedId
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921570#3921570
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Yes, I see that very clearly in the example; got a little post-happy there.
Thanks for the clarification.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921568#3921568
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392
Take a look at the havana theme in portletswap
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=portletswap&category=.layouts.2_2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921565#3921565
Reply to the post :
http://www.jboss
Eventually figured out what was happening:
I had several "findAll()" ejb finder methods empty. This works fine under
JB3.2.7 but for some reason, JB4 did not implement them for me.
Had to go through each EJB and manually flesh out the SQL queries for each one.
View the original post :
http://
You will need to use scoped classloading. In all our examples, we have a
jboss-app.xml for that reason.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921561#3921561
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392156
What mean this? 60
is a xml tag of one portlet of portal-samples-war.. what do this?
Thanks for the help..
glodo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921556#3921556
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
I'm pretty sure I once changed this, but It could have been on the trunk and
not the 3.0 branche. In that case this bug has been there from the start of
3.0. If it was not even on the 3.1 branche than I'm totally flabbergasted
View the original post :
http://www.jboss.com/index.html?module=bb&o
The SAR file (http://wiki.jboss.org/wiki/Wiki.jsp?page=ServiceArchive) contains
the jBPM engine, config etc. So this should be 'deployed' before the WAR file.
On other systems, like tomcat, the jbpm engine etc, could be in the WAR file,
but that is a packaging issue. In the first case, the engin
java.lang.IllegalArgumentException: Illegal null argument:ns
at
org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel.createNamespaceItemIfNotExistent(JBossXSModel.java:504)
at
org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel.addXSAnnotation(JBossXSModel.java:312)
at
org.jbo
Getting the following exception when I deployed a message drive bean to use the
active-mq. adapter for jca-inflow. I followed the swiftmq rca instruction and
getting the following error.
Caused by: javax.naming.NameNotFoundException: DefaultJMSProvider not bound
at org.jnp.server.Namin
Hmmm okay...
The actual character sequence that I see on the wire (using Ethereal) is the
following:
#xA0;
(There is an ampersand (&) before the pound sign)
The character I sent is visible on the console in the error.
View the original post :
http://www.jboss.com/index.html?module=bb&
I have an application deployed on Solaris system. And I noticed that the CPU
percentage always increases and doesn't come down even when I log out of the
application. The application logs don't show anything. And I end up restaring
JBoss every several days.
My questions is what could be the rea
Yes, you can mark beans for clustered invalidation without adding a
cluster-config. See page 93 of the clustering guide
http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf; your proposed
config is basically what's shown :)
BTW, EJB 2.1 entity beans are not replicated.
View the origi
May be some one can create manual how to run Seam +ADF + Facelets
and also make some scripts and sample in seam code
I can help with this
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921545#3921545
Reply to the post :
http://www.jboss.com/index.html?modu
If anyone can put the necessary instructions up on the Wiki, that would be
great. I would even be happy to merge this stuff into the Seam docs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921548#3921548
Reply to the post :
http://www.jboss.com/index.html?
anonymous wrote : Bill Burke: i think it is that an annotation is not in your
classpath that you've annotated the class with
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921539#3921539
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
"cjalmeida" wrote : A) I want to have multiple applications interacting with
the same Entity Beans (an ?Order? bean should be accessible from the
?Manufacturing? app and the ?Sales Mgmt?, a ?User? bean should be accessible
everywhere). What's the best approach so I don't have to deploy the same
yes, use:
org.jboss.seam.core.init.jndiPattern
just like in the examples.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921536#3921536
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921536
-
What I would love to have is the ability to click through from an EL expression
to an action listeber method or attribute in the Java code. Not really sure how
hard this is
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921533#3921533
Reply to the post
"tobad" wrote :
| The printComponent method is called after Seam has called clearThreadlocals
in org.jboss.seam.contexts.Lifecycle.java which results in the error above.
|
Please report this in our JIRA, it seems we are a bit overzealous with throwing
exceptions here.
View the original po
Hi everyone!! i dont know whats is the exactly problem..
If you have installed the jboss AS from the jboss-4.0.3SP1-installer, i have
that problem...
I try with the Jboss that have the complete install.. just in that case works
with any problems..
I would be interesting know what is the problem w
Yes, search the forum, some people are successfully doing this. It does look to
me like the ADF component library is going to be really popular and useful.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921538#3921538
Reply to the post :
http://www.jboss.com
Ask in the EJB3 forum, see if Bill has any idea...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921537#3921537
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921537
--
What is in CVS now is very, very, very close to what well be released as beta
2. And note that most of what is in beta2 is now very stable and I don't expect
big changes to the currently existing functionality in Seam 1.0.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
Tom,
even jBPM 3.0.1 works splendid in a cluster. You just have to take the same
precautions as with any other clustered app with failover and all bells and
whistles.
And if it's worth anything to you, I've just (literally 30 minutes ago)
deployed a fairly large (volume wise) clustered app and
The intent is that Seam will work in any appserver. At some stage we will do
all the testing and re-configuration to make sure it runs correctly on
GlassFish, but don't expect the Seam examples to immediately run on GlassFish
today.
View the original post :
http://www.jboss.com/index.html?modu
I don't understand what you mean. What is your usecase exactly?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921524#3921524
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921524
-
No, looks like I was wrong, it wasn't your change. You only changed Map
handling.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921522#3921522
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921522
--
I am experiencing the same problem. Can any one provide details regarding how
to surpress the warning message.
Thank you,
Srikanth.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921519#3921519
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
I took the latest source and ran the testsuite against my new CachedSetImpl and
I'm getting a stack overflow. I need to adjust to the adjustment that you made
(I'm guessing). :)
Caused by: java.lang.StackOverflowError
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:394
The persistence.xml file should look like:
|
|java:/MySqlDS
|../calc-beans.ejb3
|
|
|
|
|
|
|
|
|
|
|
View the original post :
1) Yep, it retries once a second until it succeeds. The downside to this is if
it never reconnects your client is hung.
2) You're opinion is correct. We have it on the roadmap to allow a shared
JGroups channel between multiple services, and it's high priority. The reason
it's the way it is
I found what I was looking for, I should have looked a bit closer at the
InitialContext. I closed the old context (which cleared the default/cache) and
recreated it when I loose connection. After that, lookups "fail" when I want
them to...
View the original post :
http://www.jboss.com/index.
As I posted, it works now, but with @JoinColumn. I think that there was
something wrong in RC3 with referencedColumnName in @JoinColumn. That's why I
didn't use it and that's why it surprised me to work now.
Anyway, hopefully there will be no more big changes in final release and I will
not have
download and use RC5.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921512#3921512
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921512
---
This SF.net email is sp
Thanks Bill!!
Indeed, replacing @Resource (mappedName="ConnectionFactory")
| private QueueConnectionFactory factory; [EMAIL PROTECTED]
(mappedName="java:/JmsXA")
| private QueueConnectionFactory factory; ...in my SLSB has gotten me the
behavior I was looking for (messages get picked up
Thanks! I've use a.getClass().getSimpleName() and then derived the table name
from that, since all classes have the same nomenclature regarding the table.
But I will check the annotation retrieval method later :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
Hi, I can't make this work:
| private @Resource SessionContext ctx;
|
| ...
| System.out.println(ctx); // prints null
| ...
|
I have tried everything, included setters ang getters, @Resource previous and
after "private" keyword, I get always a null reference to the session context
my good friend Gunther asked me this question about jbpm clustering:
anonymous wrote : "jBPM workflow process descriptions and runtime status are
persisted to a database but in a cluster they are not automatically
failed-over, which makes sense once you realize that some processing steps may
no
I forgot to mention that this code is inside a stateless session bean
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921497#3921497
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921497
---
I use both idcall and embeddedid on entity classes but had no much
luck -- a "select table Table from Table table" having Table an idclass
annotation or using the embeddedid pattern, returned a list with the correct
number of entries, but all of them NULL
... then I abandoned that idea and use r
When starting up JBoss Eclipse IDE 1.5 under fedora linux, getting error
messages:
"Unable to read workbench state, workbench UI layout will be reset."
How to solve this problem? Thanks a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921500#3921500
Rep
I'm trying to create a simple web app using ejb3, jboss and the jbosside.
The files come mainly from the persistence trailblazer. I'm trying to use a
Mysql database in a persistence context ( and not using the jboss default
datasource)
as discussed in the TrailBlazer, found here:
http://trailbl
1 - 100 of 177 matches
Mail list logo