Hi everybody.
I hope sombody can help me. I have a problem using the @DataModel Annotation. I
saw some other people had the same problem and I tried also the suggestions,
but nothing worked.
I use JBoss 4.0.3SP1 and Seam 1.0beta. I tried it with MyFaces 1.0.9 and 1.1.1
and 1.1.2-SNAPSHOT.
He
I know this topic. but it is for JBossMQ, how about JBoss Messaging?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917299#3917299
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917299
jboss version, exact apis being used, ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917298#3917298
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917298
---
Thi
Describe the setup in more detail as I don't follow the seam development on a
daily basis. Exactly how is this being ruin in intellij?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917297#3917297
Reply to the post :
http://www.jboss.com/index.html?module=bb
Remove commons-logging.jar from your war.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917296#3917296
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917296
---
Thi
And the reply that said just removing the jbossweb-tomcat50.sar was what?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917295#3917295
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917295
---
hi,
while trying to start jboss 3 in eclipse it gives the following exception.
jboss 4 is working fine. kindly provide the solution.
12:24:06,500 INFO [Server] Starting JBoss (MX MicroKernel)...
12:24:06,515 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build:
CVSTag=JBoss_3_2_1 date=2003
Thank you for your reply, but I have one more question:
How can I access this entity EJB? Are session beans the only way (since every
example shows that they can be "looked up")?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917293#3917293
Reply to the post
"js8523" wrote : 4) Generate shell view backing beans and web pages from EJB3
entity model (adding generated annotations to the EJB3 entities, then generate
the view backing SFSB, then the web pages), rather than just straight from the
database. Effectively jumping one step in you existing re
jbpm 3.0+ also support full in memory without a database. e.g. SEAM is going
to use it that way for pageflow in a JSF application.
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917290#3917290
Reply to the post :
http://www.jboss.com/index.ht
http://wiki.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917289#3917289
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917289
If there is no subscriber there is no buildup of messages.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917288#3917288
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917288
--
hi,
i am using jboss 4.0.2 and jboss portal 2.0.1. i have taken the
jboss-portal.sar and placed in the /deploy directory of jboss server and its
working fine. but i want to deploy new portlets. i dont know how to deploy new
portlets. can anyone help me as to what i should do in order to deploy
Gavin,
I just had another question.
Can I use this pageflow idea to restrict what pages a user may have access to?
Say the user is logged in, but does not carry the role needed to access a
special page--can I determine the user's role and restrict him before the page
is sent to him (without u
Am I the only person with this problem?
I am using Jboss 4.0.3SP1 and want to use lazy relationships on a ManyToOne
relationship. Surely I am not the only one.
Could anyone maybe suggest an alternative to use if using the relationship
directly is not possible from within a SessionBean.
This i
Use
@org.hibernate.annotations.Table(name = "TANLE_NAME, indexes = {
| @Index(name = "idx_name", columnNames = { "name" })
| ...
| })
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917281#3917281
Reply to the post :
http://www.jboss.com/in
Hello,
I have downloaded, installed and configured JBoss AS 4.0.3SP1. When I run the
"default" instance, everything runs fine. There are no errors.
When i run the "all" instance, i get the following error:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyrig
How I can set permission on Entity bean?
It's possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917279#3917279
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917279
-
Right.
Non-persistent, single user.
vs.
Persistent, multi-user.
"Business process" is what people usually mean when they talk about "workflow"
or "orchestration".
"Pageflow" is what they mean when they talk about "navigation".
We will be loose here, and sometimes talk about pageflow as "orc
I have two WARS deployed in the same instance of JBOSS. Is there a way to
disable use of the statefull sessions (turn off the JSESSIONID) for one WAR,
while leaving it on for the other? One WAR has dynamic content that is
completely stateless, and I do not want a JSESSIONID created when users
I've been struggling with the difference between a page flow and a business
process. Please correct me if I am wrong.
A page flow is for single user spanning over a single conversation.
A business process is for multi-user interactions over a grander time scale.
Thanks.
View the original post
Hi,
Currently I am looking for a migration tool for migrating some of my Weblogic
(7.0 & 8.1) Applications to Jboss (4.0).
An article posted by Deepak Vohra (an XSLT Solution) is quite informative but
does not exactly fit my bill.
Kindly let me know if anyone knows about any available tool for
thanks a lot.
I'll validate that after I get nightly build.
That's only one thing holds me to move to 1.5.0.
I've tried mix it with WTP - didn't work for JSP compilation - was hanging
compiling the same JSP forever by using 99% cpu.
Could be my Web project settings that were migrated from 1.5M1
this is from jboss service log;
2006-01-12 11:19:15,031 DEBUG [org.jboss.ws.tools.JavaToWSDL] generate
[endpoint=... xxxserviceImpl,tnsURI=null,service=null,portType=null]
2006-01-12 11:19:15,031 DEBUG [org.jboss.ws.tools.JavaToWSDL11] Creating
JavaToWSDL11 instance
2006-01-12 11:19:
When I looked at the jboss server log, the exceptions come after or at the
generation of wsdl of the service.
Another is, stack over flow and it comes like this;
at
org.jboss.ws.tools.schema.SchemaTypeCreator.introspectJavaProperties(SchemaTypeCreator.java:460)
at
org.jboss.ws.tools.sc
"glennimoss" wrote : Of course I'm just noticing that this article is almost a
year and a half old, so things may have changed quite a bit since then. If it
has changed, does anyone know where in the spec drafts it changed?
|
See the Revision History page of the EJB 3.0 Simplified API PFD (P
Do it by hand for now, until this stuff is available. Its easy. The value of
the GUI is more for visualization.
(1) A page flow can have actions if you like, or not if you like. There are
really two approaches. The more JSFy way is that the actions are tied to the
view, and jPDL just does navig
I do not find a error or exception in the jboss log file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917269#3917269
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917269
---
I have study the struts demo used struts-portal-bridge in
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=portletswap&category=.portlets.framework
.
The demo is jboss portal 2.0 compliable.
Then I make a change to ensure it is jboss portal 2.2 compliable.
the port
So we should just do it by hand then?
I'm trying to figure this stuff out right now. I think I am starting to get
it. I have some plain questions--may I ask them?
(1)Is there a difference between a page flow and a process-definition with
actions? Is a page flow just a process-definition with
Ahwell, hehe, this is kinda false advertising, since it is just from a
prototype that Koen has running. Hopefully he will get time to finish that work
and commit it for the next release of JBoss IDE.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917266#39172
This looks like the same issue:
http://opensource2.atlassian.com/projects/hibernate/browse/ANN-120
I was able to get it to work by switching to the @JoinColumn relational
strategy, but in my actual project I am using the Property entities with
multiple owning entities so join table per owning en
How come in the Seam documentation there are pictures of JBoss IDE with a Page
button but when I download the JBoss IDE there isn't?
What JBoss IDE version is used when making the Seam documentation?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917264#39172
put a log4j.xml file in your classpath.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917263#3917263
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917263
---
This
Cool, thanks Thorsten.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917262#3917262
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917262
---
This SF.net email is s
I seems this is not a seam bug but a EJB3 problem and - I think - it was
reported in JIRA and flaged as "done" in the current HEAD. Its an issue with
the SFSB passivation/activation code.
If you want a quick workaround for the moment annotate you SFSB like this to
avoid passivation:
| import
Tom,
Thank you for the published presentations. Are you planning also publish a
quick demo of the Rapid Application Prototyping capabilities of JBoss jBPM (BP
from scratch in 15 minutes).
Regards,
Sergey
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391726
Hi i have a problem connect from apache to jboss-tomcat apache. mod_jk is
trying to communicate but tomcat is not respondig.
netstat shows that 8009 port is open but when i try to telnet there i have no
response too. I have no firewall rule applied on linux.
Can any1 give a hint ?
thanx for any
Hi,
I suggest you try Koen's suggestion first. Then if you want to try other
dbs, I assumed you have already a database that you're very comfortable with
and you have the ide for it. Check out the jbpm-db folder under your starter's
kit and see if its supported. These are the configurations
I am getting this error on one of my JSP 's. I dont know what is happening.
All other pages work fine but when I click on one link I get this error.
On the browser I get
ERROR:
Message:
null
Exception:
javax.servlet.ServletException: BeanUtils.populate
This is what I got from the log:
8:47:53
http://wiki.jboss.org/wiki/Wiki.jsp?page=MigrationFromPreview5ToEJB3.0Beta
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917256#3917256
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917256
-
If a portlet DoView() returns with an empty or null html fragment then the
portal container throw an exception.
This is unecessary as it forces me to write at least one blank.
philippe
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917255#3917255
Reply to
I am building a simple Enterprise Application and have managed to package
everything into a EAR file and deploy to JBOSS.
Now I have created another project, whose classes are both used by both EJB and
WEB tiers. I am looking for the best way to package all this up into an EAR (if
this is the b
I made some progress, was able to get the build done.
You are right it was not the same issue.
But when I deployed the newly created jbpm.war, tomcat logs show some errors,
does this look familiar?
anonymous wrote :
| Jan 12, 2006 4:36:19 PM org.apache.catalina.startup.HostConfig deployWAR
|
My mistake. Window had two tags properties.
So, window name has the scope of the page containing the window. correct?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917252#3917252
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi Guy,
check out the versions of your definition. This may not be related to you
subprocess problem, but i've noticed if you dont place a version in the process
definition, it does not necessarily know the latest process definition. This
has already been fixed by 3.1beta cause when you upl
"js8523" wrote :
| 1) It would be incredible if the Seam deployment scanner was adapted to
work at development time within a Seam project to add the elements that it
detects as components to a global component map (which may also include jsf
managed beans and others!) so that:
|
|
"Rorschach" wrote : To clarify further, each SFSB (I have four) has it's own
|
|
| | @PersistenceContext(type=EXTENDED)
| | private EntityManager em;
Well, if you are using this style of injection, this question is nothing to do
with Seam.
Notice that this is all working perfectly
ahh.. but you did not report that, so how would we have known that ;-)
Still, the real lines are more important and those differ. Therefor I still do
not think they are the same issue. Did you check if c:\server\default\lib
exists on your system
View the original post :
http://www.jboss.com/i
I think what he's doing is fine.
The idea that session beans are never used in the presentation tier is oldstyle
EJB2 thinking.
To stop a method from persisting changes, mark it
@TransactionAttribute(NOT_SUPPORTED).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
The following declared-SQL for customized finder throws an exception
* @ejb.finder view-type="both"
* signature="java.util.Collection
findBillingInvoices(java.lang.Integer subscriptionId)"
* query="Overridden by jbosscmp-jdbc.xml"
*
You are breaking MVC in a bad way. You seem to doing presentation logic inside
a session bean. session beans are about business logic. Rather add the
additional field on the client side rather then within the session bean itself.
The reason the database is updated is that you are still working
BTW, the way I have been handling conversation timeouts is to use
@Conversational on my SFSB.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917244#3917244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917244
--
No, but I could provide something. Add it to JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917243#3917243
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917243
--
Hi
I'm also interested in this topic but this thread seems to have died away.
Are there any way to programmatically configure new datasources in JBoss 4.0?
We also use Weblogic and it's JMX api to create connection pool and datasources
on demand without restarting the server.
It's all abstracte
It seems that there is a constraint on window name to be unique in the
"default-object.xml" file, is that correct?
I am saying this because I am getting this :
2006-01-12 23:31:17,968 DEBUG
[org.jboss.portal.core.deployment.jboss.ObjectDeployment] Loading portal
metadata from
file:/E:/pmn/pmn
See:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74705
Sherman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917240#3917240
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917240
-
Hi,
i have an error while deploying my "ejb jar" file in jboss.
I have copied jar file of my ejb application in the deploy directory in the
default directory of jboss and it gave me a lot of errors.
can anyone please help me,how can i get rid of those errors.
Please help me as it is urgent.
O
I guess I thot its the same issue, cos it occured after the same line (printed
to console)
anonymous wrote :
| [deploypar] 10:19:00,313 DEBUG ProcessArchiveDeployer : committing
transaction to deploy process ProcessDefinition(websale)
|
View the original post :
http://www.jboss.com/index
Woops,
I didn't realize the topic spanned two pages.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917237#3917237
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917237
-
Hello,
Has anyone resolved this? I am seeing the same behavior as Zealot and SunFire.
Any suggestions would be appreciated.
Thanks,
Mark
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917236#3917236
Reply to the post :
http://www.jboss.com/index.html?modul
Thankf for your response!!
Will keep posted abt my progress on using hsql-inmemory db.
Kind Regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917235#3917235
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917235
Why do you think it is the same issue? I see two totally different errors. Im
still looking for some explanation for the error of Tanmay, but your posting,
lappi_79, looks like could be cause by a wrong reference to an non existing
jboss config
View the original post :
http://www.jboss.com/ind
A preliminary fix has been committed to CVS for this bug. Here is the JIRA
reference with more information:
http://jira.jboss.com/jira/browse/JBIDE-258
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917233#3917233
Reply to the post :
http://www.jboss.com/i
jbpm relies on a database for its internal activities. This does not mean you
need a full database however. You can use hsqldb in an in-memory mode, which
does not persist anything. So this is kind of what you might configure.
Ronald
View the original post :
http://www.jboss.com/index.html?mod
Is there a way to catch an exception when your conversation has timed out?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917230#3917230
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917230
--
Hi Mike.. thanks for your observation.. I am now attempting to automatically
add this validation builder to any J2EE 1.3/1.4 project or any project that
tries using JSP compilation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917229#3917229
Reply to the p
I guess we are having the same issue!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917228#3917228
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917228
---
This SF
Hi,
I followed the same article (with tomcat55 + mysql ),
https://sourceforge.net/forum/message.php?msg_id=3301077
I am stuck on step# 9 on
ant create.db -buildfile build.deploy.xml
It created the database tables but gave this error.
Can you tell me if i went wrong someplace?
anonymous wrote :
Hi All
I thought as a change I would post some of my (whacky) ideas, rather than just
continuing to ask questions!! So here goes.
I didn't know where to post this part of the post , JBoss IDE or here but..
(caution the first idea is a bit work load heavy)
Jboss-Seam IDE
==
1) It
I just got the same problem in the following environment:
- Eclipse 3.1.1 with JBossIDE 1.5
- Fedora Core 4 Linux
- JDK 1.5.0_06
- JBoss 4.0.3SP1 (installer used with install everything)
I've been trying to follow the EJB3 Trailblaizer demo with my own Classes and
when running the Servlet I get
I have apache with jrun working correctly, but when I configure the tomcat
connector (jk) the apache does not connect with jboss. My config is:
DocumentRoot "/home/users/webprod/serv-web-2003/product/web-internet-war"
ServerName athenea.bolchile.cl
ErrorLog logs/bec-error_log
Cus
Hey ppl, I just start to use JBoss AS et Portal and I would like to know if
it's possible to test my portlets without publishing it. You know, like in
WSAD, u have a test server and u can debug your servlet on. Is their anything
like this for JBoss server and portal/portlets ??
Thx in advance
It appears as if this is problem has already been reported here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73206
and here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73467
I assume you gentlemen are still working on this as there were no definiteive
replies to tho
I did what you told. It seems to work fine now, but I get 2 warnings messages:
| log4j:WARN No appenders could be found for logger
(org.jboss.security.SecurityAssociation).
| log4j:WARN Please initialize the log4j system properly.
|
Is there something more that I need to do?
Thanks,
F
My structure is the same .
i all archive which have seam components i included the emtpy seam.properties.
In my application.xml i included the archives and they are processed by JBoss.
I see in the log that seam is scanning the ejb3 and par archive
but it doesn't active my seam component.
Any
Is there any way I can debug Struts Tiles?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917218#3917218
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917218
---
T
I am using tcp -ip connections for databases
I have uncommented lines in hsqldb-ds.xml file.
Is there anything else I need to know
Deepali
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917216#3917216
Reply to the post :
http://www.jboss.com/index.html?modu
"[EMAIL PROTECTED]" wrote : add a [table name="Package" class="Package1"/] in
reveng.xml
|
| the reveng.xml editor in the just released jbosside unfortunately doesnt
have the class attribute in the ui, but you can add it manually.
|
| the next version of hibernate tools will have the cl
I have:
@Entity
@Inheritance(strategy = InheritanceType.JOINED)
class A {
int id;
int x;
}
@Entity
@Inheritance(strategy = InheritanceType.JOINED)
class B extends A {
}
@Entity
class C {
@OneToMany (cascade = {CascadeType.ALL}, fetch = FetchType.LAZY,
mappedBy
I haven't received the new version from you, yet? Did you send it?
Yeah, it will be better if Mike or Bill can put the new one on the download
site.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917212#3917212
Reply to the post :
http://www.jboss.com/index
We need a testcase for this deployment scenario as well to validate updates to
tomcat don't break this. We should have two connectors deployed using the
node0, node1 interfaces. I don't think we parse ${x} system property refs from
the server.xml that is needed to make this easily done. In the p
Ops,
there is little error at line:
ProjectService projetService = (ProjectService) ic.lookup(
SaqueHome.class.getName());
Now making a little correction:
ProjectService projetService = (ProjectService) ic.lookup(
ProjectService.class.getName());
|
Ok.
View the original post :
http://ww
Actually the problem is probably in jboss because I can't telnet to the port
8009.
But startup log is saying that service is up, and also netstat shows that 8009
port is open and listening ?
Could it be in security settings of linux that is refusing telnet connection ???
View the original post :
Yuo need the following Properties for your InitialContext:
java.naming.provider.url=localhost
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
View the original post :
http://www.jboss.com/index.html?module=bb&op
By reading the issue details I think you misunderstood me:
I was talking about a transaction, in which a timer was CREATED, but which was
not committed yet. So the transaction might still be rolled back later, meaning
for the timer also to be cancelled.
But... what if this timer expires in betw
Hello,
I'm trying to create a simples stand alone EJB 3.0 client but it jut don't work.
The client woks fine when running on Servet class, but when running a class
with public static void main it does not work.
I'm doing something like this:
| public class SimpleClient {
| public st
Hi,
I'm using jboss-4.0.3SP1 to deploy applications..there are few applications
which have been configured to use OIL2 services.I have configured the required
services (oil2-service.xml) for OIL2.When i'm shutting down the server , i'm
giving the following exception...
14:00:09,221 ERROR [OIL2
if you use runtime actions, then you don't even have to mess with the process
definition.
Event event = processDefinition.getEvent("transition");
Action action =
processDefinition.getAction("myActionAsDefinedInTheProcessDefinitionXml");
processInstance.addRuntimeAction(event, action);
or someth
EJB3 entities (which are not enterprise beans any more) are not meant for being
"looked up by a remote client" as it was possible using EJB2.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917202#3917202
Reply to the post :
http://www.jboss.com/index.html?m
Installation:
JBOSS 4.0.3SP1
JBOSS Portal 2-2
OS: Mac OSX 10.3.9
IDE: NetBeans 5.0 Beta
My objective is to use HSQLDB and at a later date use HSQLDB Extreme as the
database for my future web site. Also, I plan to use a Macintosh server.
What I'd like to do is to be able to see the table structu
Is it working with the new Spring deployer version?
I hope Bill or Mike will put the new one up (to download site) soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917199#3917199
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
in portlet configuration I can define a transaction tag:
|
|
| Required
|
| ...
|
Does this mean I can consider to be in a CMT environment (JTA Transaction
already started) and call SessionFactory.getCurrentSession(); ?
Philippe
View the original post :
I am using JBoss 4.0.2 with the BarrierController service in order to have some
custom MBeans depend upon the starting of the Tomcat connectors. Upon startup,
everything works just as expected, but upon shutdown of the application server,
the "stop" method of my custom MBeans is never called.
Ok, thanks a lot.
I change the run.sh file, but, when I start JBOSS, the next erro is throw:
Invalid JAXP type: avaagent:pluggable-instrumentor.jar (Expected 'crimson' or
'xerces')
Regards,
Rorigo.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917196
In the mean time, I made a transient variable in the MyTable class called
displayName.
Hopefully there is a better solution?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917194#3917194
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
Ales, thank you for your reply. Please send your updated example to [EMAIL
PROTECTED] Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917192#3917192
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917192
--
Yep, I think they changed it.
At the time of writing this example I think I used 1.2.3, but I'm not sure.
I already have a new version of spring.deployer - and it uses Spring 1.2.5
which has already changed loadBeanDefinitions method.
I can send it to you by email.
View the original post :
htt
Hello everybody,
I'm looking for an evolutive architecture for my application.
this is a web site that is gonna grow up rapidly.
I'd like to know where and how I can store current user sessions.
The application is not clusterised yet.
but if it happend tomorrow, I don't want to redevlop my sessi
I have the following situation...
| @Stateless
| public class MyClassBean implements MyClass {
| @PersistenceContext(unitName = "blah")
| EntityManager em;
|
| public List doSomething(){
| final Query q = em.createQuery(
| "from MyTable "
| );
|
1 - 100 of 200 matches
Mail list logo