anonymous wrote : Does this mean I can't use this hot deployment feature
(independently from seam-gen) if I deploy my app as an EAR, not even for the
WAR contained inside of the EAR?
No, it means what it says. Why would I write "seam-gen" if I meant "Seam"?
anonymous wrote : So I should be fine
Remotley deploying a applications war file in jboss usinj JON server giveing
error connection refused eventhough i can shutdown remote jboss server using
jon.it gives error canot put file
coonetcion refused , any know this issue how to track.
kashinath
View the original post :
http://www.jboss
Hi Claudia,
anonymous wrote :
| I'm pleased to hear that you made the multiplex server invoker more robust
|
If you're interested in the multiplex transport for its ability to support
callbacks with clients behind firewalls, you ought to take a look at the new
bisocket transport. The ori
How do you pull out IceFaces ?
I am getting this msg when trying to login (with and without the Remember me
checked):
Caused by: javax.faces.el.PropertyNotFoundException: Base is null: authenticator
at
org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java
In my experience, hypersonic, since it's embedded, is as fast as a file based
persistence manager. However, many contend that it is unreliable under load.
If you are absolutely performance-minded, I suggest you use ActiveMQ or JBoss
Messaging over JBossMQ.
View the original post :
http://www.j
"milind.uc" wrote : "milind.uc" wrote : Well I jsut came here now I am going to
try it with the ejbs lets see ,,, I tried to serialize the object also but it
didnt work . And yes do you have idea that how to find the scheduled and
pending message count for the particular queue. As I said t
"milind.uc" wrote : Well I jsut came here now I am going to try it with the
ejbs lets see ,,, I tried to serialize the object also but it didnt work .
And yes do you have idea that how to find the scheduled and pending message
count for the particular queue. As I said that as per our mbean
Well I jsut came here now I am going to try it with the ejbs lets see ,,, I
tried to serialize the object also but it didnt work . And yes do you have
idea that how to find the scheduled and pending message count for the
particular queue. As I said that as per our meanserver methods I am g
1. I think the "copy & paste" devil got you and the last two lines in chapter
7.1.1 - the seam navigation rules - should state:
|
2. This is probably more a problem with my "great" english skillz ;):
The last sentence in chapter 2.7 states:
anonymous wrote : However, seam-gen does not suppor
Try renaming startSingleton() to start() and stopSingleton() to stop().
Methods create()/start()/stop()/destroy() are names of the standard lifecycle
callbacks that the ServiceController will invoke as dependencies are satisfied.
Since you're getting your HASingleton behavior via an mbean depen
JDK 6 is not currently supported on any version since currently there are
conflicts with the ws stack that is embedded in it. After EE5 we will look at
JDK6 support.
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032296#4032296
Reply to the post :
h
Try to find what's using that port:
http://webtools.live2support.com/windows/netstat.php
If you can't remove the conflict, then edit your
service/default/jboss-service.xml file, change the port for naming.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403229
Just so you guys know the reason this is happening is that the response and
request element have the same name, so per the spec, a Holder is used.
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032294#4032294
Reply to the post :
http://www.jboss.com/
I am in process of deploying a commercial solution that uses webservices over
HTTP as the primary mechanism of interaction between client and server. Is
there a writeup available somewhere which can guide me on the steps that I
could to make sure that security issues are taken care of in such a
Hello sonu131
Did you find a solution?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032292#4032292
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032292
___
jboss-user mail
You can deploy your jPDL anyhoo you like. Seam doesn't need to know anything
about it (jBPM reads it from the process definitions from the database).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032291#4032291
Reply to the post :
http://www.jboss.com/index
I have another (totally confusing) topic regarding this, let me rephrase in a
at least human readable form...
I need to use jbpm with Seam, but I need to use a configuration registred on
the JNDI, I won't be including my jpdl inside my ear.
So I start digging seam code and found the
BusinessProc
seam-gen does not, at present, support many-to-many associations.
Did you try using the latest seam-gen, in 1.2.1?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032289#4032289
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
Dear all,
Has anyone able to generate screen that has many-to-many relation table with
seam-gen?
I tried it but it didn't work. I think seam-gen assumes that it is a table
without many-to-many relationship, just a single table that doesn't relate to
the bridging table.
Is there any workaroun
How to get the portlet real path in jboss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032287#4032287
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032287
___
jboss-user m
Hello ! try to use <%@ prefix="c" uri="http://java.sun.com/core_rt"%>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032286#4032286
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032286
_
http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/gettingstarted.html#d0e2438
Read it all the way through.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032285#4032285
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Gavin:
I'm still facing the same problem after adding in the line in the pages.xml
file.
Well, my problem is slightly different from hendrik. I used the seam generator
to generate the template for my application and the generator automatically
generate the search page. Everything works fine
Basic problem: I've been trying to find it, but I don't see a callback-based
approach to explicit transaction demarcation that I can use in my tests.
Most of the existing test code suggests that the "right" way to make part of a
test method transactional is to have an EntityManagerFactory nearb
I do this the way you suggest in bold. I implement it using custom Actions
which use Java code to create new process instances.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032280#4032280
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
I can just guess the hot deploy does include the ability to make changes to
the Java classes while the application is still running. Am I right? If so, how
does it work? The documentation only says that I can hot deploy xhtmls w/o
restarting. That's nothing new I guess...
View the origina
This is certainly possible - you should look into the capabilities of
Ajax4JSF/RichFaces or icefaces. For now, I'm trying to keep seam-gen RESTful,
so that search screens can be bookmarked.
However, the latest release of seam-gen does use ajax4jsf for form validation.
View the original post :
I am using JDK 5, JBoss 4.0.5GA and Windows. I'm fairly familiar with
clustering, but barely with MBeans and sar archives.
I have gone through several posts, documentation and the wiki, and finally
managed to make a MBean service. I deployed the sar to farm/ it gets copied to
all nodes. When I
I have been floundering for a few hours here after upgrading to 3.2 and I think
this little quote would answer all my problems, IFF I knew which "other post"
you were referencing here:
"kukeltje" wrote : you do not need to fill any other table. One important thing
however is that you do have to
How did you install EJB3? This jar is usually found in under the ejb3.deployer
directory which in JBoss 4.0.5 is found in
| jboss-home/server//deploy/ejb3.deployer
|
At the very least your find command should pick it up. Looks like something
either wasn't installed right, or something wa
Thank you for these links !
We indeed identified the problem as coming from Mysql 5 (cross connections
tests were not properly done)
and up to now we switch back to mysql4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032267#4032267
Reply to the post :
ht
I have a backing bean which is used in both the session and conversation
context as follows:
| @Name("searchCompany")
| @Scope(ScopeType.SESSION)
| @Roles( [EMAIL PROTECTED](name="findCompany",scope=ScopeType.CONVERSATION)}
)
|
In order for the outjected datamodel list to pick up the
I have a web application - deployed in JBoss. I copy my application specific
JBPM configurations such as hibernate.cfg.xml and jbpm.cfg.xml to
myapp/WEB-INF/classes/. I also copy all the JBPM jars to myapp/WEB-INF/lib/
If I understand JBPM uses hibernate (in memory). Now where do put hibernate
And in what directory you do you find the jboss-ejb3x.jar. I have looked and
can't find it anywhere.
[EMAIL PROTECTED] /cygdrive/c/Program Files/jboss-4.0.5.GA-all$ find . -name
"jboss-ejb3x.jar"
[EMAIL PROTECTED] /cygdrive/c/Program Files/jboss-4.0.5.GA-all$
View the original post :
http:/
You need to update your DTD versions in your pages.xml and components.xml files
to 1.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032263#4032263
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032263
__
The
| javax.annotation.Resource
|
can be found in the jboss-ejb3x.jar of your distribution. Generally, if an
annotation or a specific class is from the EJB3 API (not JBoss specific) it can
be found in this module. A simple
| jar tvf jar-name.jar
|
will usually do the trick.
V
Hi!
you probably need to switch to the Project Explorer view (not the Package
Explorer)..
regards!
/Ole
eviware.com
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032259#4032259
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
I don't know why you just spent so many words on explaining me the current
behavior. I know what the current behavior is. I know how it behaved in the
test case you submitted. I'm happy with it.
There is a massive difference between what happens when you call
@Begin(id="...") when there is no l
Hi, my problem is :
When i start up jboss using run.bat script, all works ok, but when i start up
jboss as a windows service, port 1099 doesnt start...
Some Ideas ? thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032257#4032257
Reply to the post :
h
For that matter, how in general do you find the correct jar for any class using
JBoss. I have been looking for the correct jar for javax.ejb.Stateless for 2
hours. Not a clue.
Given the wide range of jars, and the number of locations (/lib, /client,
/server//lib) they live in, really, how do
Sorry about my bad english, but for while I´m using an servlet to resolve the
problem. I´d like suggestion about how I can implement an solution using seam
to receive some parameters from an transaction that send data using http method
post. Thanks. Aristides.
View the original post :
http://w
Using SoapUI as client I collected the following trace at JBossWS side:
| 2007-03-28 00:17:59,296 DEBUG [org.jboss.ws.core.server.ServiceEndpoint]
BEGIN handleRequest:
jboss.ws:context=ETI-ETI_Framework,endpoint=ETI_ReceiverBean
| 2007-03-28 00:17:59,296 DEBUG [org.jboss.ws.core.soap.Mes
Thanks awheeler - I tried the first but did not succeed.
And thanks for the page navigation-rule example. I got confused thinking that I
needed to have from-action include parameter - but your example makes it clear,
I just have to keep x from the call to virewForUpdate in the ViewSelector
ins
Your selection action passes the object x. You may be able to return a string
of the view such as "/myobjectview.seam?id=" + x.id. I haven't tried this.
Better still you could use the navigation rules in pages.xml as per the seam
documentation (section 5.1.1.2):
|
|
|
|
I really need help - I am stuck on this.
Basically I want to do:
| some text
|
But I have failed to figure out how to create such an URL.
If I use s:link I can call the method viewForObject and pass a paramter and get
the view back, but then the parameter is lost (it is applied to the invoc
You think this was the good easy screen for new seam developer and team ? :-))
We look at seam for all this week in Goteborg company. Today seam is working
good already in many sample application (booking is very good) with jBoss
distribution. seam is good on Eclipse IDEs. Seam gen is working goo
This feature is not really "official" yet because it's not documented or
demonstrated in any of the example apps. It's actually part of the groundwork
we needed to do for the upcoming JBossWS/Seam integration in 1.3.0. To
configure it, you need to add an entry like this to your pages.xml:
Y
I also have a stateful page view that displays a list of as a @DataModel.
I also have conversations external to the page that manipulate entries int he
model.
I call back from the conversations... and manipulate the mode.
In my code that requires to manipulate the model Inject it.
|
There's no locking, so there might be some interference when accessing the same
file system.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032234#4032234
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032234
They are for fresh installs, not updates from 3.1 to 3.2
The only tables missing are the identity tables. but those are straightfoward
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032232#4032232
Reply to the post :
http://www.jboss.com/index.html?module=bb
I tried with SoapUI client,
In this case JBossWS does not drop an exception, but the transmitted file has
filesize 0 if I enable MTOM enabled in SoapUI request
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032225#4032225
Reply to the post :
http://www.jb
Well, can't you use an action in the jBPM process definition for that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403#403
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=403
ok - so I now have 'script' contents being executed. Had to uncomment the
Script.hbm.xml reference from jbpm's hibernate config file and include bsh.jar
in my classpath. There is doco on this, but it didn't jump out at me
initially. IMO, having Script support disabled by default is a bit wei
I should also draw everyone's attention to the fact that RichFaces is now
integrated into seam-gen.
BTW, apparently the ice guys are experimenting with an icefacesized version of
seam-gen, so I look forward to seeing that soon.
View the original post :
http://www.jboss.com/index.html?module=bb
1) Depends what you mean. We currently have no special integration of JBoss AOP
into Seam (though it is something we will probably do at some point in the
future). However, by nature, JBoss AOP can enhance *any* class, it does not
need to be any special kind of component. OTOH, most things that
Which jar library does implement
| javax.annotation.Resource
|
?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032216#4032216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032216
Which tag library does implement
javax.el.ValueExpression?
Thanks
Urs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032215#4032215
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032215
__
I've just updated the http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ
to answer this. But I'm not feeling very literate tonight, so if it still
doesn't make sense, post back ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032212#4032212
Reply to
throw, not through.
my bad.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032211#4032211
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032211
___
jboss-user mailing list
jb
why would at org.jboss.seam.core.SafeActions.isActionSafe through an
IllegalArguementException when using s:link
I'm using Seam 1.1.6
here's the jsf
|
|
element is a Seam componement annotated SFSB.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40322
Good point, Seam does not do any kind of injection until the object is fully
constructed.
However, if you declare a @Logger field static, it will be init'd even in the
constructor ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032208#4032208
Reply to th
Seam 1.2.1 is out now. In addition to the usual bug fixes and updates, this
release introduces the new hotdeploy feature that allow code changes and
configuration changes to be deployed into a live application without
redeploying/restarting the application as a whole. You've definitely got to
Can anybody confirm the reliablity of setting up TreeCache in a cluster (where
nodes are in different machines) with optimistic locking setup with a shared
filecacheloader.
Basically, I want to make sure that there will not be any locking issues or bad
writes with a configuration having mulitpl
Hello,
do you have in your road map to install jBPM and the BPEL-Extension in JBoss 5?
Regards!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032204#4032204
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032204
_
Hi,
I have a possible bug report:
JBoss AS 4.0.5
JBossWS 1.2.0 SP1
EJB3
Axis2 client with MTOM enabled
I exposed an EJB3 exactly as it is described in JBossWS Guide as WS (with MTOM
enabled)
Endpoint:
| @Remote
| @WebService(targetNamespace = "http://org.jboss.ws/xop/doclit";)
|
JDK 1.6 ships with jax-ws jar files, which then conflict with the jax-ws jar
files provided JBossWS 1.2. I recommend not using JDK 1.6 with JBossWS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032200#4032200
Reply to the post :
http://www.jboss.com/index.
"kukeltje" wrote : did you try to run this script for updating a 3.1 database
to a 3.2 database? I'm looking into this, but afaik, this is for creating a new
database (even if one already exists).
|
| I did it several times and did not encounter these errors. It's simple, if
the fk's are no
In our tests of JBoss Messaging 1.2.0.GA, RedeliveryDelay values are not having
any effect, either in a Destination or when set as DefaultRedeliveryDelay in
ServerPeer. The delay seems to remain at zero no matter what ms values are set.
Is there another api that affects/enables RedeliveryDelay?
why not create a new topic for this if you already know it is oftopic???
anyway...
Sorry, I have no idea never tried multiple apps accessing the same process in a
seam way. For jBPM itself it is no problem.
Maybe you should ask in the seam forum oh wait. :-)
View the original post :
Modify the run.sh script to not use the -server option.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032195#4032195
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032195
___
always null, or just in the constructor?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032194#4032194
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032194
___
jboss-user mai
did you try to run this script for updating a 3.1 database to a 3.2 database?
I'm looking into this, but afaik, this is for creating a new database (even if
one already exists).
I did it several times and did not encounter these errors. It's simple, if the
fk's are not deleted, you cannot drop
I tried to add multiple bundles to a view-id in pages.xml separated by ',', no
luck.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032191#4032191
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032191
_
Months later...
I think there is a programmatic way to do this. I have had the same issue,
using JBP 2.4. You can implement a custom
org.jboss.portal.theme.render.DecorationRenderer, or just subclass
org.jboss.portal.theme.impl.render.DivDecorationRenderer (assuming you are
using the divRend
I created EJB3 ManyToMany entities. User has a many to many relationship with
Role. A user can have zero or more roles, and a role can have zero or more
users. But, I?m getting validation error (?roles: Value is not a valid
option?) when I clicked the ?Save? button.
User Entity:
| @Entity
That should have read...
conversation as it lacks the '' part such as for pageflows
org.jboss.seam.endPageflow.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032187#4032187
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
We have many processes that run before any portlets are instantiated. The docs
seem to elude that injecting services may be the answer to my question. An
example would be a user logs in based on his credentials a call to a legacy app
returns a list of patients that the user has a relationship
superomega - the trick is to use custom jaxws bindings.
e.g. jaxws-bindings.xml
http://www.w3.org/2001/XMLSchema";
| xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
| xmlns:jxb="http://java.sun.com/xml/ns/jaxb";
| xmlns:jaxws="http://java.sun.com/xml/ns/jaxws";
| wsdlLocat
Hello,
How do I call a ejb 3.0 from a class that belongs to a j2ee-1.4 module?
Thanks in advance,
Julien.
P.S. I use Jboss 4.0.5
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032185#4032185
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Thanks for the response Gavin.
As the refresh is a potentially expenisve operation I wanted to limit it to
just the conversation that bean is involved in. I noticed the
org.jboss.seam.endConversation in the docs before but assumed it was any
conversation as it lacks the '' part such as for pag
I am new to Seam and have read quite a bit of material on the topic. While I
have been remarkably impressed with the brilliant work by Gavin and his team, I
have yet to find a lot of of strong references that convey the power of Seam in
a J2EE environment. I think this is a big deficiency sinc
Kinda OT, but maybe someone could help me: Can I access a process deployed
outside a seam application using @CreateProcess, @EndTask etc.?
Seems that seam only allows process that resides inside the application and are
defined on the components.xml
Regards
View the original post :
http://www.j
I currently have a seperate sar file that configures to schedule some tasks.
Problem is everytime I add new scheduling tasks, I need to add additional
supporting classes to sar file. There are also other issues with
classcastexception which I won't go into.
Is it possible to deploy my sar file a
i am using 3.1.2 and script works for my use cases.
Can you post the specific code that is having problems? Here is a sample of
script code I use, where contractSummary is a variable placed into the workflow
context in Java code:
|
|
|
|
i found this:
http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessControlForJMXConsole
I think this answers my authorization question...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032175#4032175
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Hello there! I'm developing a SOA lab using JBoss solutions. So far what we
need is to have multiple seam applications that will interact with a single
jbpm process. The whole idea is to show to our customers that they can achieve
process reuse through the use of JBoss solutions.
Well I've just
#$#%^& truncated againcan't use angle brackets apparently...
last bit was: 'is it possible that 'script' is not fully supported in jBPM
3.1.4?
thanks, Shea.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032167#4032167
Reply to the post :
http://www.jb
My last reply did get truncated - probably my fault. What got clipped was
saying that I thought the script element would possibly do what I need.
'$myVar; should have been '$recordId', which I have since learned should be
accessible as a naked string in an expression (i.e. recordId).
I have do
Because I looked for a standard one in the JDK 5 Javadoc for 10 mins and
didn't find one, and that was my time budget for responding to the post. :-)
Thanks for pointing it out.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032165#4032165
Reply to the post
Just a theory: perhaps the optimization that checks if the object is already
bound is seeing it's the same object and ignoring the second putObject() call?
I.e. the optimization isn't being bypassed if the object isn't Advised?
View the original post :
http://www.jboss.com/index.html?module=b
I´m sending an page to an CREDIT CARD server and it send me an page with POST
data. I do an page like BLOG entry.xml and a stateless bean like
EntryAction.java but I´m not obtaining POST data. How can I do ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40321
Not sure context.xml is supported in JBoss ... You may need to create a
jboss.xml or jboss-web.xml instead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032158#4032158
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40
There are examples in $JBOSS_HOME/docs ... Not sure there is (or needs to be)
10g specific files.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032156#4032156
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032156
I don't know why you guys suggest that class, and not the standard one:
http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanServerInvocationHandler.html
|
|
| If you have an MBean server mbs containing an MBean with ObjectName name,
and if the MBean's management interface is d
I think you can do all that. I dont see "$myVar" in your code sample, and your
second sentence didn't quite finish. Look at decision nodes, and look at the
script elements and variable tags in jpdl. Take a look in the docs and post
here if you need clarification.
View the original post :
ht
"michea" wrote : To create the tables, I used the script given with 3.2 GA
after :
| - removing the firsts ALTER TABLE instructions
| - adding ";" at the end of each line
|
| It seems to work, for the login/pass I just uses a properties file.
|
| We are still struggling with transact
Hi Strunker
I will check this out in my DB and reply again.
I am also stuck in the problem. My post is following
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=104529
Please look into it. I am using Oracle 10g XE.
Regards
Abhinav
View the original post :
http://www.jboss.com/index.
About PojoCache.putObject()PojoCache.getObject() (look into testPojo() method)
Scenario is:
1. PojoCache is empty
2. Create instance of Serializable object
3. Call PojoCache.putObject() on first cache.
4. Get object fom second cache (object was replicated),
4. Change something in object
5. Because
We have same issue. We are using EJB3 MDBs and a servlet that creates a local
listerner in the same server instance as JBM (1.2.0.GA).
Could you please let me us know what finally worked for you? I have tried
replacing remoting jar but EJB3 seems to stop working then.
View the original post :
Have you had any luck in your research?
We ourselves took a big performance hit when we upgraded to 4.x, although we
made several new deployments at the same time that could be part of our
decreased performance too.
Here are a couple of links you might have already seen - if not, they are
help
1 - 100 of 252 matches
Mail list logo