Hello,
For installing in Windows OS,
There is NO need to set the DISPLAY variable and also NO need for XWindow
Manager.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972083#3972083
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Hi all
I am using JBoss portal2.4, is it possible to make changes in a JSP file & make
it live. I tried it, but it only creates version & that version doesn`t become
live. Live-in box was ticked already.
If it is possible then how it can be done .
thanks in advance
View the original post :
ht
Explciit ordering and localization of tabs is already checked in to trunk, but
not available in the 2.4 branch.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972080#3972080
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
Hello Seamers, I am looking at Seam. I have some trouble and wonder if this
might be related. I see this exception on the seam debugger's component
properties, when running the seam-booking demo:
| java.lang.RuntimeException[Could not resolve beanClass method from proxy
call: public abstract
I'm using Jbpm3.1.
I found that log4j.xml in Jboss need to change to TRACE level, so that the
CommandExecutorThread can print the output in console.
The JbpmThreadsServlet and JbpmContextFilter are also required in the web.xml
View the original post :
http://www.jboss.com/index.html?module=bb&
There should not be nodeCreated event though? It should however has:
1. nodeModified, because I am locking the node before doing the whole removal
to preserver object level locking. This is going away in 2.0, BTW.
2. nodeRemoved, as expected.
View the original post :
http://www.jboss.com/index
The jboss.system:service=Logging,type=Log4jService MBean as two attributes:
CatchSystemErr and CatchSystemOut. You might try adjusting these settings to
false (both default to true) either using the JMX console or in
$JBOSS_HOME/server/$SERVER_CONFIG/conf/jboss-service.xml to see if this will
Hello,
1. First you go to the command prompt (If you are using Windows) and set the
JAVA_HOME and PATH environment variables to jdk path.
For executing the installer.jar file, we have to set the PATH variable.
For Windows,
| >set JAVA_HOME=;
| >set PATH=%PATH%;/bin;
|
For Unix or L
You should probably ask this in the Installation, Configuration & Deployment
forum since this question is not portal-related.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972073#3972073
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Aw, not even close! I followed my three steps. But the portlet still shows up
in the list under Portlets in the Administration Portlet. Then I deployed my
portlet again. No errors, but no portlet window either. Off to the
Administration Portlet to create an instance and add a portlet window
I am also using Portal 2.4 and Java 5.0 and can expand the page nodes (test,
admin, etc) without any problem. The thing is, you don't actually need to
expand the page nodes. If you click on the page node (such as 'default'), the
left side of the window displays the portlet windows and if you c
Time to give up this evening - Thanks Chuaky. I have managed to get a good
part of it working. Still some errors when searching for hotels, but I think
that could be a database issue, with luck.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972070#3972070
Hi,
you should never send your session-id unencrypted over an
insecure network.
Regards
haex
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972068#3972068
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972068
_
Hi,
I have a soap service deployed in jboss which is secured
by http basic auth. After the first unauthorized request the
client gets a 401 and sends the authorization data in the
http header. (Authorization is done in a LoginModule).
When I set DefaultCacheTimeout to 0 is the code from
the LoginM
Ok, found the problem. The template.xhtml file contains
Welcome #{user.name}
| Search
| Settings
| Logout
this needs to change to
Thanks chuaky.
Tried this and now got it working to the point of registering in the app
apparently ok. I have also upgraded to portal 2.4.0GA.
When logging in with the new account I get
2006-09-16 01:12:46,767 DEBUG [org.jboss.seam.Component] instantiating Seam
component: org.jboss.seam.core.m
dear all,
I upload the modified booking example to this place, you could download it.
Please do virus scan first, i first time upload something ...
http://up-file.com/download/08cb64633889/booking.zip.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397
Ok, got mine going a little further. I'm currently just using the 2.4BETA
portlet version that comes with the installer (1.2BETA). The following may
possibly not show up in 2.4.0GA.
Check that you have definately commented out the myfaces
StartupServletContextListener in web.xml as chuaky sug
dear all,
Best if you do a clean installation of Jboss AS + portal + seam in another
folder if you don't want to disturb your existing installation, as follows:
1. If you haven't install JBoss Portal 2.4GA with EJB3, see portal installation
instruction at
http://docs.jboss.com/jbportal/v2.4/ref
We also had some problems with dates and managed to solve them all changing all
Date into Calendar (both of them are mapped to dateTime in wsdl). When using
Calendar you should always be able to receive and parse the TimeZone, that is
not specified in soap messages if you don't use Calendar (at
I have just submitted a patch generated on jbossws1.0.3.GA svn sourcecode to
jbossws jira JBWS-1137 issue. It solves a problem that occurs when trying to
build a SOAPMessage out of an InputStream containing a response to a SOAP
request: when parsing rpc/encoded soap response messages, jbossws fa
Hello!
could anyone explain me how do i install the Jboss AS when i make the download
from
http://switch.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.4.GA-Patch1-installer.jar
I get the file jboss-4.0.4.GA-Patch1-installer.jar but when i click it to
execute it opens and i find a lot of dire
When I try to model a bidirectional OneToOne mapping using PrimaryKeyJoinColumn
I receive an "unknown mappedBy" error. When I try to model it as a
unidirectional OneToOne mapping with PrimaryKeyJoinColumn I don't receive this
error (there's no mappedBy so that's not a surprise) but there is no
I need to put links in the body of a portlet on page A that links to a
different portlet on page B. I also need to be able to pass parameters to the
portlet on page be telling it how to render.
Is there a way to do this ? RenderURLs adn ActionURLs only generate URLs to
the current portlet.
Scott,
For 5.0 we're using a 640K receive buffer in the shared multiplexer channel.
Our perf testing also uses that size receive buffer, and even in 4.0.x we'd
like to make our default config more performant. So I don't have a big issue
with the receive buffer.
For the send buffers, I do thi
We should probably handle this condition in the PoolFiller...
File a JIRA task if you don't mind.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972044#3972044
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972044
I guess it will help, if I post the xml as well...
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972043#3972043
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972043
I have an installation of JBoss 4.0.4 and all I am doing is trying to start the
application server. I am running it in unix enviroment.
I dont have anything configured or added.
Looking at the server.log gives always gives me the following exception:
And this keeps repeating periodically.
Can s
Brian,
I like your idea of increasing the buffer sizes. I didn't think about syncing
the ClusterFileTransfer buffer sizes with the send/receive buffers. Do you
think we should consider decreasing the ClusterFileTransfer buffer sizes
instead?
Greg,
Regarding the missing tools.jar, that will
the latest version of hibernate tools does not generate code with
javax.ejb.interceptors (which were the old package name).
the current release generates with javax.interceptor.Interceptors.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972040#3972040
Reply
I'm just going through things here - will let you know where I get to shortly
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972039#3972039
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972039
_
Here is something interresting: I removed the myfaces library file from my
WEB-INF/lib directory. Now I get to expected exceptions that the myfaces
factory doesn't exists. The interresting part is that Seam now works without
exceptions.
With the ''No active session context' exception I couldn't
Are you sure that your versions works? I still get the same exception:
java.lang.IllegalStateException: No active session context :(
What version of the MyFaces library do you use? I'm almost sure that the
problem lies with MyFaces.
View the original post :
http://www.jboss.com/index.html?modu
Hm... that's a little like programming against interfaces or not. If you do so,
then you can easyly switch the implementation, but you have more "overhead"
code and files. And here your @In annotation "grows", though it's only some
chars. But I always intend to have the smallest and simplest cod
I have the same problem:
JBoss Portal 2.4 GA on Windows and login as "admin" - I am unable to expand
the last nodes ("admin", "default", "test", etc) of the Portlet Management tree.
I am using Java 5.
Also, I tried to install JBoss AS first and then Portal as Brice suggested, but
this also di
Amit,
I'm seeing basically the same thing as you and posted some info but haven't
received any responses yet:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=90603
What did you get in your mapping.xml file for the java-xml-type-mapping
elements? Did wscompile generate that section,
I don't know of any way to control the tab order. I have seen others use
schemes like 1One, 2Two, 3Three, etc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972030#3972030
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
I finally found the problem. The key was the exception was happening from the
JCAPoolFiller. It turns out that in my embedded-jboss-beans.xml file, where I
defined my MySQL datasource, I specified a minimum pool size of one.
I needed to change the minimum pool size to zero, to allow the microc
How do you handle select items? Does it work? If yes could you give me a short
extract of your code? I'm really a little exhausted and I'd be very thankful if
you could save my weekend :).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972029#3972029
Reply t
Hello,
I have a custom action within a node:
...
...
Execution of DoSomethingHandler threw an exception causing the instance to halt
in "doSomethingNode".
Is processInstance.signal() the correct way to move to "nextStep" in the
workflow?
And if so, will processInstance.
You can leave out that stuff in the brackets since its exactly the same like
the property name. You only need to explicitely type it in when the property's
name differs from the request parameters name ;).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972027
Furthur discussion of this issue is continued in
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90404
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972026#3972026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
Thank you for your suggestions. We implemented the singletons so that they
return immediately and run the actual tasks it is supposed to do
asynchronously. We also implemented the retry loop to find the connection
factory.
We just tested it and the initial results look very promising. The fail
Moved to hibernate/database forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972024#3972024
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972024
___
jboss-user mailing l
hi all,
In my application, I have a network of systems that communicate with each other
using Remoting. I have one server connector and multiple client connectors (one
for each of the other peer systems) on every system.
When I create a client connector, I provide a connection listener to be
First let me say I do see the OracleExceptionSorter called on a connection
error if I setup my application to use Oracle instead of MSSQL.
When testing with Oracle I'm using the JBoss internal connection pool and have
the set to a subclass of
org.jboss.resource.adapter.jdbc.vendor.OracleExcep
First let me say I do see the OracleExceptionSorter called on a connection
error if I setup my application to use Oracle instead of MSSQL.
When testing with Oracle I'm using the JBoss internal connection pool and have
the set to a subclass of
org.jboss.resource.adapter.jdbc.vendor.OracleExcep
Sorry I forgot to mention...I still can't figure it out how to change the order
of the tabs...it is displaying in alphabetical order...I would like to be able
to order the tabs in a non alphabetical order...
Please, any thoughts would be appreciate it.
Thanks
Mariella.
View the original post
4.0.4, 4.0.5, 5.0, 9.2, everything - just ask Burke. He might have backmerged
to 3.2 :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972018#3972018
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972018
_
Can you please attach your deployment descriptors, your deployment archive's
topology, and the error message you're getting?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972019#3972019
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
ok this is still weird but it is working now...in the file
springportlet-object.xml, I removed the code line
overwrite. It works, It is showing the tabs when I click
on SpringMVC option...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972017#3972017
Reply
Hi all,
I've never seen this kind of an error message before. I have a jboss (app
server AS4.0.3SP1) messaging configuration (CR4) running on a Windows box and
it runs perfectly as expected.
Now recently we shifted our server to a RHEL machine and downloaded and
installed the same jboss serve
I am trying to create a portlet that just returns content of type image/png. So
I have configured my portlet with:
| image/png
| VIEW
|
and in my portlet I set the type as:
response.setContentType("image
I am running JBoss4.0.4.
How do I configure log4j to display JSP compiletime / runtime exceptions ?
Following is the log4J. xml file settings I am using
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FYI, I created an Issue so that Seam treats request parameters more
consistently.
http://jira.jboss.com/jira/browse/JBSEAM-354
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972013#3972013
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
I am trying it right now. I hope it will work :D
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972012#3972012
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972012
___
jboss-
Hi,
this is very weird. I looked in the source of the html and the is not being displayed. Is not there. I wonder why this is
happening...It hapens also if I deploy on jboss-portal.sar...Do you think it
could be a bug in the SpringMVC portlet?
Thanks,
Mariella.
View the original post :
http:
Doh! One more correction:
@RequestParameter("managedFileId")
| protected Long managedFileId;
Not supposed to use regular JSF expressions if I'm using RequestParameter
injection...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972009#3972009
Reply to the
Hi Peter,
thank you very much for your promptly response. I will take a look on the
things you mention. In the console nothing appears to be wrong. Also, I have
another question I forgot to bring up in the previous email. The tabs are being
organized by alphabetical order. I don't want that. I
First, I'm not an expert that's just my way to manage exception !
I do not manage my exception in the same way as yours.
First, if you want log exception and throw another exception, you may perhaps
consider to use JBoss AOP interceptor in order not to make your source code
more complex.
Now m
The page layout for Ajax and PringMVC appear to be the same. I don't know why
the tabs are disappearing. Did you look in the source of the displayed html
page (the browser will show this to you)? Perhaps they are there but just
hidden for some reason. Or is there anything in the log that wou
I am getting an exception TransactionRolledBackLocalException caused by
NoSuchObjectLocalException: Entity not found
under the following scenario:
Using BMT.
Commit Option A.
Entities
Customer
Account
Customer has one to many relationship with accounts.
Sequence of events:
Start Transact
Actually, I found the solution. Instead of using standard @In injection, I
needed to use @RequestParameter. @RequestParameter will perform the correct
type conversion, whereas @In won't.
Here is the corrected code:
@RequestParameter("#{managedFileId}")
| protected Long managedFileId;
View
Hi-
I have a property in my managed bean that is injected from the request
parameters. Will Seam perform standard conversions like regular JSF managed
properties?
This property fails:
@In("#{param.managedFileId}")
| protected Long managedFileId;
with the exception below. From what I can t
Atlast I am able to resolve the issue. And on weblogic the behaviour is same
don't be confused.
The cause of error I found is that:
I have one class in shared lib(i.e. /server/default/lib)
which is trying to use a class from the deployed war file.An I have two war
file deployed which contan the
Hi Manik,
Thanks for sending the URL.
In which XML file of JBoss server, I need to put the sample configuraiton
content (i.e. configuring cache). OR do I need to create new XML file and to be
deployed in JBoss server. If so in which directory I need to be placed.
And also In which directory I n
Hi,
I tried what you said and it work beautiful. I just have one issue though. For
the Ajax option for example I can stillthe the tabs but if I click on SpringMVC
or Stock News the tabs disapear...I compared the .xmls and all seems to be the
same. I wonder if there is a particular configuration
I am having trouble with Seam reverse engineering and the
javax.ejb.Interceptors class. When I reverse engineer a MySQL schema, the code
generator produces code that requires javax.ejb.Interceptors. Since I can't
find an instance of this class anywhere, I can't compile my generated
applicatio
Thanks for response Peter,
It's solved. For unknown reason I packed portal-cms-lib.jar,
jackrabbit-core-1.0.jar and other jars into my portlet's war file, so it gave
me that classcast at deploy. Once I got rid of jars in war file - everything
works fine.
View the original post :
http://www
Thanks...
Infact wscompile tool which comes with JWSDP 2.0, generated all the required
artifacts.
For details please refer to
http://java.sun.com/webservices/docs/1.6/jaxrpc/jaxrpc-tools.html
Thanks again,
Amit Srivastava..
View the original post :
http://www.jboss.com/index.html?module=bb
I have a TEAM, which has EMPLOYEEs.
How can I insert a EMPLOYEE being sure that a TEAM was chosen? That is, is
possible @NotNull in this case? Or not, i have to do this manually?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971986#3971986
Reply to the p
Hi,
I have developed a webservice with JWSDP-2.0 (jax-rpc wscompile tool) deployed
it on JBoss 4.0.2 AS. I have taken bottom-up approach starting with Service
interface which takes org.w3c.dom.Element and return the same.
Everything happened smoothly until I invoked the deployed WS using clien
"ddouglass" wrote :
| That's what I've been trying to do via unit test -- the JNDI lookup gets me
back a Reference object that refers to the NamedXmlApplicationContext, but any
attempt to use the object (casting to ApplicationContext or BeanFactory) fails
down in the Spring AOP layers with Il
Sure !
|
|
|
|
|
|
|
|
|
| /jdbc/ORADB
|
jdbc:oracle:thin:@ora.somewhere.de:1521:oradb
| oracle.jdbc.driver.OracleDriver
|
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
|
| Oracle
|
|
|
The output thrown to JBOSS_CONSOLE is quite different and we have noticed that
when we have had JVM crashes, the JVM messages are dumped in the console output
and not in server.log. If you redirect JBOSS_CONSOLE to a file instead of
/dev/null, you will see the differences.
Thanks
Ramdas
Vi
I have a custom cacheloader impl that is used to fetch data on cache misses.
When I fetch the data, and return my Map via the CacheLoader.get(Fqn name)
interface method call, I also wish to create and register additional
Fqn/DataNode pairs in the cache store. Is this possible?
ex:
assume a no
Never mind...for my in-container tests the problem was class loader related --
I had duplicate jars in both my .spring and .war. Removing the duplicates fixed
my problems.
Cheers,
Doug
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971975#3971975
Reply to t
@Stateful
| @Scope(ScopeType.CONVERSATION) //I think this is the default scope so you
might leave it out
| @Name("...")
| public class WhateverBean implements Whatever, Serializable {
|
| @In(required=false) //should be initially created in here
| @Out
| private AnEntity
Sorry, but if you use JSP this might be correct. But for Facelets you do
defintely need an extra *.taglib.xml file plus an entry in the web.xml
referencing that file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971972#3971972
Reply to the post :
http://w
When the new node tried to retrieve the file from the coordinator, it didn't
get a response. You need to check the logs for both servers to see if there is
any indication why it didn't get a response.
The ClusterFileTransfer code was disguising the non-response as an
ArrayIndexOutOfBoundsExce
The properties view is a standard eclipse view. You must open it on your own.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971971#3971971
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971971
_
I added
EntityTransaction tx1 = em.getTransaction();
tx1.begin();
just after em.joinTransaction();
to see if I could force a jdbc transaction but got
java.lang.IllegalStateException: JTA EntityManager cannot access a transactions
at
org.hibernate.ejb.AbstractEntityManagerImpl.
Shlyannikov-
Insetad of changing the behavior of InvokeWindowRenderCommand in portal which
could lead to unpredictable behavior for some usecases that you may not test
here is a couple of things you might want to try-
1) Specify in your portlet.xml that only MAXIMIZED state is needed for this
we are facing exactly same problem as well. In clustered configuration when one
of the server is restarted it starts pulling files and fails with following
exception (at the bottom it says IndexOutOfBoundsException)
Any leads on this one will be helpful
2006-09-15 16:50:35,366 242707 INFO
[or
Note that section 12.6.1 is about injecting HTML header content. That is, it
goes between the < head >< /head > tags in the HTML page. That section is not
about injecting things into the banner of the page (often also referred to as
the header).
View the original post :
http://www.jboss.com/
Ok, I've found a way to do this myself.
I have a JSF portlet with several pages. When accesing a page, I put it's name
into HttpServletSession. Then in class
org.jboss.portal.core.command.InvokeWindowRenderCommand.java I get this
parameter from session and so choose a window state in which the c
I hate to cross-post but this is important.
If you have any interest in administration and monitoring of JBoss Portal,
please follow and participate to the following thread:
http://jboss.org/index.html?module=bb&op=viewtopic&t=90764
View the original post :
http://www.jboss.com/index.html?modu
Hi forum,
I'm trying to install jboss-3.2.5-3.1.i586.rpm and have resolved several
dependencies except for "devs". I downloaded and installed the
devs-10.0-1.i586.rpm package but the dependency is still there. I'm new to
linux in general so kind of at a stand still until I resolve this.
thanks
Hello all,
I was wondering if anyone has seen the following behavior before, and if anyone
knows a solution for it. We appear to have messages that aren't being
delivered. The following is a snip of our logs:
| 2006-09-15 11:27:59,543 WARN [org.jboss.mq.Connection] Connection failure,
use
I don't think this is necessairly related just to IPC portlets. I have noticed
that when I remove a war file containing my portlets that the portal doesn't
automatically clean up references to that portal. And then all kinds of errors
and warnings show up.
I think that the way to cleanly remov
Try this:
Object obj = CMSService.getCommandFactory();
System.out.println(""cmd factory is a " + obj.getClass());
Then you will know what to cast it to. Or we can discuss why the object
rerturned by getCommandFactory is what it is.
View the original post :
http://www.jboss.com/index.html?modu
There is still only the one log4j.xml file. I have been able to successfully
limit what gets logged in 4.0.4. Exactly what change(s) did you make?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971952#3971952
Reply to the post :
http://www.jboss.com/index.
JSF support is not implemented in jbosside.
we hope that the JSF initiative in WTP would be able to provide foundation for
it but its moving a bit slow :( and will probably only get mature enough for
WTP 2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39719
In fact the taglib is already in the jar file.
So for me the installation was quite painless :
App server : JBOSS 4.0.4 GA JEMS
1) place tomahawk-1.1.3.jar, tomahawk-sandbox-xxx-SNAPSHOT.jar,
commons-lang-2.1.jar and commons-fileupload-1.1.1.jar in your project
resources\WEB-INF\lib directory
Has anyone been able to get content assist work for seam tags, facelet tags
using JBoss IDE? If so please let me know what trick needs to be done - Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971946#3971946
Reply to the post :
http://www.jboss.com/
I have some problems synchronizing Entities between different parts of my
application.
Basically, I have one thread waking up once in a while, it loads a few entity
beans, performs actions, and goes back to sleep.
| @Service(objectName="jboss:custom=NOCManagerService")
| public class NOCM
I have a problem reading Blob s in postgres
ERROR: invalid large-object descriptor: 0 (in the log you see the spanish
translation)
I am not sure if it is to do with hibernate, postgres or seam.
What I wanted to do is download a file thats in a Blob.
I wrote a test using pure jdbc and the Blob
Fantastic!
Many thanks for your help - busy evening later giving it a go.
Andy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971943#3971943
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971943
__
Glad that helped. :)
But, when I read your response a potential cause of your problem occurred to
me. So here's something else to try for those who have issues sending files
using farming but still want to use UDP:
In cluster-service.xml, bump up the buffer sizes in the UDP protocol:
|
|
13. Create this folder: .\booking\resources\WEB-INF\lib
14. Use ant to build. If properly setup, the EAR and ds file should be copied
into your Jboss deploy folder. If not you could find the EAR in the build
folder, and manually copy the EAR and ds file into Jboss deploy folder.
15. Run J
1 - 100 of 174 matches
Mail list logo