sorry, but I am not getting your point plz explain it in more detail.
Also i have another problem
How will I set a my class path to a jar within a jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948599#3948599
Reply to the post :
http://www.jboss.com/in
You can temporarily uninstall XML Buddy and it works. It's kind of an annoying
work around because XML Buddy is a really nice plugin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948600#3948600
Reply to the post :
http://www.jboss.com/index.html?module=bb&
This is a known bug, I guess, and its a conflict with XML Buddy:
http://jira.jboss.com/jira/browse/JBPM-587
It's marked as "workaround exists" but there is no URL listed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948598#3948598
Reply to the post :
http
I swear I'm not drunkbut after I closed the Processes and reopened them, it
stopped doing the annoying check box thingso I don't know, weird.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948597#3948597
Reply to the post :
http://www.jboss.com/index
Hello,
Check whether any jboss instance is running or not by using the commands
provided below.
#ps -exf | grep -i jboss
(or)
#ps -exf | grep -i java
If any instance of jboss is still running, kill that process. Also please check
you have proper access rights to that directory.
-Thanks,
Viso
If you don't want to expose the cache, pass an object that talks to the cache
and exposes the API you need.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948594#3948594
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
Hello,
I am attempting to evaluate jBPM 3.1 and running into an issue installing the
Designer into Eclipse.
The first problem was that the starter kit installation instructions assume
that I will be installing Elclipse for the first time. This assumption was
false in my case (and I suspect in
Hello,
Sorry, we coludn't get you. The http://jdbc.postgresql.org/download.html page
contains only the jar files in JDBC3 column for all the postgres versions. We
couldn't find where you get the zip file instead of jar file.
Download the jdbc jar from
http://jdbc.postgresql.org/download/postg
I'm trying to work with the jBPM logging to provide process details for a
customer. I know begging is frowned upon, but I really really need some
enlightenment here. I want to get the full trace of the process from the
LoggingSession. However, when I get the logs for the main super process, I
Thank you Emmanuel. The following does in fact work for me.
private Long id;
| @GeneratedValue(strategy = GenerationType.SEQUENCE, generator =
"seq_coupling_spec")
| @Id
| @SequenceGenerator(name = "seq_coupling_spec", sequenceName =
"seq_coupling_spec", allocationSize=1)
| pu
You guessed right...
So that means I have to pass a reference to the TreeCache object instead? The
nice thing of being able to just pass the Node is that the class doesn't have
to worry about the location in the tree. Now I'll need to pass the Fqn of the
branch as well as a reference point. Bec
Hi All,
I have a use case where the application has to complete a global transaction by
calling various components. Each component maintains its own
EnityManagerFactory and persists data [using a JPA provider].
Would it be possible to commit/rollback transactions globally on the multiple
Enti
>From what you wrote I'm guessing that the other class directly manipulated the
>Node object to do its update, rather than calling cache.put().
You'll only get notifications if operations are performed on the cache.
Directly manipulating Node objects will bypass all the logic that results in
t
@SequenceGenerator(allocationSize=1) is the way to do it property
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948585#3948585
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948585
___
I have a class that creates a TreeCache and registers a TreeCacheListener. All
nodes created in this class trigger an event.
But when I pass a Node object to another class and that one adds/updates a node
I don't get the event (but it does end up in the tree).
Is there a way to get all events, r
I've opened a JIRA task for this issue. Thanks.
http://jira.jboss.com/jira/browse/EJBTHREE-611
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948583#3948583
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948583
_
Hi,
Lately I`ve used cms portlet from JBoss Portal and i have a question about it.
When I try to access to folder or file witch no exist (i send modified request
with where folder path was changed to not existing folder) the portlet throw an
exception(pathNotFoundException) and say me good bye;
I removed the offending mysql-ds.xml file from the jboss-hibernate.deployer dir
and restarted the server. It now picks up the file from the deploy dir as
expected. I have not yet seen the file getting copied into the
jboss-hibernate.deployer this time, but I'll lookout for it in case it happens
Does anyone know if there is a configuration file in JBoss 4.0.4GA that will
allow me to add another 'lib' directory to my desired server configuration?
Our co. has a large number of third-party jars that our application relies on
and I'd prefer not to copy them into the standard server lib dir.
I used the Hibernate Tools to build an Seam App and deployed it to JBOSS with
ejb3 profile.
The following error is in the JBOSS startup process.
16:13:54,624 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=seama
pp.ear,jar=seamapp.ejb3,name=EmployeeEditorBean,service=EJB3 with depen
Thank you very much . I will try it .
Shi Lei from China
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948578#3948578
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948578
It's even worse than I thought. It appears to reset all those check boxes
every time I save a Java file too (which means it could happen when I save any
type of file I guess, but I don't want to spend the time to figure that out
right now).
View the original post :
http://www.jboss.com/index.
javax.ejb.InvocationContext was recently moved to
javax.interceptor.InvocationContext
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948576#3948576
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948576
__
Hmm, I thought everything seemed cool with this release, but I just realized
that in the Deployment tab, the plugin seems to select every single class that
is under the same directory as any class that is referenced by the process.
You can change the selection, but then it just goes right back
Please add a feature request to JIRA and assign to me. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948574#3948574
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948574
__
BPEL process definitions rely on WSDL abstract definitions (messages and port
types) only. Just as in EJB development, the involved parties agree on a
service interface; each party gets a copy of the interface documents and starts
working separately on getting their side working.
Pointing to a
I have 2 projects in my Eclipse IDE that are both required to run our
application, but should be managed as separate projects.
To run them together, the build output of our .java files should go to the same
directory where our JBoss server picks it up.
However, if I configure each project to ha
The implementation of EJB3 style injection in Tomcat is underway. Stay tuned.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948571#3948571
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948571
___
I trying to get a EntityManagerFactory from a POJO using this code:
| private EntityManagerFactory emf;
|
| emf = Persistence.createEntityManagerFactory("fonocontrolDatabase");
|
|
but when I run the app I get and Exception.
I'm using Seam with the embedded microcontainer in a
Sounds like http://jira.jboss.com/jira/browse/JBAS-3145
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948567#3948567
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948567
_
Thanks Gavin. After I installed the ejb3 profile and it is ok for the
seam-booking example.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948566#3948566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948566
___
I would like to start with an existing WSDL file and do top-down development
for web services so I can have better control of the schema for data types and
validation. I can find no documentation on generating the classes from the wsdl
file and eventually deploying as a stateless session ejb. Am
1.) "That's not the first time this question was answered" Yes, I agree.
But still never answered.
2.) "Google is our friend", but finding informaton on Google on this very
subject is not easy and never from the source - JBoss.
3.) "we have made tests and we have used several concurrent use
Correction on the end of my previous post...
The xsd directory is a CHILD of the wsdl directory, NOT a sibling.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948562#3948562
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
| [FarmMemberService] Could not rename
/usr/java/jboss-4.0.3SP1/server/default/tmp/darfportlet.war to
/usr/java/jboss-4.0.3SP1/server/default/farm/darfportlet.war
|
The above error occur in one node when I put a WAR in farm directory of another
node of the partition.
Why?
Obs.: I am usi
I recommend you use jax-ws tools that are wsimport for client side and for
server side you just need to anotate with @WebService over the class
declaration, @WebMethod over the method and @WebParam(name = "name") on the
params of the method, don't forget to include jax-ws libraries, I believe th
Done.
Jira: http://jira.jboss.com/jira/browse/JBPM-669
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948557#3948557
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948557
_
FYI, i've set up Ales with release permissions. So bug him if it doesn't get
out :-)
Thanks ales for taking this over. One less thing I have to worry about.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948553#3948553
Reply to the post :
http://www.jboss
Regarding JSR-109 with a deployed client proxy
Still no answer to my previous question on if we can take to wstools-config
into wstools to make it produce a common webservice.xml in cases where we want
to have more than 1 Session EJB with SOAP interface
Also, I have problems with inheritance.
Create your own response resource loader by extending
org.apache.velocity.runtime.resource.loader.ResourceLoader, and override the
getResourceStream() method. Then set the Velocity engine
"service.resource.loader.class" property to point to your new resource loader
class. Then you can use getC
All,
I am using:
Jboss seam 1.0.0.CR3
JBoss IDE 1.6
JBoss 4.0.4GA (ejb3 config)
SQL Server 2000
MS SQL Server 200 JDBC drivers
I am trying to complete the CRUD example from the example movie. I get
everything up and running and go to the web interface and try to run a search
and I get t
You should not use both.
Either add common.jar to your classpath or your application.xml.
In my app, a lib is inthe root dir of the ear ans class-path is set to lib.jar
with no dor or slash.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948550#3948550
Reply
I forwarded your request to Bill Burke, since he did the two previous releases.
I hope he finds some time as soon as possible.
Rgds, Ales
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948544#3948544
Reply to the post :
http://www.jboss.com/index.html?modul
Crap, sorry guys!!! They kept switching package names around over the last few
weeks in committee. I'll get out a new release ASAP.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948545#3948545
Reply to the post :
http://www.jboss.com/index.html?module=bb&
I also think that ExtendedFormAuthenticator should include the invoke method
such that j_username/j_password get added to the session at the first
invocation. This will allow us to completely deprecate FormAuthValve.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
It is still in release candidate stage, but yes, we have mostly implemented the
final release of the spec. I can't say 100% implemented because we haven't run
against the TCK yet.
Or do you mean professional support? Yes we offer this (for awhile now),
contact sales.
View the original post :
Using the wstools shipped with the JBossWS stack in JBoss 4.0.4.GA (and using
Java 1.5.0_06), we can successfully generate artifacts for our WSDL if the XSD
it references contains every xs:complexType therein.
However, we want to reuse many XML structures. Hence we have put our
re-useable xs:c
Hello all,
I'd like to include the forward slash character in my task names. When I try
to do this I get an XML parsing error. Does anyone know a way I can do this?
Thanks,
Shannon Sumner
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948540#3948540
Repl
Thank you very much, now I'm getting another message, I've been seeing the
thread on Reverse Engineering but there was no reponse to this, what happens is
that my the symbol pageTitle cannot be found
javax.servlet.ServletException: Cannot get value for expression
'#{tableNameSelector.pageTitle}
I have included the the service withing the ear by added a jboss-app.xml to to
the META-INF directory. This new jboss-app.xml
| http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd";>
|
|
|
| ambient.sar
|
|
|
I then added to the root of the exploded ear an dire
I guess I should also ask how you installed JBoss: via the installer jar file
or did you download and unzip the zip file? If you used the installer jar
file, what did you name your server (i.e., what directories appear under
jboss-4.0.4.ga/server)?
View the original post :
http://www.jboss
When will the new spring integration build with the lastest ejb3 changes be
released?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948534#3948534
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948534
_
FYI it would be nice to have an example where the process calls an external
webservice (not packaged within the process)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948532#3948532
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
Yes I want it to be more automatic but only have two hands ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948531#3948531
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948531
___
So i have a process that is working however i have a question.
For any webservice that you call inside of a process you have to define where
to get the wsdl... how is this done. I am currently doing this by defining the
absolute location inside the bpel-definition.xml like this:
|
|
Thanks Max. I do believe that was the fastest response ever.
You did say currently.
Are there any plans to make this more automatic?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948529#3948529
Reply to the post :
http://www.jboss.com/index.html?module=b
I am transporting over a web framework action over to a session bean to use in
Seam. The webframework action transformed either a Velocity template or a
XSLT into an email that I can send out. Now that my service is on the session
bean instead of a web framework action, how do I get a veloci
current this is required yes.
It is possible to implement some kind of autoscanning; but that is not done yet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948527#3948527
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
I am able to do queries in Hibernate tools, but I have to explicitly declare
each mapped class in my hibernate.cfg.xml file.
|
|
Is this necessary? Is there any way that by including the jar containing my
model these classes can automatically be loaded.
I stripped this list out
I am trying to use WS-Security to sign the contents of my SOAP
requests/responses. I have successfully compile, deployed, and tested the
wssecurity example from
http://labs.jboss.com/file-access/default/members/jbossws/downloads/jbossws-samples-1.0.0.GA.zip.
However, the example uses a servle
Well. This was smart.
:-/
In another recent message here I asked about using Sun's javaee.jar and whether
that could cause trouble.
Well .. looks like JBoss 4.0.4GA still has javax.annotation.EJB instead of
javax.ejb.EJB. The result was that JBoss silently ignored the (wrong)
annotation and D
How would one go about setting JBoss Portal to use the Virtual Hosting
capabilities of JBoss?
For instance I would like to have multiple Portal Web Apps exist on the same
physical box and access each web app uniquely using a different domain.
Example:
http://mymachinea:8080 > hits jboss
thank you very much!
I forgot to add a task to the start node. [/img]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948522#3948522
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948522
___
I would like to know if Jboss AS is already supporting the final release of
EJB3.0 spec? If not when is the expected time will the support be available?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948521#3948521
Reply to the post :
http://www.jboss.com/i
My app has muliple MBean services all defined through thier own *-service.xml
located at the same level in the deployment as the EAR file. One of the
services is a schedulable service that starts a thread outside the EAR and
attempts to use a local ejb within the EAR that has only a local interf
"abronson" wrote : I am not sure what you mean by bulk operations.
|
| The cascade does not work if I do either of these:
|
| Query query = em.createQuery("delete from Parent where lastUpdated <
:deletePrior").setParameter("deletePrior", deletePrior);
| int updatedEntities = query.e
"guidomuelleraventis" wrote : I have created an EE application with an ear
deployment file containing an application.xml, a jar file containing the EJBs
and a war file containing the web application. Automatic dependency injection
of a session bean into a servlet or a JSF managed bean does not w
I am not sure what you mean by bulk operations.
The cascade does not work if I do either of these:
Query query = em.createQuery("delete from Parent where lastUpdated <
:deletePrior").setParameter("deletePrior", deletePrior);
int updatedEntities = query.executeUpdate();
or
if I do
Query
It's probably not installed. You can add it by hand, by copying the
JSR-77 Single JBoss Server Management Domain
entry from the conf/jboss-service.xml of the .zip distro
You'll need also the jboss-management.jar in the server/lib directory
View the original post :
http://www.jboss.com/index.ht
Hello
I have a problem with a new JMS test app. that I have tried out.
I get a javax.jms.IllegalStateException when I make a call to TopicSubscriber
setMessageListener(listener).
Can anyone help me PLEASE??
Source code for the test class:
public class SubscriptionHelper {
private TopicConnec
I understand that the @IfInvalid annotation is no longer the best way to
perform validation and that the and tags can be
used to validate data-entry entity fields on the front-end.
How would I go about validating the entire entity bean (not just the data-entry
fields) on form submission?
For
thanks Heiko, that was it..
regards!
/Ole
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948349#3948349
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948349
---
A
I have installed the latest jboss > jboss-4.0.4.GA
then in my C:\jboss-4.0.4.GA\server\default\deploy i got ROOT.war as my app.
what i have noticed is if i dont have any .war files in there, my jboss home
page come up if i type http://localhost:8080/.
In my ROOT.war i got \contactus\appForms\hell
no ideas how to manipulate it?:( opening all first two level nodes howto would
be welcome too please help me out guys. Then we could add one more
component howto to the seam wiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948345#3948345
Reply to the
"anders.hedstrom" wrote : anonymous wrote : Why in heavens name, would I want
to add a service locator between my As and DAO?
|
| Why in heavens name, would you want to use a service locator between your
As and DAO?
Because JNDI code doesn't below in an Application Service?
View the origin
Just implemented the DAO's as Sessions that are aquired by the POJO AS through
a DAO Factory that does the JNDI lookup by menas of a ServiceLocator.
result:
8.1% increase in response time with 100 users
13.4% increase in response time with 1.000 users
16.9% increase in response time with 10.000
I've added a flash via management portal
It displayed as expected, but when i restarted jboss whatever i've created just
dissappeared.
I understand this is not being saved in DB and initial values are hard-coded.
Any ideals how to retain the state after a appserver restart?
many thanks
sunil
I have created an EE application with an ear deployment file containing an
application.xml, a jar file containing the EJBs and a war file containing the
web application. Automatic dependency injection of a session bean into a
servlet or a JSF managed bean does not work. A manual JNDI lookup of t
Resolved. thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948340#3948340
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948340
---
All the advantages of Linux
hello..
i am trying to start a process execution by code.. that aparently is well done,
because i had it from your examples...
but.. the process don't start..
this code..don't show any errors.. and runs ok..but the aprently it doesn´t do
nothing to the process...
can anybody give me a help her
anonymous wrote : Why in heavens name, would I want to add a service locator
between my As and DAO?
Why in heavens name, would you want to use a service locator between your As
and DAO?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948337#3948337
Reply to
Hi everybody,
This is my first message here, and it should surprise some of you !
My company is currently looking to start new developments on J2EE environment.
My question is pretty obvious and surely stupid but as I am just a newbie under
Jboss Application server I think it's best to ask to p
Hi, I want to write a JMX service that upon the activation of its "test"
method, a perioudic job will begin.
I added the following lines to the jboss-service.xml:
I then wrote the interface of the service:
@Local
@Remote
public interface TestTimer
{
public void test();
}
And t
THank you...but I can't understand: did you create a new class with these
methods or you put in every bean file?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948333#3948333
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Take a look at your ant.properties and make sure 'force.thirdparty.get=true' is
uncommented.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948332#3948332
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948332
-
great, that make sense, just two more questions -
1.) what is the best jdbc driver to use for jboss with posgresql, we want to
use conn pooling also.
2.) i downloaded the postgresql drivers, but there are alot of files in there.
I download it from http://jdbc.postgresql.org/download.html > 8.2
does not get deployed, any idea?
| 006-06-01 17:14:31,187 WARN [org.jboss.system.ServiceController] Problem
starting service jboss.j2ee:service=EJB3,module=beans.jar
| java.lang.NoClassDefFoundError: javax/ejb/InvocationContext
| at java.lang.Class.getDeclaredMethods0(Native Method)
Hi folks, I hope you can help with this:
JBoss 3.2.7
Java 1.4.2_11
Oracle 9.2
I've tried the guide in the documentation and copied the oracle-ds.xml into my
server/default/deploy directory. The error stack trace I got after that tells
me, that JBoss is unable to find the
org/jboss/resource/con
Hi,
I had this kind of problem with local EJB sessions.
COMP_NAME ( java:Comp/env ... ) doesn't work for me, I'm using only the JNDI
name.
/**
* Retourne l'interface LocalHome du bean ApolloDataBean.
* @see ApolloDataBean
* @return ApolloDataLocalHome
we are trying to handle error 401 by placing fallowing code in web.xml
401
/message.html
wich present under fallowing path :
\jboss-3.2.7\server\im\deploy\jbossweb-tomcat50.sar\conf
message.html is getting displayed always i.e we are unable to open the
application
View the or
Hi again,
Now I "solved" the problem. It was as simple as replacing ws4ee 4.0.3 by ws4ee
from JBoss 4.0.4GA.
Sorry for the spam,
Martin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948323#3948323
Reply to the post :
http://www.jboss.com/index.html?module
can i create a region in generic-->index.jsp like this to implement the above
functionality?
and add this to theme?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948320#3948320
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
hi all,
i'm trying to implement a home page based on JBP. I need to implement a full
width flash object by overriding Region A and Region B or combine both of them
any thoughts?
thanks
sunil
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948316#3948316
Rep
i've got one version of forum from CVS working with JBP 2.2.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948314#3948314
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948314
---
My web.xml didn't include Seam Redirect Filter and the Seam Exception Filter.
It doesn't further include those security constraints and the
MyFacesExtensionsFilter. Apart from this my web.xml is the same as you have.
For debug purposes, I think, in the faces-config.xml the SeamVariableResolver
Hello People!
I'm doing the porting of a project from SUN tu JBOSS. I'm using Netbeans 5.0
and jboss 4.0.2.
Plese help me: I'm becoming mad...this error is very strange
anonymous wrote :
| 10:16:41,127 ERROR [LogInterceptor] EJBException in method: public abstract
java.util.Collection SessBean
With the assembly descriptor tag it still not works:
| http://java.sun.com/xml/ns/javaee";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
|
http://java.sun.com/xml/ns/javaee/ejb-j
I don't think there is an easy way out. If you want to use the datasource
you'll only be able to use it after it is started, and so all your related
persistent xmbeans.
You can have more than one persistence managers active, and override in the
xmbean descriptor which one should be contacted.
Yep. And the worst thing is that in docs there is no example how to use
generated client and jaxrpc-mapping.xml file. Maybe someone can give an example?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948307#3948307
Reply to the post :
http://www.jboss.com/in
Thank you for your answer.
It was the way I found.
I use
|
| HiLoKeyGeneratorFactory
|
|
|
Unfortunatly, I get a ClassCastException because it generates a Long and I need
an Integer.
Do you now the name of an appropriate factory?
Thank you
View the original post :
http:/
1 - 100 of 119 matches
Mail list logo