I have the same problem. Is there anyone can help us pls?
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918032#3918032
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918032
-
Cool, thanks for the feedback.
Yes, I understand that it is frustrating working against something in flux as
much as Seam has been the past month, but I'm *trying* to push out a stable
release and getting closer each day. We are almost there.
View the original post :
http://www.jboss.com/index
Thx alot,
i should update daily ;)
It is working now with tomcat 5.5 against CVS version of Seam.
Timo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918030#3918030
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391803
How to create Connection Pool for MSSQL 2000 Type 4 Driver. Thanks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918029#3918029
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918029
---
What happens if you leave the TransactionManagerLookupCLass empty?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918028#3918028
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918028
--
Check the EJB3 persistence spec, there are examples there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918026#3918026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918026
--
Hi,
I am porting my application from JRun to jboss. I have added the following
lines to jrun.xml for using JRun service:
service class="TaskDriver" name="TaskService"
attribute name="bindToJNDI">truehttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918025#3918025
Reply to the post
Have you solved this problem?
Deploying mysql driver jar in the server/default/lib should ideally solve drive
class loading problem. But, I think there is some class loading issues in your
case.
If you have not sovled the problem yet, pl. let me know the contents of your
jbpm core libraries ea
This does not look Seam related to me.
I am currently testing CVS of Hibernate Tools against seam cvs head and JBoss 4
CVS and it is working fine.
Max is the guy to ask.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918023#3918023
Reply to the post :
http
Have you solved this problem?
Deploying mysql driver jar in the server/default/lib should ideally solve drive
class loading problem. But, I think there is some class loading issues in your
case.
If you have not sovled the problem yet, pl. let me know the contents of your
jbpm core libraries ea
OK thanx
I'll upgrade to jboss-4.0.3
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918020#3918020
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918020
---
This S
Ah, I should say, in the second alternative, you also need:
@TransactionAttribute(NOT_SUPPORTED)
public String addAddress() {...}
The flush mode solution is the most elegant one, I think.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918019#3918019
Reply
Either use:
session.setFlushMode(FlushMode.NEVER).
Or use:
@End @TransactionAttribute(NOT_SUPPORTED)
public String cancel() {...}
Let me know if this does not solve your problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918018#3918018
Rep
I saw a similar conversation to my question
(http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72052), but it didn't
cover exactly what I was looking for and was hoping someone could clarify how
to accomplish the following. First my setup:
Tomcat 5.5
Hibernate 3.1
SeamExtendedManagedPer
I saw the following trick used once in another forum post. This only works if
the set of apps have a common "home page" that people should see after they log
on.
1) Use either the Tomcat SingleSignOn valve or JBoss's ClusteredSingleSignOn.
2) In one war, the "main war", have your logon form, p
I also have the interface as below along with the aspect file.
package nita.aspect.compiletime;
|
| public interface ProfileTrace {
|
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918015#3918015
Reply to the post :
http://www.jboss.com/in
Hi,
I am trying to create one custom aspect and deploy in JBoss 4.0.3 SP1
I packaged the aspect in compileaspects.aop jar file with
META-INF/jboss-aop.xml and the aspect class.
I also have an ear file with a war and ejb jar with appropriate deployment
descriptors.
Problem 1 - When I deploy
Hi,
U can use a standalone client to connect from the Application server to
the IBM host and send the messages in ISO format so that the communication
takes place If u need furhter more info plz do mail me at [EMAIL PROTECTED]
Regards,
Hari Babu Nunna.
View the original post :
ht
I *think* this is already fixed in CVS. Try updating.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918012#3918012
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918012
---
Hi,
We need an architecture for a e business application that act as a warpper web
application over an existing mainframe (IBM 3270 - Pcom) system.
We are looking for different choices available prefreably opensource.We need to
build a web application over over an existing mainframe (IBM 3270
Hi guys,
For instance, I got a directory w:/images which is map to the other server
directory. So when user upload images, all the images will store to this folder
instead of folder under http://localhost:8080/abc/images inside application
server. Is there possibility that I can link http://loc
Thanks for the quick response we actually just figured it out for ourselves.
It really is a great product
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918008#3918008
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39180
Just some random suggestions ...
If you are using a web application, how about using a simple Session listener
and checking for sessionCreated, sessionDestroyed ?
Doesn't your application offer a explicit login/logout mechanism ?
I am not aware that JAAS offers any listener/callback support for
Can you give more details ?
What is the output ? Blank page ? Nothing ?
If you change the log settings to debug / trace do you get more information ?
Have you looked at every log ? JBoss boot.log and server.log ?
In the logs of ubuntu, are there any reported errors ?
Did you configure your MySQ
I have not posted anything in a while but that does not mean that I have not
been busy deploying solutions using JBoss. I like to share this information and
spread the word as my way to thank the JBoss team and community (forums) for
how valuable their software products have been to me.
My last
You get the error of "detached entity passed to persist" because you define the
Id to be generated by the system (i.e. @Id(generate = GeneratorType.AUTO)) ,
but when you create it, I passed a id to it (user.setUserId(1)).
either take the "generate = GeneratorType.AUTO" off or don't assign id whe
it is fixed in 2.2.1RC1 that we have just released.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918003#3918003
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918003
-
Hi..I just noticed this behavior today, I really need this user portlet to work,
Do you have any timeframe for when this issue will be resolved?
Thanks alot
Anson Smith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918002#3918002
Reply to the post :
http://w
I think that in your jboss-web.xml or jboss.xml files, you can specify the
default principal to be used when not authenticated using the
xml tag.
When you call the getUserPrincipal, the getName method should in theory return
whatever value is in your unauthenticated-principal tag.
Look into t
I have a CMR where the foreign key is NOT NULL. So I must turn on the
insert-after-ejb-post-create option in standardjboss.xml. However I also have
auto generated primary keys from oracle sequences. So now I get the error
"Primary key for created instance is null", presumably because the ejb
c
Hi Tanmay,
Were you able to get jbpm up and running on tomcat?
I am getting this in tomcat logs, did you come across this?
anonymous wrote :
| 2006-01-17 17:25:59 StandardWrapperValve[jsp]: Servlet.service() for
servlet jsp threw exception
| java.lang.NoClassDefFoundError
| at java.l
Hi Martin,
From what I've seen in your problem, you would probably need to read on
swimlanes and identity management. The identity management very flexible in
that you could assign variable, group or user expressions to swimlanes.
In your case, you would probably create groups to repre
I would recommend that you use standard FORM authentication with
j_security_check. If you add your struts action in the protected resources,
your authentication page will be displayed. Make sure you have added both
ClientLoginModule and your own LoginModule in the application policy under the
The JBoss Portal Team is very proud to provide JBoss Portal 2.2.1RC1.
The files are available on our download page:
http://www.jboss.com/products/jbossportal/downloads
The documentation is also viewable online:
http://www.jboss.com/products/jbossportal/docs
View the original post :
http://www
Thanks,i got it
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917993#3917993
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917993
---
This SF.net email is sponsore
Let me be clear on this :
2.0.1 is stable because we worked hard to fix issues that were in 2.0, we did
not add major features between 2.0 and 2.0.1. We released 2.0.1 while
developping 2.2.
Likewise now we develop 2.4 and we work at the same time on fixing issues in
branches 2.2 and 2.0.
You
Hi Raj,
Try adding an event in your node example:
|
|
| true
| 2000
|
|
|
|
In your first post, I think this is what happened. The process executed
normally however you were waiting for t
I agree Portal 2.0.1 works fine and is much simpler to configure and
documentation is almost there.
Portal 2.2 is missing documentation, has features that are either complicated
or does not trace information on what is going wrong or missing. In addition,
there are major bugs. It's a real pain.
Hello Elmo,
First of all, thanks a lot for your reply. Here is the process definition.
|
| http://jbpm.org/3/jpdl";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jbpm.org/3/jpdl
http://jbpm.org/xsd/jpdl-3.0.xsd";
| name="dbexample">
|
I'm trying to create a service point using jboss eclipse plugin and xdoclet
using the following xdoclet annotations but apparently. the service point file
is not created.
If I go to project properties and xdoclet configuration, I cannot see the
service point task. Is that a bug or a limitation
Hi folks,
I currently have a problem using your seam reverse engineering tool.
When I use the tool under eclipse, I get the following exception:
Exception while generating code
Reason:
org.hibernate.console.HibernateConsoleRuntimeException: Could not create or
find with one argument delegate
In 2.2 you can write an event listener that can be attached to the root portal
and will receive events when a node is used.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917985#3917985
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Thank you, now it's clear :-)
Torsten
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917984#3917984
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917984
---
This S
If you look in jboss-head in cvs under aspects/src/test/org/jboss/test/asynch
there is a test-case. It uses AOP remoting
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917981#3917981
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
There is no way to explicitly set the number of generated classes. The
different instrumentors do however instrument code in different ways. Better
performance needs more generated classes.
The non-optimized version generates no extra classes, but that means the end of
the invocation has to cal
If I need a machine with the web container and some queues. Is there anyway I
can install just the JBossMQ and Apache?
I?m wondering if is possible to avoid a EJB container installation in this
scenario
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917978#3
Hi Folks,
after beeing able to update seam and jboss 4 branch from CVS and deploy with
success, i have to deal with POJO Tomcat mode.
Using the binary Tomcat 55 i get the following error:
INFO 17-01 23:24:36,898 (Initialization.java:init:91) -done initializing Seam
| 17.01.2006 23:24:36 org
Staff at JB\oss,
SInce I haven't received a response that tells me how to either:
1) circumvent the problem and gain access to MBeanInfo for allJBoss MBean
attributes thru RMI
2) Enter the problem in JIRA,
I plan to enter the problem in JIRA tomorrow unless told otherwise. I am
certainly
Hi,
Just strugged with the same issue. I found that copying the web.xml to the conf
directory is not necessary.
What worked for me (JBoss 4) is to edit server.xml. Set the Context as part of
the Host configuration. But, you should put this Context _before_ the
DefaultContext and after the Alia
When i change my interface to extends Remote and try to deploy, it complains
saying that the remote interface should extend EJBObject. What am i missing.
Elango
"[EMAIL PROTECTED]" wrote : The service endpoint interface (SEI) is NOT the
SLSB's remote interface. The SEI needs to extend Remote an
How to control the number of additional classes generated in Dynamic AOP?
Each compilation of class generates around 10 additional classes(assuming 5
methods and 5 variables in the class) for each of them.
I know there are lot of guru's here who can help me.
View the original post :
http://www
I am stuck on this for days now. Can someone help me with it please.
Statement of Problem
==
How to use to EJB 3.0 Stateless Session Bean from within a JBoss Service.
Scenario
===
1. I have created a LoginModule which I am packaging as a SAR DynamicConfig
MBean. The LoginModule i
Statement of Problem
==
How to use to EJB 3.0 Stateless Session Bean from within a JBoss Service.
Scenario
===
1. I have created a LoginModule which I am packaging as a SAR DynamicConfig
MBean. The LoginModule internally calls Stateless Session bean to authenticate
userid and pas
Hello,
I was wondering if it was possible to use in jboss.xml for a
stateless session ejb (EJB1), that depends on an EAR. the EAR contains an ejb
and a "common" class JAR that is needed by the first (stateless session) ejb
(EJB1). I want to keep the common class JAR with the EAR, and not put
As marcu said, you haven't declared a security domain in login-config.xml. in
@SecurityDomain use the base name, not "java:/jaas/xxx"
With the next release (next week sometime) You will be able to do:
jboss.xml
|
|xxx
|
|
until then...
View the original post :
http://www.j
Hey Forum Folks!
Well, I found my fix. Appearantly, I incorrectly assumed that
FormAuthenticator should be used in the context.xml. Since I am using the
BasicAuthenticator for authentication, my context.xml needed to look like this:
|
|
|
|
and WA-LA, it works!
If you are
Hello,
So I was getting Pragma: no-cache and Cache-Control: no-cache in my headers
with IE6 so, I created the myapp.war/WEB-INF/context.xml with the following
content:
|
|
However, I get the following error:
13:46:55,101 WARN [FormAuthenticator] Unexpected error forwarding to log
Hi
I'm running jBoss4.0.3SP1 and MySQL Server 5.0 and ive created a mysql-ds.xml
file and dropped it into my default/deploy directory as instructed in the
manual.
I get the following error when I start up the server, any ideas ?.
--- Packages waiting for a deployer ---
[EMAIL PROTECTED] {
I have a process which forks child tokens to handle parts of the processing.
Each node in the process sets a "status" variable to indicate success or
failure. Prior to the fork, a node set a STATUS_SUCCESS, then the children are
forked off.
One of the children invokes a node which sets the st
Well I moved around a few table-filter entries in xml file and the table I
wanted filtered got filtered. My sequence of setup was wrong...I moved the
elimination lines atop and it worked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917964#3917964
Reply to
Thanks for that info..
I have to have clean seperation between place where the long-running process is
going to run and the place where the status-check for that long running process
takes place. So it is more of a setup question.
In our organization, the middleware code is in one place on on
yes, the property is just a list of XML files
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917955#3917955
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917955
---
Sorry, didn't know which forum to post a request about the forums to.
In the forum search functionality, the Forum drop down box has a long list of
forums. Any chance of having someone alpha order them?
It would make life easier to search specific forums looking for answers.
Thanks in advance,
I thought you had done so already in another thread, "cms admin". Either you
or gruenewa has mentioned something like - reference to resources in CMS. What
I'd like to do is - from the doView() method in HelloWorldPortlet.java, load
one index.html or index.jsp file. Could you help me out?
Th
Is it possible to "track" a users interaction (some/all) within the CMS?
We are putting together a membership site and would like to track some things a
user does. For example, download/click on a PDF file (which I'm assuming would
be a URL link in the portal - could be a form submit button
add the following section into the login-config.xml file just above the last
line.
The login-config.xml file is located in jboss/server/all/config folder:
###
??
I have read that a Web Services scope can be set to request, session or
application. Where or how is this set. I want to user session scope for some
of my web services.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917958#3917958
Reply to the post :
ht
Gavin, thanks for your help last night. Some of your answers in this post
really opened up jBPM for me. (Did I say that I promise not to use
pageflow/conversations for the login process? just as an example to talk about
because almost all your Seam/examples have a login process.)
View the ori
Yes, but notice that this is not due to frivolous reasons, it is due to the
fact that the EJB3 spec has evolved slightly.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917956#3917956
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
I think you just comma-delimt them under the pageflow definition in the web.xml
Says something like that in the CVS Seam docs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917954#3917954
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
I just remembered we already have an issue on default namespace declarations:
BPEL-69. I reopened it. Thanks for bringing the problem up.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917953#3917953
Reply to the post :
http://www.jboss.com/index.html?module
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878875
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917952#3917952
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917952
---
Several sources, including developerWorks suggest avoiding the default
namespace in instance data, that is why you see the prefix in the second case.
I realize the children should also have a prefix in this case, tough. This is a
bug - could you file a JIRA issue?
View the original post :
htt
"[EMAIL PROTECTED]" wrote : Scott's follow up comment:
|
| To block the call, the deacklock problem would have to be revisted to
validate what is going on. There is a user forum post saying that we are
creating sfsb instances that end up being thrown away if the session is
activated so we
Thanks Peter, I just found this too. I added full dom4j.jar and jaxen.jar back
to lib/, it works fine now.
How to make a better solution? I already put dom4j.jar and jaxen.jar into
deploy\mydomain-rdsstartup.sar\ directory (part of deploy location in
jboss-service.xml), apparently they are not
Does JBoss support the notion of anonymous authentication for Servlet and EJB.
I couldn't find any information on anonymous user support in the documentation.
Say a user is not authenticated and tries to access a public page, what does
getUserPrincipal()/getCallerPrincipal() return ?
View t
another thing is when i try to edit a pagethe html doesn't work properly,
the colors, the size of the letter doesn't work. i tried using IE and
firefox1.5
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917948#3917948
Reply to the post :
http://www.jbos
Hi
I update my jboss version to 4.0.3sp1 But the problem persists:
| 17:46:39,638 INFO [AspectDeployer] Deployed AOP:
file:/home/rbonifacio/jboss-4.0.3SP1/server/default/deploy/log-aop.xml
| 17:46:41,860 WARN [ServiceController] Problem starting service
jboss:service=invoker,t
OK I'm an idiot. For some reason the first install of JBoss I did, I did not
get the jboss-ws4ee.sar installed :( Now it works great.
Brian
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917946#3917946
Reply to the post :
http://www.jboss.com/index.html?m
This thread was useful. I had the exact same problem with the jboss4.0.3sp1
installer with EJB3 and the CVS-version of jboss-seam.
So the jboss 4.0.3sp1 is incompatible if you want to use SEAM, oh well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917944#
anonymous wrote : Caused by: javax.naming.NameNotFoundException:
RegistrationAction not bound
Probably the most sensible place to start is see that RegistrationAction is
being scanned and deployed properly (I know this seams unrelated to the
transformation to facelets but..). The best place to
I've currently got an infrastructure that uses hardware loadbalancing so i
really don't want to put in a software loadbalancer in the form of Apache as
I've got Tomcat/JBOSS Serving web pages and it seems to be duplicating
functionality.
Basically what I need to do is allow any users to connect
I use the microkernel in JBoss(minimal server). The 4.0.3 version has put in
JBAS-2019 bug fix which says needs a dnsname as clientAddress for UIL2
service(JMS service).
Has someone experience or pointers to be able just pull up this fix into 4.0.2
and not upgrade to 4.0.3. The fix seems to be
Can I ignore or replace Java "If" statement using Javaassist? Appreciate your
help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917940#3917940
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917940
I am declaring a bean like this
package com.mycorp.remote.doc;
@Stateless(name="com.mycorp.app.concept.ConceptDocHome")
public class ConceptDocHomeEJB3 implements DocHome {
...
}
@Remote
public interface DocHome {
...
}
JNDIView shows
com.mycorp.remote.doc.DocHome
...
containers
| +- c
Hi,
I am new to EJB and JBoss. I installed JBoss 4.0.3RC1 and Jboss-EJB-3.0_RC1. I
am learning EJBs programming following the tutorial and samples available in
the EJB installation. Also I configured the JBoss to use the sybase database
for persistence instead of the default Hypersonic database
I have a simple client given below -
and when i try to run it i get a weird stack on jboss4.0.2 -
(also given below)
i get it on the client side
i have all the client libraries on my classpath
i am using sun jdk 1.4
I was trying to get upto speed on jboss to port a websphere application to
jboss
oops sorry wrong forum !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917936#3917936
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917936
---
This SF.net email is
I have a simple client given below -
and when i try to run it i get a weird stack on jboss4.0.2 -
(also given below)
i get it on the client side
i have all the client libraries on my classpath
i am using sun jdk 1.4
I was trying to get upto speed on jboss to port a websphere application to
jbo
Hi -- I created a farm-service.xml and copied in the following from the JBOSS
4.0 docs:
---
...
DefaultPartition
5000
farm/
--
Looking at this again, trying to backport the RetryInterceptor to 4.0.1 will
not be easy. It depends on org.jboss.invocation.ServiceUnavailableException,
which was added in 4.0.2RC1 as well. There are also needed changes in
JRMPInvokerProxyHA. May be others as well.
View the original post :
See http://jira.jboss.com/jira/browse/JBAS-1970
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917932#3917932
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917932
-
I mean NoClassFoundError, not ClassNotFoundException
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917930#3917930
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917930
I have an application was deployed on Jboss 4.02. it was running fine. I'm
upgrading to Jboss 4.0.3SP1. I got the ClassNotFoundException on a dom4j class
which is needed in my deployable SAR.
2006-01-17 10:19:22,803 WARN (ServiceController.java:435) - Problem starting
service com.mydomain:ser
Can someone point me to where to get JBossWS? I was not able to find any code
at jboss-head.
Also how best to keep track of the project?
Any pointers appreciated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917928#3917928
Reply to the post :
http://www
The RetryInterceptor was first included in 4.0.2RC1. You could try downloading
the 4.0.1 src and getting the class from CVS for 4.0.2 (it's in the server
module) and rebuilding JBoss. Once you've done that the affected jar is
jboss.jar; that's the one you'd want to integrate into your real JBo
I think you can use the jar-file part of the persistence.xml to point to
another jar file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917926#3917926
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917926
--
I messed up my namespace in the webservices.xml file.
I fixed it but it still will not work
Hers is the fixed webservices.xml
| http://java.sun.com/xml/ns/j2ee";
| xmlns:impl="http://www.lingotek.com";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocati
That should work for my particular case. Just out of curiosity, what would one
do for 3.0 entities? Will they cause the same problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917924#3917924
Reply to the post :
http://www.jboss.com/index.html?module=b
Remark:
In debugging time into the first step getSearchCriteria()
what happens is the following
My "contains" variable has a string value: "DEPP" , so it seems to go ok
adding the restriction, and it also returns me that "searchCriteria" .
View the original post :
http://www.jboss.com/inde
1 - 100 of 223 matches
Mail list logo